deno_websocket 0.19.0

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

[dependencies.deno_tls]
version = "0.1.0"

[dependencies.http]
version = "0.2.4"

[dependencies.hyper]
version = "0.14.9"

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

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

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

[dependencies.tokio-tungstenite]
features = ["rustls-tls"]
version = "0.14.0"

[lib]
path = "lib.rs"

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