Cargo Features

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

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

std parallel

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

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, std

Enables parallel of ark-ec, ark-ff, ark-poly, ark-std, dock_crypto_utils ^0.17.0, and schnorr_pok ^0.17.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