libdd-library-config 1.1.0

Configuration management library for Datadog products.
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"
name = "libdd-library-config"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configuration management library for Datadog products."
homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-library-config"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-library-config"

[lib]
name = "libdd_library_config"
crate-type = ["lib"]
path = "src/lib.rs"
bench = false

[dependencies.anyhow]
version = "1.0"

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

[dependencies.prost]
version = "0.14.1"

[dependencies.rand]
version = "0.8.3"

[dependencies.rmp]
version = "0.8.14"

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

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

[dependencies.serde_yaml]
version = "0.9.34"

[dev-dependencies.serial_test]
version = "3.2"

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

[target."cfg(unix)".dependencies.memfd]
version = "0.6"

[target."cfg(unix)".dependencies.rustix]
version = "1.1.3"
features = [
    "param",
    "mm",
    "process",
    "fs",
    "time",
]