# 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 = "open-meteo-rs" version = "0.0.4" description = "HTTP client for open-meteo.com api" homepage = "https://github.com/angelodlfrtr/open-meteo-rs" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/angelodlfrtr/open-meteo-rs" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.chrono-tz] version = "0.8.2" [dependencies.reqwest] version = "0.11.14" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.snafu] version = "0.7.4" [dependencies.tokio] version = "1.24.2" features = ["full"] [dev-dependencies.futures] version = "0.3.25"