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.
25 lines
365 B
25 lines
365 B
8 years ago
|
[package]
|
||
|
name = "ws2"
|
||
|
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 = "*"
|
||
|
|
||
|
[dependencies.native-tls]
|
||
|
optional = true
|
||
|
version = "*"
|