# 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.63" name = "mlzlog" version = "0.8.3" authors = ["Georg Brandl "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of log4rs tools to log like the mlzlog Python package" documentation = "http://docs.rs/mlzlog" readme = "README.md" keywords = [ "logging", "mlz", "colored", "rolling", ] license = "MIT/Apache-2.0" repository = "https://github.com/birkenfeld/mlzlog-rs" [lib] name = "mlzlog" path = "src/lib.rs" [[example]] name = "test" path = "examples/test.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.38" [dependencies.hashbrown] version = "0.13.0" [dependencies.log] version = "0.4.8" [dependencies.log-mdc] version = "0.1.0" [dependencies.log4rs] version = "=1.2.0" features = [ "pattern_encoder", "simple_writer", ] default-features = false [dependencies.parking_lot] version = "0.12.0" [dependencies.systemd] version = "0.10.0" optional = true