# 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.70" name = "tokio-cadence" version = "0.6.0" authors = ["Peter Nehrer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tokio-based metric sinks for Cadence " readme = "README.md" keywords = [ "cadence", "statsd", "metrics", "async", "tokio", ] license = "MIT" repository = "https://github.com/ecliptical/tokio-cadence" [lib] name = "tokio_cadence" path = "src/lib.rs" [[example]] name = "async_impl" path = "examples/async_impl.rs" [dependencies.cadence] version = "1.5" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1" features = [ "net", "sync", "time", ] [dev-dependencies.pretty_env_logger] version = "0.5" [dev-dependencies.tokio] version = "1" features = [ "net", "sync", "time", "macros", "rt-multi-thread", ]