libdd-dogstatsd-client 2.0.0

A dogstatsd client for sending metrics to a dogstatsd server.
Documentation
# 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.84.1"
name = "libdd-dogstatsd-client"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dogstatsd client for sending metrics to a dogstatsd server."
homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-dogstatsd-client"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-dogstatsd-client"

[lib]
name = "libdd_dogstatsd_client"
path = "src/lib.rs"
bench = false

[dependencies.anyhow]
version = "1.0"

[dependencies.cadence]
version = "1.3.0"

[dependencies.http]
version = "1.1"

[dependencies.libdd-common]
version = "3.0.2"
default-features = false

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
]

[dependencies.tracing]
version = "0.1"
default-features = false

[dev-dependencies.tokio]
version = "1.23"
features = [
    "rt",
    "time",
    "test-util",
    "rt-multi-thread",
]
default-features = false

[features]
default = ["https"]
https = ["libdd-common/https"]