[package] name = "cs-trace" description = "Tracing utilities." version = "0.14.0" edition = "2018" authors = ["Oleg Solomka "] license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["trace", "tracing", "logs", "logging", "utils"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } strip-ansi-escapes = "0.1.1" [dev-dependencies] rstest = "0.12.0" cs-utils = { version = "0.7.1", features = ["all"] } tokio = { version = "1", features = ["full"] } spin = { version = "0.9", features = ["once"] }