Cargo Features

[dependencies]
ark-poly-commit = { version = "0.4.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 default-features = false somewhere in the dependency tree.

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 = rayon, std

Enables parallel of ark-ec, ark-ff, ark-poly, and ark-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.

ark-relations r1cs? std
ark-r1cs-std r1cs?
hashbrown r1cs?

Enables hashbrown ^0.13

rayon parallel