# 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 = "nws_exporter" version = "0.5.1" authors = ["Nick Pillitteri"] description = "Prometheus metrics exporter for api.weather.gov" homepage = "https://github.com/56quarters/nws_exporter" readme = "README.md" keywords = [ "nws", "metrics", "prometheus", ] license = "GPL-3.0+" repository = "https://github.com/56quarters/nws_exporter" [profile.dist] lto = "thin" inherits = "release" [lib] name = "nws_exporter" path = "src/nws_exporter/lib.rs" [dependencies.axum] version = "0.6.20" [dependencies.clap] version = "4.1.8" features = [ "cargo", "derive", "help", "error-context", "std", "usage", "wrap_help", ] default_features = false [dependencies.percent-encoding] version = "2.1.0" [dependencies.prometheus-client] version = "0.21.2" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.101" features = ["derive"] [dependencies.tokio] version = "1.14.0" features = ["full"] [dependencies.tower-http] version = "0.4.4" features = ["trace"] [dependencies.tracing] version = "0.1.11" [dependencies.tracing-subscriber] version = "0.3.17"