Cargo Features
[dependencies]
noah-smoke-tests = { version = "0.4.0", default-features = false, features = ["std", "debug", "parallel", "structopt"] }
- default parallel? = std
-
The
std
feature is set by default whenevernoah-smoke-tests
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ark-bulletproofs, ark-std ^0.4.0-alpha, noah-bulletproofs, noah-curve25519-dalek, and noah-api
- debug
-
Enables debug of noah-api and noah-plonk
- parallel = default, rayon
-
Enables parallel of noah-algebra, noah-api, and noah-plonk
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.