Cargo Features
[dependencies]
maili-rpc = { version = "0.1.6", default-features = false, features = ["std", "jsonrpsee", "client"] }
- default = jsonrpsee, std
-
These default features are set whenever
maili-rpc
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of alloy-eips and alloy-primitives
alloy-eips:
Alloy
and std of optional maili-protocol
Workspace
- jsonrpsee default client?
-
Enables getrandom
req for wasm32-unknown-unknown
and jsonrpsee and maili-protocol
jsonrpsee:
rpc
- client = jsonrpsee
-
Enables async-client and client of jsonrpsee