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 wheneverstaging-common
is added without
somewhere in the dependency tree.default-features = false - 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.