Cargo Features

[dependencies]
nam-jubjub = { version = "1.10.1-nam.1", default-features = false, features = ["alloc", "bits", "arbitrary"] }
default = alloc, bits

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

alloc default

Enables alloc of ff ^0.13 and group ^0.13

bits default

Enables bits of ff ^0.13

arbitrary

Enables arbitrary, arbitrary of nam-blstrs ^0.7.1-nam.0

nam-jubjub has 4 features without comments.