[badges.maintenance]
status = "experimental"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[features]
no-env-filter = []
[lib]
proc-macro = true
[package]
authors = ["Danilo Bargen <mail@dbrgn.ch>"]
categories = ["development-tools::testing"]
description = "A procedural macro that allow for easier testing of crates that use `tracing`.\n\nInternal crate, should only be used through the `tracing-test` crate.\n"
edition = "2018"
license = "MIT"
name = "tracing-test-macro"
readme = "README.md"
repository = "https://github.com/dbrgn/tracing-test"
version = "0.2.5"