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 whenever noah-smoke-tests is added without default-features = false somewhere in the dependency tree.

std default

Enables std of ark-bulletproofs, ark-std, 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.

structopt implicit feature

Enables structopt

structopt:

Parse command line argument by defining a struct

rayon parallel?