Cargo Features

[dependencies]
graphql-ws-client = { version = "0.13.0", default-features = false, features = ["logging", "sink_ext", "client-cynic", "client-graphql-client", "ws_stream_wasm", "tungstenite-0.23", "tungstenite-0.24", "tungstenite-0.25", "tungstenite-0.26", "tungstenite-0.27", "tungstenite-0.28"] }
default = logging

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

logging default

Enables log

sink_ext tungstenite-0.23? tungstenite-0.24? tungstenite-0.25? tungstenite-0.26? tungstenite-0.27? tungstenite-0.28?
client-cynic = cynic
client-graphql-client = graphql_client
ws_stream_wasm

Enables pharos and ws_stream_wasm

ws_stream_wasm:

Websocket specific optional deps

Affects graphql-ws-client::ws_stream_wasm

tungstenite-0.23 = sink_ext

Enables tungstenite ^0.23

Tungstenite versions

tungstenite-0.24 = sink_ext

Enables tungstenite ^0.24

tungstenite-0.25 = sink_ext

Enables tungstenite ^0.25

tungstenite-0.26 = sink_ext

Enables tungstenite ^0.26

tungstenite-0.27 = sink_ext

Enables tungstenite ^0.27

tungstenite-0.28 = sink_ext

Enables tungstenite ^0.28

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?

Enables cynic

Client specific optional deps

graphql_client client-graphql-client?