Cargo Features
[dependencies]
bellman = { version = "0.14.0", default-features = false, features = ["groth16", "multicore"] }
- default = groth16, multicore
-
These default features are set whenever
bellman
is added without
somewhere in the dependency tree.default-features = false - groth16 default = pairing
-
Affects
bellman::groth16
… - multicore default = crossbeam-channel, lazy_static, log, num_cpus, rayon
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.
- pairing groth16
- crossbeam-channel multicore
-
Enables crossbeam-channel
Multicore dependencies
- lazy_static multicore
- log multicore
- num_cpus multicore
- rayon multicore