Cargo Features
[dependencies]
fawkes-crypto-bellman_ce = { version = "0.3.5", default-features = false, features = ["multicore", "sonic", "gm17", "wasm", "nightly"] }
- default = multicore
-
The
multicore
feature is set by default wheneverfawkes-crypto-bellman_ce
is added without
somewhere in the dependency tree.default-features = false - multicore default = crossbeam, futures-cpupool, num_cpus
- sonic = blake2-rfc, tiny-keccak
-
Affects
fawkes-crypto-bellman_ce::sonic
… - gm17
-
Affects
fawkes-crypto-bellman_ce::gm17
… - wasm = web-sys
- nightly = prefetch
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.