# 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 = "weather-cli" version = "0.4.2" authors = ["Eva"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Minimalistic command-line weather program. It works with OpenWeather API." readme = "README.md" keywords = [ "weather", "open-weather-api", ] license = "MIT" repository = "https://github.com/evasquare/weather-cli" [lib] name = "weather_cli" path = "src/lib.rs" [[bin]] name = "weather-cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.3.3" features = ["derive"] [dependencies.regex] version = "1.8.4" [dependencies.reqwest] version = "0.11.18" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.97" [dependencies.tokio] version = "1.28.2" features = [ "rt-multi-thread", "macros", ]