Cargo Features

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

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

std default

Enables std of maili-protocol

Maili

serde default

Enables serde of maili-protocol

arbitrary

Enables arbitrary of maili-protocol

test-utils

Enables test-utils of maili-protocol