Cargo Features
[dependencies]
jubjub-plus = { version = "0.10.8", default-features = false, features = ["std", "alloc", "bits", "serde"] }
- default = bits, serde, std
-
These default features are set whenever
jubjub-plus
is added without
somewhere in the dependency tree.default-features = false - std default = alloc, bits
-
Enables std of bls12_381_plus
- alloc std
-
Enables alloc of bls12_381_plus, ff, and group
- bits default std
- 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.