# 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 = "tracing-rolling" version = "0.3.0" authors = ["PrivateRookie <996514515@qq.com>"] description = "helper crate to customize rolling log file with tracing crate" homepage = "https://github.com/PrivateRookie/tracing-rolling" readme = "README.md" keywords = [ "logging", "tracing", "rolling", ] categories = ["development-tools::debugging"] license-file = "LICENSE" [dependencies.parking_lot] version = "0.12.1" [dependencies.regex] version = "1.7.1" [dependencies.time] version = "0.3.20" features = [ "formatting", "local-offset", "macros", "parsing", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-core] version = "0.1.32" [dependencies.tracing-subscriber] version = "0.3.16" features = ["time"] [dev-dependencies.tokio] version = "1.26.0" features = ["full"]