Cargo Features

staging-ring has no features set by default.

[dependencies]
staging-ring = { version = "0.1.0", features = ["std", "parallel", "print-trace", "asm"] }
std parallel?

Enables std of ark-ec ^0.4, ark-ff ^0.4, ark-poly ^0.4, ark-serialize ^0.4, ark-std ^0.4, staging-common, staging-fflonk, and merlin

parallel = rayon, std

Enables parallel of ark-ec ^0.4, ark-ff ^0.4, ark-poly ^0.4, ark-std ^0.4, staging-common, and staging-fflonk

print-trace

Enables print-trace of ark-std ^0.4 and staging-common

asm

Enables asm of staging-fflonk

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?