# 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 = "2021" name = "deno_websocket" version = "0.182.0" authors = ["the Deno authors"] build = 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" [lib] name = "deno_websocket" path = "lib.rs" [dependencies.bytes] version = "1.4.0" [dependencies.deno_core] version = "0.318.0" [dependencies.deno_net] version = "0.169.0" [dependencies.deno_permissions] version = "0.37.0" [dependencies.deno_tls] version = "0.164.0" [dependencies.fastwebsockets] version = "0.8" features = [ "upgrade", "unstable-split", ] [dependencies.h2] version = "0.4.4" [dependencies.http] version = "1.0" [dependencies.http-body-util] version = "0.1.2" [dependencies.hyper] version = "1.4.1" features = ["full"] [dependencies.hyper-util] version = "=0.1.7" features = [ "tokio", "client", "client-legacy", "server", "server-auto", ] [dependencies.once_cell] version = "1.17.1" [dependencies.rustls-tokio-stream] version = "=0.3.0" [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.36.0" features = ["full"]