# 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-logfmt-otel" version = "0.2.0" authors = [ "ElKowar ", "Embark ", ] description = "A fork of tracing-logfmt with added support for opentelemetry span data" homepage = "https://github.com/elkowar/tracing-logfmt" readme = "README.md" keywords = [ "logging", "tracing", "opentelemetry", ] license = "MIT OR Apache-2.0" repository = "https://github.com/elkowar/tracing-logfmt" [dependencies.nu-ansi-term] version = "0.49" optional = true [dependencies.opentelemetry] version = "0.21.0" [dependencies.time] version = "0.3.7" features = ["formatting"] [dependencies.tracing] version = "0.1" [dependencies.tracing-core] version = "0.1" [dependencies.tracing-opentelemetry] version = "0.22.0" [dependencies.tracing-subscriber] version = "0.3" features = ["fmt"] default-features = false [features] ansi_logs = ["dep:nu-ansi-term"]