libdd-trace-normalization 1.0.3

A duplicate of trace normalization implemented in the agent in https://github.com/DataDog/datadog-agent/blob/main/pkg/trace/traceutil/normalize.go
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-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"]