# 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 = "axum-tws" version = "0.3.0" authors = ["Rob Wagner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A high-performance WebSocket backend for axum powered by tokio-websockets." readme = "README.md" keywords = [ "axum", "tokio-websockets", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/robertwayne/axum-tws" [lib] name = "axum_tws" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.axum-core] version = "0.4" [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.http] version = "1" [dependencies.hyper] version = "1" [dependencies.hyper-util] version = "0.1" features = ["tokio"] [dependencies.sha1] version = "0.10" [dependencies.tokio] version = "1" default-features = false [dependencies.tokio-websockets] version = "0.8" features = [ "server", "ring", ]