# 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 = "comprexor" version = "0.1.520" authors = ["OLoKo64 "] description = "A simple lib to compress and extract files and directories." readme = "README.md" keywords = [ "gzip", "deflate", "encoding", "compression", ] categories = ["compression"] license = "MIT" repository = "https://github.com/OLoKo64/comprexor" [dependencies.flate2] version = "1.0.26" [dependencies.humansize] version = "2.1.3" [dependencies.tar] version = "0.4.39" [dependencies.tempfile] version = "3.7.0"