Cargo Features
[dependencies]
pep_engine_sequoia_backend = { version = "1.1.0", default-features = false, features = ["crypto-nettle", "crypto-botan", "crypto-botan2", "crypto-cng"] }
- default = crypto-botan2
-
The
crypto-botan2
feature is set by default wheneverpep_engine_sequoia_backend
is added without
somewhere in the dependency tree.default-features = false - crypto-nettle
-
Enables crypto-nettle of sequoia-openpgp
When bumping the version of Sequoia search the code for XXX to find spots where we can take advantage of new features.
- crypto-botan
-
Enables crypto-botan of sequoia-openpgp
- crypto-botan2 default
-
Enables crypto-botan2 of sequoia-openpgp
- crypto-cng
-
Enables crypto-cng of sequoia-openpgp