# 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" rust-version = "1.61" name = "pipe-logger-lib" version = "1.1.17" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "Stores, rotates, compresses process logs." homepage = "https://magiclen.org/pipe-logger-lib" readme = "README.md" keywords = [ "logger", "log", "pipe", "rotation", "logrotate", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/magiclen/pipe-logger-lib" [dependencies.chrono] version = "0.4.24" features = ["clock"] default-features = false [dependencies.path-absolutize] version = "3" [dependencies.regex] version = "1.0.5" [dependencies.xz2] version = "0.1.5"