Cargo Features
[dependencies]
zmatchmaking = { version = "0.1.2", default-features = false, features = ["std", "parallel", "no_vk", "gen"] }
- default = parallel, std
-
These default features are set whenever
zmatchmaking
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ark-bn254-zypher, ark-ff-zypher, ark-std-zypher, and uzkge
- parallel default gen? = rayon
-
Enables parallel of ark-ff-zypher, ark-std-zypher, and uzkge
- no_vk
-
Affects
gen_params::VERIFIER_SPECIFIC_PARAMS
… - gen = parallel, structopt
-
Required by the gen-params binary
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.