# 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 = "2021" rust-version = "1.70" name = "tracing-capture" version = "0.2.0-beta.1" authors = [ "Alex Ostrovski ", "Thom Wright ", ] description = "Capturing tracing spans and events, e.g. for testing" readme = "README.md" keywords = [ "tracing", "testing", "assertion", "predicate", ] categories = [ "development-tools::testing", "development-tools::debugging", ] license = "MIT OR Apache-2.0" repository = "https://github.com/slowli/tracing-toolbox" [dependencies.id-arena] version = "2.2.1" [dependencies.predicates] version = "3.0.1" default-features = false [dependencies.tracing-core] version = "0.1.30" [dependencies.tracing-subscriber] version = "0.3.16" features = [ "std", "registry", ] default-features = false [dependencies.tracing-tunnel] version = "0.2.0-beta.1" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.tracing] version = "0.1.37" [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["default"] default-features = false [dev-dependencies.tracing-tunnel] version = "0.2.0-beta.1" features = [ "sender", "receiver", ] [dev-dependencies.version-sync] version = "0.9.4" [badges.maintenance] status = "experimental"