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 wheneverkona-derive
is added without
somewhere in the dependency tree.default-features = false - serde default
-
Enables serde
serde
feature dependenciesand 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