decompression-plz 0.0.17

Decompression for ParsePlz ecosystem
# 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 = "decompression-plz"
version = "0.0.17"
authors = [
    "darkseid",
    "sytten <emile@caido.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Decompression for ParsePlz ecosystem"
readme = false
license = "MIT"
repository = "https://github.com/parseplz/primitives"

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

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

[dependencies.body-plz]
version = "0.0.40"

[dependencies.brotli]
version = "8.0.0"

[dependencies.bytes]
version = "1.10"

[dependencies.flate2]
version = "1.1.0"

[dependencies.header-plz]
version = "0.0.36"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.zstd]
version = "0.13.3"

[dev-dependencies.rstest]
version = "0.26.1"