comparison Cargo-minimal.lock @ 31:fbb9e1206e3c

Use explicit Rust version in CI
author Martin Habovstiak <martin.habovstiak@gmail.com>
date Sun, 20 Apr 2025 17:55:34 +0200
parents
children
comparison
equal deleted inserted replaced
27:85b0f4a7303d 31:fbb9e1206e3c
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "async-macros"
5 version = "1.0.0"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "e421d59b24c1feea2496e409b3e0a8de23e5fc130a2ddc0b012e551f3b272bba"
8 dependencies = [
9 "futures-core-preview",
10 "pin-utils",
11 ]
12
13 [[package]]
14 name = "async-std"
15 version = "1.0.0"
16 source = "registry+https://github.com/rust-lang/crates.io-index"
17 checksum = "80fd70c8b0cbd985275dc70448d5b6b76338ead5350d1774d81585ab8f826673"
18 dependencies = [
19 "async-macros",
20 "async-task",
21 "crossbeam-channel",
22 "crossbeam-deque",
23 "crossbeam-utils 0.6.6",
24 "futures-core",
25 "futures-io",
26 "futures-timer",
27 "kv-log-macro",
28 "log",
29 "memchr",
30 "mio 0.6.20",
31 "mio-uds",
32 "num_cpus",
33 "once_cell",
34 "pin-project-lite 0.1.12",
35 "pin-utils",
36 "slab",
37 ]
38
39 [[package]]
40 name = "async-task"
41 version = "1.1.1"
42 source = "registry+https://github.com/rust-lang/crates.io-index"
43 checksum = "d22dc86693d375d2733b536fd8914bea0fa93adf4b1e6bcbd9c7c500cb62d920"
44 dependencies = [
45 "crossbeam-utils 0.7.2",
46 ]
47
48 [[package]]
49 name = "autocfg"
50 version = "1.0.0"
51 source = "registry+https://github.com/rust-lang/crates.io-index"
52 checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
53
54 [[package]]
55 name = "bitflags"
56 version = "1.1.0"
57 source = "registry+https://github.com/rust-lang/crates.io-index"
58 checksum = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
59
60 [[package]]
61 name = "block-buffer"
62 version = "0.8.0"
63 source = "registry+https://github.com/rust-lang/crates.io-index"
64 checksum = "dbcf92448676f82bb7a334c58bbce8b0d43580fb5362a9d608b18879d12a3d31"
65 dependencies = [
66 "block-padding",
67 "byte-tools",
68 "byteorder",
69 "generic-array",
70 ]
71
72 [[package]]
73 name = "block-padding"
74 version = "0.1.0"
75 source = "registry+https://github.com/rust-lang/crates.io-index"
76 checksum = "75bc2cfa52dc218b47ea000b15e6e5d00ca2f831db31e41592383c14d8802907"
77
78 [[package]]
79 name = "byte-tools"
80 version = "0.3.0"
81 source = "registry+https://github.com/rust-lang/crates.io-index"
82 checksum = "980479e6fde23246dfb54d47580d66b4e99202e7579c5eaa9fe10ecb5ebd2182"
83
84 [[package]]
85 name = "byteorder"
86 version = "1.1.0"
87 source = "registry+https://github.com/rust-lang/crates.io-index"
88 checksum = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
89
90 [[package]]
91 name = "bytes"
92 version = "0.5.3"
93 source = "registry+https://github.com/rust-lang/crates.io-index"
94 checksum = "10004c15deb332055f7a4a208190aed362cf9a7c2f6ab70a305fba50e1105f38"
95
96 [[package]]
97 name = "cc"
98 version = "1.0.0"
99 source = "registry+https://github.com/rust-lang/crates.io-index"
100 checksum = "7db2f146208d7e0fbee761b09cd65a7f51ccc38705d4e7262dad4d73b12a76b1"
101
102 [[package]]
103 name = "cfg-if"
104 version = "0.1.9"
105 source = "registry+https://github.com/rust-lang/crates.io-index"
106 checksum = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
107
108 [[package]]
109 name = "cfg-if"
110 version = "1.0.0"
111 source = "registry+https://github.com/rust-lang/crates.io-index"
112 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
113
114 [[package]]
115 name = "crossbeam-channel"
116 version = "0.3.9"
117 source = "registry+https://github.com/rust-lang/crates.io-index"
118 checksum = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa"
119 dependencies = [
120 "crossbeam-utils 0.6.6",
121 ]
122
123 [[package]]
124 name = "crossbeam-deque"
125 version = "0.7.4"
126 source = "registry+https://github.com/rust-lang/crates.io-index"
127 checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"
128 dependencies = [
129 "crossbeam-epoch",
130 "crossbeam-utils 0.7.2",
131 "maybe-uninit",
132 ]
133
134 [[package]]
135 name = "crossbeam-epoch"
136 version = "0.8.2"
137 source = "registry+https://github.com/rust-lang/crates.io-index"
138 checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
139 dependencies = [
140 "autocfg",
141 "cfg-if 0.1.9",
142 "crossbeam-utils 0.7.2",
143 "lazy_static",
144 "maybe-uninit",
145 "memoffset 0.5.6",
146 "scopeguard",
147 ]
148
149 [[package]]
150 name = "crossbeam-utils"
151 version = "0.6.6"
152 source = "registry+https://github.com/rust-lang/crates.io-index"
153 checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
154 dependencies = [
155 "cfg-if 0.1.9",
156 "lazy_static",
157 ]
158
159 [[package]]
160 name = "crossbeam-utils"
161 version = "0.7.2"
162 source = "registry+https://github.com/rust-lang/crates.io-index"
163 checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
164 dependencies = [
165 "autocfg",
166 "cfg-if 0.1.9",
167 "lazy_static",
168 ]
169
170 [[package]]
171 name = "crypto-mac"
172 version = "0.11.0"
173 source = "registry+https://github.com/rust-lang/crates.io-index"
174 checksum = "25fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e"
175 dependencies = [
176 "generic-array",
177 "subtle",
178 ]
179
180 [[package]]
181 name = "digest"
182 version = "0.9.0"
183 source = "registry+https://github.com/rust-lang/crates.io-index"
184 checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
185 dependencies = [
186 "generic-array",
187 ]
188
189 [[package]]
190 name = "fake-simd"
191 version = "0.1.0"
192 source = "registry+https://github.com/rust-lang/crates.io-index"
193 checksum = "3e0ab991abb1eec35079831199b79b4139553d299a9182aa3bfc4019615a0cb1"
194
195 [[package]]
196 name = "fuchsia-zircon"
197 version = "0.3.2"
198 source = "registry+https://github.com/rust-lang/crates.io-index"
199 checksum = "bd510087c325af53ba24f3be8f1c081b0982319adcb8b03cad764512923ccc19"
200 dependencies = [
201 "bitflags",
202 "fuchsia-zircon-sys",
203 ]
204
205 [[package]]
206 name = "fuchsia-zircon-sys"
207 version = "0.3.2"
208 source = "registry+https://github.com/rust-lang/crates.io-index"
209 checksum = "08b3a6f13ad6b96572b53ce7af74543132f1a7055ccceb6d073dd36c54481859"
210
211 [[package]]
212 name = "futures-core"
213 version = "0.3.5"
214 source = "registry+https://github.com/rust-lang/crates.io-index"
215 checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
216
217 [[package]]
218 name = "futures-core-preview"
219 version = "0.3.0-alpha.19"
220 source = "registry+https://github.com/rust-lang/crates.io-index"
221 checksum = "b35b6263fb1ef523c3056565fa67b1d16f0a8604ff12b11b08c25f28a734c60a"
222
223 [[package]]
224 name = "futures-io"
225 version = "0.3.28"
226 source = "registry+https://github.com/rust-lang/crates.io-index"
227 checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
228
229 [[package]]
230 name = "futures-timer"
231 version = "1.0.3"
232 source = "registry+https://github.com/rust-lang/crates.io-index"
233 checksum = "7946248e9429ff093345d3e8fdf4eb0f9b2d79091611c9c14f744971a6f8be45"
234 dependencies = [
235 "futures-core-preview",
236 "pin-utils",
237 ]
238
239 [[package]]
240 name = "generic-array"
241 version = "0.14.1"
242 source = "registry+https://github.com/rust-lang/crates.io-index"
243 checksum = "6d2664c2cf08049036f31015b04c6ac3671379a1d86f52ed2416893f16022deb"
244 dependencies = [
245 "typenum",
246 ]
247
248 [[package]]
249 name = "hermit-abi"
250 version = "0.3.9"
251 source = "registry+https://github.com/rust-lang/crates.io-index"
252 checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
253
254 [[package]]
255 name = "hmac"
256 version = "0.11.0"
257 source = "registry+https://github.com/rust-lang/crates.io-index"
258 checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
259 dependencies = [
260 "crypto-mac",
261 "digest",
262 ]
263
264 [[package]]
265 name = "iovec"
266 version = "0.1.1"
267 source = "registry+https://github.com/rust-lang/crates.io-index"
268 checksum = "b6e8b9c2247fcf6c6a1151f1156932be5606c9fd6f55a2d7f9fc1cb29386b2f7"
269 dependencies = [
270 "libc",
271 "winapi 0.2.6",
272 ]
273
274 [[package]]
275 name = "kernel32-sys"
276 version = "0.2.0"
277 source = "registry+https://github.com/rust-lang/crates.io-index"
278 checksum = "ad1ca084b49bfd975182288e1a5f1d27ea34ff2d6ae084ae5e66e1652427eada"
279 dependencies = [
280 "winapi 0.2.6",
281 "winapi-build",
282 ]
283
284 [[package]]
285 name = "kv-log-macro"
286 version = "1.0.6"
287 source = "registry+https://github.com/rust-lang/crates.io-index"
288 checksum = "4ff57d6d215f7ca7eb35a9a64d656ba4d9d2bef114d741dc08048e75e2f5d418"
289 dependencies = [
290 "log",
291 ]
292
293 [[package]]
294 name = "lazy_static"
295 version = "1.1.0"
296 source = "registry+https://github.com/rust-lang/crates.io-index"
297 checksum = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7"
298 dependencies = [
299 "version_check",
300 ]
301
302 [[package]]
303 name = "libc"
304 version = "0.2.155"
305 source = "registry+https://github.com/rust-lang/crates.io-index"
306 checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
307
308 [[package]]
309 name = "libsystemd"
310 version = "0.3.0"
311 source = "registry+https://github.com/rust-lang/crates.io-index"
312 checksum = "1ce716113032d777d2c66ca51d94b511b015454d037cef42f71d9c6c41e0333c"
313 dependencies = [
314 "hmac",
315 "libc",
316 "log",
317 "nix",
318 "serde",
319 "sha2",
320 "thiserror",
321 "uuid",
322 ]
323
324 [[package]]
325 name = "log"
326 version = "0.4.8"
327 source = "registry+https://github.com/rust-lang/crates.io-index"
328 checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
329 dependencies = [
330 "cfg-if 0.1.9",
331 ]
332
333 [[package]]
334 name = "maybe-uninit"
335 version = "2.0.0"
336 source = "registry+https://github.com/rust-lang/crates.io-index"
337 checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
338
339 [[package]]
340 name = "memchr"
341 version = "2.3.3"
342 source = "registry+https://github.com/rust-lang/crates.io-index"
343 checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
344
345 [[package]]
346 name = "memoffset"
347 version = "0.5.6"
348 source = "registry+https://github.com/rust-lang/crates.io-index"
349 checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
350 dependencies = [
351 "autocfg",
352 ]
353
354 [[package]]
355 name = "memoffset"
356 version = "0.6.3"
357 source = "registry+https://github.com/rust-lang/crates.io-index"
358 checksum = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d"
359 dependencies = [
360 "autocfg",
361 ]
362
363 [[package]]
364 name = "mio"
365 version = "0.6.20"
366 source = "registry+https://github.com/rust-lang/crates.io-index"
367 checksum = "72f4261ee7ab03cd36dc99eea4db8be6e83e4164da470e0c84f6726d6c605855"
368 dependencies = [
369 "cfg-if 0.1.9",
370 "fuchsia-zircon",
371 "fuchsia-zircon-sys",
372 "iovec",
373 "kernel32-sys",
374 "libc",
375 "log",
376 "miow 0.2.2",
377 "net2",
378 "slab",
379 "winapi 0.2.6",
380 ]
381
382 [[package]]
383 name = "mio"
384 version = "0.7.6"
385 source = "registry+https://github.com/rust-lang/crates.io-index"
386 checksum = "f33bc887064ef1fd66020c9adfc45bb9f33d75a42096c81e7c56c65b75dd1a8b"
387 dependencies = [
388 "libc",
389 "log",
390 "miow 0.3.6",
391 "ntapi",
392 "winapi 0.3.7",
393 ]
394
395 [[package]]
396 name = "mio-uds"
397 version = "0.6.8"
398 source = "registry+https://github.com/rust-lang/crates.io-index"
399 checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
400 dependencies = [
401 "iovec",
402 "libc",
403 "mio 0.6.20",
404 ]
405
406 [[package]]
407 name = "miow"
408 version = "0.2.2"
409 source = "registry+https://github.com/rust-lang/crates.io-index"
410 checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
411 dependencies = [
412 "kernel32-sys",
413 "net2",
414 "winapi 0.2.6",
415 "ws2_32-sys",
416 ]
417
418 [[package]]
419 name = "miow"
420 version = "0.3.6"
421 source = "registry+https://github.com/rust-lang/crates.io-index"
422 checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
423 dependencies = [
424 "socket2",
425 "winapi 0.3.7",
426 ]
427
428 [[package]]
429 name = "net2"
430 version = "0.2.36"
431 source = "registry+https://github.com/rust-lang/crates.io-index"
432 checksum = "d7cf75f38f16cb05ea017784dc6dbfd354f76c223dba37701734c4f5a9337d02"
433 dependencies = [
434 "cfg-if 0.1.9",
435 "libc",
436 "winapi 0.3.7",
437 ]
438
439 [[package]]
440 name = "nix"
441 version = "0.21.0"
442 source = "registry+https://github.com/rust-lang/crates.io-index"
443 checksum = "5c3728fec49d363a50a8828a190b379a446cc5cf085c06259bbbeb34447e4ec7"
444 dependencies = [
445 "bitflags",
446 "cc",
447 "cfg-if 1.0.0",
448 "libc",
449 "memoffset 0.6.3",
450 ]
451
452 [[package]]
453 name = "ntapi"
454 version = "0.3.0"
455 source = "registry+https://github.com/rust-lang/crates.io-index"
456 checksum = "bcdaac6150484ca8fed0f2ba30c2970d05da1ceac10d1beefae91ff4ada7928f"
457 dependencies = [
458 "winapi 0.3.7",
459 ]
460
461 [[package]]
462 name = "num_cpus"
463 version = "1.16.0"
464 source = "registry+https://github.com/rust-lang/crates.io-index"
465 checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
466 dependencies = [
467 "hermit-abi",
468 "libc",
469 ]
470
471 [[package]]
472 name = "once_cell"
473 version = "1.13.0"
474 source = "registry+https://github.com/rust-lang/crates.io-index"
475 checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
476
477 [[package]]
478 name = "opaque-debug"
479 version = "0.2.1"
480 source = "registry+https://github.com/rust-lang/crates.io-index"
481 checksum = "51ecbcb821e1bd256d456fe858aaa7f380b63863eab2eb86eee1bd9f33dd6682"
482
483 [[package]]
484 name = "parse_arg"
485 version = "0.1.4"
486 source = "registry+https://github.com/rust-lang/crates.io-index"
487 checksum = "14248cc8eced350e20122a291613de29e4fa129ba2731818c4cdbb44fccd3e55"
488
489 [[package]]
490 name = "pin-project-lite"
491 version = "0.1.12"
492 source = "registry+https://github.com/rust-lang/crates.io-index"
493 checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
494
495 [[package]]
496 name = "pin-project-lite"
497 version = "0.2.12"
498 source = "registry+https://github.com/rust-lang/crates.io-index"
499 checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05"
500
501 [[package]]
502 name = "pin-utils"
503 version = "0.1.0-alpha.4"
504 source = "registry+https://github.com/rust-lang/crates.io-index"
505 checksum = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
506
507 [[package]]
508 name = "proc-macro2"
509 version = "1.0.13"
510 source = "registry+https://github.com/rust-lang/crates.io-index"
511 checksum = "53f5ffe53a6b28e37c9c1ce74893477864d64f74778a93a4beb43c8fa167f639"
512 dependencies = [
513 "unicode-xid",
514 ]
515
516 [[package]]
517 name = "quote"
518 version = "1.0.0"
519 source = "registry+https://github.com/rust-lang/crates.io-index"
520 checksum = "7ab938ebe6f1c82426b5fb82eaf10c3e3028c53deaa3fbe38f5904b37cf4d767"
521 dependencies = [
522 "proc-macro2",
523 ]
524
525 [[package]]
526 name = "redox_syscall"
527 version = "0.1.38"
528 source = "registry+https://github.com/rust-lang/crates.io-index"
529 checksum = "0a12d51a5b5fd700e6c757f15877685bfa04fd7eb60c108f01d045cafa0073c2"
530
531 [[package]]
532 name = "scopeguard"
533 version = "1.2.0"
534 source = "registry+https://github.com/rust-lang/crates.io-index"
535 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
536
537 [[package]]
538 name = "serde"
539 version = "1.0.116"
540 source = "registry+https://github.com/rust-lang/crates.io-index"
541 checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5"
542 dependencies = [
543 "serde_derive",
544 ]
545
546 [[package]]
547 name = "serde_derive"
548 version = "1.0.116"
549 source = "registry+https://github.com/rust-lang/crates.io-index"
550 checksum = "f630a6370fd8e457873b4bd2ffdae75408bc291ba72be773772a4c2a065d9ae8"
551 dependencies = [
552 "proc-macro2",
553 "quote",
554 "syn",
555 ]
556
557 [[package]]
558 name = "serde_str_helpers"
559 version = "0.1.2"
560 source = "registry+https://github.com/rust-lang/crates.io-index"
561 checksum = "b744a7c94f2f3785496af33a0d93857dfc0c521e25c38e993e9c5bb45f09c841"
562 dependencies = [
563 "serde",
564 "serde_derive",
565 ]
566
567 [[package]]
568 name = "sha2"
569 version = "0.9.0"
570 source = "registry+https://github.com/rust-lang/crates.io-index"
571 checksum = "72377440080fd008550fe9b441e854e43318db116f90181eef92e9ae9aedab48"
572 dependencies = [
573 "block-buffer",
574 "digest",
575 "fake-simd",
576 "opaque-debug",
577 ]
578
579 [[package]]
580 name = "slab"
581 version = "0.4.7"
582 source = "registry+https://github.com/rust-lang/crates.io-index"
583 checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
584 dependencies = [
585 "autocfg",
586 ]
587
588 [[package]]
589 name = "socket2"
590 version = "0.3.16"
591 source = "registry+https://github.com/rust-lang/crates.io-index"
592 checksum = "7fd8b795c389288baa5f355489c65e71fd48a02104600d15c4cfbc561e9e429d"
593 dependencies = [
594 "cfg-if 0.1.9",
595 "libc",
596 "redox_syscall",
597 "winapi 0.3.7",
598 ]
599
600 [[package]]
601 name = "subtle"
602 version = "2.0.0"
603 source = "registry+https://github.com/rust-lang/crates.io-index"
604 checksum = "702662512f3ddeb74a64ce2fbbf3707ee1b6bb663d28bb054e0779bbc720d926"
605
606 [[package]]
607 name = "syn"
608 version = "1.0.33"
609 source = "registry+https://github.com/rust-lang/crates.io-index"
610 checksum = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd"
611 dependencies = [
612 "proc-macro2",
613 "quote",
614 "unicode-xid",
615 ]
616
617 [[package]]
618 name = "systemd_socket"
619 version = "0.1.3"
620 dependencies = [
621 "async-std",
622 "libc",
623 "libsystemd",
624 "once_cell",
625 "parse_arg",
626 "serde",
627 "serde_str_helpers",
628 "thiserror",
629 "tokio 0.2.0",
630 "tokio 0.3.0",
631 "tokio 1.0.1",
632 ]
633
634 [[package]]
635 name = "thiserror"
636 version = "1.0.21"
637 source = "registry+https://github.com/rust-lang/crates.io-index"
638 checksum = "318234ffa22e0920fe9a40d7b8369b5f649d490980cf7aadcf1eb91594869b42"
639 dependencies = [
640 "thiserror-impl",
641 ]
642
643 [[package]]
644 name = "thiserror-impl"
645 version = "1.0.21"
646 source = "registry+https://github.com/rust-lang/crates.io-index"
647 checksum = "cae2447b6282786c3493999f40a9be2a6ad20cb8bd268b0a0dbf5a065535c0ab"
648 dependencies = [
649 "proc-macro2",
650 "quote",
651 "syn",
652 ]
653
654 [[package]]
655 name = "tokio"
656 version = "0.2.0"
657 source = "registry+https://github.com/rust-lang/crates.io-index"
658 checksum = "b5f74af90f3137ddcda0750d904390b289793c40fce7b6e94600b367533205d8"
659 dependencies = [
660 "bytes",
661 "lazy_static",
662 "mio 0.6.20",
663 "pin-project-lite 0.1.12",
664 ]
665
666 [[package]]
667 name = "tokio"
668 version = "0.3.0"
669 source = "registry+https://github.com/rust-lang/crates.io-index"
670 checksum = "7137dbb0abee577362ccdc7df21605cfcbb949243aeab47dac9ea6ef7d830e21"
671 dependencies = [
672 "bytes",
673 "lazy_static",
674 "libc",
675 "mio 0.7.6",
676 "pin-project-lite 0.1.12",
677 ]
678
679 [[package]]
680 name = "tokio"
681 version = "1.0.1"
682 source = "registry+https://github.com/rust-lang/crates.io-index"
683 checksum = "d258221f566b6c803c7b4714abadc080172b272090cdc5e244a6d4dd13c3a6bd"
684 dependencies = [
685 "autocfg",
686 "libc",
687 "mio 0.7.6",
688 "pin-project-lite 0.2.12",
689 ]
690
691 [[package]]
692 name = "typenum"
693 version = "1.10.0"
694 source = "registry+https://github.com/rust-lang/crates.io-index"
695 checksum = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
696
697 [[package]]
698 name = "unicode-xid"
699 version = "0.2.0"
700 source = "registry+https://github.com/rust-lang/crates.io-index"
701 checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
702
703 [[package]]
704 name = "uuid"
705 version = "0.8.1"
706 source = "registry+https://github.com/rust-lang/crates.io-index"
707 checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
708 dependencies = [
709 "serde",
710 ]
711
712 [[package]]
713 name = "version_check"
714 version = "0.1.5"
715 source = "registry+https://github.com/rust-lang/crates.io-index"
716 checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
717
718 [[package]]
719 name = "winapi"
720 version = "0.2.6"
721 source = "registry+https://github.com/rust-lang/crates.io-index"
722 checksum = "4dfaaa8fbdaa618fa6914b59b2769d690dd7521920a18d84b42d254678dd5fd4"
723
724 [[package]]
725 name = "winapi"
726 version = "0.3.7"
727 source = "registry+https://github.com/rust-lang/crates.io-index"
728 checksum = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
729 dependencies = [
730 "winapi-i686-pc-windows-gnu",
731 "winapi-x86_64-pc-windows-gnu",
732 ]
733
734 [[package]]
735 name = "winapi-build"
736 version = "0.1.1"
737 source = "registry+https://github.com/rust-lang/crates.io-index"
738 checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
739
740 [[package]]
741 name = "winapi-i686-pc-windows-gnu"
742 version = "0.4.0"
743 source = "registry+https://github.com/rust-lang/crates.io-index"
744 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
745
746 [[package]]
747 name = "winapi-x86_64-pc-windows-gnu"
748 version = "0.4.0"
749 source = "registry+https://github.com/rust-lang/crates.io-index"
750 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
751
752 [[package]]
753 name = "ws2_32-sys"
754 version = "0.2.0"
755 source = "registry+https://github.com/rust-lang/crates.io-index"
756 checksum = "ee5f6c385b5f769b6e6104dce4d46dbb582d4bca1e7db77157766381636ee9d8"
757 dependencies = [
758 "winapi 0.2.6",
759 "winapi-build",
760 ]