# 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-tui" version = "0.1.0" description = "Weather in the terminal." homepage = "https://github.com/Xithrius/weather-tui" documentation = "https://github.com/Xithrius/weather-tui" readme = "README.md" keywords = [ "tui", "weather", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Xithrius/weather-tui" resolver = "2" [profile.dev.package.backtrace] opt-level = 3 [profile.release] lto = "thin" [[bin]] name = "wt" path = "src/main.rs" bench = false [dependencies.chrono] version = "0.4.22" [dependencies.color-eyre] version = "0.6.2" [dependencies.crossterm] version = "0.25.0" [dependencies.reqwest] version = "0.11.11" features = ["json"] [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.textwrap] version = "0.15.0" [dependencies.tokio] version = "1.20.1" features = ["full"] [dependencies.toml] version = "0.5.9" [dependencies.tui] version = "0.19.0" features = ["crossterm"] default-features = false