|
|
|
@ -7,23 +7,23 @@ authors = ["Alexey Galakhov"] |
|
|
|
|
license = "MIT/Apache-2.0" |
|
|
|
|
readme = "README.md" |
|
|
|
|
homepage = "https://github.com/snapview/tungstenite-rs" |
|
|
|
|
documentation = "https://docs.rs/tungstenite/0.6.0" |
|
|
|
|
documentation = "https://docs.rs/tungstenite/0.6.1" |
|
|
|
|
repository = "https://github.com/snapview/tungstenite-rs" |
|
|
|
|
version = "0.6.0" |
|
|
|
|
version = "0.6.1" |
|
|
|
|
|
|
|
|
|
[features] |
|
|
|
|
default = ["tls"] |
|
|
|
|
tls = ["native-tls"] |
|
|
|
|
|
|
|
|
|
[dependencies] |
|
|
|
|
base64 = "0.9.2" |
|
|
|
|
base64 = "0.10.0" |
|
|
|
|
byteorder = "1.2.3" |
|
|
|
|
bytes = "0.4.8" |
|
|
|
|
httparse = "1.3.1" |
|
|
|
|
input_buffer = "0.2.0" |
|
|
|
|
log = "0.4.2" |
|
|
|
|
rand = "0.5.2" |
|
|
|
|
sha-1 = "0.7" |
|
|
|
|
sha-1 = "0.8" |
|
|
|
|
url = "1.7.0" |
|
|
|
|
utf-8 = "0.7.2" |
|
|
|
|
|
|
|
|
|