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