Cargo Features

[dependencies]
kona-plasma = { version = "0.0.1", default-features = false, features = ["serde", "online"] }
default = serde

The serde feature is set by default whenever kona-plasma 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, kona-derive, and kona-primitives

kona-primitives:

Local

online

Enables serde of alloy-consensus, reqwest of alloy-provider and alloy-transport-http and reqwest

alloy-transport-http:

online feature dependencies