|
|
|
@ -17,7 +17,7 @@ version = "0.11.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
|
|
|
dependencies = [ |
|
|
|
"winapi 0.3.9", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -55,7 +55,7 @@ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
|
|
dependencies = [ |
|
|
|
"hermit-abi", |
|
|
|
"libc", |
|
|
|
"winapi 0.3.9", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -91,28 +91,12 @@ dependencies = [ |
|
|
|
"generic-array", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "byteorder" |
|
|
|
version = "0.5.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "byteorder" |
|
|
|
version = "1.4.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bytes" |
|
|
|
version = "0.4.12" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
|
|
|
dependencies = [ |
|
|
|
"byteorder 1.4.3", |
|
|
|
"iovec", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bytes" |
|
|
|
version = "1.0.1" |
|
|
|
@ -170,44 +154,7 @@ version = "0.3.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa" |
|
|
|
dependencies = [ |
|
|
|
"crossbeam-utils 0.6.6", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-deque" |
|
|
|
version = "0.7.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" |
|
|
|
dependencies = [ |
|
|
|
"crossbeam-epoch", |
|
|
|
"crossbeam-utils 0.7.2", |
|
|
|
"maybe-uninit", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-epoch" |
|
|
|
version = "0.8.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" |
|
|
|
dependencies = [ |
|
|
|
"autocfg 1.0.1", |
|
|
|
"cfg-if 0.1.10", |
|
|
|
"crossbeam-utils 0.7.2", |
|
|
|
"lazy_static", |
|
|
|
"maybe-uninit", |
|
|
|
"memoffset", |
|
|
|
"scopeguard", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-queue" |
|
|
|
version = "0.2.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 0.1.10", |
|
|
|
"crossbeam-utils 0.7.2", |
|
|
|
"maybe-uninit", |
|
|
|
"crossbeam-utils", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -220,17 +167,6 @@ dependencies = [ |
|
|
|
"lazy_static", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-utils" |
|
|
|
version = "0.7.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
|
|
|
dependencies = [ |
|
|
|
"autocfg 1.0.1", |
|
|
|
"cfg-if 0.1.10", |
|
|
|
"lazy_static", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "digest" |
|
|
|
version = "0.9.0" |
|
|
|
@ -240,70 +176,6 @@ dependencies = [ |
|
|
|
"generic-array", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "encoding" |
|
|
|
version = "0.2.33" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec" |
|
|
|
dependencies = [ |
|
|
|
"encoding-index-japanese", |
|
|
|
"encoding-index-korean", |
|
|
|
"encoding-index-simpchinese", |
|
|
|
"encoding-index-singlebyte", |
|
|
|
"encoding-index-tradchinese", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "encoding-index-japanese" |
|
|
|
version = "1.20141219.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91" |
|
|
|
dependencies = [ |
|
|
|
"encoding_index_tests", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "encoding-index-korean" |
|
|
|
version = "1.20141219.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81" |
|
|
|
dependencies = [ |
|
|
|
"encoding_index_tests", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "encoding-index-simpchinese" |
|
|
|
version = "1.20141219.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7" |
|
|
|
dependencies = [ |
|
|
|
"encoding_index_tests", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "encoding-index-singlebyte" |
|
|
|
version = "1.20141219.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a" |
|
|
|
dependencies = [ |
|
|
|
"encoding_index_tests", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "encoding-index-tradchinese" |
|
|
|
version = "1.20141219.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18" |
|
|
|
dependencies = [ |
|
|
|
"encoding_index_tests", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "encoding_index_tests" |
|
|
|
version = "0.1.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "encoding_rs" |
|
|
|
version = "0.8.28" |
|
|
|
@ -348,28 +220,6 @@ version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "fuchsia-zircon" |
|
|
|
version = "0.3.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
"fuchsia-zircon-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "fuchsia-zircon-sys" |
|
|
|
version = "0.3.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures" |
|
|
|
version = "0.1.31" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures" |
|
|
|
version = "0.3.15" |
|
|
|
@ -506,7 +356,7 @@ version = "0.2.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11" |
|
|
|
dependencies = [ |
|
|
|
"bytes 1.0.1", |
|
|
|
"bytes", |
|
|
|
"fnv", |
|
|
|
"itoa", |
|
|
|
] |
|
|
|
@ -543,31 +393,12 @@ dependencies = [ |
|
|
|
"cfg-if 1.0.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "iovec" |
|
|
|
version = "0.1.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "itoa" |
|
|
|
version = "0.4.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "kernel32-sys" |
|
|
|
version = "0.2.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
|
|
dependencies = [ |
|
|
|
"winapi 0.2.8", |
|
|
|
"winapi-build", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "lazy_static" |
|
|
|
version = "1.4.0" |
|
|
|
@ -589,15 +420,6 @@ dependencies = [ |
|
|
|
"scopeguard", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "lock_api" |
|
|
|
version = "0.3.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" |
|
|
|
dependencies = [ |
|
|
|
"scopeguard", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "lock_api" |
|
|
|
version = "0.4.4" |
|
|
|
@ -634,34 +456,6 @@ version = "2.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "memoffset" |
|
|
|
version = "0.5.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" |
|
|
|
dependencies = [ |
|
|
|
"autocfg 1.0.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "mio" |
|
|
|
version = "0.6.23" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 0.1.10", |
|
|
|
"fuchsia-zircon", |
|
|
|
"fuchsia-zircon-sys", |
|
|
|
"iovec", |
|
|
|
"kernel32-sys", |
|
|
|
"libc", |
|
|
|
"log", |
|
|
|
"miow 0.2.2", |
|
|
|
"net2", |
|
|
|
"slab 0.4.3", |
|
|
|
"winapi 0.2.8", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "mio" |
|
|
|
version = "0.7.13" |
|
|
|
@ -670,32 +464,9 @@ checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
"log", |
|
|
|
"miow 0.3.7", |
|
|
|
"miow", |
|
|
|
"ntapi", |
|
|
|
"winapi 0.3.9", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "mio-uds" |
|
|
|
version = "0.6.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0" |
|
|
|
dependencies = [ |
|
|
|
"iovec", |
|
|
|
"libc", |
|
|
|
"mio 0.6.23", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "miow" |
|
|
|
version = "0.2.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" |
|
|
|
dependencies = [ |
|
|
|
"kernel32-sys", |
|
|
|
"net2", |
|
|
|
"winapi 0.2.8", |
|
|
|
"ws2_32-sys", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -704,18 +475,7 @@ version = "0.3.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" |
|
|
|
dependencies = [ |
|
|
|
"winapi 0.3.9", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "net2" |
|
|
|
version = "0.2.37" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 0.1.10", |
|
|
|
"libc", |
|
|
|
"winapi 0.3.9", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -724,7 +484,7 @@ version = "0.3.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" |
|
|
|
dependencies = [ |
|
|
|
"winapi 0.3.9", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -760,17 +520,6 @@ dependencies = [ |
|
|
|
"rustc_version", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "parking_lot" |
|
|
|
version = "0.9.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" |
|
|
|
dependencies = [ |
|
|
|
"lock_api 0.3.4", |
|
|
|
"parking_lot_core 0.6.2", |
|
|
|
"rustc_version", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "parking_lot" |
|
|
|
version = "0.11.1" |
|
|
|
@ -795,22 +544,7 @@ dependencies = [ |
|
|
|
"redox_syscall 0.1.57", |
|
|
|
"rustc_version", |
|
|
|
"smallvec 0.6.14", |
|
|
|
"winapi 0.3.9", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "parking_lot_core" |
|
|
|
version = "0.6.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 0.1.10", |
|
|
|
"cloudabi", |
|
|
|
"libc", |
|
|
|
"redox_syscall 0.1.57", |
|
|
|
"rustc_version", |
|
|
|
"smallvec 0.6.14", |
|
|
|
"winapi 0.3.9", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -824,7 +558,7 @@ dependencies = [ |
|
|
|
"libc", |
|
|
|
"redox_syscall 0.2.9", |
|
|
|
"smallvec 1.6.1", |
|
|
|
"winapi 0.3.9", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -921,7 +655,7 @@ dependencies = [ |
|
|
|
"libc", |
|
|
|
"rand_core 0.3.1", |
|
|
|
"rdrand", |
|
|
|
"winapi 0.3.9", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -940,7 +674,7 @@ dependencies = [ |
|
|
|
"rand_os", |
|
|
|
"rand_pcg", |
|
|
|
"rand_xorshift", |
|
|
|
"winapi 0.3.9", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -1034,7 +768,7 @@ checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
"rand_core 0.4.2", |
|
|
|
"winapi 0.3.9", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -1048,7 +782,7 @@ dependencies = [ |
|
|
|
"libc", |
|
|
|
"rand_core 0.4.2", |
|
|
|
"rdrand", |
|
|
|
"winapi 0.3.9", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -1145,12 +879,6 @@ version = "1.0.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "scoped-tls" |
|
|
|
version = "0.1.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "scopeguard" |
|
|
|
version = "1.1.0" |
|
|
|
@ -1261,7 +989,7 @@ dependencies = [ |
|
|
|
"clap", |
|
|
|
"crossbeam-channel", |
|
|
|
"env_logger", |
|
|
|
"futures 0.3.15", |
|
|
|
"futures", |
|
|
|
"log", |
|
|
|
"parking_lot 0.8.0", |
|
|
|
"serde", |
|
|
|
@ -1270,10 +998,7 @@ dependencies = [ |
|
|
|
"solstice-proto", |
|
|
|
"thiserror", |
|
|
|
"threadpool", |
|
|
|
"tokio 1.8.1", |
|
|
|
"tokio-codec", |
|
|
|
"tokio-core", |
|
|
|
"tokio-io", |
|
|
|
"tokio", |
|
|
|
"tokio-tungstenite", |
|
|
|
] |
|
|
|
|
|
|
|
@ -1282,24 +1007,17 @@ name = "solstice-proto" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"async-stream", |
|
|
|
"byteorder 0.5.3", |
|
|
|
"bytes 1.0.1", |
|
|
|
"crossbeam-channel", |
|
|
|
"encoding", |
|
|
|
"bytes", |
|
|
|
"encoding_rs", |
|
|
|
"env_logger", |
|
|
|
"futures 0.3.15", |
|
|
|
"futures", |
|
|
|
"log", |
|
|
|
"parking_lot 0.8.0", |
|
|
|
"rust-crypto", |
|
|
|
"serde", |
|
|
|
"serde_json", |
|
|
|
"slab 0.2.0", |
|
|
|
"thiserror", |
|
|
|
"tokio 1.8.1", |
|
|
|
"tokio-codec", |
|
|
|
"tokio-core", |
|
|
|
"tokio-io", |
|
|
|
"tokio", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -1374,7 +1092,7 @@ checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
"wasi", |
|
|
|
"winapi 0.3.9", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -1392,30 +1110,6 @@ version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio" |
|
|
|
version = "0.1.22" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" |
|
|
|
dependencies = [ |
|
|
|
"bytes 0.4.12", |
|
|
|
"futures 0.1.31", |
|
|
|
"mio 0.6.23", |
|
|
|
"num_cpus", |
|
|
|
"tokio-codec", |
|
|
|
"tokio-current-thread", |
|
|
|
"tokio-executor", |
|
|
|
"tokio-fs", |
|
|
|
"tokio-io", |
|
|
|
"tokio-reactor", |
|
|
|
"tokio-sync", |
|
|
|
"tokio-tcp", |
|
|
|
"tokio-threadpool", |
|
|
|
"tokio-timer", |
|
|
|
"tokio-udp", |
|
|
|
"tokio-uds", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio" |
|
|
|
version = "1.8.1" |
|
|
|
@ -1423,89 +1117,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "98c8b05dc14c75ea83d63dd391100353789f5f24b8b3866542a5e85c8be8e985" |
|
|
|
dependencies = [ |
|
|
|
"autocfg 1.0.1", |
|
|
|
"bytes 1.0.1", |
|
|
|
"bytes", |
|
|
|
"libc", |
|
|
|
"memchr", |
|
|
|
"mio 0.7.13", |
|
|
|
"mio", |
|
|
|
"num_cpus", |
|
|
|
"once_cell", |
|
|
|
"parking_lot 0.11.1", |
|
|
|
"pin-project-lite", |
|
|
|
"signal-hook-registry", |
|
|
|
"tokio-macros", |
|
|
|
"winapi 0.3.9", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-codec" |
|
|
|
version = "0.1.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b" |
|
|
|
dependencies = [ |
|
|
|
"bytes 0.4.12", |
|
|
|
"futures 0.1.31", |
|
|
|
"tokio-io", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-core" |
|
|
|
version = "0.1.18" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "87b1395334443abca552f63d4f61d0486f12377c2ba8b368e523f89e828cffd4" |
|
|
|
dependencies = [ |
|
|
|
"bytes 0.4.12", |
|
|
|
"futures 0.1.31", |
|
|
|
"iovec", |
|
|
|
"log", |
|
|
|
"mio 0.6.23", |
|
|
|
"scoped-tls", |
|
|
|
"tokio 0.1.22", |
|
|
|
"tokio-executor", |
|
|
|
"tokio-io", |
|
|
|
"tokio-reactor", |
|
|
|
"tokio-timer", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-current-thread" |
|
|
|
version = "0.1.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.31", |
|
|
|
"tokio-executor", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-executor" |
|
|
|
version = "0.1.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671" |
|
|
|
dependencies = [ |
|
|
|
"crossbeam-utils 0.7.2", |
|
|
|
"futures 0.1.31", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-fs" |
|
|
|
version = "0.1.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.31", |
|
|
|
"tokio-io", |
|
|
|
"tokio-threadpool", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-io" |
|
|
|
version = "0.1.13" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" |
|
|
|
dependencies = [ |
|
|
|
"bytes 0.4.12", |
|
|
|
"futures 0.1.31", |
|
|
|
"log", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -1519,78 +1141,6 @@ dependencies = [ |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-reactor" |
|
|
|
version = "0.1.12" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" |
|
|
|
dependencies = [ |
|
|
|
"crossbeam-utils 0.7.2", |
|
|
|
"futures 0.1.31", |
|
|
|
"lazy_static", |
|
|
|
"log", |
|
|
|
"mio 0.6.23", |
|
|
|
"num_cpus", |
|
|
|
"parking_lot 0.9.0", |
|
|
|
"slab 0.4.3", |
|
|
|
"tokio-executor", |
|
|
|
"tokio-io", |
|
|
|
"tokio-sync", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-sync" |
|
|
|
version = "0.1.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee" |
|
|
|
dependencies = [ |
|
|
|
"fnv", |
|
|
|
"futures 0.1.31", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-tcp" |
|
|
|
version = "0.1.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72" |
|
|
|
dependencies = [ |
|
|
|
"bytes 0.4.12", |
|
|
|
"futures 0.1.31", |
|
|
|
"iovec", |
|
|
|
"mio 0.6.23", |
|
|
|
"tokio-io", |
|
|
|
"tokio-reactor", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-threadpool" |
|
|
|
version = "0.1.18" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89" |
|
|
|
dependencies = [ |
|
|
|
"crossbeam-deque", |
|
|
|
"crossbeam-queue", |
|
|
|
"crossbeam-utils 0.7.2", |
|
|
|
"futures 0.1.31", |
|
|
|
"lazy_static", |
|
|
|
"log", |
|
|
|
"num_cpus", |
|
|
|
"slab 0.4.3", |
|
|
|
"tokio-executor", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-timer" |
|
|
|
version = "0.2.13" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296" |
|
|
|
dependencies = [ |
|
|
|
"crossbeam-utils 0.7.2", |
|
|
|
"futures 0.1.31", |
|
|
|
"slab 0.4.3", |
|
|
|
"tokio-executor", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-tungstenite" |
|
|
|
version = "0.15.0" |
|
|
|
@ -1600,43 +1150,10 @@ dependencies = [ |
|
|
|
"futures-util", |
|
|
|
"log", |
|
|
|
"pin-project", |
|
|
|
"tokio 1.8.1", |
|
|
|
"tokio", |
|
|
|
"tungstenite", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-udp" |
|
|
|
version = "0.1.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82" |
|
|
|
dependencies = [ |
|
|
|
"bytes 0.4.12", |
|
|
|
"futures 0.1.31", |
|
|
|
"log", |
|
|
|
"mio 0.6.23", |
|
|
|
"tokio-codec", |
|
|
|
"tokio-io", |
|
|
|
"tokio-reactor", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-uds" |
|
|
|
version = "0.2.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0" |
|
|
|
dependencies = [ |
|
|
|
"bytes 0.4.12", |
|
|
|
"futures 0.1.31", |
|
|
|
"iovec", |
|
|
|
"libc", |
|
|
|
"log", |
|
|
|
"mio 0.6.23", |
|
|
|
"mio-uds", |
|
|
|
"tokio-codec", |
|
|
|
"tokio-io", |
|
|
|
"tokio-reactor", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tungstenite" |
|
|
|
version = "0.14.0" |
|
|
|
@ -1644,8 +1161,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a0b2d8558abd2e276b0a8df5c05a2ec762609344191e5fd23e292c910e9165b5" |
|
|
|
dependencies = [ |
|
|
|
"base64", |
|
|
|
"byteorder 1.4.3", |
|
|
|
"bytes 1.0.1", |
|
|
|
"byteorder", |
|
|
|
"bytes", |
|
|
|
"http", |
|
|
|
"httparse", |
|
|
|
"log", |
|
|
|
@ -1728,12 +1245,6 @@ version = "0.10.0+wasi-snapshot-preview1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "winapi" |
|
|
|
version = "0.2.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "winapi" |
|
|
|
version = "0.3.9" |
|
|
|
@ -1744,12 +1255,6 @@ dependencies = [ |
|
|
|
"winapi-x86_64-pc-windows-gnu", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "winapi-build" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "winapi-i686-pc-windows-gnu" |
|
|
|
version = "0.4.0" |
|
|
|
@ -1762,7 +1267,7 @@ version = "0.1.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
|
|
|
dependencies = [ |
|
|
|
"winapi 0.3.9", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -1770,13 +1275,3 @@ name = "winapi-x86_64-pc-windows-gnu" |
|
|
|
version = "0.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ws2_32-sys" |
|
|
|
version = "0.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
|
|
|
dependencies = [ |
|
|
|
"winapi 0.2.8", |
|
|
|
"winapi-build", |
|
|
|
] |