# 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 = "piz" version = "0.5.1" authors = ["Matt Kline "] description = """ piz (a Parallel Implementation of Zip) is a ZIP archive reader designed to concurrently decompress files using a simple API. """ documentation = "https://docs.rs/piz" readme = "README.md" keywords = [ "zip", "archive", "parallel", "thread", "concurrency", ] categories = [ "compression", "concurrency", ] license = "Zlib" repository = "https://github.com/mrkline/piz-rs" resolver = "2" [profile.release] debug = true [dependencies.camino] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.codepage-437] version = "0.1" [dependencies.crc32fast] version = "1.0" [dependencies.flate2] version = "1.0" [dependencies.log] version = "0.4" [dependencies.memchr] version = "2.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.memmap] version = "0.7" [dev-dependencies.rayon] version = "1.0" [dev-dependencies.stderrlog] version = "0.5.1" [dev-dependencies.structopt] version = "0.3" [features] check-local-metadata = [] default = ["check-local-metadata"]