# 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 = "ddtrace" version = "0.1.1" authors = [ "David Steiner ", ] exclude = [".pre-commit-config.yaml"] description = "utilities for integrating Datadog with tracing" homepage = "https://github.com/Validus-Risk-Management/ddtrace" readme = "README.md" keywords = [ "datadog", "tracing", "opentelemetry", "axum", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/Validus-Risk-Management/ddtrace" [dependencies.axum] version = "^0.6.10" optional = true [dependencies.axum-tracing-opentelemetry] version = "^0.11.0" optional = true [dependencies.chrono] version = "^0.4.24" [dependencies.opentelemetry] version = "^0.19.0" features = ["rt-tokio"] [dependencies.opentelemetry-datadog] version = "^0.7.0" [dependencies.opentelemetry-otlp] version = "^0.12.0" [dependencies.serde] version = "^1.0.156" features = ["derive"] [dependencies.serde_json] version = "^1.0.95" [dependencies.tokio] version = "^1.26.0" features = ["signal"] optional = true [dependencies.tracing] version = "^0.1.37" [dependencies.tracing-opentelemetry] version = "^0.19.0" [dependencies.tracing-serde] version = "^0.1.3" [dependencies.tracing-subscriber] version = "^0.3.16" features = [ "env-filter", "json", ] [features] axum = [ "dep:axum", "dep:tokio", "dep:axum-tracing-opentelemetry", ]