# 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 = "simple-websockets" version = "0.1.6" authors = ["Flying-Toast"] description = "Fast and efficient WebSocket server with an easy API" homepage = "https://github.com/Flying-Toast/simple-websockets" readme = "README.md" keywords = [ "websocket", "web", "async", "server", "network", ] categories = [ "web-programming::websocket", "web-programming", "network-programming", "concurrency", "asynchronous", ] license = "MIT" repository = "https://github.com/Flying-Toast/simple-websockets" [dependencies.flume] version = "0.10" [dependencies.futures-util] version = "0.3" [dependencies.tokio] version = "1.3" features = ["full"] [dependencies.tokio-tungstenite] version = "0.19" [dev-dependencies.tungstenite] version = "0.19.0" features = ["native-tls"] [dev-dependencies.url] version = "2.2.2"