mirror of
https://github.com/denoland/deno.git
synced 2025-03-07 19:56:21 -05:00
34 lines
795 B
TOML
34 lines
795 B
TOML
# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
|
|
[package]
|
|
name = "deno_websocket"
|
|
<<<<<<< HEAD
|
|
version = "0.134.0"
|
|
=======
|
|
version = "0.135.0"
|
|
>>>>>>> 6af25c059 (1.39.2 (#21791))
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
readme = "README.md"
|
|
repository.workspace = true
|
|
description = "Implementation of WebSocket API for Deno"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
bytes.workspace = true
|
|
deno_core.workspace = true
|
|
deno_net.workspace = true
|
|
deno_tls.workspace = true
|
|
fastwebsockets.workspace = true
|
|
h2.workspace = true
|
|
http.workspace = true
|
|
http-body-util.workspace = true
|
|
hyper.workspace = true
|
|
hyper-util.workspace = true
|
|
once_cell.workspace = true
|
|
rustls-tokio-stream.workspace = true
|
|
serde.workspace = true
|
|
tokio.workspace = true
|