# 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" version = "0.3.5" authors = ["Embark "] description = "A logfmt formatter for tracing events and spans" homepage = "https://github.com/EmbarkStudios/tracing-logfmt" readme = "README.md" keywords = [ "logging", "tracing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/tracing-logfmt" [dependencies.nu-ansi-term] version = "0.50" optional = true [dependencies.time] version = "0.3.7" features = ["formatting"] [dependencies.tracing] version = "0.1" [dependencies.tracing-core] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["fmt"] default-features = false [features] ansi_logs = ["dep:nu-ansi-term"]