[package] name = "tokio-tungstenite" description = "Tokio binding for Tungstenite, the Lightweight stream-based WebSocket implementation" categories = ["web-programming:websocket", "network-programming", "asynchronous", "concurrency"] keywords = ["websocket", "io", "web"] authors = ["Daniel Abramov ", "Alexey Galakhov "] license = "MIT" repository = "https://github.com/snapview/tokio-tungstenite" version = "0.1.1" [dependencies] futures = "*" tokio-core = "*" url = "*" tungstenite = "0.1.0"