tracing-test 0.2.6

Helper functions and macros that allow for easier testing of crates that use `tracing`.
Documentation
# 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 = "2018"
name = "tracing-test"
version = "0.2.6"
authors = ["Danilo Bargen <mail@dbrgn.ch>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Helper functions and macros that allow for easier testing of crates that use `tracing`.
"""
readme = "README.md"
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/dbrgn/tracing-test"

[badges.maintenance]
status = "experimental"

[features]
no-env-filter = ["tracing-test-macro/no-env-filter"]

[lib]
name = "tracing_test"
path = "src/lib.rs"

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

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.tracing-test-macro]
version = "=0.2.6"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

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