Cargo Features
[dependencies]
axfive-libzip-sys = { version = "0.2.3", default-features = false, features = ["build", "static", "pkg-config"] }
- default = build, pkg-config
-
These default features are set whenever
axfive-libzip-sys
is added without
somewhere in the dependency tree.default-features = false - build default = cmake
- 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.
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?
- pkg-config build default
- cmake build build