# 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 = "2021" name = "logs-wheel" version = "0.3.1" authors = ["Mo Bitar "] exclude = [ ".ignore", "justfile", "CHANGELOG.md", ] description = "Rolling log files with compression" readme = "README.md" keywords = [ "logging", "tracing", "rolling", ] license = "AGPL-3.0" repository = "https://codeberg.org/mo8it/logs-wheel" [dependencies.flate2] version = "1.0.28" [dependencies.time] version = "0.3.30" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["fmt"] default-features = false