bzip2 0.5.2

Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams.
Documentation
[dependencies.bzip2-sys]
optional = true
version = "0.1.13"

[dependencies.libbz2-rs-sys]
default-features = false
features = ["rust-allocator", "semver-prefix"]
optional = true
version = "0.1.3"

[dev-dependencies.partial-io]
features = ["quickcheck1"]
version = "0.5.4"

[dev-dependencies.quickcheck]
version = "1.0"

[dev-dependencies.rand]
version = "0.9"

[features]
default = ["dep:bzip2-sys"]
libbz2-rs-sys = ["dep:libbz2-rs-sys", "bzip2-sys?/__disabled"]
static = ["bzip2-sys?/static"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compression", "api-bindings"]
description = """
Bindings to libbzip2 for bzip2 compression and decompression exposed as
Reader/Writer streams.
"""
documentation = "https://docs.rs/bzip2"
edition = "2021"
homepage = "https://github.com/trifectatechfoundation/bzip2-rs"
keywords = ["bzip", "encoding"]
license = "MIT OR Apache-2.0"
name = "bzip2"
publish = true
readme = "README.md"
repository = "https://github.com/trifectatechfoundation/bzip2-rs"
rust-version = "1.65.0"
version = "0.5.2"