# 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 = "rust_weather" version = "1.2.0" include = ["**/*.rs", "Cargo.toml", "Cargo.lock"] description = "Uses open weather api's database to provide weather data via a CLI" readme = "README.md" keywords = ["weather", "cli", "open-weather", "api"] categories = ["api-bindings", "command-line-utilities"] license = "AGPL-3.0" repository = "https://github.com/t0112358/rust_weather/" resolver = "2" [dependencies.clap] version = "3.0.14" features = ["std", "color", "derive", "suggestions", "unicode", "cargo", "env", "wrap_help"] [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11.9" features = ["blocking", "json"] [dependencies.serde_json] version = "1.0.78"