# 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 = "rotating-file" version = "0.3.6" authors = ["soulmachine "] description = "A thread-safe rotating file with customizable rotation behavior." keywords = [ "logging", "logrotate", "rotating", ] license = "Apache-2.0" repository = "https://github.com/soulmachine/rotating-file" resolver = "2" [dependencies.chrono] version = "0.4.19" [dependencies.flate2] version = "1.0.23" [dependencies.log] version = "0.4.16" [dependencies.zip] version = "0.6.2" [dev-dependencies.once_cell] version = "1.10.0"