# 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-print" version = "0.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple println format for tracing-subscriber" homepage = "https://github.com/pbar1/tracing-print" documentation = "https://docs.rs/tracing-print" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/pbar1/tracing-print" [lib] name = "tracing_print" path = "src/lib.rs" [[example]] name = "no_color" path = "examples/no_color.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.anstream] version = "0.6" default-features = false [dependencies.tracing] version = "0.1" default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "std", "fmt", "registry", ] default-features = false [dependencies.yansi] version = "1" optional = true default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "std", "fmt", "registry", "ansi", ] default-features = false [features] ansi = ["dep:yansi"] default = ["ansi"]