[package] name = "mlzlog" version = "0.8.3" authors = ["Georg Brandl "] license = "MIT/Apache-2.0" description = "A collection of log4rs tools to log like the mlzlog Python package" repository = "https://github.com/birkenfeld/mlzlog-rs" documentation = "http://docs.rs/mlzlog" keywords = ["logging", "mlz", "colored", "rolling"] rust-version = "1.63" edition = "2021" [dependencies] log = "0.4.8" log-mdc = "0.1.0" chrono = "0.4.38" anyhow = "1.0" hashbrown = "0.13.0" ansi_term = "0.12.1" parking_lot = "0.12.0" systemd = { version = "0.10.0", optional = true } [dependencies.log4rs] version = "=1.2.0" default-features = false features = ["pattern_encoder", "simple_writer"]