# 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 = "logroller" version = "0.1.2" authors = ["Trayvon Pan "] description = "A Rust library for automatic file rotation, working with the `tracing-appender` crate." documentation = "https://docs.rs/logroller/" readme = "README.md" keywords = [ "logging", "tracing", "tracing-appender", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/trayvonpan/logroller/" [dependencies.chrono] version = "0.4" [dependencies.flate2] version = "1.0" [dependencies.regex] version = "1" [dependencies.thiserror] version = "1.0" [dependencies.tracing-subscriber] version = "0.3" optional = true [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-appender] version = "0.2" [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = [] tracing = ["dep:tracing-subscriber"]