libdd-trace-utils 2.0.2

Trace utilities including span processing, MessagePack encoding/decoding, payload handling, and HTTP transport with retry logic for Datadog APM
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-trace-utils"
version = "2.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trace utilities including span processing, MessagePack encoding/decoding, payload handling, and HTTP transport with retry logic for Datadog APM"
homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-trace-utils"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-trace-utils"

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

[[test]]
name = "test_send_data"
path = "tests/test_send_data.rs"

[[bench]]
name = "main"
path = "benches/main.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

[dependencies.bytes]
version = "1.11.1"

[dependencies.cargo-platform]
version = "=0.1.7"
optional = true

[dependencies.cargo_metadata]
version = "0.18.1"
optional = true

[dependencies.flate2]
version = "1.0"
optional = true

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

[dependencies.http]
version = "1"

[dependencies.http-body]
version = "1"

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

[dependencies.httpmock]
version = "0.8.0-alpha.1"
optional = true

[dependencies.hyper]
version = "1.6"
features = [
    "http1",
    "client",
]
optional = true
default-features = false

[dependencies.indexmap]
version = "2.11"

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

[dependencies.libdd-tinybytes]
version = "1.1.0"
features = [
    "bytes_string",
    "serialization",
]

[dependencies.libdd-trace-normalization]
version = "1.0.2"

[dependencies.libdd-trace-protobuf]
version = "2.0.0"

[dependencies.prost]
version = "0.14.1"

[dependencies.rand]
version = "0.8.5"

[dependencies.rmp]
version = "0.8.14"
default-features = false

[dependencies.rmp-serde]
version = "1.1.1"

[dependencies.rmpv]
version = "1.3.0"
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

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

[dependencies.urlencoding]
version = "2.1.3"
optional = true

[dependencies.zstd]
version = "0.13.3"
optional = true
default-features = false

[dev-dependencies.bolero]
version = "0.13"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.httpmock]
version = "0.8.0-alpha.1"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.3.0"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[features]
compression = [
    "zstd",
    "flate2",
]
default = ["https"]
fips = ["libdd-common/fips"]
https = ["libdd-common/https"]
mini_agent = [
    "compression",
    "libdd-common/use_webpki_roots",
]
test-utils = [
    "hyper/server",
    "httpmock",
    "cargo_metadata",
    "cargo-platform",
    "urlencoding",
]