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
somewhere in the dependency tree.default-features = false - alloc default
- bits default
- 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.