# 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" rust-version = "1.71" name = "openweathermap_client" version = "0.4.0" authors = ["evaneaston"] description = "A client for querying the weather from the free OpenWeatherMap API." homepage = "https://github.com/evaneaston/openweathermap" readme = "README.md" keywords = [ "openweathermap", "prometheus", "metrics", "exporter", ] categories = ["api-bindings"] license = "MIT-0" repository = "https://github.com/evaneaston/openweathermap" [lib] name = "openweathermap_client" path = "src/lib.rs" [dependencies.http] version = "1.1.0" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.3.1" features = [ "client", "http1", ] [dependencies.hyper-rustls] version = "0.27.1" [dependencies.hyper-util] version = "0.1.3" [dependencies.log] version = "0.4.21" [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_yaml] version = "0.9.33" [dependencies.thiserror] version = "1.0.59" [dependencies.url] version = "2.5.0" [dev-dependencies.tokio] version = "1.37.0" features = ["macros"]