1*d4726bddSHONG Yifan# This file is automatically @generated by Cargo. 2*d4726bddSHONG Yifan# It is not intended for manual editing. 3*d4726bddSHONG Yifanversion = 3 4*d4726bddSHONG Yifan 5*d4726bddSHONG Yifan[[package]] 6*d4726bddSHONG Yifanname = "autocfg" 7*d4726bddSHONG Yifanversion = "1.1.0" 8*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 9*d4726bddSHONG Yifanchecksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 10*d4726bddSHONG Yifan 11*d4726bddSHONG Yifan[[package]] 12*d4726bddSHONG Yifanname = "base64" 13*d4726bddSHONG Yifanversion = "0.9.3" 14*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 15*d4726bddSHONG Yifanchecksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" 16*d4726bddSHONG Yifandependencies = [ 17*d4726bddSHONG Yifan "byteorder", 18*d4726bddSHONG Yifan "safemem", 19*d4726bddSHONG Yifan] 20*d4726bddSHONG Yifan 21*d4726bddSHONG Yifan[[package]] 22*d4726bddSHONG Yifanname = "bitflags" 23*d4726bddSHONG Yifanversion = "1.3.2" 24*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 25*d4726bddSHONG Yifanchecksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 26*d4726bddSHONG Yifan 27*d4726bddSHONG Yifan[[package]] 28*d4726bddSHONG Yifanname = "byteorder" 29*d4726bddSHONG Yifanversion = "1.4.3" 30*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 31*d4726bddSHONG Yifanchecksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 32*d4726bddSHONG Yifan 33*d4726bddSHONG Yifan[[package]] 34*d4726bddSHONG Yifanname = "bytes" 35*d4726bddSHONG Yifanversion = "0.4.12" 36*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 37*d4726bddSHONG Yifanchecksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" 38*d4726bddSHONG Yifandependencies = [ 39*d4726bddSHONG Yifan "byteorder", 40*d4726bddSHONG Yifan "iovec", 41*d4726bddSHONG Yifan] 42*d4726bddSHONG Yifan 43*d4726bddSHONG Yifan[[package]] 44*d4726bddSHONG Yifanname = "cfg-if" 45*d4726bddSHONG Yifanversion = "0.1.10" 46*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 47*d4726bddSHONG Yifanchecksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 48*d4726bddSHONG Yifan 49*d4726bddSHONG Yifan[[package]] 50*d4726bddSHONG Yifanname = "cfg-if" 51*d4726bddSHONG Yifanversion = "1.0.0" 52*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 53*d4726bddSHONG Yifanchecksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 54*d4726bddSHONG Yifan 55*d4726bddSHONG Yifan[[package]] 56*d4726bddSHONG Yifanname = "cloudabi" 57*d4726bddSHONG Yifanversion = "0.0.3" 58*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 59*d4726bddSHONG Yifanchecksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" 60*d4726bddSHONG Yifandependencies = [ 61*d4726bddSHONG Yifan "bitflags", 62*d4726bddSHONG Yifan] 63*d4726bddSHONG Yifan 64*d4726bddSHONG Yifan[[package]] 65*d4726bddSHONG Yifanname = "crossbeam-deque" 66*d4726bddSHONG Yifanversion = "0.7.4" 67*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 68*d4726bddSHONG Yifanchecksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed" 69*d4726bddSHONG Yifandependencies = [ 70*d4726bddSHONG Yifan "crossbeam-epoch", 71*d4726bddSHONG Yifan "crossbeam-utils", 72*d4726bddSHONG Yifan "maybe-uninit", 73*d4726bddSHONG Yifan] 74*d4726bddSHONG Yifan 75*d4726bddSHONG Yifan[[package]] 76*d4726bddSHONG Yifanname = "crossbeam-epoch" 77*d4726bddSHONG Yifanversion = "0.8.2" 78*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 79*d4726bddSHONG Yifanchecksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" 80*d4726bddSHONG Yifandependencies = [ 81*d4726bddSHONG Yifan "autocfg", 82*d4726bddSHONG Yifan "cfg-if 0.1.10", 83*d4726bddSHONG Yifan "crossbeam-utils", 84*d4726bddSHONG Yifan "lazy_static", 85*d4726bddSHONG Yifan "maybe-uninit", 86*d4726bddSHONG Yifan "memoffset", 87*d4726bddSHONG Yifan "scopeguard", 88*d4726bddSHONG Yifan] 89*d4726bddSHONG Yifan 90*d4726bddSHONG Yifan[[package]] 91*d4726bddSHONG Yifanname = "crossbeam-queue" 92*d4726bddSHONG Yifanversion = "0.2.3" 93*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 94*d4726bddSHONG Yifanchecksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570" 95*d4726bddSHONG Yifandependencies = [ 96*d4726bddSHONG Yifan "cfg-if 0.1.10", 97*d4726bddSHONG Yifan "crossbeam-utils", 98*d4726bddSHONG Yifan "maybe-uninit", 99*d4726bddSHONG Yifan] 100*d4726bddSHONG Yifan 101*d4726bddSHONG Yifan[[package]] 102*d4726bddSHONG Yifanname = "crossbeam-utils" 103*d4726bddSHONG Yifanversion = "0.7.2" 104*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 105*d4726bddSHONG Yifanchecksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" 106*d4726bddSHONG Yifandependencies = [ 107*d4726bddSHONG Yifan "autocfg", 108*d4726bddSHONG Yifan "cfg-if 0.1.10", 109*d4726bddSHONG Yifan "lazy_static", 110*d4726bddSHONG Yifan] 111*d4726bddSHONG Yifan 112*d4726bddSHONG Yifan[[package]] 113*d4726bddSHONG Yifanname = "direct-cargo-bazel-deps" 114*d4726bddSHONG Yifanversion = "0.0.1" 115*d4726bddSHONG Yifandependencies = [ 116*d4726bddSHONG Yifan "grpc", 117*d4726bddSHONG Yifan "grpc-compiler", 118*d4726bddSHONG Yifan "log 0.4.17", 119*d4726bddSHONG Yifan "protobuf", 120*d4726bddSHONG Yifan "protobuf-codegen", 121*d4726bddSHONG Yifan "tls-api", 122*d4726bddSHONG Yifan "tls-api-stub", 123*d4726bddSHONG Yifan] 124*d4726bddSHONG Yifan 125*d4726bddSHONG Yifan[[package]] 126*d4726bddSHONG Yifanname = "fnv" 127*d4726bddSHONG Yifanversion = "1.0.7" 128*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 129*d4726bddSHONG Yifanchecksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 130*d4726bddSHONG Yifan 131*d4726bddSHONG Yifan[[package]] 132*d4726bddSHONG Yifanname = "fuchsia-zircon" 133*d4726bddSHONG Yifanversion = "0.3.3" 134*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 135*d4726bddSHONG Yifanchecksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 136*d4726bddSHONG Yifandependencies = [ 137*d4726bddSHONG Yifan "bitflags", 138*d4726bddSHONG Yifan "fuchsia-zircon-sys", 139*d4726bddSHONG Yifan] 140*d4726bddSHONG Yifan 141*d4726bddSHONG Yifan[[package]] 142*d4726bddSHONG Yifanname = "fuchsia-zircon-sys" 143*d4726bddSHONG Yifanversion = "0.3.3" 144*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 145*d4726bddSHONG Yifanchecksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 146*d4726bddSHONG Yifan 147*d4726bddSHONG Yifan[[package]] 148*d4726bddSHONG Yifanname = "futures" 149*d4726bddSHONG Yifanversion = "0.1.31" 150*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 151*d4726bddSHONG Yifanchecksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" 152*d4726bddSHONG Yifan 153*d4726bddSHONG Yifan[[package]] 154*d4726bddSHONG Yifanname = "futures-cpupool" 155*d4726bddSHONG Yifanversion = "0.1.8" 156*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 157*d4726bddSHONG Yifanchecksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" 158*d4726bddSHONG Yifandependencies = [ 159*d4726bddSHONG Yifan "futures", 160*d4726bddSHONG Yifan "num_cpus", 161*d4726bddSHONG Yifan] 162*d4726bddSHONG Yifan 163*d4726bddSHONG Yifan[[package]] 164*d4726bddSHONG Yifanname = "grpc" 165*d4726bddSHONG Yifanversion = "0.6.2" 166*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 167*d4726bddSHONG Yifanchecksum = "2aaf1d741fe6f3413f1f9f71b99f5e4e26776d563475a8a53ce53a73a8534c1d" 168*d4726bddSHONG Yifandependencies = [ 169*d4726bddSHONG Yifan "base64", 170*d4726bddSHONG Yifan "bytes", 171*d4726bddSHONG Yifan "futures", 172*d4726bddSHONG Yifan "futures-cpupool", 173*d4726bddSHONG Yifan "httpbis", 174*d4726bddSHONG Yifan "log 0.4.17", 175*d4726bddSHONG Yifan "protobuf", 176*d4726bddSHONG Yifan "tls-api", 177*d4726bddSHONG Yifan "tls-api-stub", 178*d4726bddSHONG Yifan "tokio-core", 179*d4726bddSHONG Yifan "tokio-io", 180*d4726bddSHONG Yifan "tokio-tls-api", 181*d4726bddSHONG Yifan] 182*d4726bddSHONG Yifan 183*d4726bddSHONG Yifan[[package]] 184*d4726bddSHONG Yifanname = "grpc-compiler" 185*d4726bddSHONG Yifanversion = "0.6.2" 186*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 187*d4726bddSHONG Yifanchecksum = "907274ce8ee7b40a0d0b0db09022ea22846a47cfb1fc8ad2c983c70001b4ffb1" 188*d4726bddSHONG Yifandependencies = [ 189*d4726bddSHONG Yifan "protobuf", 190*d4726bddSHONG Yifan "protobuf-codegen", 191*d4726bddSHONG Yifan] 192*d4726bddSHONG Yifan 193*d4726bddSHONG Yifan[[package]] 194*d4726bddSHONG Yifanname = "hermit-abi" 195*d4726bddSHONG Yifanversion = "0.2.6" 196*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 197*d4726bddSHONG Yifanchecksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 198*d4726bddSHONG Yifandependencies = [ 199*d4726bddSHONG Yifan "libc", 200*d4726bddSHONG Yifan] 201*d4726bddSHONG Yifan 202*d4726bddSHONG Yifan[[package]] 203*d4726bddSHONG Yifanname = "httpbis" 204*d4726bddSHONG Yifanversion = "0.7.0" 205*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 206*d4726bddSHONG Yifanchecksum = "7689cfa896b2a71da4f16206af167542b75d242b6906313e53857972a92d5614" 207*d4726bddSHONG Yifandependencies = [ 208*d4726bddSHONG Yifan "bytes", 209*d4726bddSHONG Yifan "futures", 210*d4726bddSHONG Yifan "futures-cpupool", 211*d4726bddSHONG Yifan "log 0.4.17", 212*d4726bddSHONG Yifan "net2", 213*d4726bddSHONG Yifan "tls-api", 214*d4726bddSHONG Yifan "tls-api-stub", 215*d4726bddSHONG Yifan "tokio-core", 216*d4726bddSHONG Yifan "tokio-io", 217*d4726bddSHONG Yifan "tokio-timer 0.1.2", 218*d4726bddSHONG Yifan "tokio-tls-api", 219*d4726bddSHONG Yifan "tokio-uds 0.1.7", 220*d4726bddSHONG Yifan "unix_socket", 221*d4726bddSHONG Yifan "void", 222*d4726bddSHONG Yifan] 223*d4726bddSHONG Yifan 224*d4726bddSHONG Yifan[[package]] 225*d4726bddSHONG Yifanname = "iovec" 226*d4726bddSHONG Yifanversion = "0.1.4" 227*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 228*d4726bddSHONG Yifanchecksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 229*d4726bddSHONG Yifandependencies = [ 230*d4726bddSHONG Yifan "libc", 231*d4726bddSHONG Yifan] 232*d4726bddSHONG Yifan 233*d4726bddSHONG Yifan[[package]] 234*d4726bddSHONG Yifanname = "kernel32-sys" 235*d4726bddSHONG Yifanversion = "0.2.2" 236*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 237*d4726bddSHONG Yifanchecksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 238*d4726bddSHONG Yifandependencies = [ 239*d4726bddSHONG Yifan "winapi 0.2.8", 240*d4726bddSHONG Yifan "winapi-build", 241*d4726bddSHONG Yifan] 242*d4726bddSHONG Yifan 243*d4726bddSHONG Yifan[[package]] 244*d4726bddSHONG Yifanname = "lazy_static" 245*d4726bddSHONG Yifanversion = "1.4.0" 246*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 247*d4726bddSHONG Yifanchecksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 248*d4726bddSHONG Yifan 249*d4726bddSHONG Yifan[[package]] 250*d4726bddSHONG Yifanname = "libc" 251*d4726bddSHONG Yifanversion = "0.2.139" 252*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 253*d4726bddSHONG Yifanchecksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 254*d4726bddSHONG Yifan 255*d4726bddSHONG Yifan[[package]] 256*d4726bddSHONG Yifanname = "lock_api" 257*d4726bddSHONG Yifanversion = "0.3.4" 258*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 259*d4726bddSHONG Yifanchecksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" 260*d4726bddSHONG Yifandependencies = [ 261*d4726bddSHONG Yifan "scopeguard", 262*d4726bddSHONG Yifan] 263*d4726bddSHONG Yifan 264*d4726bddSHONG Yifan[[package]] 265*d4726bddSHONG Yifanname = "log" 266*d4726bddSHONG Yifanversion = "0.3.9" 267*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 268*d4726bddSHONG Yifanchecksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" 269*d4726bddSHONG Yifandependencies = [ 270*d4726bddSHONG Yifan "log 0.4.17", 271*d4726bddSHONG Yifan] 272*d4726bddSHONG Yifan 273*d4726bddSHONG Yifan[[package]] 274*d4726bddSHONG Yifanname = "log" 275*d4726bddSHONG Yifanversion = "0.4.17" 276*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 277*d4726bddSHONG Yifanchecksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 278*d4726bddSHONG Yifandependencies = [ 279*d4726bddSHONG Yifan "cfg-if 1.0.0", 280*d4726bddSHONG Yifan] 281*d4726bddSHONG Yifan 282*d4726bddSHONG Yifan[[package]] 283*d4726bddSHONG Yifanname = "maybe-uninit" 284*d4726bddSHONG Yifanversion = "2.0.0" 285*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 286*d4726bddSHONG Yifanchecksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" 287*d4726bddSHONG Yifan 288*d4726bddSHONG Yifan[[package]] 289*d4726bddSHONG Yifanname = "memoffset" 290*d4726bddSHONG Yifanversion = "0.5.6" 291*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 292*d4726bddSHONG Yifanchecksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" 293*d4726bddSHONG Yifandependencies = [ 294*d4726bddSHONG Yifan "autocfg", 295*d4726bddSHONG Yifan] 296*d4726bddSHONG Yifan 297*d4726bddSHONG Yifan[[package]] 298*d4726bddSHONG Yifanname = "mio" 299*d4726bddSHONG Yifanversion = "0.6.23" 300*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 301*d4726bddSHONG Yifanchecksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 302*d4726bddSHONG Yifandependencies = [ 303*d4726bddSHONG Yifan "cfg-if 0.1.10", 304*d4726bddSHONG Yifan "fuchsia-zircon", 305*d4726bddSHONG Yifan "fuchsia-zircon-sys", 306*d4726bddSHONG Yifan "iovec", 307*d4726bddSHONG Yifan "kernel32-sys", 308*d4726bddSHONG Yifan "libc", 309*d4726bddSHONG Yifan "log 0.4.17", 310*d4726bddSHONG Yifan "miow", 311*d4726bddSHONG Yifan "net2", 312*d4726bddSHONG Yifan "slab 0.4.7", 313*d4726bddSHONG Yifan "winapi 0.2.8", 314*d4726bddSHONG Yifan] 315*d4726bddSHONG Yifan 316*d4726bddSHONG Yifan[[package]] 317*d4726bddSHONG Yifanname = "mio-uds" 318*d4726bddSHONG Yifanversion = "0.6.8" 319*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 320*d4726bddSHONG Yifanchecksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0" 321*d4726bddSHONG Yifandependencies = [ 322*d4726bddSHONG Yifan "iovec", 323*d4726bddSHONG Yifan "libc", 324*d4726bddSHONG Yifan "mio", 325*d4726bddSHONG Yifan] 326*d4726bddSHONG Yifan 327*d4726bddSHONG Yifan[[package]] 328*d4726bddSHONG Yifanname = "miow" 329*d4726bddSHONG Yifanversion = "0.2.2" 330*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 331*d4726bddSHONG Yifanchecksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 332*d4726bddSHONG Yifandependencies = [ 333*d4726bddSHONG Yifan "kernel32-sys", 334*d4726bddSHONG Yifan "net2", 335*d4726bddSHONG Yifan "winapi 0.2.8", 336*d4726bddSHONG Yifan "ws2_32-sys", 337*d4726bddSHONG Yifan] 338*d4726bddSHONG Yifan 339*d4726bddSHONG Yifan[[package]] 340*d4726bddSHONG Yifanname = "net2" 341*d4726bddSHONG Yifanversion = "0.2.38" 342*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 343*d4726bddSHONG Yifanchecksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631" 344*d4726bddSHONG Yifandependencies = [ 345*d4726bddSHONG Yifan "cfg-if 0.1.10", 346*d4726bddSHONG Yifan "libc", 347*d4726bddSHONG Yifan "winapi 0.3.9", 348*d4726bddSHONG Yifan] 349*d4726bddSHONG Yifan 350*d4726bddSHONG Yifan[[package]] 351*d4726bddSHONG Yifanname = "num_cpus" 352*d4726bddSHONG Yifanversion = "1.15.0" 353*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 354*d4726bddSHONG Yifanchecksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 355*d4726bddSHONG Yifandependencies = [ 356*d4726bddSHONG Yifan "hermit-abi", 357*d4726bddSHONG Yifan "libc", 358*d4726bddSHONG Yifan] 359*d4726bddSHONG Yifan 360*d4726bddSHONG Yifan[[package]] 361*d4726bddSHONG Yifanname = "parking_lot" 362*d4726bddSHONG Yifanversion = "0.9.0" 363*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 364*d4726bddSHONG Yifanchecksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" 365*d4726bddSHONG Yifandependencies = [ 366*d4726bddSHONG Yifan "lock_api", 367*d4726bddSHONG Yifan "parking_lot_core", 368*d4726bddSHONG Yifan "rustc_version", 369*d4726bddSHONG Yifan] 370*d4726bddSHONG Yifan 371*d4726bddSHONG Yifan[[package]] 372*d4726bddSHONG Yifanname = "parking_lot_core" 373*d4726bddSHONG Yifanversion = "0.6.3" 374*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 375*d4726bddSHONG Yifanchecksum = "bda66b810a62be75176a80873726630147a5ca780cd33921e0b5709033e66b0a" 376*d4726bddSHONG Yifandependencies = [ 377*d4726bddSHONG Yifan "cfg-if 0.1.10", 378*d4726bddSHONG Yifan "cloudabi", 379*d4726bddSHONG Yifan "libc", 380*d4726bddSHONG Yifan "redox_syscall", 381*d4726bddSHONG Yifan "rustc_version", 382*d4726bddSHONG Yifan "smallvec", 383*d4726bddSHONG Yifan "winapi 0.3.9", 384*d4726bddSHONG Yifan] 385*d4726bddSHONG Yifan 386*d4726bddSHONG Yifan[[package]] 387*d4726bddSHONG Yifanname = "protobuf" 388*d4726bddSHONG Yifanversion = "2.8.2" 389*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 390*d4726bddSHONG Yifanchecksum = "70731852eec72c56d11226c8a5f96ad5058a3dab73647ca5f7ee351e464f2571" 391*d4726bddSHONG Yifandependencies = [ 392*d4726bddSHONG Yifan "bytes", 393*d4726bddSHONG Yifan] 394*d4726bddSHONG Yifan 395*d4726bddSHONG Yifan[[package]] 396*d4726bddSHONG Yifanname = "protobuf-codegen" 397*d4726bddSHONG Yifanversion = "2.8.2" 398*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 399*d4726bddSHONG Yifanchecksum = "3d74b9cbbf2ac9a7169c85a3714ec16c51ee9ec7cfd511549527e9a7df720795" 400*d4726bddSHONG Yifandependencies = [ 401*d4726bddSHONG Yifan "protobuf", 402*d4726bddSHONG Yifan] 403*d4726bddSHONG Yifan 404*d4726bddSHONG Yifan[[package]] 405*d4726bddSHONG Yifanname = "redox_syscall" 406*d4726bddSHONG Yifanversion = "0.1.57" 407*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 408*d4726bddSHONG Yifanchecksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" 409*d4726bddSHONG Yifan 410*d4726bddSHONG Yifan[[package]] 411*d4726bddSHONG Yifanname = "rustc_version" 412*d4726bddSHONG Yifanversion = "0.2.3" 413*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 414*d4726bddSHONG Yifanchecksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 415*d4726bddSHONG Yifandependencies = [ 416*d4726bddSHONG Yifan "semver", 417*d4726bddSHONG Yifan] 418*d4726bddSHONG Yifan 419*d4726bddSHONG Yifan[[package]] 420*d4726bddSHONG Yifanname = "safemem" 421*d4726bddSHONG Yifanversion = "0.3.3" 422*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 423*d4726bddSHONG Yifanchecksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 424*d4726bddSHONG Yifan 425*d4726bddSHONG Yifan[[package]] 426*d4726bddSHONG Yifanname = "scoped-tls" 427*d4726bddSHONG Yifanversion = "0.1.2" 428*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 429*d4726bddSHONG Yifanchecksum = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28" 430*d4726bddSHONG Yifan 431*d4726bddSHONG Yifan[[package]] 432*d4726bddSHONG Yifanname = "scopeguard" 433*d4726bddSHONG Yifanversion = "1.1.0" 434*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 435*d4726bddSHONG Yifanchecksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 436*d4726bddSHONG Yifan 437*d4726bddSHONG Yifan[[package]] 438*d4726bddSHONG Yifanname = "semver" 439*d4726bddSHONG Yifanversion = "0.9.0" 440*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 441*d4726bddSHONG Yifanchecksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 442*d4726bddSHONG Yifandependencies = [ 443*d4726bddSHONG Yifan "semver-parser", 444*d4726bddSHONG Yifan] 445*d4726bddSHONG Yifan 446*d4726bddSHONG Yifan[[package]] 447*d4726bddSHONG Yifanname = "semver-parser" 448*d4726bddSHONG Yifanversion = "0.7.0" 449*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 450*d4726bddSHONG Yifanchecksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 451*d4726bddSHONG Yifan 452*d4726bddSHONG Yifan[[package]] 453*d4726bddSHONG Yifanname = "slab" 454*d4726bddSHONG Yifanversion = "0.3.0" 455*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 456*d4726bddSHONG Yifanchecksum = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" 457*d4726bddSHONG Yifan 458*d4726bddSHONG Yifan[[package]] 459*d4726bddSHONG Yifanname = "slab" 460*d4726bddSHONG Yifanversion = "0.4.7" 461*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 462*d4726bddSHONG Yifanchecksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 463*d4726bddSHONG Yifandependencies = [ 464*d4726bddSHONG Yifan "autocfg", 465*d4726bddSHONG Yifan] 466*d4726bddSHONG Yifan 467*d4726bddSHONG Yifan[[package]] 468*d4726bddSHONG Yifanname = "smallvec" 469*d4726bddSHONG Yifanversion = "0.6.14" 470*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 471*d4726bddSHONG Yifanchecksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" 472*d4726bddSHONG Yifandependencies = [ 473*d4726bddSHONG Yifan "maybe-uninit", 474*d4726bddSHONG Yifan] 475*d4726bddSHONG Yifan 476*d4726bddSHONG Yifan[[package]] 477*d4726bddSHONG Yifanname = "tls-api" 478*d4726bddSHONG Yifanversion = "0.1.22" 479*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 480*d4726bddSHONG Yifanchecksum = "049c03787a0595182357fbd487577947f4351b78ce20c3668f6d49f17feb13d1" 481*d4726bddSHONG Yifandependencies = [ 482*d4726bddSHONG Yifan "log 0.4.17", 483*d4726bddSHONG Yifan] 484*d4726bddSHONG Yifan 485*d4726bddSHONG Yifan[[package]] 486*d4726bddSHONG Yifanname = "tls-api-stub" 487*d4726bddSHONG Yifanversion = "0.1.22" 488*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 489*d4726bddSHONG Yifanchecksum = "c9a0cc8c149724db9de7d73a0e1bc80b1a74f5394f08c6f301e11f9c35fa061e" 490*d4726bddSHONG Yifandependencies = [ 491*d4726bddSHONG Yifan "tls-api", 492*d4726bddSHONG Yifan "void", 493*d4726bddSHONG Yifan] 494*d4726bddSHONG Yifan 495*d4726bddSHONG Yifan[[package]] 496*d4726bddSHONG Yifanname = "tokio" 497*d4726bddSHONG Yifanversion = "0.1.22" 498*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 499*d4726bddSHONG Yifanchecksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" 500*d4726bddSHONG Yifandependencies = [ 501*d4726bddSHONG Yifan "bytes", 502*d4726bddSHONG Yifan "futures", 503*d4726bddSHONG Yifan "mio", 504*d4726bddSHONG Yifan "num_cpus", 505*d4726bddSHONG Yifan "tokio-codec", 506*d4726bddSHONG Yifan "tokio-current-thread", 507*d4726bddSHONG Yifan "tokio-executor", 508*d4726bddSHONG Yifan "tokio-fs", 509*d4726bddSHONG Yifan "tokio-io", 510*d4726bddSHONG Yifan "tokio-reactor", 511*d4726bddSHONG Yifan "tokio-sync", 512*d4726bddSHONG Yifan "tokio-tcp", 513*d4726bddSHONG Yifan "tokio-threadpool", 514*d4726bddSHONG Yifan "tokio-timer 0.2.13", 515*d4726bddSHONG Yifan "tokio-udp", 516*d4726bddSHONG Yifan "tokio-uds 0.2.7", 517*d4726bddSHONG Yifan] 518*d4726bddSHONG Yifan 519*d4726bddSHONG Yifan[[package]] 520*d4726bddSHONG Yifanname = "tokio-codec" 521*d4726bddSHONG Yifanversion = "0.1.2" 522*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 523*d4726bddSHONG Yifanchecksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b" 524*d4726bddSHONG Yifandependencies = [ 525*d4726bddSHONG Yifan "bytes", 526*d4726bddSHONG Yifan "futures", 527*d4726bddSHONG Yifan "tokio-io", 528*d4726bddSHONG Yifan] 529*d4726bddSHONG Yifan 530*d4726bddSHONG Yifan[[package]] 531*d4726bddSHONG Yifanname = "tokio-core" 532*d4726bddSHONG Yifanversion = "0.1.18" 533*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 534*d4726bddSHONG Yifanchecksum = "87b1395334443abca552f63d4f61d0486f12377c2ba8b368e523f89e828cffd4" 535*d4726bddSHONG Yifandependencies = [ 536*d4726bddSHONG Yifan "bytes", 537*d4726bddSHONG Yifan "futures", 538*d4726bddSHONG Yifan "iovec", 539*d4726bddSHONG Yifan "log 0.4.17", 540*d4726bddSHONG Yifan "mio", 541*d4726bddSHONG Yifan "scoped-tls", 542*d4726bddSHONG Yifan "tokio", 543*d4726bddSHONG Yifan "tokio-executor", 544*d4726bddSHONG Yifan "tokio-io", 545*d4726bddSHONG Yifan "tokio-reactor", 546*d4726bddSHONG Yifan "tokio-timer 0.2.13", 547*d4726bddSHONG Yifan] 548*d4726bddSHONG Yifan 549*d4726bddSHONG Yifan[[package]] 550*d4726bddSHONG Yifanname = "tokio-current-thread" 551*d4726bddSHONG Yifanversion = "0.1.7" 552*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 553*d4726bddSHONG Yifanchecksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e" 554*d4726bddSHONG Yifandependencies = [ 555*d4726bddSHONG Yifan "futures", 556*d4726bddSHONG Yifan "tokio-executor", 557*d4726bddSHONG Yifan] 558*d4726bddSHONG Yifan 559*d4726bddSHONG Yifan[[package]] 560*d4726bddSHONG Yifanname = "tokio-executor" 561*d4726bddSHONG Yifanversion = "0.1.10" 562*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 563*d4726bddSHONG Yifanchecksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671" 564*d4726bddSHONG Yifandependencies = [ 565*d4726bddSHONG Yifan "crossbeam-utils", 566*d4726bddSHONG Yifan "futures", 567*d4726bddSHONG Yifan] 568*d4726bddSHONG Yifan 569*d4726bddSHONG Yifan[[package]] 570*d4726bddSHONG Yifanname = "tokio-fs" 571*d4726bddSHONG Yifanversion = "0.1.7" 572*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 573*d4726bddSHONG Yifanchecksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4" 574*d4726bddSHONG Yifandependencies = [ 575*d4726bddSHONG Yifan "futures", 576*d4726bddSHONG Yifan "tokio-io", 577*d4726bddSHONG Yifan "tokio-threadpool", 578*d4726bddSHONG Yifan] 579*d4726bddSHONG Yifan 580*d4726bddSHONG Yifan[[package]] 581*d4726bddSHONG Yifanname = "tokio-io" 582*d4726bddSHONG Yifanversion = "0.1.13" 583*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 584*d4726bddSHONG Yifanchecksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" 585*d4726bddSHONG Yifandependencies = [ 586*d4726bddSHONG Yifan "bytes", 587*d4726bddSHONG Yifan "futures", 588*d4726bddSHONG Yifan "log 0.4.17", 589*d4726bddSHONG Yifan] 590*d4726bddSHONG Yifan 591*d4726bddSHONG Yifan[[package]] 592*d4726bddSHONG Yifanname = "tokio-reactor" 593*d4726bddSHONG Yifanversion = "0.1.12" 594*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 595*d4726bddSHONG Yifanchecksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" 596*d4726bddSHONG Yifandependencies = [ 597*d4726bddSHONG Yifan "crossbeam-utils", 598*d4726bddSHONG Yifan "futures", 599*d4726bddSHONG Yifan "lazy_static", 600*d4726bddSHONG Yifan "log 0.4.17", 601*d4726bddSHONG Yifan "mio", 602*d4726bddSHONG Yifan "num_cpus", 603*d4726bddSHONG Yifan "parking_lot", 604*d4726bddSHONG Yifan "slab 0.4.7", 605*d4726bddSHONG Yifan "tokio-executor", 606*d4726bddSHONG Yifan "tokio-io", 607*d4726bddSHONG Yifan "tokio-sync", 608*d4726bddSHONG Yifan] 609*d4726bddSHONG Yifan 610*d4726bddSHONG Yifan[[package]] 611*d4726bddSHONG Yifanname = "tokio-sync" 612*d4726bddSHONG Yifanversion = "0.1.8" 613*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 614*d4726bddSHONG Yifanchecksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee" 615*d4726bddSHONG Yifandependencies = [ 616*d4726bddSHONG Yifan "fnv", 617*d4726bddSHONG Yifan "futures", 618*d4726bddSHONG Yifan] 619*d4726bddSHONG Yifan 620*d4726bddSHONG Yifan[[package]] 621*d4726bddSHONG Yifanname = "tokio-tcp" 622*d4726bddSHONG Yifanversion = "0.1.4" 623*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 624*d4726bddSHONG Yifanchecksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72" 625*d4726bddSHONG Yifandependencies = [ 626*d4726bddSHONG Yifan "bytes", 627*d4726bddSHONG Yifan "futures", 628*d4726bddSHONG Yifan "iovec", 629*d4726bddSHONG Yifan "mio", 630*d4726bddSHONG Yifan "tokio-io", 631*d4726bddSHONG Yifan "tokio-reactor", 632*d4726bddSHONG Yifan] 633*d4726bddSHONG Yifan 634*d4726bddSHONG Yifan[[package]] 635*d4726bddSHONG Yifanname = "tokio-threadpool" 636*d4726bddSHONG Yifanversion = "0.1.18" 637*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 638*d4726bddSHONG Yifanchecksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89" 639*d4726bddSHONG Yifandependencies = [ 640*d4726bddSHONG Yifan "crossbeam-deque", 641*d4726bddSHONG Yifan "crossbeam-queue", 642*d4726bddSHONG Yifan "crossbeam-utils", 643*d4726bddSHONG Yifan "futures", 644*d4726bddSHONG Yifan "lazy_static", 645*d4726bddSHONG Yifan "log 0.4.17", 646*d4726bddSHONG Yifan "num_cpus", 647*d4726bddSHONG Yifan "slab 0.4.7", 648*d4726bddSHONG Yifan "tokio-executor", 649*d4726bddSHONG Yifan] 650*d4726bddSHONG Yifan 651*d4726bddSHONG Yifan[[package]] 652*d4726bddSHONG Yifanname = "tokio-timer" 653*d4726bddSHONG Yifanversion = "0.1.2" 654*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 655*d4726bddSHONG Yifanchecksum = "6131e780037787ff1b3f8aad9da83bca02438b72277850dd6ad0d455e0e20efc" 656*d4726bddSHONG Yifandependencies = [ 657*d4726bddSHONG Yifan "futures", 658*d4726bddSHONG Yifan "slab 0.3.0", 659*d4726bddSHONG Yifan] 660*d4726bddSHONG Yifan 661*d4726bddSHONG Yifan[[package]] 662*d4726bddSHONG Yifanname = "tokio-timer" 663*d4726bddSHONG Yifanversion = "0.2.13" 664*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 665*d4726bddSHONG Yifanchecksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296" 666*d4726bddSHONG Yifandependencies = [ 667*d4726bddSHONG Yifan "crossbeam-utils", 668*d4726bddSHONG Yifan "futures", 669*d4726bddSHONG Yifan "slab 0.4.7", 670*d4726bddSHONG Yifan "tokio-executor", 671*d4726bddSHONG Yifan] 672*d4726bddSHONG Yifan 673*d4726bddSHONG Yifan[[package]] 674*d4726bddSHONG Yifanname = "tokio-tls-api" 675*d4726bddSHONG Yifanversion = "0.1.22" 676*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 677*d4726bddSHONG Yifanchecksum = "68d0e040d5b1f4cfca70ec4f371229886a5de5bb554d272a4a8da73004a7b2c9" 678*d4726bddSHONG Yifandependencies = [ 679*d4726bddSHONG Yifan "futures", 680*d4726bddSHONG Yifan "tls-api", 681*d4726bddSHONG Yifan "tokio-io", 682*d4726bddSHONG Yifan] 683*d4726bddSHONG Yifan 684*d4726bddSHONG Yifan[[package]] 685*d4726bddSHONG Yifanname = "tokio-udp" 686*d4726bddSHONG Yifanversion = "0.1.6" 687*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 688*d4726bddSHONG Yifanchecksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82" 689*d4726bddSHONG Yifandependencies = [ 690*d4726bddSHONG Yifan "bytes", 691*d4726bddSHONG Yifan "futures", 692*d4726bddSHONG Yifan "log 0.4.17", 693*d4726bddSHONG Yifan "mio", 694*d4726bddSHONG Yifan "tokio-codec", 695*d4726bddSHONG Yifan "tokio-io", 696*d4726bddSHONG Yifan "tokio-reactor", 697*d4726bddSHONG Yifan] 698*d4726bddSHONG Yifan 699*d4726bddSHONG Yifan[[package]] 700*d4726bddSHONG Yifanname = "tokio-uds" 701*d4726bddSHONG Yifanversion = "0.1.7" 702*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 703*d4726bddSHONG Yifanchecksum = "65ae5d255ce739e8537221ed2942e0445f4b3b813daebac1c0050ddaaa3587f9" 704*d4726bddSHONG Yifandependencies = [ 705*d4726bddSHONG Yifan "bytes", 706*d4726bddSHONG Yifan "futures", 707*d4726bddSHONG Yifan "iovec", 708*d4726bddSHONG Yifan "libc", 709*d4726bddSHONG Yifan "log 0.3.9", 710*d4726bddSHONG Yifan "mio", 711*d4726bddSHONG Yifan "mio-uds", 712*d4726bddSHONG Yifan "tokio-core", 713*d4726bddSHONG Yifan "tokio-io", 714*d4726bddSHONG Yifan] 715*d4726bddSHONG Yifan 716*d4726bddSHONG Yifan[[package]] 717*d4726bddSHONG Yifanname = "tokio-uds" 718*d4726bddSHONG Yifanversion = "0.2.7" 719*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 720*d4726bddSHONG Yifanchecksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0" 721*d4726bddSHONG Yifandependencies = [ 722*d4726bddSHONG Yifan "bytes", 723*d4726bddSHONG Yifan "futures", 724*d4726bddSHONG Yifan "iovec", 725*d4726bddSHONG Yifan "libc", 726*d4726bddSHONG Yifan "log 0.4.17", 727*d4726bddSHONG Yifan "mio", 728*d4726bddSHONG Yifan "mio-uds", 729*d4726bddSHONG Yifan "tokio-codec", 730*d4726bddSHONG Yifan "tokio-io", 731*d4726bddSHONG Yifan "tokio-reactor", 732*d4726bddSHONG Yifan] 733*d4726bddSHONG Yifan 734*d4726bddSHONG Yifan[[package]] 735*d4726bddSHONG Yifanname = "unix_socket" 736*d4726bddSHONG Yifanversion = "0.5.0" 737*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 738*d4726bddSHONG Yifanchecksum = "6aa2700417c405c38f5e6902d699345241c28c0b7ade4abaad71e35a87eb1564" 739*d4726bddSHONG Yifandependencies = [ 740*d4726bddSHONG Yifan "cfg-if 0.1.10", 741*d4726bddSHONG Yifan "libc", 742*d4726bddSHONG Yifan] 743*d4726bddSHONG Yifan 744*d4726bddSHONG Yifan[[package]] 745*d4726bddSHONG Yifanname = "void" 746*d4726bddSHONG Yifanversion = "1.0.2" 747*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 748*d4726bddSHONG Yifanchecksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" 749*d4726bddSHONG Yifan 750*d4726bddSHONG Yifan[[package]] 751*d4726bddSHONG Yifanname = "winapi" 752*d4726bddSHONG Yifanversion = "0.2.8" 753*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 754*d4726bddSHONG Yifanchecksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 755*d4726bddSHONG Yifan 756*d4726bddSHONG Yifan[[package]] 757*d4726bddSHONG Yifanname = "winapi" 758*d4726bddSHONG Yifanversion = "0.3.9" 759*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 760*d4726bddSHONG Yifanchecksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 761*d4726bddSHONG Yifandependencies = [ 762*d4726bddSHONG Yifan "winapi-i686-pc-windows-gnu", 763*d4726bddSHONG Yifan "winapi-x86_64-pc-windows-gnu", 764*d4726bddSHONG Yifan] 765*d4726bddSHONG Yifan 766*d4726bddSHONG Yifan[[package]] 767*d4726bddSHONG Yifanname = "winapi-build" 768*d4726bddSHONG Yifanversion = "0.1.1" 769*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 770*d4726bddSHONG Yifanchecksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 771*d4726bddSHONG Yifan 772*d4726bddSHONG Yifan[[package]] 773*d4726bddSHONG Yifanname = "winapi-i686-pc-windows-gnu" 774*d4726bddSHONG Yifanversion = "0.4.0" 775*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 776*d4726bddSHONG Yifanchecksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 777*d4726bddSHONG Yifan 778*d4726bddSHONG Yifan[[package]] 779*d4726bddSHONG Yifanname = "winapi-x86_64-pc-windows-gnu" 780*d4726bddSHONG Yifanversion = "0.4.0" 781*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 782*d4726bddSHONG Yifanchecksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 783*d4726bddSHONG Yifan 784*d4726bddSHONG Yifan[[package]] 785*d4726bddSHONG Yifanname = "ws2_32-sys" 786*d4726bddSHONG Yifanversion = "0.2.1" 787*d4726bddSHONG Yifansource = "registry+https://github.com/rust-lang/crates.io-index" 788*d4726bddSHONG Yifanchecksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 789*d4726bddSHONG Yifandependencies = [ 790*d4726bddSHONG Yifan "winapi 0.2.8", 791*d4726bddSHONG Yifan "winapi-build", 792*d4726bddSHONG Yifan] 793