Cargo Features

[dependencies]
vanity_gpg = { version = "0.3.2", default-features = false, features = ["sequoia", "rpgp"] }
default = sequoia

The sequoia feature is set by default whenever vanity_gpg is added without default-features = false somewhere in the dependency tree.

sequoia default = sequoia-openpgp

Affects pgp_backends::DefaultBackend

rpgp = chrono, pgp, rand, sha-1, smallvec

Affects pgp_backends::DefaultBackend, pgp_backends::DefaultBackend

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

pgp rpgp?

Enables pgp ^0.7

rand rpgp?
sha-1 rpgp?
chrono rpgp?
smallvec rpgp?
sequoia-openpgp sequoia