[dependencies.crossbeam-channel]
version = "0.5.11"
[[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"
[lib]
name = "cadence"
path = "src/lib.rs"
[package]
authors = ["Nick Pillitteri"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "An extensible Statsd client for Rust"
documentation = "https://docs.rs/cadence/"
edition = "2021"
homepage = "https://github.com/56quarters/cadence"
keywords = ["statsd", "metrics"]
license = "Apache-2.0/MIT"
name = "cadence"
readme = "README.md"
repository = "https://github.com/56quarters/cadence"
version = "1.5.0"
[[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"