Cargo Features

libpna has no features set by default.

[dependencies]
libpna = { version = "0.20.0", features = ["wasm", "zlib-ng", "unstable-async"] }
wasm

Deprecated. This feature flag has been replaced by cfg(target_arch = "wasm32").

Enables wasm of liblzma and zstd

zlib-ng

Enables zlib-ng of flate2

unstable-async

Enables futures-io and futures-util