# 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 = "2018" name = "tower-opentelemetry" version = "0.2.0" description = "An OpenTelemetry layer for Tower" readme = "README.md" license-file = "LICENSE" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "0.2" [dependencies.lazy_static] version = "1.4" [dependencies.opentelemetry] version = "0.17" features = ["trace"] [dependencies.opentelemetry-semantic-conventions] version = "0.9" [dependencies.sysinfo] version = "0.23" [dependencies.tower-layer] version = "0.3" [dependencies.tower-service] version = "0.3"