Cargo Features

[dependencies]
graphql-ws-client-old-protocol = { version = "0.6.0", default-features = false, features = ["client-cynic", "client-graphql-client", "ws_stream_wasm", "no-logging"] }
default = async-tungstenite

The async-tungstenite feature is set by default whenever graphql-ws-client-old-protocol is added without default-features = false somewhere in the dependency tree.

client-cynic = async-tungstenite, cynic
client-graphql-client = async-tungstenite, graphql_client
ws_stream_wasm = no-logging, pharos, pin-project-lite

Enables ws_stream_wasm, js of uuid

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-old-protocol::CynicClient, graphql-ws-client-old-protocol::CynicClientBuilder

async-tungstenite default client-cynic? client-graphql-client?

Enables async-tungstenite ^0.23

graphql_client client-graphql-client?

Enables graphql_client ^0.13.0

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

pin-project-lite ws_stream_wasm?
pharos ws_stream_wasm?