linflate 0.1.3

Fast pure-Rust DEFLATE decompressor — SIMD match-copy, branchless refill, segment-aware
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 = "linflate"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast pure-Rust DEFLATE decompressor — SIMD match-copy, branchless refill, segment-aware"
readme = "README.md"
keywords = [
    "deflate",
    "decompression",
    "inflate",
    "simd",
]
categories = ["compression"]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/nordisk/znippy"
resolver = "2"

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

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

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

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