From 115fc455351617799f22015f639680fcaf79831a Mon Sep 17 00:00:00 2001 From: Tanner Rogalsky Date: Thu, 22 Feb 2024 10:23:58 +0000 Subject: [PATCH] Update readme for feature information. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5a77dd2..1950cae 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # tokio-tungstenite-wasm A wrapper around websys and tokio-tungstenite that makes it easy to use websockets cross-platform. + +## Features + +As with tungstenite-rs TLS is supported on all platforms using native-tls or rustls through feature flags: native-tls, rustls-tls-native-roots or rustls-tls-webpki-roots feature flags. Neither is enabled by default. See the Cargo.toml for more information. If you require support for secure WebSockets (wss://) enable one of them. + +These are, at time of writing, at parity with [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite/tree/master?tab=readme-ov-file#features). \ No newline at end of file