# 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-tungstenite" version = "0.3.0" description = "WebSocket connections for axum directly using tungstenite" homepage = "https://github.com/davidpdrsn/axum-tungstenite" readme = "README.md" keywords = [ "http", "web", "framework", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/davidpdrsn/axum-tungstenite" [dependencies.async-trait] version = "0.1.59" [dependencies.axum-core] version = "0.3.0" [dependencies.base64] version = "0.21.0" [dependencies.bytes] version = "1.3.0" [dependencies.futures-util] version = "0.3.25" features = ["alloc"] default-features = false [dependencies.http] version = "0.2.8" [dependencies.http-body] version = "0.4.5" [dependencies.hyper] version = "0.14.23" [dependencies.sha-1] version = "0.10.1" [dependencies.tokio] version = "1.23.0" features = ["rt"] [dependencies.tokio-tungstenite] version = "0.20.0" [dev-dependencies.axum] version = "0.6.1"