# 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 = "2018" name = "hyper-ws-listener" version = "0.3.0" authors = [ "Fisher Darling ", "Aiden McClelland ", ] description = "Easily build a websocket connection from a hyper request handler" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.21" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.log] version = "0.4" [dependencies.sha-1] version = "0.10" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.20" [dev-dependencies.http] version = "0.2" [dev-dependencies.hyper] version = "0.14" features = ["full"] [dev-dependencies.once_cell] version = "1.18" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1" features = ["full"]