# 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" rust-version = "1.75" name = "test-pretty-log" version = "0.6.2" authors = [ "Izzy Lancaster ", "Daniel Mueller ", ] include = [ "src/*.rs", "/LICENSE-*", "/README.md", "/CHANGELOG.md", ] description = """ A replacement of the #[test] attribute that initializes logging and/or tracing infrastructure before running tests. """ homepage = "https://github.com/ILikePizza555/test-pretty-log" readme = "README.md" keywords = [ "log", "logging", "testing", "tracing", ] categories = [ "development-tools::testing", "development-tools", "config", "api-bindings", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/ILikePizza555/test-pretty-log.git" [dependencies.test-pretty-log-macros] version = "0.6.2" [dependencies.tracing] version = "0.1.4" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "env-filter", "fmt", "ansi", ] default-features = false [dev-dependencies._lazy_static_unused] version = "1.0.2" package = "lazy_static" [dev-dependencies.logging] version = "0.4.8" package = "log" [dev-dependencies.test-case] version = "3.1" [dev-dependencies.tokio] version = "1.0" features = [ "rt-multi-thread", "macros", ] default-features = false