Cargo Features
[dependencies]
ark-marlin = { version = "0.3.0", default-features = false, features = ["std", "print-trace", "parallel"] }
- default = parallel, std
-
These default features are set whenever
ark-marlin
is added without
somewhere in the dependency tree.default-features = false - std default parallel
-
Enables std of ark-ff ^0.3.0, ark-poly ^0.3.0, ark-poly-commit ^0.3.0, ark-relations ^0.3.0, ark-serialize ^0.3.0, and ark-std ^0.3.0
- print-trace
-
Enables print-trace of ark-std ^0.3.0
- parallel default = rayon, std
-
Enables parallel of ark-ff ^0.3.0, ark-poly ^0.3.0, ark-poly-commit ^0.3.0, and ark-std ^0.3.0
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.