Cargo Features
[dependencies]
card-cli = { version = "1.11.14", default-features = false, features = ["with-sequoia-openpgp"] }
- default = with-sequoia-openpgp
-
The
with-sequoia-openpgp
feature is set by default whenevercard-cli
is added without
somewhere in the dependency tree.default-features = false - with-sequoia-openpgp default = openpgp-card-sequoia, sequoia-openpgp
-
Affects
pkiutil::sequoia_openpgp_public_key_pem
…
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.