# 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 = "2018" name = "prometheus-airnow-exporter" version = "0.1.3" authors = ["Kunal Mehta "] description = "A Prometheus exporter for AQI readings from AirNow.gov" readme = "README.md" keywords = [ "prometheus", "airnow", "aqi", ] categories = ["web-programming::http-server"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/legoktm/prometheus-airnow-exporter" [dependencies.anyhow] version = "1.0" [dependencies.prometheus_exporter] version = "0.8.2" [dependencies.reqwest] version = "0.11" features = [ "gzip", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [badges.maintenance] status = "deprecated"