[package] name = "log4rs-rolling-file" version = "0.2.0" authors = ["Steven Fackler "] description = "A rolling file appender for log4rs" license = "MIT/Apache-2.0" repository = "https://github.com/sfackler/log4rs-rolling-file" documentation = "https://sfackler.github.io/log4rs-rolling-file/doc/v0.2.0/log4rs_rolling_file" [features] gzip = ["flate2"] [dependencies] antidote = "1.0" log = "0.3" log4rs = "0.4" serde = "0.7" serde-value = "0.2" flate2 = { version = "0.2", optional = true } [dev-dependencies] log4rs = { version = "0.4", features = ["yaml"] } tempdir = "0.3"