Cargo Features

[dependencies]
linera-alloy-rpc-client = { version = "0.1.0", default-features = false, features = ["reqwest", "hyper", "pubsub", "ws", "ipc"] }
default = reqwest

The reqwest feature is set by default whenever linera-alloy-rpc-client is added without default-features = false somewhere in the dependency tree.

reqwest default

Enables reqwest and url, reqwest of linera-alloy-transport-http

Affects linera-alloy-rpc-client::ReqwestClient

hyper

Enables hyper-util, url, hyper of linera-alloy-transport-http

pubsub ipc? ws?

Enables linera-alloy-primitives and linera-alloy-pubsub

ws = pubsub

Enables linera-alloy-transport-ws and url

ipc = pubsub

Enables linera-alloy-transport-ipc