Cargo Features

[dependencies]
pezsnowbridge-beacon-primitives = { version = "0.2.0", default-features = false, features = ["std", "runtime-benchmarks"] }
default = std

The std feature is set by default whenever pezsnowbridge-beacon-primitives is added without default-features = false somewhere in the dependency tree.

std default = serde

Enables std of byte-slice-cast, parity-scale-codec, hex, snowbridge-milagro-bls, pezframe-support, pezsnowbridge-ethereum, pezsp-core, pezsp-io, pezsp-runtime, pezsp-std, rlp, scale-info, and ssz_rs

runtime-benchmarks

Enables runtime-benchmarks of pezframe-support, pezsnowbridge-ethereum, pezsp-io, and pezsp-runtime

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.

serde std