💾 Archived View for 80h.dev › projects › gemserv › files › Cargo.lock.gemini captured on 2022-03-01 at 15:21:41. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2020-09-24)

🚧 View Differences

-=-=-=-=-=-=-

01 # This file is automatically @generated by Cargo.

02 # It is not intended for manual editing.

03 [[package]]

04 name = "agena-cgi"

05 version = "0.1.0"

06

07 [[package]]

08 name = "arc-swap"

09 version = "0.4.7"

10 source = "registry+https://github.com/rust-lang/crates.io-index"

11 checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"

12

13 [[package]]

14 name = "atty"

15 version = "0.2.14"

16 source = "registry+https://github.com/rust-lang/crates.io-index"

17 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"

18 dependencies = [

19 "hermit-abi",

20 "libc",

21 "winapi 0.3.9",

22 ]

23

24 [[package]]

25 name = "autocfg"

26 version = "1.0.0"

27 source = "registry+https://github.com/rust-lang/crates.io-index"

28 checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"

29

30 [[package]]

31 name = "bitflags"

32 version = "1.2.1"

33 source = "registry+https://github.com/rust-lang/crates.io-index"

34 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"

35

36 [[package]]

37 name = "bytes"

38 version = "0.5.6"

39 source = "registry+https://github.com/rust-lang/crates.io-index"

40 checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"

41

42 [[package]]

43 name = "cc"

44 version = "1.0.58"

45 source = "registry+https://github.com/rust-lang/crates.io-index"

46 checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"

47

48 [[package]]

49 name = "cfg-if"

50 version = "0.1.10"

51 source = "registry+https://github.com/rust-lang/crates.io-index"

52 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"

53

54 [[package]]

55 name = "chrono"

56 version = "0.4.15"

57 source = "registry+https://github.com/rust-lang/crates.io-index"

58 checksum = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b"

59 dependencies = [

60 "num-integer",

61 "num-traits",

62 "time",

63 ]

64

65 [[package]]

66 name = "colored"

67 version = "1.9.3"

68 source = "registry+https://github.com/rust-lang/crates.io-index"

69 checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"

70 dependencies = [

71 "atty",

72 "lazy_static",

73 "winapi 0.3.9",

74 ]

75

76 [[package]]

77 name = "foreign-types"

78 version = "0.3.2"

79 source = "registry+https://github.com/rust-lang/crates.io-index"

80 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"

81 dependencies = [

82 "foreign-types-shared",

83 ]

84

85 [[package]]

86 name = "foreign-types-shared"

87 version = "0.1.1"

88 source = "registry+https://github.com/rust-lang/crates.io-index"

89 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"

90

91 [[package]]

92 name = "fuchsia-zircon"

93 version = "0.3.3"

94 source = "registry+https://github.com/rust-lang/crates.io-index"

95 checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"

96 dependencies = [

97 "bitflags",

98 "fuchsia-zircon-sys",

99 ]

100

101 [[package]]

102 name = "fuchsia-zircon-sys"

103 version = "0.3.3"

104 source = "registry+https://github.com/rust-lang/crates.io-index"

105 checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"

106

107 [[package]]

108 name = "futures-core"

109 version = "0.3.5"

110 source = "registry+https://github.com/rust-lang/crates.io-index"

111 checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"

112

113 [[package]]

114 name = "futures-macro"

115 version = "0.3.5"

116 source = "registry+https://github.com/rust-lang/crates.io-index"

117 checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"

118 dependencies = [

119 "proc-macro-hack",

120 "proc-macro2",

121 "quote",

122 "syn",

123 ]

124

125 [[package]]

126 name = "futures-task"

127 version = "0.3.5"

128 source = "registry+https://github.com/rust-lang/crates.io-index"

129 checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"

130 dependencies = [

131 "once_cell",

132 ]

133

134 [[package]]

135 name = "futures-util"

136 version = "0.3.5"

137 source = "registry+https://github.com/rust-lang/crates.io-index"

138 checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"

139 dependencies = [

140 "futures-core",

141 "futures-macro",

142 "futures-task",

143 "pin-project",

144 "pin-utils",

145 "proc-macro-hack",

146 "proc-macro-nested",

147 "slab",

148 ]

149

150 [[package]]

151 name = "gemserv"

152 version = "0.4.5"

153 dependencies = [

154 "futures-util",

155 "log",

156 "mime",

157 "mime_guess",

158 "openssl",

159 "serde",

160 "serde_derive",

161 "simple_logger",

162 "tokio",

163 "tokio-openssl",

164 "toml",

165 "url",

166 ]

167

168 [[package]]

169 name = "hermit-abi"

170 version = "0.1.15"

171 source = "registry+https://github.com/rust-lang/crates.io-index"

