Cargo Features

[dependencies]
dusk-jubjub = { version = "0.14.1", default-features = false, features = ["alloc", "bits", "rkyv-impl", "zeroize"] }
default = alloc, bits

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

alloc default

Enables alloc of ff and group

bits default

Enables bits of ff

rkyv-impl = bytecheck, rkyv

Enables rkyv-impl of dusk-bls12_381

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.

zeroize implicit feature
bytecheck rkyv-impl?

Enables bytecheck ^0.6

rkyv rkyv-impl?