# 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_exporter" version = "0.4.0" authors = ["evaneaston"] description = "An aggregator that polls OpenWeatherMap free API data and exposes it in prometheus exposition format." homepage = "https://github.com/evaneaston/openweathermap" readme = "README.md" keywords = [ "openweathermap", "prometheus", "metrics", "exporter", ] categories = ["command-line-utilities"] license = "MIT-0" repository = "https://github.com/evaneaston/openweathermap" [[bin]] name = "openweathermap_exporter" path = "src/main.rs" [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.metrics] version = "0.22.3" [dependencies.metrics-exporter-prometheus] version = "0.14.0" features = ["http-listener"] [dependencies.metrics-util] version = "0.16.3" [dependencies.openweathermap_client] version = "0.4.0" [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_with] version = "3.8.0" features = [ "chrono", "macros", ] [dependencies.serde_yaml] version = "0.9.33" [dependencies.thiserror] version = "1.0.59" [dependencies.tokio] version = "1.37.0" features = [ "macros", "net", ] [dev-dependencies.http-body-util] version = "0.1" [dev-dependencies.hyper] version = "1.3.1" features = ["client"] [dev-dependencies.hyper-util] version = "0.1.3" features = [ "client", "http1", "client-legacy", ] [dev-dependencies.wait-timeout] version = "0.2.0"