deno_websocket 0.37.0

Implementation of WebSocket API for Deno
Documentation
[dependencies.deno_core]
version = "0.114.0"

[dependencies.deno_tls]
version = "0.19.0"

[dependencies.http]
version = "0.2.4"

[dependencies.hyper]
version = "0.14.12"

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

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

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

[dependencies.tokio-tungstenite]
features = ["rustls-tls-webpki-roots"]
version = "0.16.0"

[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"
resolver = "2"
version = "0.37.0"