Cargo Features

[dependencies]
op-alloy-rpc-types = { version = "0.6.8", default-features = false, features = ["std", "k256", "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

k256

Enables k256 of alloy-rpc-types-eth and op-alloy-consensus

op-alloy-consensus:

Workspace

arbitrary = std

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