wstd-tungstenite 0.2.2

WebSocket support for wstd, powered by tungstenite
Documentation
[dependencies.futures-util]
default-features = false
features = ["sink", "std"]
version = "0.3.31"

[dependencies.tungstenite]
default-features = false
version = "0.28.0"

[dependencies.wstd]
default-features = false
version = "0.6.3"

[features]
connect = ["handshake"]
default = ["handshake", "connect"]
handshake = ["tungstenite/handshake"]

[lib]
name = "wstd_tungstenite"
path = "src/lib.rs"

[package]
authors = ["Takumi Fujiwara <jiftech.stlfy@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::websocket", "network-programming", "wasm"]
description = "WebSocket support for wstd, powered by tungstenite"
edition = "2024"
homepage = "https://github.com/jiftechnify/wstd-tungstenite"
keywords = ["websocket", "webassembly"]
license = "MIT"
name = "wstd-tungstenite"
readme = "README.md"
repository = "https://github.com/jiftechnify/wstd-tungstenite"
version = "0.2.2"