# 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 = "meteomatics" version = "0.2.2" authors = ["Meteomatics"] description = "Query weather and climate data from the Meteomatics API (https://www.meteomatics.com/en/)" homepage = "https://www.meteomatics.com/en/" readme = "README.md" license = "MIT" repository = "https://github.com/meteomatics/rust-connector-api" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.polars] version = "0.21.1" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.png] version = "0.17.5" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ]