Cargo Features
[dependencies]
mc-oblivious-aes-gcm = { version = "0.10.1", default-features = false, features = ["std", "alloc", "getrandom", "heapless", "stream", "aes", "zeroize"] }
- default = aes, alloc, getrandom
-
These default features are set whenever
mc-oblivious-aes-gcm
is added without
somewhere in the dependency tree.default-features = false - std = alloc
- alloc default std?
- getrandom default
- heapless
- stream
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.