Cargo Features

[dependencies]
citadel_crypt = { version = "0.9.0", default-features = false, features = ["std", "filesystem", "wasm"] }
default = filesystem, std

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

std default

Enables tokio and std of byteorder, citadel_io, citadel_pqcrypto, and rand

rand:

Option (enabled by default): without "std" rand uses libcore; this option enables functionality expected to be available on a standard platform.

filesystem default
wasm

Enables wasm of citadel_io and citadel_pqcrypto

citadel_crypt has 4 features without comments.