Cargo Features

[dependencies]
staging-common = { version = "0.1.0", default-features = false, features = ["std", "parallel", "print-trace", "asm"] }
default = std

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

std default 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-fflonk, getrandom_or_panic, and merlin

parallel = rayon, std

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

print-trace

Enables print-trace of ark-std ^0.4

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?