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 whenevernoah-plonk
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ark-std ^0.4.0-alpha
- debug
-
Affects
turbo::TurboCS.witness_backtrace
… - asm
-
Enables asm of noah-algebra
- parallel = rayon
-
Enables parallel of ark-poly ^0.4.0-alpha 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.