[package]
name = "libz-rs-sys"
readme = "README.md"
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 = ["std", "rust-allocator"]
c-allocator = ["zlib-rs/c-allocator"]
rust-allocator = ["zlib-rs/rust-allocator"]
std = ["zlib-rs/std"]
custom-prefix = []
testing-prefix = []
[dependencies]
zlib-rs = { workspace = true, default-features = false }