Cargo Features

[dependencies]
kona-derive = { version = "0.0.5", default-features = false, features = ["serde", "test-utils"] }
default = serde

The serde feature is set by default whenever kona-derive is added without default-features = false somewhere in the dependency tree.

serde default

Enables serde

serde feature dependencies

and serde of alloy-consensus, alloy-primitives, op-alloy-consensus, op-alloy-genesis, op-alloy-protocol, and op-alloy-rpc-types-engine

op-alloy-genesis:

Op Alloy

test-utils

Enables spin and tracing-subscriber

spin:

test-utils feature dependencies