[package] name = "tracing-collector" version = "0.1.2" edition = "2021" license = "MIT" repository = "https://github.com/akesson/tracing-collector.git" description = "A tracing subscriber that collects a copy of the traces for use in tests with insta snapshots" categories = ["development-tools::testing"] keywords = ["tracing", "insta", "log", "test"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tracing = "0.1" tracing-subscriber = "0.3" strip-ansi-escapes = "0.1" [dev-dependencies] insta = { version = "1.23", features = ["yaml"] }