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