# 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.81" name = "metrics-prometheus" version = "0.8.0" authors = ["Instrumentisto Team "] build = false include = [ "/src/", "/CHANGELOG.md", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "`prometheus` backend for `metrics` crate." homepage = "https://github.com/instrumentisto/metrics-prometheus-rs" documentation = "https://docs.rs/metrics-prometheus" readme = "README.md" keywords = [ "metrics", "prometheus", ] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/instrumentisto/metrics-prometheus-rs" [lib] name = "metrics_prometheus" path = "src/lib.rs" [dependencies.arc-swap] version = "1.5" [dependencies.metrics] version = "0.24" default-features = false [dependencies.metrics-util] version = "0.18" features = ["registry"] default-features = false [dependencies.prometheus] version = "0.13" default-features = false [dependencies.sealed] version = "0.6" [dependencies.smallvec] version = "1.10" [dependencies.thiserror] version = "1.0.2" [dev-dependencies.metrics-util] version = "0.18" features = ["layer-filter"] default-features = false