Cargo Features
[dependencies]
evercrypt = { version = "0.0.11", default-features = false, features = ["random", "serialization"] }
- default = random
-
The
random
feature is set by default wheneverevercrypt
is added without
somewhere in the dependency tree.default-features = false - random default = rand, rand_core
-
Affects
aead::key_gen
,aead::nonce_gen
,ecdh::key_gen
,ed25519::key_gen
,evercrypt::rand_util
,p256::random_nonce
,p256::key_gen
,signature::key_gen
,x25519::key_gen
… - serialization = serde, serde_json
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.