Cargo Features
[dependencies]
reconnecting-websocket = { version = "0.3.2", default-features = false, features = ["tracing", "state-events"] }
- default = state-events, tracing
-
These default features are set whenever
reconnecting-websocket
is added without
somewhere in the dependency tree.default-features = false - tracing default
-
Enables tracing
- state-events default
-
When enabled, the stream will output state change events in addition to messages