# 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 = "datadog-formatting-layer" version = "2.2.1" authors = ["Open Schnick"] description = "A crate providing a tracing-subscriber layer for formatting events so Datadog can parse them" homepage = "https://github.com/open-schnick/DatadogFormattingLayer" documentation = "https://docs.rs/datadog-formatting-layer" readme = "README.md" keywords = [ "tracing", "tracing-subscriber", "layer", "datadog", ] categories = ["development-tools::debugging"] license = "Apache-2.0" repository = "https://github.com/open-schnick/DatadogFormattingLayer" [dependencies.chrono] version = "0.4" [dependencies.opentelemetry] version = "0.22.0" default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.tracing] version = "0.1" [dependencies.tracing-opentelemetry] version = "0.23.0" default-features = false [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.opentelemetry-datadog] version = "0.10.0" features = ["reqwest-client"] [dev-dependencies.opentelemetry_sdk] version = "0.22.1" [dev-dependencies.regex] version = "1.10.3" [dev-dependencies.smoothy] version = "0.4.4"