Cargo Features
[dependencies]
zar = { version = "0.1.2", default-features = false, features = ["apple-root-cert"] }
- default = apple-root-cert
-
The
apple-root-cert
feature is set by default wheneverzar
is added without
somewhere in the dependency tree.default-features = false - apple-root-cert default
-
Include Apple root certificate as trusted by default.