# 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 = "mttw" version = "0.4.1" description = "A wrapper for Meteotrentino open data" readme = "README.md" keywords = [ "cli", "api", "weather", ] categories = [ "api-bindings", "command-line-utilities", ] license-file = "COPYING" repository = "https://gitlab.com/dnlmsr/mttw" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.2.8" features = ["derive"] [dependencies.dirs] version = "4.0.0" [dependencies.prettytable] version = "0.10.0" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.serde] version = "1.0.149" [dependencies.serde_derive] version = "1.0.149" [dependencies.serde_json] version = "1.0.91" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.toml] version = "0.5.9" [dependencies.url] version = "2.3.1"