Cargo Features

[dependencies]
sui-jsonrpc = { version = "0.12.0", default-features = false, features = ["client", "client-api"] }
default = client

The client feature is set by default whenever sui-jsonrpc is added without default-features = false somewhere in the dependency tree.

client default = client-api

Enables http, http-client and ws-client of jsonrpsee

Affects sui-jsonrpc::client

client-api client

Enables extension-traits, client-core and macros of jsonrpsee

Affects sui-jsonrpc::api, sui-jsonrpc::error