Cargo Features
[dependencies]
aead = { version = "0.6.0-rc.10", default-features = false, features = ["alloc", "dev", "getrandom", "rand_core", "arrayvec", "bytes"] }
- default = rand_core
-
The
rand_corefeature is set by default wheneveraeadis added withoutsomewhere in the dependency tree.default-features = false - alloc dev?
-
Affects
aead::Aead… - dev = alloc, blobby
-
Affects
aead::dev… - getrandom
-
Enables getrandom of crypto-common
- rand_core default
-
Enables rand_core of crypto-common
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.