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 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

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.

rkyv rkyv-impl?

Enables rkyv ^0.7

bytecheck rkyv-impl?

Enables bytecheck ^0.6

bs58 serde?

Enables bs58 ^0.4

base64 serde?
serde_json serde?
hex serde?