Cargo Features

vPGP has no features set by default.

[dependencies]
vpgp = { version = "0.1.0", features = ["nightly", "profile", "asm", "wasm"] }
nightly

Enables nightly of num-bigint-dig, rand ^0.8, 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 ^0.2

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?

Enables getrandom ^0.2

gperftools profile?