Cargo Features

[dependencies]
jubjub = { version = "0.10.0", default-features = false, features = ["alloc", "bits"] }
default = alloc, bits

These default features are set whenever 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

Jubjub has 3 features without comments.