# 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" rust-version = "1.65" name = "opentelemetry-appender-tracing2" version = "0.26.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An OpenTelemetry log appender for the tracing crate" homepage = "https://github.com/Romira915/opentelemetry-rust/tree/patch/trace-id-span-id/opentelemetry-appender-tracing" readme = "README.md" keywords = [ "opentelemetry", "log", "logs", "tracing", ] license = "Apache-2.0" repository = "https://github.com/Romira915/opentelemetry-rust/tree/patch/trace-id-span-id/opentelemetry-appender-tracing" [lib] name = "opentelemetry_appender_tracing2" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[bench]] name = "logs" path = "benches/logs.rs" harness = false required-features = ["logs_level_enabled"] [dependencies.log] version = "0.4.21" optional = true [dependencies.opentelemetry] version = "0.26" features = ["logs"] [dependencies.tracing] version = "0.1" features = ["std"] [dependencies.tracing-core] version = "0.1" [dependencies.tracing-log] version = "0.2" optional = true [dependencies.tracing-opentelemetry] version = "0.27.0" features = [] [dependencies.tracing-subscriber] version = "0.3" features = [ "registry", "std", ] [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.log] version = "0.4.21" [dev-dependencies.tracing-log] version = "0.2" [features] experimental_metadata_attributes = ["dep:tracing-log"] logs_level_enabled = ["opentelemetry/logs_level_enabled"] [target.'cfg(not(target_os = "windows"))'.dev-dependencies.pprof] version = "0.13" features = [ "flamegraph", "criterion", ]