Cargo Features
[dependencies]
citadel_pqcrypto = { version = "0.7.0", default-features = false, features = ["std", "wasm", "getrandom"] }
- default = std
-
The
std
feature is set by default whenevercitadel_pqcrypto
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std and alloc of aes-gcm, std of bytes, alloc and std of chacha20poly1305, std of kyber-pke, pqcrypto-falcon-wasi, pqcrypto-traits-wasi, rand, serde, sha3, and strum
- wasm
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features.