# 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 = "duckduckgo" version = "0.1.2" authors = ["Mahmoud Harmouch "] description = "🦆 A CLI and library for colorful DuckDuckGo searches." homepage = "https://github.com/wiseaidev/duckduckgo" documentation = "https://docs.rs/duckduckgo" readme = "README.md" keywords = [ "cli", "duckduckgo", "search", "dorks", "api", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/wiseaidev/duckduckgo" [profile.release] opt-level = "z" lto = "thin" codegen-units = 1 strip = "symbols" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.once_cell] version = "1.19.0" [dependencies.reqwest] version = "0.11.23" features = ["cookies"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.urlencoding] version = "2.1.3"