deno_websocket 0.239.0

Implementation of WebSocket API for Deno
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "deno_websocket"
version = "0.239.0"
authors = ["the Deno authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of WebSocket API for Deno"
readme = "README.md"
license = "MIT"
repository = "https://github.com/denoland/deno"
resolver = "2"

[lib]
name = "deno_websocket"
path = "lib.rs"

[dependencies.bytes]
version = "1.11.1"

[dependencies.deno_core]
version = "0.386.0"

[dependencies.deno_error]
version = "=0.7.1"

[dependencies.deno_fetch]
version = "0.258.0"

[dependencies.deno_net]
version = "0.226.0"

[dependencies.deno_permissions]
version = "0.93.0"

[dependencies.deno_tls]
version = "0.221.0"

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

[dependencies.h2]
version = "0.4.6"

[dependencies.http]
version = "1.0"

[dependencies.http-body-util]
version = "0.1.2"

[dependencies.hyper]
version = "1.6.0"
features = ["full"]

[dependencies.hyper-util]
version = "0.1.17"
features = [
    "tokio",
    "client",
    "client-legacy",
    "server",
    "server-auto",
]

[dependencies.once_cell]
version = "1.17.1"

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

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

[dependencies.thiserror]
version = "2.0.12"

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