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 default-features = false somewhere in the dependency tree.

std default parallel

Enables std of ark-ec, ark-ff, ark-poly, ark-serialize, and ark-std

print-trace

Enables print-trace of ark-std

parallel default = rayon, std

Enables parallel of ark-ec, ark-ff, ark-poly, and ark-std

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