Cargo Features
[dependencies]
phoenix-core = { version = "0.32.0", default-features = false, features = ["alloc", "rkyv-impl"] }
- default = alloc
-
The
alloc
feature is set by default wheneverphoenix-core
is added without
somewhere in the dependency tree.default-features = false - alloc default
- rkyv-impl = bytecheck, rkyv
-
Enables rkyv-impl of bls12_381-bls, dusk-bls12_381, dusk-jubjub, and jubjub-schnorr
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.