# 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 = "tower-otel" version = "0.2.0" authors = ["Mattia Penati "] autoexamples = false description = "OpenTelemetry tracing layer for HTTP/gRPC services" homepage = "https://github.com/mattiapenati/tower-otel" documentation = "https://docs.rs/tower-otel" readme = "README.md" keywords = [ "opentelemetry", "tracing", "tower", "http", "grpc", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/mattiapenati/tower-otel" [dependencies.http] version = "1" [dependencies.opentelemetry] version = "0.21.0" default-features = false [dependencies.pin-project] version = "1.1.3" [dependencies.tower-layer] version = "0.3.2" [dependencies.tower-service] version = "0.3.2" [dependencies.tracing] version = "0.1.40" default-features = false [dependencies.tracing-opentelemetry] version = "0.22" default-features = false