Cargo Features

w3f-pcs has no features set by default.

[dependencies]
w3f-pcs = { version = "0.0.2", features = ["std", "asm", "parallel", "print-trace"] }
std parallel?

Enables std of ark-ec, ark-ff, ark-poly, ark-serialize, ark-std, and merlin

asm

Enables asm of ark-ff

parallel = rayon, std

Enables parallel of ark-ec, ark-ff, ark-poly, and ark-std

print-trace

Enables print-trace of 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.

rayon parallel?