libdd-telemetry 3.0.0

Telemetry client allowing to send data as described in https://docs.datadoghq.com/tracing/configure_data_security/?tab=net#telemetry-collection
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-telemetry"
version = "3.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Telemetry client allowing to send data as described in https://docs.datadoghq.com/tracing/configure_data_security/?tab=net#telemetry-collection"
homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-telemetry"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-telemetry"

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

[[example]]
name = "tm-metrics-worker-test"
path = "examples/tm-metrics-worker-test.rs"

[[example]]
name = "tm-ping"
path = "examples/tm-ping.rs"

[[example]]
name = "tm-send-sketch"
path = "examples/tm-send-sketch.rs"

[[example]]
name = "tm-worker-test"
path = "examples/tm-worker-test.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.futures]
version = "0.3"
default-features = false

[dependencies.hashbrown]
version = "0.15"

[dependencies.http]
version = "1.1"

[dependencies.http-body-util]
version = "0.1"

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

[dependencies.libdd-ddsketch]
version = "1.0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sys-info]
version = "0.9.0"

[dependencies.tokio]
version = "1.23"
features = [
    "sync",
    "io-util",
]

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

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

[dependencies.uuid]
version = "1.3"
features = ["v4"]

[dev-dependencies.tokio]
version = "1.23"
features = [
    "sync",
    "io-util",
    "rt-multi-thread",
]

[dev-dependencies.tracing-subscriber]
version = "0.3.22"

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

[target."cfg(unix)".dependencies.libc]
version = "0.2.176"

[target."cfg(windows)".dependencies.winver]
version = "1.0.0"