|
|
@ -1,7 +1,7 @@ |
|
|
|
[package] |
|
|
|
[package] |
|
|
|
name = "tokio-tungstenite" |
|
|
|
name = "tokio-tungstenite" |
|
|
|
description = "Tokio binding for Tungstenite, the Lightweight stream-based WebSocket implementation" |
|
|
|
description = "Tokio binding for Tungstenite, the Lightweight stream-based WebSocket implementation" |
|
|
|
categories = ["web-programming:websockets", "network-programming"] |
|
|
|
categories = ["web-programming:websocket", "network-programming", "asynchronous", "concurrency"] |
|
|
|
keywords = ["websocket", "io", "web"] |
|
|
|
keywords = ["websocket", "io", "web"] |
|
|
|
authors = ["Daniel Abramov <dabramov@snapview.de>", "Alexey Galakhov <agalakhov@snapview.de>"] |
|
|
|
authors = ["Daniel Abramov <dabramov@snapview.de>", "Alexey Galakhov <agalakhov@snapview.de>"] |
|
|
|
license = "MIT" |
|
|
|
license = "MIT" |
|
|
|