Cargo Features

graphql-ws-client has no features set by default.

[dependencies]
graphql-ws-client = { version = "0.8.2", features = ["async-tungstenite", "client-cynic", "client-graphql-client", "ws_stream_wasm", "no-logging"] }
async-tungstenite = tungstenite
client-cynic = cynic
client-graphql-client = graphql_client

Affects graphql-ws-client::GraphQLClientClient, graphql-ws-client::GraphQLClientClientBuilder

ws_stream_wasm = no-logging, pharos, pin-project-lite

Enables ws_stream_wasm

Affects legacy::wasm, graphql-ws-client::ws_stream_wasm

no-logging ws_stream_wasm?

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

cynic client-cynic?

Affects graphql-ws-client::CynicClient, graphql-ws-client::CynicClientBuilder

tungstenite async-tungstenite?
graphql_client client-graphql-client?

Enables graphql_client ^0.13.0

pin-project-lite ws_stream_wasm?
pharos ws_stream_wasm?