Cargo Features
[dependencies]
w3f-ring-proof = { 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-ring-proof
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, w3f-pcs, and w3f-plonk-common
- parallel = rayon, std
-
Enables parallel of ark-ec, ark-ff, ark-poly, ark-std, w3f-pcs, and w3f-plonk-common
- print-trace
-
Enables print-trace of ark-std and w3f-plonk-common
- asm
- test-vectors
-
Enables test-vectors of w3f-plonk-common
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.