Cargo Features

[dependencies]
noah-plonk = { version = "0.4.0", default-features = false, features = ["std", "debug", "asm", "parallel", "print-trace"] }
default = std

The std feature is set by default whenever noah-plonk is added without default-features = false somewhere in the dependency tree.

std default

Enables std of ark-std

debug

Affects turbo::TurboCS.witness_backtrace

asm

Enables asm of noah-algebra

parallel = rayon

Enables parallel of ark-poly and noah-algebra

print-trace

Enables print-trace of noah-algebra

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?