Cargo Features

[dependencies]
aquatic_ws_protocol = { version = "0.9.0", default-features = false, features = ["tungstenite"] }
default = tungstenite

The tungstenite feature is set by default whenever aquatic_ws_protocol is added without default-features = false somewhere in the dependency tree.

tungstenite default

Enables tungstenite ^0.21

aquatic_ws_protocol has 2 features without comments.