Cargo Features

axfive-libzip-sys has no features set by default.

[dependencies]
axfive-libzip-sys = { version = "0.1.5", features = ["static"] }
static

Enables vendored of openssl-sys and zlib-ng of libz-sys

libz-sys:

(Omit the libc feature if you don't require the corresponding functions.)

This allows higher-level crates depending on your library to opt into zlib-ng if desired.

Building zlib-ng requires cmake.

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.

openssl-sys static?
libz-sys static?