# 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-setup" version = "1.0.2" authors = ["klebs tpk3.mx@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "this crate helps us configure tracing for a rust project. It is designed to be used with the `traced-test` crate" readme = "README.md" categories = ["development-tools"] license = "MIT" repository = "https://github.com/klebs6/klebs-general" [lib] name = "tracing_setup" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.colored] version = "2.1.0" [dependencies.disable_macro] version = "0.3.6" [dependencies.env_logger] version = "0.11.3" [dependencies.export-magic] version = "0.3.6" [dependencies.serial_test] version = "0.5" [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.tracing-appender] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "std", "env-filter", ] default-features = false