wynd 0.9.7

A simple websocket library for Rust.
Documentation
[dependencies.futures]
version = "0.3.31"

[dependencies.http-body-util]
optional = true
version = "0.1.3"

[dependencies.hyper-tungstenite]
optional = true
version = "0.19"

[dependencies.hyper-util]
optional = true
version = "0.1"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "sync", "time"]
version = "1.46.1"

[dependencies.tokio-tungstenite]
version = "0.28"

[features]
default = []
with-ripress = ["dep:hyper-tungstenite", "dep:hyper-util", "dep:http-body-util"]

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

[package]
authors = ["You <guru911u@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::websocket"]
description = "A simple websocket library for Rust."
edition = "2024"
exclude = ["tests/*", "docs/*", "CONTRIBUTING.md", "CHANGELOG.md", ".github", "scripts"]
keywords = ["websocket", "server", "framework", "web"]
license = "MIT"
name = "wynd"
readme = "README.md"
repository = "https://github.com/guru901/wynd"
version = "0.9.7"