[package]
edition = "2021"
rust-version = "1.84.1"
name = "libdd-trace-normalization"
version = "1.0.3"
authors = ["David Lee <david.lee@datadoghq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A duplicate of trace normalization implemented in the agent in https://github.com/DataDog/datadog-agent/blob/main/pkg/trace/traceutil/normalize.go"
homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-trace-normalization"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-trace-normalization"
[lib]
name = "libdd_trace_normalization"
path = "src/lib.rs"
bench = false
[[bench]]
name = "normalization_utils"
path = "benches/normalization_utils.rs"
harness = false
[dependencies.anyhow]
version = "1.0"
[dependencies.arbitrary]
version = "1.3"
features = ["derive"]
optional = true
[dependencies.libdd-trace-protobuf]
version = "3.0.0"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.duplicate]
version = "0.4.1"
[dev-dependencies.rand]
version = "0.8.5"
[features]
fuzzing = ["arbitrary"]