Cargo Features

pgp-sig2dot has no features set by default.

[dependencies]
pgp-sig2dot = { version = "0.2.4", features = ["crypto-nettle", "crypto-openssl", "crypto-botan", "crypto-botan2", "crypto-rust", "crypto-cng", "allow-experimental-crypto", "allow-variable-time-crypto"] }
default

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

Enables sequoia-openpgp

crypto-nettle

but allow others to select a different backend, as well

Enables crypto-nettle of sequoia-openpgp

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-rust

Enables crypto-rust of sequoia-openpgp

crypto-cng

Enables crypto-cng of sequoia-openpgp

allow-experimental-crypto

Experimental and variable-time cryptographic backend opt-ins

Enables allow-experimental-crypto of sequoia-openpgp

allow-variable-time-crypto

Enables allow-variable-time-crypto of sequoia-openpgp