Cargo Features

sett has no features set by default.

[dependencies]
sett = { version = "0.2.2", features = ["crypto-cng", "crypto-nettle"] }
default

These default features are set whenever sett is added without default-features = false somewhere in the dependency tree.

Enables crypto-nettle of sequoia-openpgp

sequoia-openpgp:

TODO(#333): Allow for/implement more backends

crypto-cng

Enables crypto-cng of sequoia-openpgp

crypto-nettle

Enables crypto-nettle of sequoia-openpgp

sett has 3 features without comments.