agzip 0.1.0

Async compatible gzip (de)compressor
Documentation
[dependencies.flate2]
version = "1.0"

[dependencies.memchr]
version = "2.7"

[[example]]
name = "decode_stream"
path = "examples/decode_stream.rs"

[[example]]
name = "encode_stream"
path = "examples/encode_stream.rs"

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

[lints.clippy]
large-futures = "deny"
manual-assert = "deny"
match-wildcard-for-single-variants = "deny"
missing-assert-message = "deny"
semicolon-if-nothing-returned = "deny"
trivially-copy-pass-by-ref = "deny"
unwrap-used = "deny"
use-self = "deny"

[lints.rust]
elided-lifetimes-in-paths = "deny"

[package]
authors = ["nanoqsh"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "compression"]
description = "Async compatible gzip (de)compressor"
documentation = "https://docs.rs/agzip"
edition = "2024"
keywords = ["gzip"]
license = "Apache-2.0 OR MIT"
name = "agzip"
readme = "README.md"
repository = "https://github.com/nanoqsh/agzip"
rust-version = "1.85"
version = "0.1.0"