# 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 = "tracing-opentelemetry-ext" version = "0.1.1" description = "Extensions for integrating Axum and Tonic with tracing, OpenTelemetry, and observability" readme = "README.md" license = "MIT" [dependencies.axum] version = "0.6.18" default-features = false [dependencies.axum-tracing-opentelemetry] version = "0.10.0" features = ["otlp"] default-features = false [dependencies.opentelemetry] version = "0.18.0" features = ["rt-tokio"] default-features = false [dependencies.opentelemetry-http] version = "0.7.0" [dependencies.tokio] version = "1.28.1" features = ["signal"] default-features = false [dependencies.tonic] version = "0.9.2" [dependencies.tower] version = "0.4.13" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-opentelemetry] version = "0.18.0" [dependencies.tracing-subscriber] version = "0.3.16" features = [ "ansi", "env-filter", "fmt", "json", ] default-features = false [dev-dependencies.thiserror] version = "1.0.40"