deno_websocket 0.108.0

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

[dependencies.deno_core]
version = "0.185.0"

[dependencies.deno_net]
version = "0.95.0"

[dependencies.deno_tls]
version = "0.90.0"

[dependencies.fastwebsockets]
features = ["upgrade"]
version = "=0.3.1"

[dependencies.http]
version = "0.2.9"

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

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

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

[dependencies.tokio-rustls]
version = "0.23.3"

[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.108.0"