Cargo Features
[dependencies]
ic-ed25519 = { version = "0.2.0", default-features = false, features = ["rand"] }
- default = rand
-
The
rand
feature is set by default wheneveric-ed25519
is added without
somewhere in the dependency tree.default-features = false - rand default
-
Enables rand ^0.8.5
ic-ed25519 has 2 features without comments.