172 checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"

173 dependencies = [

174 "libc",

175 ]

176

177 [[package]]

178 name = "idna"

179 version = "0.2.0"

180 source = "registry+https://github.com/rust-lang/crates.io-index"

181 checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"

182 dependencies = [

183 "matches",

184 "unicode-bidi",

185 "unicode-normalization",

186 ]

187

188 [[package]]

189 name = "iovec"

190 version = "0.1.4"

191 source = "registry+https://github.com/rust-lang/crates.io-index"

192 checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"

193 dependencies = [

194 "libc",

195 ]

196

197 [[package]]

198 name = "kernel32-sys"

199 version = "0.2.2"

200 source = "registry+https://github.com/rust-lang/crates.io-index"

201 checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"

202 dependencies = [

203 "winapi 0.2.8",

204 "winapi-build",

205 ]

206

207 [[package]]

208 name = "lazy_static"

209 version = "1.4.0"

210 source = "registry+https://github.com/rust-lang/crates.io-index"

211 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

212

213 [[package]]

214 name = "libc"

215 version = "0.2.74"

216 source = "registry+https://github.com/rust-lang/crates.io-index"

217 checksum = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10"

218

219 [[package]]

220 name = "log"

221 version = "0.4.11"

222 source = "registry+https://github.com/rust-lang/crates.io-index"

223 checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"

224 dependencies = [

225 "cfg-if",

226 ]

227

228 [[package]]

229 name = "matches"

230 version = "0.1.8"

231 source = "registry+https://github.com/rust-lang/crates.io-index"

232 checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"

233

234 [[package]]

235 name = "memchr"

236 version = "2.3.3"

237 source = "registry+https://github.com/rust-lang/crates.io-index"

238 checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"

239

240 [[package]]

241 name = "mime"

242 version = "0.3.16"

243 source = "registry+https://github.com/rust-lang/crates.io-index"

244 checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"

245

246 [[package]]

247 name = "mime_guess"

248 version = "2.0.3"

249 source = "registry+https://github.com/rust-lang/crates.io-index"

250 checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"

251 dependencies = [

252 "mime",

253 "unicase",

254 ]

255

256 [[package]]

257 name = "mio"

258 version = "0.6.22"

259 source = "registry+https://github.com/rust-lang/crates.io-index"

260 checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"

261 dependencies = [

262 "cfg-if",

263 "fuchsia-zircon",

264 "fuchsia-zircon-sys",

265 "iovec",

266 "kernel32-sys",

267 "libc",

268 "log",

269 "miow 0.2.1",

270 "net2",

271 "slab",

272 "winapi 0.2.8",

273 ]

274

275 [[package]]

276 name = "mio-named-pipes"

277 version = "0.1.7"

278 source = "registry+https://github.com/rust-lang/crates.io-index"

279 checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"

280 dependencies = [

281 "log",

282 "mio",

283 "miow 0.3.5",

284 "winapi 0.3.9",

285 ]

286

287 [[package]]

288 name = "mio-uds"

289 version = "0.6.8"

290 source = "registry+https://github.com/rust-lang/crates.io-index"

291 checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"

292 dependencies = [

293 "iovec",

294 "libc",

295 "mio",

296 ]

297

298 [[package]]

299 name = "miow"

300 version = "0.2.1"

301 source = "registry+https://github.com/rust-lang/crates.io-index"

302 checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"

303 dependencies = [

304 "kernel32-sys",

305 "net2",

306 "winapi 0.2.8",

307 "ws2_32-sys",

308 ]

309

310 [[package]]

311 name = "miow"

312 version = "0.3.5"

313 source = "registry+https://github.com/rust-lang/crates.io-index"

314 checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"

315 dependencies = [

316 "socket2",

317 "winapi 0.3.9",

318 ]

319

320 [[package]]

321 name = "net2"

322 version = "0.2.34"

323 source = "registry+https://github.com/rust-lang/crates.io-index"

324 checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"

325 dependencies = [

326 "cfg-if",

327 "libc",

328 "winapi 0.3.9",

329 ]

330

331 [[package]]

332 name = "num-integer"

333 version = "0.1.43"

334 source = "registry+https://github.com/rust-lang/crates.io-index"

335 checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"

336 dependencies = [

337 "autocfg",

338 "num-traits",

339 ]

340

341 [[package]]

342 name = "num-traits"

343 version = "0.2.12"

344 source = "registry+https://github.com/rust-lang/crates.io-index"

345 checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"

346 dependencies = [

347 "autocfg",

348 ]

349

350 [[package]]

351 name = "num_cpus"

352 version = "1.13.0"

353 source = "registry+https://github.com/rust-lang/crates.io-index"

354 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"

355 dependencies = [

356 "hermit-abi",

357 "libc",

358 ]

