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