Cargo Features
[dependencies]
phoenix-core = { version = "0.33.1", default-features = false, features = ["alloc", "rkyv-impl", "serde"] }
- 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
- serde = base64, bs58, hex, serde_json
-
Enables serde, serde of dusk-jubjub
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.