mlzlog 0.4.0

A collection of log4rs tools to log like the mlzlog Python package
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "mlzlog"
version = "0.4.0"
authors = ["Georg Brandl <g.brandl@fz-juelich.de>"]
description = "A collection of log4rs tools to log like the mlzlog Python package"
documentation = "http://docs.rs/mlzlog"
keywords = ["logging", "mlz", "colored", "rolling"]
license = "MIT/Apache-2.0"
repository = "https://github.com/birkenfeld/mlzlog-rs"
[dependencies.ansi_term]
version = "0.10"

[dependencies.log]
version = "0.4"

[dependencies.log-mdc]
version = "0.1"

[dependencies.log4rs]
version = "0.8"
features = ["pattern_encoder", "simple_writer"]
default-features = false

[dependencies.parking_lot]
version = "0.5"

[dependencies.time]
version = "0.1.38"