# 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" rust-version = "1.74.0" name = "wthrr" version = "1.2.1" authors = ["Turiiya "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Weather companion for the terminal" homepage = "https://github.com/ttytm/wthrr-the-weathercrab" readme = "README.md" keywords = [ "cli", "weather", "meteorological", "terminal", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ttytm/wthrr-the-weathercrab" [profile.release] strip = true [[bin]] name = "wthrr" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = [ "clock", "unstable-locales", ] default-features = false [dependencies.clap] version = "4.5" features = [ "derive", "std", "help", "usage", "error-context", "suggestions", ] default-features = false [dependencies.dialoguer] version = "0.11" default-features = false [dependencies.directories] version = "5.0" [dependencies.futures] version = "0.3" [dependencies.optional_struct] version = "0.5" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.ron] version = "0.8" [dependencies.scopeguard] version = "1.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.unicode-width] version = "0.2"