# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bing-search" version = "2.0.3" authors = ["Neosb "] description = "Bing search engine in your terminal" documentation = "https://docs.rs/bing-search" readme = "README.md" keywords = [ "osint", "recon", "search", "bing", "terminal", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/nutek-terminal/bing-search" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.reqwest] version = "0.11" [dependencies.soup] version = "0.5.1" [dependencies.tokio] version = "1" features = ["full"]