# 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 = "2018" name = "wethr" version = "0.6.0" authors = ["Silvio Clecio (silvioprog) "] description = "Command line weather tool." homepage = "https://github.com/risoflora/wethr" readme = "README.md" keywords = ["celsius", "fahrenheit", "temperature", "weather"] categories = ["command-line-utilities", "network-programming"] license = "MIT" repository = "https://github.com/risoflora/wethr" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "1.0" [dependencies.getopts] version = "0.2" [dependencies.humantime] version = "2.1" [dependencies.indicatif] version = "0.16" [dependencies.reqwest] version = "0.11" features = ["rustls-tls", "gzip", "json"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["macros"]