359

360 [[package]]

361 name = "once_cell"

362 version = "1.4.0"

363 source = "registry+https://github.com/rust-lang/crates.io-index"

364 checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"

365

366 [[package]]

367 name = "openssl"

368 version = "0.10.30"

369 source = "registry+https://github.com/rust-lang/crates.io-index"

370 checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"

371 dependencies = [

372 "bitflags",

373 "cfg-if",

374 "foreign-types",

375 "lazy_static",

376 "libc",

377 "openssl-sys",

378 ]

379

380 [[package]]

381 name = "openssl-sys"

382 version = "0.9.58"

383 source = "registry+https://github.com/rust-lang/crates.io-index"

384 checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"

385 dependencies = [

386 "autocfg",

387 "cc",

388 "libc",

389 "pkg-config",

390 "vcpkg",

391 ]

392

393 [[package]]

394 name = "percent-encoding"

395 version = "2.1.0"

396 source = "registry+https://github.com/rust-lang/crates.io-index"

397 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"

398

399 [[package]]

400 name = "pin-project"

401 version = "0.4.23"

402 source = "registry+https://github.com/rust-lang/crates.io-index"

403 checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa"

404 dependencies = [

405 "pin-project-internal",

406 ]

407

408 [[package]]

409 name = "pin-project-internal"

410 version = "0.4.23"

411 source = "registry+https://github.com/rust-lang/crates.io-index"

412 checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f"

413 dependencies = [

414 "proc-macro2",

415 "quote",

416 "syn",

417 ]

418

419 [[package]]

420 name = "pin-project-lite"

421 version = "0.1.7"

422 source = "registry+https://github.com/rust-lang/crates.io-index"

423 checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"

424

425 [[package]]

426 name = "pin-utils"

427 version = "0.1.0"

428 source = "registry+https://github.com/rust-lang/crates.io-index"

429 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"

430

431 [[package]]

432 name = "pkg-config"

433 version = "0.3.18"

434 source = "registry+https://github.com/rust-lang/crates.io-index"

435 checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"

436

437 [[package]]

438 name = "proc-macro-hack"

439 version = "0.5.18"

440 source = "registry+https://github.com/rust-lang/crates.io-index"

441 checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598"

442

443 [[package]]

444 name = "proc-macro-nested"

445 version = "0.1.6"

446 source = "registry+https://github.com/rust-lang/crates.io-index"

447 checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"

448

449 [[package]]

450 name = "proc-macro2"

451 version = "1.0.19"

452 source = "registry+https://github.com/rust-lang/crates.io-index"

453 checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"

454 dependencies = [

455 "unicode-xid",

456 ]

457

458 [[package]]

459 name = "quote"

460 version = "1.0.7"

461 source = "registry+https://github.com/rust-lang/crates.io-index"

462 checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"

463 dependencies = [

464 "proc-macro2",

465 ]

466

467 [[package]]

468 name = "redox_syscall"

469 version = "0.1.57"

470 source = "registry+https://github.com/rust-lang/crates.io-index"

471 checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"

472

473 [[package]]

474 name = "serde"

475 version = "1.0.115"

476 source = "registry+https://github.com/rust-lang/crates.io-index"

477 checksum = "e54c9a88f2da7238af84b5101443f0c0d0a3bbdc455e34a5c9497b1903ed55d5"

478

479 [[package]]

480 name = "serde_derive"

481 version = "1.0.115"

482 source = "registry+https://github.com/rust-lang/crates.io-index"

483 checksum = "609feed1d0a73cc36a0182a840a9b37b4a82f0b1150369f0536a9e3f2a31dc48"

484 dependencies = [

485 "proc-macro2",

486 "quote",

487 "syn",

488 ]

489

490 [[package]]

491 name = "signal-hook-registry"

492 version = "1.2.1"

493 source = "registry+https://github.com/rust-lang/crates.io-index"

494 checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035"

495 dependencies = [

496 "arc-swap",

497 "libc",

498 ]

499

500 [[package]]

501 name = "simple_logger"

502 version = "1.6.0"

503 source = "registry+https://github.com/rust-lang/crates.io-index"

504 checksum = "fea0c4611f32f4c2bac73754f22dca1f57e6c1945e0590dae4e5f2a077b92367"

505 dependencies = [

506 "atty",

507 "chrono",

508 "colored",

509 "log",

510 "winapi 0.3.9",

511 ]

512

513 [[package]]

514 name = "slab"

515 version = "0.4.2"

516 source = "registry+https://github.com/rust-lang/crates.io-index"

517 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"

518

519 [[package]]

520 name = "socket2"

521 version = "0.3.12"

522 source = "registry+https://github.com/rust-lang/crates.io-index"

