Cargo Features

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

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

std default arbitrary?

Enables ethereum_ssz, ssz and std of alloy-rpc-types-engine and snap

Encoding

and std of alloy-primitives

Alloy

and std of op-alloy-consensus and op-alloy-protocol

op-alloy-consensus:

Workspace

serde default

Enables alloy-serde, serde, serde of alloy-rpc-types-engine, serde of op-alloy-protocol

arbitrary = std

Enables arbitrary, arbitrary and rand of alloy-primitives