Cargo Features
[dependencies]
isap-aead = { version = "0.2.2", default-features = false, features = ["std", "alloc", "arrayvec", "heapless", "stream", "zeroize", "keccak"] }
- default = alloc, ascon, keccak, zeroize
-
These default features are set whenever
isap-aead
is added without
somewhere in the dependency tree.default-features = false - std = alloc
- alloc default std?
- arrayvec
- heapless
- stream
- zeroize default
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.