]> git.lizzy.rs Git - dragonblocks-rs.git/blob - Cargo.lock
Initial commit
[dragonblocks-rs.git] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = "anyhow"
7 version = "1.0.64"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7"
10
11 [[package]]
12 name = "async-channel"
13 version = "1.7.1"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"
16 dependencies = [
17  "concurrent-queue",
18  "event-listener",
19  "futures-core",
20 ]
21
22 [[package]]
23 name = "async-executor"
24 version = "1.4.1"
25 source = "registry+https://github.com/rust-lang/crates.io-index"
26 checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
27 dependencies = [
28  "async-task",
29  "concurrent-queue",
30  "fastrand",
31  "futures-lite",
32  "once_cell",
33  "slab",
34 ]
35
36 [[package]]
37 name = "async-global-executor"
38 version = "2.3.0"
39 source = "registry+https://github.com/rust-lang/crates.io-index"
40 checksum = "0da5b41ee986eed3f524c380e6d64965aea573882a8907682ad100f7859305ca"
41 dependencies = [
42  "async-channel",
43  "async-executor",
44  "async-io",
45  "async-lock",
46  "blocking",
47  "futures-lite",
48  "once_cell",
49 ]
50
51 [[package]]
52 name = "async-io"
53 version = "1.9.0"
54 source = "registry+https://github.com/rust-lang/crates.io-index"
55 checksum = "83e21f3a490c72b3b0cf44962180e60045de2925d8dff97918f7ee43c8f637c7"
56 dependencies = [
57  "autocfg",
58  "concurrent-queue",
59  "futures-lite",
60  "libc",
61  "log",
62  "once_cell",
63  "parking",
64  "polling",
65  "slab",
66  "socket2",
67  "waker-fn",
68  "winapi",
69 ]
70
71 [[package]]
72 name = "async-lock"
73 version = "2.5.0"
74 source = "registry+https://github.com/rust-lang/crates.io-index"
75 checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
76 dependencies = [
77  "event-listener",
78 ]
79
80 [[package]]
81 name = "async-process"
82 version = "1.5.0"
83 source = "registry+https://github.com/rust-lang/crates.io-index"
84 checksum = "02111fd8655a613c25069ea89fc8d9bb89331fa77486eb3bc059ee757cfa481c"
85 dependencies = [
86  "async-io",
87  "autocfg",
88  "blocking",
89  "cfg-if",
90  "event-listener",
91  "futures-lite",
92  "libc",
93  "once_cell",
94  "signal-hook",
95  "winapi",
96 ]
97
98 [[package]]
99 name = "async-std"
100 version = "1.12.0"
101 source = "registry+https://github.com/rust-lang/crates.io-index"
102 checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
103 dependencies = [
104  "async-channel",
105  "async-global-executor",
106  "async-io",
107  "async-lock",
108  "async-process",
109  "crossbeam-utils",
110  "futures-channel",
111  "futures-core",
112  "futures-io",
113  "futures-lite",
114  "gloo-timers",
115  "kv-log-macro",
116  "log",
117  "memchr",
118  "once_cell",
119  "pin-project-lite",
120  "pin-utils",
121  "slab",
122  "wasm-bindgen-futures",
123 ]
124
125 [[package]]
126 name = "async-stream"
127 version = "0.3.3"
128 source = "registry+https://github.com/rust-lang/crates.io-index"
129 checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
130 dependencies = [
131  "async-stream-impl",
132  "futures-core",
133 ]
134
135 [[package]]
136 name = "async-stream-impl"
137 version = "0.3.3"
138 source = "registry+https://github.com/rust-lang/crates.io-index"
139 checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
140 dependencies = [
141  "proc-macro2",
142  "quote",
143  "syn",
144 ]
145
146 [[package]]
147 name = "async-task"
148 version = "4.3.0"
149 source = "registry+https://github.com/rust-lang/crates.io-index"
150 checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
151
152 [[package]]
153 name = "atomic-waker"
154 version = "1.0.0"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
156 checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
157
158 [[package]]
159 name = "atty"
160 version = "0.2.14"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
162 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
163 dependencies = [
164  "hermit-abi",
165  "libc",
166  "winapi",
167 ]
168
169 [[package]]
170 name = "autocfg"
171 version = "1.1.0"
172 source = "registry+https://github.com/rust-lang/crates.io-index"
173 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
174
175 [[package]]
176 name = "bitflags"
177 version = "1.3.2"
178 source = "registry+https://github.com/rust-lang/crates.io-index"
179 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
180
181 [[package]]
182 name = "blocking"
183 version = "1.2.0"
184 source = "registry+https://github.com/rust-lang/crates.io-index"
185 checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
186 dependencies = [
187  "async-channel",
188  "async-task",
189  "atomic-waker",
190  "fastrand",
191  "futures-lite",
192  "once_cell",
193 ]
194
195 [[package]]
196 name = "bumpalo"
197 version = "3.11.0"
198 source = "registry+https://github.com/rust-lang/crates.io-index"
199 checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
200
201 [[package]]
202 name = "bytes"
203 version = "0.5.6"
204 source = "registry+https://github.com/rust-lang/crates.io-index"
205 checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
206
207 [[package]]
208 name = "bytes"
209 version = "1.2.1"
210 source = "registry+https://github.com/rust-lang/crates.io-index"
211 checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
212
213 [[package]]
214 name = "cache-padded"
215 version = "1.2.0"
216 source = "registry+https://github.com/rust-lang/crates.io-index"
217 checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
218
219 [[package]]
220 name = "cc"
221 version = "1.0.73"
222 source = "registry+https://github.com/rust-lang/crates.io-index"
223 checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
224
225 [[package]]
226 name = "cfg-if"
227 version = "1.0.0"
228 source = "registry+https://github.com/rust-lang/crates.io-index"
229 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
230
231 [[package]]
232 name = "clap"
233 version = "3.2.20"
234 source = "registry+https://github.com/rust-lang/crates.io-index"
235 checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd"
236 dependencies = [
237  "atty",
238  "bitflags",
239  "clap_derive",
240  "clap_lex",
241  "indexmap",
242  "once_cell",
243  "strsim",
244  "termcolor",
245  "textwrap",
246 ]
247
248 [[package]]
249 name = "clap_derive"
250 version = "3.2.18"
251 source = "registry+https://github.com/rust-lang/crates.io-index"
252 checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
253 dependencies = [
254  "heck",
255  "proc-macro-error",
256  "proc-macro2",
257  "quote",
258  "syn",
259 ]
260
261 [[package]]
262 name = "clap_lex"
263 version = "0.2.4"
264 source = "registry+https://github.com/rust-lang/crates.io-index"
265 checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
266 dependencies = [
267  "os_str_bytes",
268 ]
269
270 [[package]]
271 name = "concurrent-queue"
272 version = "1.2.4"
273 source = "registry+https://github.com/rust-lang/crates.io-index"
274 checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"
275 dependencies = [
276  "cache-padded",
277 ]
278
279 [[package]]
280 name = "connect"
281 version = "0.2.4"
282 source = "registry+https://github.com/rust-lang/crates.io-index"
283 checksum = "155ed53321032eef781b157305346b94e3df0de803b67e473b563a9096045ea8"
284 dependencies = [
285  "anyhow",
286  "async-std",
287  "async-stream",
288  "bytes 0.5.6",
289  "futures",
290  "futures-lite",
291  "log",
292 ]
293
294 [[package]]
295 name = "crossbeam-utils"
296 version = "0.8.11"
297 source = "registry+https://github.com/rust-lang/crates.io-index"
298 checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
299 dependencies = [
300  "cfg-if",
301  "once_cell",
302 ]
303
304 [[package]]
305 name = "ctor"
306 version = "0.1.23"
307 source = "registry+https://github.com/rust-lang/crates.io-index"
308 checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb"
309 dependencies = [
310  "quote",
311  "syn",
312 ]
313
314 [[package]]
315 name = "dragonblocks"
316 version = "0.1.0"
317 dependencies = [
318  "clap",
319  "connect",
320  "serde",
321  "serde_cbor",
322  "tokio",
323 ]
324
325 [[package]]
326 name = "event-listener"
327 version = "2.5.3"
328 source = "registry+https://github.com/rust-lang/crates.io-index"
329 checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
330
331 [[package]]
332 name = "fastrand"
333 version = "1.8.0"
334 source = "registry+https://github.com/rust-lang/crates.io-index"
335 checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
336 dependencies = [
337  "instant",
338 ]
339
340 [[package]]
341 name = "futures"
342 version = "0.3.24"
343 source = "registry+https://github.com/rust-lang/crates.io-index"
344 checksum = "7f21eda599937fba36daeb58a22e8f5cee2d14c4a17b5b7739c7c8e5e3b8230c"
345 dependencies = [
346  "futures-channel",
347  "futures-core",
348  "futures-executor",
349  "futures-io",
350  "futures-sink",
351  "futures-task",
352  "futures-util",
353 ]
354
355 [[package]]
356 name = "futures-channel"
357 version = "0.3.24"
358 source = "registry+https://github.com/rust-lang/crates.io-index"
359 checksum = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050"
360 dependencies = [
361  "futures-core",
362  "futures-sink",
363 ]
364
365 [[package]]
366 name = "futures-core"
367 version = "0.3.24"
368 source = "registry+https://github.com/rust-lang/crates.io-index"
369 checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf"
370
371 [[package]]
372 name = "futures-executor"
373 version = "0.3.24"
374 source = "registry+https://github.com/rust-lang/crates.io-index"
375 checksum = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab"
376 dependencies = [
377  "futures-core",
378  "futures-task",
379  "futures-util",
380 ]
381
382 [[package]]
383 name = "futures-io"
384 version = "0.3.24"
385 source = "registry+https://github.com/rust-lang/crates.io-index"
386 checksum = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68"
387
388 [[package]]
389 name = "futures-lite"
390 version = "1.12.0"
391 source = "registry+https://github.com/rust-lang/crates.io-index"
392 checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
393 dependencies = [
394  "fastrand",
395  "futures-core",
396  "futures-io",
397  "memchr",
398  "parking",
399  "pin-project-lite",
400  "waker-fn",
401 ]
402
403 [[package]]
404 name = "futures-macro"
405 version = "0.3.24"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
407 checksum = "42cd15d1c7456c04dbdf7e88bcd69760d74f3a798d6444e16974b505b0e62f17"
408 dependencies = [
409  "proc-macro2",
410  "quote",
411  "syn",
412 ]
413
414 [[package]]
415 name = "futures-sink"
416 version = "0.3.24"
417 source = "registry+https://github.com/rust-lang/crates.io-index"
418 checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56"
419
420 [[package]]
421 name = "futures-task"
422 version = "0.3.24"
423 source = "registry+https://github.com/rust-lang/crates.io-index"
424 checksum = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1"
425
426 [[package]]
427 name = "futures-util"
428 version = "0.3.24"
429 source = "registry+https://github.com/rust-lang/crates.io-index"
430 checksum = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90"
431 dependencies = [
432  "futures-channel",
433  "futures-core",
434  "futures-io",
435  "futures-macro",
436  "futures-sink",
437  "futures-task",
438  "memchr",
439  "pin-project-lite",
440  "pin-utils",
441  "slab",
442 ]
443
444 [[package]]
445 name = "gloo-timers"
446 version = "0.2.4"
447 source = "registry+https://github.com/rust-lang/crates.io-index"
448 checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"
449 dependencies = [
450  "futures-channel",
451  "futures-core",
452  "js-sys",
453  "wasm-bindgen",
454 ]
455
456 [[package]]
457 name = "half"
458 version = "1.8.2"
459 source = "registry+https://github.com/rust-lang/crates.io-index"
460 checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
461
462 [[package]]
463 name = "hashbrown"
464 version = "0.12.3"
465 source = "registry+https://github.com/rust-lang/crates.io-index"
466 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
467
468 [[package]]
469 name = "heck"
470 version = "0.4.0"
471 source = "registry+https://github.com/rust-lang/crates.io-index"
472 checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
473
474 [[package]]
475 name = "hermit-abi"
476 version = "0.1.19"
477 source = "registry+https://github.com/rust-lang/crates.io-index"
478 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
479 dependencies = [
480  "libc",
481 ]
482
483 [[package]]
484 name = "indexmap"
485 version = "1.9.1"
486 source = "registry+https://github.com/rust-lang/crates.io-index"
487 checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
488 dependencies = [
489  "autocfg",
490  "hashbrown",
491 ]
492
493 [[package]]
494 name = "instant"
495 version = "0.1.12"
496 source = "registry+https://github.com/rust-lang/crates.io-index"
497 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
498 dependencies = [
499  "cfg-if",
500 ]
501
502 [[package]]
503 name = "js-sys"
504 version = "0.3.59"
505 source = "registry+https://github.com/rust-lang/crates.io-index"
506 checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
507 dependencies = [
508  "wasm-bindgen",
509 ]
510
511 [[package]]
512 name = "kv-log-macro"
513 version = "1.0.7"
514 source = "registry+https://github.com/rust-lang/crates.io-index"
515 checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
516 dependencies = [
517  "log",
518 ]
519
520 [[package]]
521 name = "libc"
522 version = "0.2.132"
523 source = "registry+https://github.com/rust-lang/crates.io-index"
524 checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
525
526 [[package]]
527 name = "lock_api"
528 version = "0.4.8"
529 source = "registry+https://github.com/rust-lang/crates.io-index"
530 checksum = "9f80bf5aacaf25cbfc8210d1cfb718f2bf3b11c4c54e5afe36c236853a8ec390"
531 dependencies = [
532  "autocfg",
533  "scopeguard",
534 ]
535
536 [[package]]
537 name = "log"
538 version = "0.4.17"
539 source = "registry+https://github.com/rust-lang/crates.io-index"
540 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
541 dependencies = [
542  "cfg-if",
543  "value-bag",
544 ]
545
546 [[package]]
547 name = "memchr"
548 version = "2.5.0"
549 source = "registry+https://github.com/rust-lang/crates.io-index"
550 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
551
552 [[package]]
553 name = "mio"
554 version = "0.8.4"
555 source = "registry+https://github.com/rust-lang/crates.io-index"
556 checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
557 dependencies = [
558  "libc",
559  "log",
560  "wasi",
561  "windows-sys",
562 ]
563
564 [[package]]
565 name = "num_cpus"
566 version = "1.13.1"
567 source = "registry+https://github.com/rust-lang/crates.io-index"
568 checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
569 dependencies = [
570  "hermit-abi",
571  "libc",
572 ]
573
574 [[package]]
575 name = "once_cell"
576 version = "1.14.0"
577 source = "registry+https://github.com/rust-lang/crates.io-index"
578 checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
579
580 [[package]]
581 name = "os_str_bytes"
582 version = "6.3.0"
583 source = "registry+https://github.com/rust-lang/crates.io-index"
584 checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
585
586 [[package]]
587 name = "parking"
588 version = "2.0.0"
589 source = "registry+https://github.com/rust-lang/crates.io-index"
590 checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
591
592 [[package]]
593 name = "parking_lot"
594 version = "0.12.1"
595 source = "registry+https://github.com/rust-lang/crates.io-index"
596 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
597 dependencies = [
598  "lock_api",
599  "parking_lot_core",
600 ]
601
602 [[package]]
603 name = "parking_lot_core"
604 version = "0.9.3"
605 source = "registry+https://github.com/rust-lang/crates.io-index"
606 checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
607 dependencies = [
608  "cfg-if",
609  "libc",
610  "redox_syscall",
611  "smallvec",
612  "windows-sys",
613 ]
614
615 [[package]]
616 name = "pin-project-lite"
617 version = "0.2.9"
618 source = "registry+https://github.com/rust-lang/crates.io-index"
619 checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
620
621 [[package]]
622 name = "pin-utils"
623 version = "0.1.0"
624 source = "registry+https://github.com/rust-lang/crates.io-index"
625 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
626
627 [[package]]
628 name = "polling"
629 version = "2.3.0"
630 source = "registry+https://github.com/rust-lang/crates.io-index"
631 checksum = "899b00b9c8ab553c743b3e11e87c5c7d423b2a2de229ba95b24a756344748011"
632 dependencies = [
633  "autocfg",
634  "cfg-if",
635  "libc",
636  "log",
637  "wepoll-ffi",
638  "winapi",
639 ]
640
641 [[package]]
642 name = "proc-macro-error"
643 version = "1.0.4"
644 source = "registry+https://github.com/rust-lang/crates.io-index"
645 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
646 dependencies = [
647  "proc-macro-error-attr",
648  "proc-macro2",
649  "quote",
650  "syn",
651  "version_check",
652 ]
653
654 [[package]]
655 name = "proc-macro-error-attr"
656 version = "1.0.4"
657 source = "registry+https://github.com/rust-lang/crates.io-index"
658 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
659 dependencies = [
660  "proc-macro2",
661  "quote",
662  "version_check",
663 ]
664
665 [[package]]
666 name = "proc-macro2"
667 version = "1.0.43"
668 source = "registry+https://github.com/rust-lang/crates.io-index"
669 checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
670 dependencies = [
671  "unicode-ident",
672 ]
673
674 [[package]]
675 name = "quote"
676 version = "1.0.21"
677 source = "registry+https://github.com/rust-lang/crates.io-index"
678 checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
679 dependencies = [
680  "proc-macro2",
681 ]
682
683 [[package]]
684 name = "redox_syscall"
685 version = "0.2.16"
686 source = "registry+https://github.com/rust-lang/crates.io-index"
687 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
688 dependencies = [
689  "bitflags",
690 ]
691
692 [[package]]
693 name = "scopeguard"
694 version = "1.1.0"
695 source = "registry+https://github.com/rust-lang/crates.io-index"
696 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
697
698 [[package]]
699 name = "serde"
700 version = "1.0.144"
701 source = "registry+https://github.com/rust-lang/crates.io-index"
702 checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860"
703 dependencies = [
704  "serde_derive",
705 ]
706
707 [[package]]
708 name = "serde_cbor"
709 version = "0.11.2"
710 source = "registry+https://github.com/rust-lang/crates.io-index"
711 checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
712 dependencies = [
713  "half",
714  "serde",
715 ]
716
717 [[package]]
718 name = "serde_derive"
719 version = "1.0.144"
720 source = "registry+https://github.com/rust-lang/crates.io-index"
721 checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00"
722 dependencies = [
723  "proc-macro2",
724  "quote",
725  "syn",
726 ]
727
728 [[package]]
729 name = "signal-hook"
730 version = "0.3.14"
731 source = "registry+https://github.com/rust-lang/crates.io-index"
732 checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
733 dependencies = [
734  "libc",
735  "signal-hook-registry",
736 ]
737
738 [[package]]
739 name = "signal-hook-registry"
740 version = "1.4.0"
741 source = "registry+https://github.com/rust-lang/crates.io-index"
742 checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
743 dependencies = [
744  "libc",
745 ]
746
747 [[package]]
748 name = "slab"
749 version = "0.4.7"
750 source = "registry+https://github.com/rust-lang/crates.io-index"
751 checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
752 dependencies = [
753  "autocfg",
754 ]
755
756 [[package]]
757 name = "smallvec"
758 version = "1.9.0"
759 source = "registry+https://github.com/rust-lang/crates.io-index"
760 checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
761
762 [[package]]
763 name = "socket2"
764 version = "0.4.7"
765 source = "registry+https://github.com/rust-lang/crates.io-index"
766 checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
767 dependencies = [
768  "libc",
769  "winapi",
770 ]
771
772 [[package]]
773 name = "strsim"
774 version = "0.10.0"
775 source = "registry+https://github.com/rust-lang/crates.io-index"
776 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
777
778 [[package]]
779 name = "syn"
780 version = "1.0.99"
781 source = "registry+https://github.com/rust-lang/crates.io-index"
782 checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
783 dependencies = [
784  "proc-macro2",
785  "quote",
786  "unicode-ident",
787 ]
788
789 [[package]]
790 name = "termcolor"
791 version = "1.1.3"
792 source = "registry+https://github.com/rust-lang/crates.io-index"
793 checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
794 dependencies = [
795  "winapi-util",
796 ]
797
798 [[package]]
799 name = "textwrap"
800 version = "0.15.0"
801 source = "registry+https://github.com/rust-lang/crates.io-index"
802 checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
803
804 [[package]]
805 name = "tokio"
806 version = "1.21.0"
807 source = "registry+https://github.com/rust-lang/crates.io-index"
808 checksum = "89797afd69d206ccd11fb0ea560a44bbb87731d020670e79416d442919257d42"
809 dependencies = [
810  "autocfg",
811  "bytes 1.2.1",
812  "libc",
813  "memchr",
814  "mio",
815  "num_cpus",
816  "once_cell",
817  "parking_lot",
818  "pin-project-lite",
819  "signal-hook-registry",
820  "socket2",
821  "tokio-macros",
822  "winapi",
823 ]
824
825 [[package]]
826 name = "tokio-macros"
827 version = "1.8.0"
828 source = "registry+https://github.com/rust-lang/crates.io-index"
829 checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
830 dependencies = [
831  "proc-macro2",
832  "quote",
833  "syn",
834 ]
835
836 [[package]]
837 name = "unicode-ident"
838 version = "1.0.3"
839 source = "registry+https://github.com/rust-lang/crates.io-index"
840 checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
841
842 [[package]]
843 name = "value-bag"
844 version = "1.0.0-alpha.9"
845 source = "registry+https://github.com/rust-lang/crates.io-index"
846 checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
847 dependencies = [
848  "ctor",
849  "version_check",
850 ]
851
852 [[package]]
853 name = "version_check"
854 version = "0.9.4"
855 source = "registry+https://github.com/rust-lang/crates.io-index"
856 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
857
858 [[package]]
859 name = "waker-fn"
860 version = "1.1.0"
861 source = "registry+https://github.com/rust-lang/crates.io-index"
862 checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
863
864 [[package]]
865 name = "wasi"
866 version = "0.11.0+wasi-snapshot-preview1"
867 source = "registry+https://github.com/rust-lang/crates.io-index"
868 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
869
870 [[package]]
871 name = "wasm-bindgen"
872 version = "0.2.82"
873 source = "registry+https://github.com/rust-lang/crates.io-index"
874 checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
875 dependencies = [
876  "cfg-if",
877  "wasm-bindgen-macro",
878 ]
879
880 [[package]]
881 name = "wasm-bindgen-backend"
882 version = "0.2.82"
883 source = "registry+https://github.com/rust-lang/crates.io-index"
884 checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
885 dependencies = [
886  "bumpalo",
887  "log",
888  "once_cell",
889  "proc-macro2",
890  "quote",
891  "syn",
892  "wasm-bindgen-shared",
893 ]
894
895 [[package]]
896 name = "wasm-bindgen-futures"
897 version = "0.4.32"
898 source = "registry+https://github.com/rust-lang/crates.io-index"
899 checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad"
900 dependencies = [
901  "cfg-if",
902  "js-sys",
903  "wasm-bindgen",
904  "web-sys",
905 ]
906
907 [[package]]
908 name = "wasm-bindgen-macro"
909 version = "0.2.82"
910 source = "registry+https://github.com/rust-lang/crates.io-index"
911 checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
912 dependencies = [
913  "quote",
914  "wasm-bindgen-macro-support",
915 ]
916
917 [[package]]
918 name = "wasm-bindgen-macro-support"
919 version = "0.2.82"
920 source = "registry+https://github.com/rust-lang/crates.io-index"
921 checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
922 dependencies = [
923  "proc-macro2",
924  "quote",
925  "syn",
926  "wasm-bindgen-backend",
927  "wasm-bindgen-shared",
928 ]
929
930 [[package]]
931 name = "wasm-bindgen-shared"
932 version = "0.2.82"
933 source = "registry+https://github.com/rust-lang/crates.io-index"
934 checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
935
936 [[package]]
937 name = "web-sys"
938 version = "0.3.59"
939 source = "registry+https://github.com/rust-lang/crates.io-index"
940 checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"
941 dependencies = [
942  "js-sys",
943  "wasm-bindgen",
944 ]
945
946 [[package]]
947 name = "wepoll-ffi"
948 version = "0.1.2"
949 source = "registry+https://github.com/rust-lang/crates.io-index"
950 checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
951 dependencies = [
952  "cc",
953 ]
954
955 [[package]]
956 name = "winapi"
957 version = "0.3.9"
958 source = "registry+https://github.com/rust-lang/crates.io-index"
959 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
960 dependencies = [
961  "winapi-i686-pc-windows-gnu",
962  "winapi-x86_64-pc-windows-gnu",
963 ]
964
965 [[package]]
966 name = "winapi-i686-pc-windows-gnu"
967 version = "0.4.0"
968 source = "registry+https://github.com/rust-lang/crates.io-index"
969 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
970
971 [[package]]
972 name = "winapi-util"
973 version = "0.1.5"
974 source = "registry+https://github.com/rust-lang/crates.io-index"
975 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
976 dependencies = [
977  "winapi",
978 ]
979
980 [[package]]
981 name = "winapi-x86_64-pc-windows-gnu"
982 version = "0.4.0"
983 source = "registry+https://github.com/rust-lang/crates.io-index"
984 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
985
986 [[package]]
987 name = "windows-sys"
988 version = "0.36.1"
989 source = "registry+https://github.com/rust-lang/crates.io-index"
990 checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
991 dependencies = [
992  "windows_aarch64_msvc",
993  "windows_i686_gnu",
994  "windows_i686_msvc",
995  "windows_x86_64_gnu",
996  "windows_x86_64_msvc",
997 ]
998
999 [[package]]
1000 name = "windows_aarch64_msvc"
1001 version = "0.36.1"
1002 source = "registry+https://github.com/rust-lang/crates.io-index"
1003 checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
1004
1005 [[package]]
1006 name = "windows_i686_gnu"
1007 version = "0.36.1"
1008 source = "registry+https://github.com/rust-lang/crates.io-index"
1009 checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
1010
1011 [[package]]
1012 name = "windows_i686_msvc"
1013 version = "0.36.1"
1014 source = "registry+https://github.com/rust-lang/crates.io-index"
1015 checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
1016
1017 [[package]]
1018 name = "windows_x86_64_gnu"
1019 version = "0.36.1"
1020 source = "registry+https://github.com/rust-lang/crates.io-index"
1021 checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
1022
1023 [[package]]
1024 name = "windows_x86_64_msvc"
1025 version = "0.36.1"
1026 source = "registry+https://github.com/rust-lang/crates.io-index"
1027 checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"