Cargo Features
[dependencies]
aquatic_ws_protocol = { version = "0.9.0", default-features = false, features = ["tungstenite"] }
- default = tungstenite
-
The
tungstenite
feature is set by default wheneveraquatic_ws_protocol
is added without
somewhere in the dependency tree.default-features = false - tungstenite default
-
Enables tungstenite ^0.21
aquatic_ws_protocol has 2 features without comments.