# 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 = "cadence" version = "1.5.0" authors = ["Nick Pillitteri"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An extensible Statsd client for Rust" homepage = "https://github.com/56quarters/cadence" documentation = "https://docs.rs/cadence/" readme = "README.md" keywords = [ "statsd", "metrics", ] license = "Apache-2.0/MIT" repository = "https://github.com/56quarters/cadence" [lib] name = "cadence" path = "src/lib.rs" [[example]] name = "arc-wrapped-client" path = "examples/arc-wrapped-client.rs" [[example]] name = "custom-value-type" path = "examples/custom-value-type.rs" [[example]] name = "datadog-extensions" path = "examples/datadog-extensions.rs" [[example]] name = "nop-sink" path = "examples/nop-sink.rs" [[example]] name = "production-sink" path = "examples/production-sink.rs" [[example]] name = "sending-tags" path = "examples/sending-tags.rs" [[example]] name = "simple-sink" path = "examples/simple-sink.rs" [[example]] name = "spy-sink" path = "examples/spy-sink.rs" [[example]] name = "unix-socket" path = "examples/unix-socket.rs" [[example]] name = "value-packing" path = "examples/value-packing.rs" [[example]] name = "wrapped" path = "examples/wrapped.rs" [[test]] name = "alloc-no-tags" path = "tests/alloc-no-tags.rs" [[test]] name = "alloc-with-tags" path = "tests/alloc-with-tags.rs" [[test]] name = "core" path = "tests/core.rs" [[test]] name = "spy" path = "tests/spy.rs" [[test]] name = "udp" path = "tests/udp.rs" [[test]] name = "unix" path = "tests/unix.rs" [[test]] name = "utils" path = "tests/utils.rs" [dependencies.crossbeam-channel] version = "0.5.11"