# 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.74.1" name = "firo" version = "0.1.4" authors = ["Quentin JEROME "] description = "Straightforward rotating file implementation" documentation = "https://docs.rs/firo" readme = "README.md" keywords = [ "file", "rotate", "log", ] license = "GPL-3.0" repository = "https://github.com/qjerome/firo" [dependencies.flate2] version = "1.0" [dependencies.huby] version = "0.2" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0"