# 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 = "forecast-get" version = "0.1.1" include = [ "src/**/*", "examples/*", "Cargo.toml", "README.md", "LICENCE", ] description = "Getting the weather forecast from yandex for embedding in polybar" homepage = "https://github.com/arteev/forecast" keywords = [ "cli", "forecast", "weather", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/arteev/forecast" resolver = "2" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.directories] version = "4.0.1" [dependencies.duration-string] version = "0.0.6" features = ["serde"] [dependencies.handlebars] version = "4.2.2" [dependencies.reqwest] version = "0.11.10" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.136" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.79" [dependencies.serde_qs] version = "0.9.1" [dependencies.thiserror] version = "1.0.30" [dependencies.toml] version = "0.5.8" [dependencies.unqlite] version = "1.5.0"