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 default-features = false somewhere in the dependency tree.

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

Enables gen of uzkge

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.

rayon parallel
structopt gen?