Cargo Features

[dependencies]
phoenix-core = { version = "0.30.0", default-features = false, features = ["alloc", "rkyv-impl"] }
default = alloc

The alloc feature is set by default whenever phoenix-core is added without default-features = false somewhere in the dependency tree.

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.

rkyv rkyv-impl?
bytecheck rkyv-impl?

Enables bytecheck ^0.6