# 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 = "async-mtzip" version = "0.0.3" authors = ["102535481@qq.com"] description = "A library for making zip archives with multithreaded async compression" documentation = "https://docs.rs/async-mtzip" readme = "README.md" categories = [ "compression", "concurrency", ] license = "MIT" repository = "https://github.com/dounine/rust-mtzip" [dependencies.async-compression] version = "0.4.10" features = [ "tokio", "deflate", ] [dependencies.cfg-if] version = "1.0.0" [dependencies.crc32fast] version = "1.2.1" [dependencies.tempfile] version = "3.10.1" [dependencies.tokio] version = "1.37.0" features = ["full"]