Cargo Features
[dependencies]
ark-poly-commit = { version = "0.5.0", default-features = false, features = ["std", "r1cs", "print-trace", "parallel"] }
- default = parallel, std
-
These default features are set whenever
ark-poly-commit
is added without
somewhere in the dependency tree.default-features = false - std default parallel
-
Enables std of ark-crypto-primitives, ark-ec, ark-ff, ark-poly, ark-relations, ark-serialize, and ark-std
- r1cs = ark-r1cs-std, ark-relations, hashbrown
-
Enables r1cs of ark-crypto-primitives
- print-trace
-
Enables print-trace of ark-std
- parallel default = rand, rayon, std
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.