# 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 = "metrics-exporter-statsd" version = "0.9.0" authors = ["Manish Bellani "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "metrics-rs exporter that supports reporting metrics to StatsD" homepage = "https://github.com/github/metrics-exporter-statsd" readme = "README.md" keywords = [ "metrics", "statsd", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/github/metrics-exporter-statsd" [lib] name = "metrics_exporter_statsd" path = "src/lib.rs" [dependencies.cadence] version = "1.5" [dependencies.metrics] version = "0.24" [dependencies.thiserror] version = "1.0"