Cargo Features

[dependencies]
saver = { version = "0.16.0", default-features = false, features = ["std", "print-trace", "parallel"] }
default = parallel

The parallel feature is set by default whenever saver is added without default-features = false somewhere in the dependency tree.

std parallel

Enables std of ark-ec, ark-ff, ark-groth16, ark-r1cs-std, ark-relations, ark-serialize, ark-std, legogroth16, and dock_merlin

print-trace

Enables print-trace of ark-std

parallel default = rayon, std

Enables parallel of ark-ec, ark-ff, ark-groth16, ark-r1cs-std, ark-std, and legogroth16

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