tracing-test 0.1.0

Helper functions and macros that allow for easier testing of crates that use `tracing`.
Documentation
[badges.maintenance]
status = "experimental"
[dependencies.lazy_static]
version = "1.4"

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

[dependencies.tracing-subscriber]
version = "0.2"

[dependencies.tracing-test-macro]
version = "0.1"
[dev-dependencies.tokio]
features = ["rt-threaded", "macros"]
version = "0.2"

[dev-dependencies.tracing]
default-features = false
version = "0.1"

[package]
authors = ["Danilo Bargen <mail@dbrgn.ch>"]
categories = ["development-tools::testing"]
description = "Helper functions and macros that allow for easier testing of crates that use `tracing`.\n"
edition = "2018"
license = "MIT"
name = "tracing-test"
repository = "https://github.com/dbrgn/tracing-test"
version = "0.1.0"