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 wheneverlinera-alloy-rpc-client
is added without
somewhere in the dependency tree.default-features = false - 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