Cargo Features
[dependencies]
alpkit = { version = "0.1.0-pre.2", default-features = false, features = ["base64", "shell-timeout", "flate2-rust", "flate2-zlib", "flate2-zlib-ng"] }
- default = flate2-rust
-
The
flate2-rust
feature is set by default wheneveralpkit
is added without
somewhere in the dependency tree.default-features = false - base64
-
Encode/decode
xattrs
in JSON with base64. If disabled,xattr
values will be empty.Enables base64 ^0.13
- shell-timeout
-
Add support for setting timeout for the APKBUILD interpretation.
Enables process_control ^4.0
- flate2-rust default
-
Choose the flate2 backend. Note that flate2-rust and flate2-zlib (or flate2-zlib-ng) can be enabled at the same time - in that case,
the latter is used.Enables rust_backend of flate2
- flate2-zlib
- flate2-zlib-ng