Cargo Features
[dependencies]
kona-plasma = { version = "0.0.1", default-features = false, features = ["serde", "online"] }
- default = serde
-
The
serde
feature is set by default wheneverkona-plasma
is added without
somewhere in the dependency tree.default-features = false - serde default
-
Enables serde
serde
feature dependenciesand 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