# 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 = "hyper-tungstenite" version = "0.15.0" authors = ["Maarten de Vries "] description = "websockets for hyper servers using tungstenite" documentation = "https://docs.rs/hyper-tungstenite" readme = "README.md" keywords = [ "websocket", "hyper", "async", ] categories = [ "web-programming::websocket", "network-programming", ] license = "BSD-2-Clause" repository = "https://github.com/de-vri-es/hyper-tungstenite-rs" [dependencies.http-body-util] version = "0.1.0" [dependencies.hyper] version = "1.0.0" [dependencies.hyper-util] version = "0.1.0" features = ["tokio"] [dependencies.pin-project-lite] version = "0.2.10" [dependencies.tokio] version = "1.2.0" [dependencies.tokio-tungstenite] version = "0.24.0" [dependencies.tungstenite] version = "0.24.0" [dev-dependencies.assert2] version = "0.3.4" [dev-dependencies.futures] version = "0.3.12" [dev-dependencies.hyper] version = "1.0.0" features = [ "http1", "server", ] [dev-dependencies.tokio] version = "1.2.0" features = [ "net", "macros", "rt-multi-thread", ]