You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
375 B
24 lines
375 B
[package]
|
|
name = "tungstenite"
|
|
version = "0.1.0"
|
|
authors = ["Alexey Galakhov"]
|
|
|
|
[features]
|
|
default = []
|
|
tls = ["native-tls"]
|
|
|
|
[dependencies]
|
|
base64 = "*"
|
|
byteorder = "*"
|
|
bytes = { git = "https://github.com/carllerche/bytes.git" }
|
|
httparse = "*"
|
|
env_logger = "*"
|
|
log = "*"
|
|
rand = "*"
|
|
sha1 = "*"
|
|
url = "*"
|
|
utf-8 = "0.6"
|
|
|
|
[dependencies.native-tls]
|
|
optional = true
|
|
version = "*"
|
|
|