Cargo Features

[dependencies]
composite_modulus_proofs = { version = "0.1.0", default-features = false, features = ["std", "parallel"] }
default = parallel

The parallel feature is set by default whenever composite_modulus_proofs is added without default-features = false somewhere in the dependency tree.

std parallel

Enables std of ark-std ^0.4.0, rand of crypto-bigint, std of digest and rand_core ^0.6

parallel default = rayon, std

Enables parallel of 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.

rayon parallel