# 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 = "ddf-simple-websockets" version = "0.1.4" authors = [ "Flying-Toast", "DiamondDDF", ] description = "Fast and efficient WebSocket server with an easy API. 'simple-websockets' quit compiling properly hence this fork." 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/DiamondDDF/ddf-simple-websockets" resolver = "2" [dependencies.flume] version = "0.10" [dependencies.futures-util] version = "0.3" [dependencies.tokio] version = "1.3" features = ["full"] [dependencies.tokio-tungstenite] version = "0.17"