libdd-data-pipeline 2.0.1

Trace exporter package allowing sending data from datadog SDKs to the Trace Agent.
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-data-pipeline"
version = "2.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trace exporter package allowing sending data from datadog SDKs to the Trace Agent."
homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-data-pipeline"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-data-pipeline"

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

[[example]]
name = "send-traces-with-stats"
path = "examples/send-traces-with-stats.rs"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arc-swap]
version = "1.7.1"

[dependencies.bytes]
version = "1.11.1"

[dependencies.either]
version = "1.13.0"

[dependencies.http]
version = "1.1"

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

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

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

[dependencies.libdd-dogstatsd-client]
version = "1.0.1"
default-features = false

[dependencies.libdd-telemetry]
version = "3.0.0"
default-features = false

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

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

[dependencies.libdd-trace-stats]
version = "1.0.3"

[dependencies.libdd-trace-utils]
version = "2.0.2"
default-features = false

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

[dependencies.serde]
version = "1.0.209"

[dependencies.serde_json]
version = "1.0.127"

[dependencies.sha2]
version = "0.10"

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

[dependencies.tokio-util]
version = "0.7.11"

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

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

[dev-dependencies.clap]
version = "4.0"
features = ["derive"]

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

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

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.regex]
version = "1.5"

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

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

[features]
default = ["https"]
https = [
    "libdd-common/https",
    "libdd-telemetry/https",
    "libdd-trace-utils/https",
    "libdd-dogstatsd-client/https",
]
test-utils = []