Cargo Features

[dependencies]
jubjub-plus = { version = "0.10.4", default-features = false, features = ["std", "alloc", "bits", "serde"] }
default = bits, serde, std

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

std default = alloc, bits

Enables std of bls12_381_plus

alloc std

Enables alloc of bls12_381_plus, ff, and group

bits default std

Enables bits of ff

serde default = hex

Enables serde

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.

hex serde