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.
- futures-cpupool multicore
-
With default (with-deprecated)
- num_cpus multicore
- crossbeam multicore
-
Enables default (std) of crossbeam ^0.7.1
- prefetch nightly?
- web-sys wasm?
-
With console, Performance and Window
- tiny-keccak sonic?
- blake2-rfc sonic?