Cargo Features
tokio-tungstenite-wasm has no features set by default.
[dependencies]
tokio-tungstenite-wasm = { version = "0.3.1", features = ["native-tls", "native-tls-vendored", "rustls-tls-native-roots", "rustls-tls-webpki-roots"] }
- native-tls native-tls-vendored?
-
Enables native-tls, native-tls of tokio-tungstenite ^0.21
- native-tls-vendored = native-tls
-
Enables native-tls-vendored of tokio-tungstenite ^0.21
- rustls-tls-native-roots
-
Enables rustls ^0.22, rustls-tls-native-roots of tokio-tungstenite ^0.21
- rustls-tls-webpki-roots
-
Enables rustls ^0.22, rustls-tls-webpki-roots of tokio-tungstenite ^0.21
tokio-tungstenite-wasm has 4 features without comments.