Cargo Features
[dependencies]
sequoia-keyring-linter = { version = "1.0.1", default-features = false, features = ["crypto-nettle", "crypto-cng"] }
- default = crypto-nettle
-
The
crypto-nettle
feature is set by default wheneversequoia-keyring-linter
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-cng
-
Enables crypto-cng of sequoia-openpgp
sequoia-keyring-linter has 3 features without comments.