Cargo Features
[dependencies]
sequoia-keystore-server = { version = "0.1.0", default-features = false, features = ["crypto-nettle", "crypto-openssl", "crypto-botan", "crypto-botan2", "crypto-cng", "crypto-rust"] }
- default = crypto-nettle
-
The
crypto-nettle
feature is set by default wheneversequoia-keystore-server
is added without
somewhere in the dependency tree.default-features = false - crypto-nettle default
-
Enables crypto-nettle of sequoia-openpgp
sequoia-openpgp:
TODO(#333): Allow for/implement more backends
- crypto-openssl
-
Enables crypto-openssl of sequoia-openpgp
- crypto-botan
-
Enables crypto-botan of sequoia-openpgp
- crypto-botan2
-
Enables crypto-botan2 of sequoia-openpgp
- crypto-cng
-
Enables crypto-cng of sequoia-openpgp
- crypto-rust
-
Enables crypto-rust of sequoia-openpgp
sequoia-keystore-server has 7 features without comments.