# 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 = "ripunzip" version = "2.0.0" authors = ["Adrian Taylor "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to unzip an archive in parallel" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/google/ripunzip" [lib] name = "ripunzip" path = "src/lib.rs" [[bin]] name = "ripunzip" path = "src/main.rs" [[bench]] name = "ripunzip_benchmark" path = "benches/ripunzip_benchmark.rs" harness = false [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.1.0" [dependencies.env_logger] version = "0.10.0" [dependencies.indicatif] version = "0.17.2" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.17" [dependencies.progress-streams] version = "1.1.0" [dependencies.ranges] version = "0.4.0" [dependencies.rayon] version = "1.6.0" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.13" features = ["blocking"] [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.37" [dependencies.wildmatch] version = "2.1.1" [dependencies.zip] version = "0.6.3" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hexdump] version = "0.1.1" [dev-dependencies.http] version = "0.2.8" [dev-dependencies.httptest] version = "0.15" [dev-dependencies.hyper] version = "0.14.23" [dev-dependencies.test-log] version = "0.2.11" [features] real_world_benchmark = []