lzip-parallel 0.2.8

Pure Rust parallel ZIP decompressor — multi-core DEFLATE decode for .zip archives
Documentation
# 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 = "2024"
name = "lzip-parallel"
version = "0.2.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust parallel ZIP decompressor — multi-core DEFLATE decode for .zip archives"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/nordisk/znippy"
resolver = "2"

[features]
default = []
gen = ["dep:zip"]
testmatrix = [
    "dep:nornir-testmatrix",
    "nornir-testmatrix/testmatrix",
]
zlib-ng = ["dep:flate2"]

[lib]
name = "lzip_parallel"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "lzip"
path = "src/bin/lzip.rs"

[[test]]
name = "maven_artifacts"
path = "tests/maven_artifacts.rs"

[[bench]]
name = "inflate_bench"
path = "benches/inflate_bench.rs"
harness = false

[dependencies.flate2]
version = "1"
features = ["zlib-ng-compat"]
optional = true
default-features = false

[dependencies.gatling]
version = "0.1.7"
package = "rotaryengine"

[dependencies.linflate]
version = "0.1.8"

[dependencies.nornir-testmatrix]
version = "0.2"
optional = true
default-features = false

[dependencies.zip]
version = "2"
optional = true

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.miniz_oxide]
version = "0.8"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.zip]
version = "2"