# 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-instrumentation-sdk" version = "0.24.0" authors = ["David Bernard"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A set of helpers to build OpenTelemetry instrumentation based on `tracing` crate." homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/tracing-opentelemetry-instrumentation-sdk" readme = "README.md" keywords = [ "tracing", "opentelemetry", ] categories = [ "development-tools::debugging", "development-tools::profiling", "web-programming", ] license = "CC0-1.0" repository = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk" [lib] name = "tracing_opentelemetry_instrumentation_sdk" path = "src/lib.rs" [dependencies.http] version = "^1" optional = true [dependencies.opentelemetry] version = "0.27" features = ["trace"] default-features = false [dependencies.tracing] version = "0.1" [dependencies.tracing-opentelemetry] version = "0.28" [dev-dependencies.assert2] version = "0.3" [dev-dependencies.rstest] version = "0.23" [features] default = [] http = ["dep:http"] tracing_level_info = []