[dependencies.bytes]
version = "1.10.1"
[dependencies.futures]
version = "0.3.31"
[dependencies.hyper-tungstenite]
version = "0.9"
[dependencies.tokio]
features = ["macros", "rt-multi-thread", "fs", "io-util", "net", "sync", "time"]
version = "1.46.1"
[dependencies.tokio-tungstenite]
version = "0.18.0"
[dependencies.uuid]
features = ["v4"]
version = "1.18.0"
[dev-dependencies.url]
version = "2.5.7"
[features]
default = []
with-ripress = []
[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.8.1"