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 whenever op-alloy-rpc-jsonrpsee is added without default-features = false somewhere in the dependency tree.

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