tracing-mock 0.1.0-beta.1

Utilities for testing `tracing` and crates that uses it.
Documentation
[dependencies.tokio-stream]
optional = true
version = "0.1.9"

[dependencies.tracing]
default-features = false
features = ["std", "attributes"]
version = "0.1.41"

[dependencies.tracing-core]
default-features = false
version = "0.1.28"

[dependencies.tracing-subscriber]
default-features = false
features = ["registry"]
optional = true
version = "0.3"

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(flaky_tests)", "cfg(tracing_unstable)"]
level = "warn"
priority = 0

[package]
authors = ["Eliza Weisman <eliza@buoyant.io>", "Hayden Stainsby <hds@caffeineconcepts.com>", "Tokio Contributors <team@tokio.rs>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = """
Utilities for testing `tracing` and crates that uses it.
"""
edition = "2018"
homepage = "https://tokio.rs"
keywords = ["tracing", "mock", "testing"]
license = "MIT"
name = "tracing-mock"
readme = "README.md"
repository = "https://github.com/tokio-rs/tracing"
resolver = "2"
rust-version = "1.63.0"
version = "0.1.0-beta.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "event_ancestry"
path = "tests/event_ancestry.rs"

[[test]]
name = "span_ancestry"
path = "tests/span_ancestry.rs"