# 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 = "nowa" version = "1.1.1" authors = ["Stephen Ramsay "] include = [ "**/*.rs", "Cargo.toml", "CODE_OF_CONDUCT.md", "COPYING", "README.md", ] description = "A small, fast command-line application that retrieves weather data from the United States National Weather Service" readme = "README.md" keywords = [ "cli", "weather", "terminal", "meteorological", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~sramsay/nowa" [[bin]] name = "nowa" test = false bench = false [dependencies.anyhow] version = "1" [dependencies.chrono] version = ">=0.4.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.lazy_static] version = "1" [dependencies.libm] version = ">=0.2.0" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.ureq] version = "2" features = ["json"] [dependencies.url] version = "2"