Cargo Features
[dependencies]
w3f-plonk-common = { version = "0.0.2", default-features = false, features = ["std", "parallel", "print-trace", "asm", "test-vectors"] }
- default = std
-
The
std
feature is set by default wheneverw3f-plonk-common
is added without
somewhere in the dependency tree.default-features = false - std default parallel?
-
Enables std of ark-ec, ark-ff, ark-poly, ark-serialize, ark-std, getrandom_or_panic, rand_core ^0.6, and w3f-pcs
- parallel = rayon, std
-
Enables parallel of ark-ec, ark-ff, ark-poly, ark-std, and w3f-pcs
- print-trace
-
Enables print-trace of ark-std
- asm
- test-vectors
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.