[package] name = "bing-search" authors = ["Neosb "] version = "2.0.3" edition = "2021" license = "MIT" description = "Bing search engine in your terminal" categories = ["command-line-utilities"] keywords = ["osint", "recon", "search", "bing", "terminal"] documentation = "https://docs.rs/bing-search" repository = "https://github.com/nutek-terminal/bing-search" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] soup = "0.5.1" reqwest = { version = "0.11" } tokio = { version = "1", features = ["full"] } clap = { version = "4.1.4", features = ["derive"] }