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