[package] name = "socialhunt" version = "0.1.2" authors = ["Siddharth Roy"] description = "Hunt down accounts by username across social networks" repository= "https://github.com/siddharthroy12/socialhunt" license = "MIT" edition = "2021" readme = "Readme.md" [dependencies] reqwest = { version = "0.11", features = ["blocking", "json"] } colored = "2.0.0" clap = { version = "3.1.18", features = ["derive"] } serde_json = "1.0"