[go: up one dir, main page]

zlib-rs 0.1.0

A memory-safe zlib implementation written in rust
Documentation
[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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[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