lgz 0.3.11

Pure Rust parallel gzip decompressor — multi-core DEFLATE decode with zero-copy ring-slot pipeline
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 = "lgz"
version = "0.3.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust parallel gzip decompressor — multi-core DEFLATE decode with zero-copy ring-slot pipeline"
homepage = "https://codeberg.org/nordisk/znippy"
documentation = "https://docs.rs/lgz"
readme = "README.md"
keywords = [
    "gzip",
    "decompression",
    "parallel",
    "compression",
    "deflate",
]
categories = [
    "compression",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/nordisk/znippy"
resolver = "2"

[features]
testmatrix = [
    "dep:nornir-testmatrix",
    "nornir-testmatrix/testmatrix",
]
timing = []

[lib]
name = "lgz"
path = "src/lib.rs"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.flate2]
version = "1.1"

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

[dependencies.linflate]
version = "0.1.9"

[dependencies.memchr]
version = "2"

[dependencies.memmap2]
version = "0.9"

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

[dependencies.tar]
version = "0.4"

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

[dev-dependencies.flate2]
version = "1.1"

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