Cargo Features
[dependencies]
maili-rpc-jsonrpsee = { version = "0.1.2", default-features = false, features = ["std", "client"] }
- default = std
-
The
std
feature is set by default whenevermaili-rpc-jsonrpsee
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of op-alloy-rpc-types
OP-Alloy
and std of alloy-eips and alloy-primitives
alloy-eips:
Alloy
and std of maili-protocol and maili-rpc-types-engine
maili-protocol:
Workspace
- client
-
Enables async-client and client of jsonrpsee
rpc