deno_websocket 0.133.0

Implementation of WebSocket API for Deno
Documentation
[dependencies.bytes]
version = "1.4.0"

[dependencies.deno_core]
version = "0.238.0"

[dependencies.deno_net]
version = "0.120.0"

[dependencies.deno_tls]
version = "0.115.0"

[dependencies.fastwebsockets]
features = ["upgrade", "unstable-split"]
version = "=0.5.0"

[dependencies.h2]
features = ["unstable"]
version = "0.3.17"

[dependencies.http]
version = "0.2.9"

[dependencies.hyper]
features = ["runtime", "http1", "backports"]
version = "0.14.26"

[dependencies.once_cell]
version = "1.17.1"

[dependencies.rustls-tokio-stream]
version = "=0.2.16"

[dependencies.serde]
features = ["derive"]
version = "1.0.149"

[dependencies.tokio]
features = ["full"]
version = "1.28.1"

[lib]
path = "lib.rs"

[package]
authors = ["the Deno authors"]
description = "Implementation of WebSocket API for Deno"
edition = "2021"
license = "MIT"
name = "deno_websocket"
readme = "README.md"
repository = "https://github.com/denoland/deno"
version = "0.133.0"