Cargo Features

[dependencies]
coconut-crypto = { version = "0.8.0", default-features = false, features = ["std", "parallel"] }
default = parallel, std

These default features are set whenever coconut-crypto is added without default-features = false somewhere in the dependency tree.

std default

Enables std of ark-ec, ark-ff, ark-poly, ark-serialize, ark-std, schnorr_pok, secret_sharing_and_dkg, serde, and dock_crypto_utils

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

parallel default = rayon

Enables parallel of ark-ec, ark-ff, ark-poly, ark-std, schnorr_pok, secret_sharing_and_dkg, and dock_crypto_utils

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