# 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 = "dd-trace-layer" version = "0.0.2" authors = ["Takayuki Nakata "] description = "A middleware for sending Datadog's trace" readme = "README.md" keywords = [ "middleware", "datadog", "axum", "hyper", "opentelemetry", ] license = "MIT" repository = "https://github.com/pepabo/dd-trace-layer" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.http-body] version = "0.4" [dependencies.opentelemetry] version = "0.18" features = ["rt-tokio"] [dependencies.opentelemetry-datadog] version = "0.6" features = ["reqwest-client"] [dependencies.opentelemetry-semantic-conventions] version = "0.10" [dependencies.tower] version = "0.4" features = ["util"] [dev-dependencies.axum] version = "0.6.0-rc.2" [dev-dependencies.hyper] version = "0.14" features = ["full"] [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tower] version = "0.4" features = ["full"]