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

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