Cargo Features
[dependencies]
citadel_crypt = { version = "0.13.0", default-features = false, features = ["std", "filesystem", "wasm"] }
- default = filesystem, std
-
These default features are set whenever
citadel_crypt
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of byteorder, citadel_io, citadel_pqcrypto, and rand ^0.8.5
citadel_pqcrypto:
Standard library support with all optimizations
- filesystem default
- wasm
-
Enables wasm of citadel_io and citadel_pqcrypto
citadel_pqcrypto:
WebAssembly target support
citadel_crypt has 4 features without comments.