|
|
@ -6,7 +6,7 @@ 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" |
|
|
|
homepage = "https://github.com/snapview/tokio-tungstenite" |
|
|
|
homepage = "https://github.com/snapview/tokio-tungstenite" |
|
|
|
documentation = "https://docs.rs/tokio-tungstenite/0.2.1" |
|
|
|
documentation = "https://docs.rs/tokio-tungstenite/0.3.0" |
|
|
|
repository = "https://github.com/snapview/tokio-tungstenite" |
|
|
|
repository = "https://github.com/snapview/tokio-tungstenite" |
|
|
|
version = "0.3.0" |
|
|
|
version = "0.3.0" |
|
|
|
|
|
|
|
|
|
|
@ -22,8 +22,7 @@ tokio-io = "0.1.2" |
|
|
|
url = "1.4.0" |
|
|
|
url = "1.4.0" |
|
|
|
|
|
|
|
|
|
|
|
[dependencies.tungstenite] |
|
|
|
[dependencies.tungstenite] |
|
|
|
git = "https://github.com/snapview/tungstenite-rs" |
|
|
|
version = "0.4.0" |
|
|
|
branch = "headers" |
|
|
|
|
|
|
|
default-features = false |
|
|
|
default-features = false |
|
|
|
|
|
|
|
|
|
|
|
[dependencies.bytes] |
|
|
|
[dependencies.bytes] |
|
|
|