[dependencies.bytes]
version = "1.10.1"
[dependencies.futures]
version = "0.3.31"
[dependencies.tokio]
features = ["macros", "rt-multi-thread", "fs", "io-util", "net"]
version = "1.46.1"
[dependencies.tokio-tungstenite]
version = "0.27.0"
[dependencies.uuid]
features = ["v4"]
version = "1.18.0"
[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"
keywords = ["websocket", "server", "framework", "web"]
license = "MIT"
name = "wynd"
readme = "README.md"
repository = "https://github.com/guru901/wynd"
version = "0.1.4"