Cargo Features
[dependencies]
ocb = { version = "0.0.2+deprecated", default-features = false, features = ["std", "alloc", "arrayvec", "getrandom", "heapless", "rand_core", "stream", "zeroize"] }
- default = alloc, getrandom
-
These default features are set whenever
ocb
is added without
somewhere in the dependency tree.default-features = false - std = alloc
- alloc default std?
- arrayvec
- getrandom default = rand_core
- heapless
- rand_core getrandom
- stream
Features from optional dependencies
- zeroize implicit feature