logrotate 1.0.0

Cli tool for rotating / archiving files within specified directory.
Documentation
[[bin]]
name = "logrotate"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.99"

[dependencies.chrono]
version = "0.4.42"

[dependencies.clap]
features = ["derive"]
version = "4.5.47"

[dependencies.flate2]
version = "1.1.2"

[dependencies.tar]
version = "0.4.44"

[dependencies.zip]
version = "5.1.1"

[dev-dependencies]

[lib]
name = "logrotate"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage,coverage_nightly)"]
level = "warn"
priority = 0

[package]
authors = ["Jack Sims jack.m.sims@protonmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Cli tool for rotating / archiving files within specified directory."
edition = "2024"
homepage = "https://github.com/jackpots28/logrotate"
keywords = ["cli", "logs", "utility"]
license = "Apache-2.0"
name = "logrotate"
readme = "README.md"
repository = "https://github.com/jackpots28/logrotate"
version = "1.0.0"

[[test]]
name = "unittests"
path = "tests/unittests.rs"