deno_websocket 0.84.0

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

[dependencies.deno_tls]
version = "0.66.0"

[dependencies.http]
version = "=0.2.8"

[dependencies.hyper]
version = "0.14.18"

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

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

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

[dependencies.tokio-tungstenite]
features = ["rustls-tls-webpki-roots"]
version = "0.16.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.84.0"