libdd-trace-protobuf 3.0.1

Protobuf utils for Datadog's traces serialization
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-protobuf"
version = "3.0.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protobuf utils for Datadog's traces serialization"
homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-trace-protobuf"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-trace-protobuf"

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

[dependencies.prost]
version = "0.14.1"

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

[dependencies.serde_bytes]
version = "0.11.9"

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

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

[build-dependencies.prost-build]
version = "0.14.1"
optional = true

[build-dependencies.protoc-bin-vendored]
version = "3.0.0"
optional = true

[features]
generate-protobuf = [
    "dep:prost-build",
    "dep:protoc-bin-vendored",
]