file-rotation 0.4.1

Log rotation for files, supports synchronous std API and an asynchronous tokio-based API.
Documentation
[dependencies.futures]
optional = true
version = "0.3.8"

[dependencies.futures-util]
optional = true
version = "0.3.8"

[dependencies.tokio]
features = ["fs", "io-util"]
optional = true
version = "1.0.1"
[dev-dependencies.quickcheck]
version = "0.9"

[dev-dependencies.quickcheck_async]
version = "0.1.1"

[dev-dependencies.quickcheck_macros]
version = "0.9"

[dev-dependencies.tokio]
features = ["rt", "fs", "io-util", "macros"]
version = "1.0.1"

[features]
async = ["futures", "futures-util", "tokio"]
default = ["async"]
sync = []

[package]
authors = ["Kevin Robert Stravers <macocio@gmail.com>", "Archis Gore <archis@polyverse.com"]
description = "Log rotation for files, supports synchronous std API and an asynchronous tokio-based API."
edition = "2018"
homepage = "https://github.com/polyverse/file-rotate"
keywords = ["log", "rotate", "logrotate"]
license = "LGPL-3.0-or-later"
name = "file-rotation"
repository = "https://github.com/polyverse/file-rotate"
version = "0.4.1"