# 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 = "mtzip" version = "4.0.0" authors = ["Jonh The Cooling Fan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for making zip archives with multithreaded compression" documentation = "https://docs.rs/mtzip" readme = "README.md" categories = [ "compression", "concurrency", ] license = "MIT" repository = "https://github.com/JohnTheCoolingFan/mtzip" [package.metadata.docs.rs] features = ["rayon"] [lib] name = "mtzip" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.derivative] version = "2.2.0" features = ["use_core"] [dependencies.flate2] version = "1.0" default-features = false [dependencies.rayon] version = "1.10.0" optional = true [features] default = ["rust_backend"] rayon = ["dep:rayon"] rust_backend = ["flate2/rust_backend"] wasi_fs = [] zlib = ["flate2/zlib"]