# 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" name = "log4rs_dynamic_filters" version = "0.1.3" authors = ["Chris Riches"] description = "Programmatically controlled filters for log4rs" readme = "README.md" keywords = [ "log", "logging", "log4rs", "filters", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cjriches/log4rs_dynamic_filters" [dependencies.anyhow] version = "1.0.65" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.log4rs] version = "1.1.1" features = ["config_parsing"] default-features = false [dependencies.serde] version = "1.0.145" features = ["derive"] default-features = false [dev-dependencies.log4rs_test_utils] version = "0.2.1" features = ["log_testing"] default-features = false