Cargo Features
WSocket has no features set by default.
[dependencies]
wsocket = { version = "0.3.0", features = ["client", "handshake", "upgrade"] }
- client handshake?
-
Enables rand
- handshake = client
-
Enables hyper-util, base64 and http-body-util, client and http1 of hyper
- upgrade
-
Enables base64, http-body-util, hyper, hyper-util, pin-project-lite, and sha1
WSocket has 3 features without comments.