wynd 0.12.0

A simple websocket library for Rust.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

[dependencies.futures]
version = "0.3.31"

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

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

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

[dependencies.ripress]
version = "2.3.0"
features = ["with-wynd"]
optional = true

[dependencies.sysinfo]
version = "0.30"

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

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

[dev-dependencies.criterion]
version = "0.5"
features = ["async_tokio"]