[package] name = "facebook_video_downloader" version = "0.1.2" authors = ["Ferdinand Silva "] edition = "2018" license = "WTFPL" description = "Download Videos From Facebook" homepage = "https://github.com/six519/facebook_video_downloader" repository = "https://github.com/six519/facebook_video_downloader" [dependencies] regex = "1.4.2" reqwest = { version = "0.10", features = ["blocking", "json"] } select = "0.5.0"