# 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.70" name = "libmedusa-zip" version = "0.0.9" authors = ["Danny McClanahan "] description = "High-performance parallelized implementations of common zip file operations." homepage = "https://github.com/cosmicexplorer/medusa-zip" readme = "README.md" keywords = [ "zip", "file", "archive", "parallel", "io", ] categories = [ "development-tools::build-utils", "filesystem", "asynchronous", "caching", ] license = "Apache-2.0" repository = "https://github.com/cosmicexplorer/medusa-zip" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-recursion] version = "1" [dependencies.cfg-if] version = "1.0" [dependencies.displaydoc] version = "0.2.4" [dependencies.futures] version = "0.3" [dependencies.once_cell] version = "1" [dependencies.parking_lot] version = "0.12" [dependencies.rayon] version = "1.7" [dependencies.regex] version = "1" [dependencies.static_init] version = "1" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0.30" [dependencies.time] version = "0.3.23" features = [ "local-offset", "parsing", ] [dependencies.tokio] version = "1.29" features = [ "fs", "io-util", "rt", "sync", ] [dependencies.tokio-stream] version = "0.1" features = ["fs"] [dependencies.zip] version = "0.6.6" features = [ "deflate", "time", "rayon", "merge", ] default-features = false package = "zip-merge"