# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wthr" version = "0.1.0" authors = ["Zach Thompson "] description = "Weather from the US National Weather Service." homepage = "https://github.com/zthompson47/wthr" keywords = ["weather", "nws", "forecast", "cli", "types"] categories = ["command-line-utilities", "web-programming::http-client"] license = "MIT OR Apache-2.0" repository = "https://github.com/zthompson47/wthr" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.chrono-tz] version = "0.5.3" features = ["serde"] [dependencies.clap] version = "2.33.3" [dependencies.colorgrad] version = "0.4.0" [dependencies.crossterm] version = "0.20.0" [dependencies.geojson] version = "0.22.2" [dependencies.home] version = "0.5.3" [dependencies.reqwest] version = "0.11.3" features = ["json"] [dependencies.rusqlite] version = "0.25.3" features = ["chrono"] [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.structopt] version = "0.3.21" [dependencies.sunrise] version = "1.0.0" [dependencies.tokio] version = "1.6.1" features = ["macros"] [dependencies.toml] version = "0.5.8" [dependencies.url] version = "2.2.2" [dev-dependencies.tempfile] version = "3.2.0" [dev-dependencies.wiremock] version = "0.5.3" [badges.maintenance] status = "passively-maintained"