Cargo Features

jsonrpc-core-client has no features set by default.

[dependencies]
jsonrpc-core-client = { version = "18.0.0", features = ["tls", "http", "ws", "ipc", "arbitrary_precision"] }
tls

Enables tls of jsonrpc-client-transports

http

Enables http of jsonrpc-client-transports

ws

Enables ws of jsonrpc-client-transports

ipc

Enables ipc of jsonrpc-client-transports

arbitrary_precision

Enables arbitrary_precision of jsonrpc-client-transports

jsonrpc-core-client has 5 features without comments.