523 checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"

524 dependencies = [

525 "cfg-if",

526 "libc",

527 "redox_syscall",

528 "winapi 0.3.9",

529 ]

530

531 [[package]]

532 name = "syn"

533 version = "1.0.38"

534 source = "registry+https://github.com/rust-lang/crates.io-index"

535 checksum = "e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c1f4"

536 dependencies = [

537 "proc-macro2",

538 "quote",

539 "unicode-xid",

540 ]

541

542 [[package]]

543 name = "time"

544 version = "0.1.43"

545 source = "registry+https://github.com/rust-lang/crates.io-index"

546 checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"

547 dependencies = [

548 "libc",

549 "winapi 0.3.9",

550 ]

551

552 [[package]]

553 name = "tinyvec"

554 version = "0.3.3"

555 source = "registry+https://github.com/rust-lang/crates.io-index"

556 checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"

557

558 [[package]]

559 name = "tokio"

560 version = "0.2.22"

561 source = "registry+https://github.com/rust-lang/crates.io-index"

562 checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd"

563 dependencies = [

564 "bytes",

565 "iovec",

566 "lazy_static",

567 "libc",

568 "memchr",

569 "mio",

570 "mio-named-pipes",

571 "mio-uds",

572 "num_cpus",

573 "pin-project-lite",

574 "signal-hook-registry",

575 "slab",

576 "winapi 0.3.9",

577 ]

578

579 [[package]]

580 name = "tokio-openssl"

581 version = "0.4.0"

582 source = "registry+https://github.com/rust-lang/crates.io-index"

583 checksum = "3c4b08c5f4208e699ede3df2520aca2e82401b2de33f45e96696a074480be594"

584 dependencies = [

585 "openssl",

586 "tokio",

587 ]

588

589 [[package]]

590 name = "toml"

591 version = "0.5.6"

592 source = "registry+https://github.com/rust-lang/crates.io-index"

593 checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"

594 dependencies = [

595 "serde",

596 ]

597

598 [[package]]

599 name = "unicase"

600 version = "2.6.0"

601 source = "registry+https://github.com/rust-lang/crates.io-index"

602 checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"

603 dependencies = [

604 "version_check",

605 ]

606

607 [[package]]

608 name = "unicode-bidi"

609 version = "0.3.4"

610 source = "registry+https://github.com/rust-lang/crates.io-index"

611 checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"

612 dependencies = [

613 "matches",

614 ]

615

616 [[package]]

617 name = "unicode-normalization"

618 version = "0.1.13"

619 source = "registry+https://github.com/rust-lang/crates.io-index"

620 checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"

621 dependencies = [

622 "tinyvec",

623 ]

624

625 [[package]]

626 name = "unicode-xid"

627 version = "0.2.1"

628 source = "registry+https://github.com/rust-lang/crates.io-index"

629 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"

630

631 [[package]]

632 name = "url"

633 version = "2.1.1"

634 source = "registry+https://github.com/rust-lang/crates.io-index"

635 checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"

636 dependencies = [

637 "idna",

638 "matches",

639 "percent-encoding",

640 ]

641

642 [[package]]

643 name = "vcpkg"

644 version = "0.2.10"

645 source = "registry+https://github.com/rust-lang/crates.io-index"

646 checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"

647

648 [[package]]

649 name = "version_check"

650 version = "0.9.2"

651 source = "registry+https://github.com/rust-lang/crates.io-index"

652 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"

653

654 [[package]]

655 name = "winapi"

656 version = "0.2.8"

657 source = "registry+https://github.com/rust-lang/crates.io-index"

658 checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"

659

660 [[package]]

661 name = "winapi"

662 version = "0.3.9"

663 source = "registry+https://github.com/rust-lang/crates.io-index"

664 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"

665 dependencies = [

666 "winapi-i686-pc-windows-gnu",

667 "winapi-x86_64-pc-windows-gnu",

668 ]

669

670 [[package]]

671 name = "winapi-build"

672 version = "0.1.1"

673 source = "registry+https://github.com/rust-lang/crates.io-index"

674 checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"

675

676 [[package]]

677 name = "winapi-i686-pc-windows-gnu"

678 version = "0.4.0"

679 source = "registry+https://github.com/rust-lang/crates.io-index"

680 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"

681

682 [[package]]

683 name = "winapi-x86_64-pc-windows-gnu"

684 version = "0.4.0"

685 source = "registry+https://github.com/rust-lang/crates.io-index"

686 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"

687

688 [[package]]

689 name = "ws2_32-sys"

690 version = "0.2.1"

691 source = "registry+https://github.com/rust-lang/crates.io-index"

692 checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"

693 dependencies = [

694 "winapi 0.2.8",

695 "winapi-build",

696 ]