# 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.61.0" name = "metrics-exporter-dogstatsd" version = "0.8.0" authors = ["Valentino Volonghi "] description = "A metrics-compatible exporter for sending metrics to Statsd/Dogstatsd." homepage = "https://github.com/dialtone/metrics-exporter-dogstatsd" documentation = "https://docs.rs/metrics-exporter-dogstatsd" readme = "README.md" keywords = [ "metrics", "telemetry", "statsd", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/dialtone/metrics-exporter-dogstatsd" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.indexmap] version = "1" default-features = false [dependencies.metrics] version = "0.21" [dependencies.metrics-util] version = "0.15" features = [ "recency", "registry", "summary", ] default-features = false [dependencies.quanta] version = "0.11.0" default-features = false [dependencies.thiserror] version = "1" default-features = false [dependencies.tokio] version = "1" features = [ "rt", "net", "time", ] [dependencies.tracing] version = "0.1.26"