Cargo Features
[dependencies]
vanity_gpg = { version = "0.3.2", default-features = false, features = ["sequoia", "rpgp"] }
- default = sequoia
-
The
sequoia
feature is set by default whenevervanity_gpg
is added without
somewhere in the dependency tree.default-features = false - 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.