Cargo Features

zlib-rs has no features set by default.

[dependencies]
zlib-rs = { version = "0.1.1", features = ["libz-sys", "arbitrary"] }
__internal-test = quickcheck

Affects inflate::INFLATE_STATE_SIZE, inflate::set_mode_dict

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

libz-sys implicit feature

Enables libz-sys

libz-sys:

Low-level bindings to the system libz library (also known as zlib)

quickcheck __internal-test?
arbitrary implicit feature

Enables arbitrary

arbitrary:

The trait for generating structured data from unstructured data