Cargo Features

[dependencies]
op-alloy-consensus = { version = "0.1.0", default-features = false, features = ["std", "k256", "kzg", "serde", "arbitrary"] }
default = std

The std feature is set by default whenever op-alloy-consensus is added without default-features = false somewhere in the dependency tree.

std default arbitrary? kzg?

Enables std of alloy-consensus and alloy-eips

k256

Enables k256 of alloy-consensus and alloy-primitives

kzg = std

Enables kzg of alloy-consensus and alloy-eips

serde

Enables alloy-serde and serde, serde of alloy-consensus, alloy-eips, and alloy-primitives

arbitrary = std

Enables arbitrary, rand of alloy-primitives, arbitrary of alloy-consensus and alloy-eips

op-alloy-consensus has 6 features without comments.