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 ^0.1, alloy-primitives ^0.7.6, kona-derive ^0.0.2, and kona-primitives ^0.0.1

kona-primitives:

Local

online

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

alloy-transport-http:

online feature dependencies