# 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 = "2018" name = "tracing-rolling-file-inc" version = "0.0.2" authors = ["luyi "] description = "A rolling file appender with customizable rolling conditions." homepage = "https://github.com/luyikk/tracing-rolling-file" documentation = "https://docs.rs/tracing-rolling-file-inc/" readme = "README.md" keywords = [ "rolling", "logging", "tracing", ] categories = ["debugging"] license = "MIT/Apache-2.0" repository = "https://github.com/luyikk/tracing-rolling-file" [dependencies.chrono] version = "0.4" [dependencies.regex] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.tempfile] version = "3.0.5" [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-appender] version = "0.2" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]