# 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.56" name = "tracing-filter" version = "0.1.0-alpha.2" autotests = false description = "experimental next-generation filtering support for tracing" license = "MIT OR Apache-2.0" resolver = "2" [[test]] name = "lib" [dependencies.compact_str] version = "0.4" [dependencies.matchers] version = "0.1.0" [dependencies.miette] version = "4.7.1" features = ["fancy"] [dependencies.once_cell] version = "1.12.0" [dependencies.regex] version = "1.5.6" [dependencies.smallvec] version = "1.8.0" optional = true [dependencies.thiserror] version = "1.0.31" [dependencies.thread_local] version = "1.1.4" [dependencies.tracing] version = "0.1.34" features = ["std"] default-features = false [dependencies.tracing-core] version = "0.1.26" features = ["std"] default-features = false [dependencies.tracing-subscriber] version = "0.3.11" features = ["registry", "std"] default-features = false [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.insta] version = "1.14.0" features = ["glob"] [dev-dependencies.log] version = "0.4.17" [dev-dependencies.tracing-subscriber] version = "0.3.11" features = ["fmt", "tracing-log", "env-filter"] default-features = false