# 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" rust-version = "1.63.0" name = "tracing-appender-localtime" version = "0.2.4" authors = [ "Zeki Sherif ", "Tokio Contributors ", ] description = """ tracing-appender base on localtime (chrono) """ readme = "README.md" keywords = [ "logging", "tracing", "file-appender", "non-blocking-writer", ] categories = [ "development-tools::debugging", "asynchronous", ] license = "MIT" repository = "https://github.com/swq123459/tracing-appender-localtime.git" resolver = "2" [dependencies.chrono] version = "0.4.38" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.parking_lot] version = "0.12.1" optional = true [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3.2" features = [ "formatting", "parsing", ] default-features = false [dependencies.tracing-subscriber] version = "0.3.18" features = [ "fmt", "std", ] default-features = false [dev-dependencies.criterion] version = "0.3.6" default-features = false [dev-dependencies.tempfile] version = "3" [dev-dependencies.tracing] version = "0.1.35"