# 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 = "tklog" version = "0.2.9" authors = ["donnie4w "] build = false include = [ "src/**/*.rs", "Cargo.toml", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Lightweight and efficient rust structured log library with support for log level, file shred, compressed archive" homepage = "https://github.com/donnie4w/tklog" documentation = "https://docs.rs/tklog" readme = "README.md" keywords = [ "log", "logger", "logging", ] categories = ["development-tools::debugging"] license = "Apache-2.0" repository = "https://github.com/donnie4w/tklog" [lib] name = "tklog" path = "src/lib.rs" [dependencies.chrono] version = "0.4.39" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.flate2] version = "1.0.35" [dependencies.log] version = "0.4.22" [dependencies.once_cell] version = "1.20.2" [dependencies.regex] version = "1.11.1" [dependencies.tokio] version = "1.42.0" features = ["full"]