tracing-logrotate 0.1.2

tracing logfile writer with rotation and expiry
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 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 = "2024"
rust-version = "1.85.0"
name = "tracing-logrotate"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tracing logfile writer with rotation and expiry"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://salsa.debian.org/dgit-team/tag2upload-service-manager"
resolver = "3"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4.38"
features = ["std"]
default-features = false

[dependencies.derive_more]
version = "1"
features = ["full"]

[dependencies.itertools]
version = ">= 0.13.0, < 0.15"

[dependencies.serde]
version = "1.0.204"
features = ["derive"]

[dependencies.strum]
version = ">= 0.26.3, < 0.28"
features = ["derive"]

[dependencies.thiserror]
version = ">= 1.0.61, < 3"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "net",
    "process",
    "sync",
    "rt",
]

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
version = "0.3.18"
features = ["serde"]

[dev-dependencies.humantime-serde]
version = "1.1.1"

[dev-dependencies.serde_json]
version = "1.0.120"

[dev-dependencies.test-temp-dir]
version = ">=0.2.2, <0.7"

[dev-dependencies.testresult]
version = "0.4.0"

[dev-dependencies.tracing-test]
version = "0.2.5"

[lints.clippy]
assigning_clones = "allow"
dbg_macro = "deny"
disallowed_methods = "deny"
disallowed_types = "deny"
unwrap_used = "deny"

[lints.clippy.complexity]
level = "allow"
priority = -1

[lints.clippy.style]
level = "allow"
priority = -1

[lints.rust]
unstable_name_collisions = "allow"