[package]
name = "zlib-rs"
readme.workspace = true
description.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
publish.workspace = true
rust-version.workspace = true
[features]
default = []
__internal-fuzz = ["libz-ng-sys", "arbitrary"]
__internal-test = ["quickcheck"]
[dependencies]
arbitrary = { workspace = true, optional = true, features = ["derive"] }
libz-ng-sys = { workspace = true, optional = true }
quickcheck = { version = "1.0.3", optional = true, default-features = false, features = [] }
[dev-dependencies]
libloading = "0.8.1"
libz-ng-sys = "1.1.12"
crc32fast = "1.3.2"
load-dynamic-libz-ng.workspace = true