# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tracing-fmt" version = "0.1.1" authors = ["Eliza Weisman "] description = "A `tracing` subscriber that formats and logs trace data. Moved to the `tracing-subscriber` crate.\n" homepage = "https://tokio.rs" documentation = "https://docs.rs/tracing-fmt/0.1.1/tracing_fmt" readme = "README.md" keywords = ["logging", "tracing"] categories = ["development-tools::debugging", "asynchronous"] license = "MIT" repository = "https://github.com/tokio-rs/tracing" [dependencies.tracing-subscriber] version = "0.1" features = ["fmt", "filter"] [dev-dependencies.tracing] version = "0.1" [features] ansi = ["tracing-subscriber/ansi"] chrono = ["tracing-subscriber/chrono"] default = ["ansi", "chrono", "tracing-log"] tracing-log = ["tracing-subscriber/tracing-log"] [badges.azure-devops] build = "1" pipeline = "tokio-rs.tracing" project = "tracing/tracing" [badges.maintenance] status = "deprecated"