Cargo Features

PGP has no features set by default.

[dependencies]
pgp = { version = "0.14.2", features = ["nightly", "profile", "asm", "wasm"] }
nightly

Enables nightly of num-bigint-dig, rand, and rsa

rand:

some additions requiring nightly Rust

profile = gperftools
asm

Enables asm of md-5, sha1, and sha2

wasm = getrandom

Enables wasmbind of chrono, js of getrandom

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.

getrandom wasm?
gperftools profile?