test-env-log 0.2.8

A replacement of the #[test] attribute that initializes logging and/or tracing infrastructure before running tests.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"
[dev-dependencies.env_logger]
default-features = false
version = "0.8"

[dev-dependencies.logging]
package = "log"
version = "0.4"

[dev-dependencies.tokio]
default-features = false
features = ["rt", "macros"]
version = "1.0"

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-futures]
default-features = false
features = ["std-future"]
version = "0.2"

[dev-dependencies.tracing-subscriber]
default-features = false
features = ["env-filter", "fmt"]
version = "0.3"

[features]
default = ["log"]
log = []
trace = []

[lib]
proc-macro = true

[package]
authors = ["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\ntracing infrastructure before running tests.\n"
edition = "2018"
homepage = "https://github.com/d-e-s-o/test-env-log"
include = ["src/lib.rs", "LICENSE-*", "README.md", "CHANGELOG.md"]
keywords = ["env_logger", "log", "logging", "testing", "tracing"]
license = "Apache-2.0 OR MIT"
name = "test-env-log"
readme = "README.md"
repository = "https://github.com/d-e-s-o/test-env-log.git"
version = "0.2.8"