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 whenever sequoia-keyring-linter is added without default-features = false somewhere in the dependency tree.

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.