Cargo Features

[dependencies]
op-alloy-rpc-types = { version = "0.2.12", default-features = false, features = ["std", "arbitrary"] }
default = std

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

std default arbitrary?

Enables std of alloy-eips, alloy-network-primitives, alloy-primitives, and alloy-rpc-types-eth

alloy-primitives:

Alloy

arbitrary = std

Enables arbitrary, arbitrary of alloy-primitives and alloy-rpc-types-eth