[package] name = "tracing-assert-core" version = "0.1.4" authors = ["Transparent Engineers "] edition = "2018" description = "A tracing layer with assertion helpers for use in unit-tests" license = "MIT OR Apache-2.0" [dependencies] tracing-core = "0.1.19" tracing-subscriber = "0.3.9" lazy_static = "1.4" tracing = "0.1.37"