# 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 = "rusty-search" version = "0.1.0" authors = ["Reljod Oreta "] description = "A command-line interface (CLI) application developed in Rust that enables users to conduct web searches." homepage = "https://github.com/Reljod/rusty-search" readme = "README.md" keywords = [ "search", "cli", "rust", "rusty-search", "reljod", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/Reljod/rusty-search" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.3.1" [dev-dependencies.assert_cmd] version = "2.0.10" [dev-dependencies.predicates] version = "3.0.1"