Cargo Features

[dependencies]
op-alloy-genesis = { version = "0.9.2", default-features = false, features = ["std", "serde", "arbitrary"] }
default = serde, std

These default features are set whenever op-alloy-genesis is added without default-features = false somewhere in the dependency tree.

std default arbitrary?
serde default

Enables serde of alloy-consensus ^0.9.2, alloy-eips ^0.9.2, and alloy-primitives and serde and serde_repr

serde:

serde feature

arbitrary = std

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

arbitrary feature