[dependencies.bytes]
version = "1"
[dependencies.fastwebsockets]
version = "0.10"
[dependencies.futures]
version = "0.3"
[dependencies.tokio]
version = "1"
[dev-dependencies.bytes]
version = "1.10.1"
[dev-dependencies.fastwebsockets]
features = ["upgrade"]
version = "0.10.0"
[dev-dependencies.futures]
version = "0"
[dev-dependencies.http-body-util]
version = "0.1.3"
[dev-dependencies.hyper]
features = ["full"]
version = "1.7.0"
[dev-dependencies.hyper-util]
features = ["full"]
version = "0.1.17"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[dev-dependencies.tokio-util]
features = ["codec"]
version = "0.7.16"
[lib]
name = "fastwebsockets_stream"
path = "src/lib.rs"
[package]
authors = ["Evgeniy Zakharov <eugenezakharov7@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "web-programming"]
description = """
An adapter that exposes fastwebsockets::WebSocket as a Tokio AsyncRead/AsyncWrite stream.
"""
documentation = "https://docs.rs/fastwebsockets-stream"
edition = "2024"
homepage = "https://github.com/evgeniygem/fastwebsockets-stream"
keywords = ["websocket", "tokio", "fastwebsockets", "stream", "async"]
license = "MIT"
name = "fastwebsockets-stream"
readme = "README.md"
repository = "https://github.com/evgeniygem/fastwebsockets-stream"
version = "0.1.0"
[[test]]
name = "binary"
path = "tests/binary.rs"
[[test]]
name = "close"
path = "tests/close.rs"
[[test]]
name = "error"
path = "tests/error.rs"
[[test]]
name = "framed"
path = "tests/framed.rs"
[[test]]
name = "ping"
path = "tests/ping.rs"
[[test]]
name = "shutdown"
path = "tests/shutdown.rs"
[[test]]
name = "text"
path = "tests/text.rs"