Cargo Features
[dependencies]
sequoia-keystore = { version = "0.6.1", default-features = false, features = ["softkeys", "openpgp-card", "tpm", "gpg-agent"] }
- default = gpg-agent, softkeys
-
These default features are set whenever
sequoia-keystore
is added without
somewhere in the dependency tree.default-features = false - softkeys default
-
Enables sequoia-keystore-softkeys
- openpgp-card
-
Note: openpgp-card is currently opt-in. It will become the default when it has seen more testing.
Enables sequoia-keystore-openpgp-card
- tpm
-
Note: tpm is currently opt-in. It will become the default when it has seen more testing.
Enables sequoia-keystore-tpm
- gpg-agent default
-
Enables sequoia-keystore-gpg-agent