# 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_test_utils" version = "0.2.3" authors = ["Chris Riches"] description = "Utilities for testing log4rs-based logging, whether you want to log your tests or test your logs." readme = "README.md" keywords = [ "log", "logging", "log4rs", "test", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cjriches/log4rs_test_utils" [dependencies.anyhow] version = "1.0.65" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.log] version = "0.4.17" [dependencies.log4rs] version = "1.1.1" features = ["pattern_encoder"] default-features = false [features] default = [ "log_testing", "test_logging", ] log_testing = ["lazy_static"] test_logging = []