Merge pull request #93 from tnull/2023-01-update-to-v0.0.113
[ldk-sample] / 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 = "android_system_properties"
7 version = "0.1.5"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
10 dependencies = [
11  "libc",
12 ]
13
14 [[package]]
15 name = "autocfg"
16 version = "1.1.0"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
19
20 [[package]]
21 name = "base64"
22 version = "0.13.1"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
25
26 [[package]]
27 name = "bech32"
28 version = "0.8.1"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
30 checksum = "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b"
31
32 [[package]]
33 name = "bech32"
34 version = "0.9.1"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
36 checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
37
38 [[package]]
39 name = "bitcoin"
40 version = "0.29.2"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
42 checksum = "0694ea59225b0c5f3cb405ff3f670e4828358ed26aec49dc352f730f0cb1a8a3"
43 dependencies = [
44  "bech32 0.9.1",
45  "bitcoin_hashes",
46  "secp256k1",
47 ]
48
49 [[package]]
50 name = "bitcoin-bech32"
51 version = "0.12.1"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53 checksum = "754eb4c7f35c031f33c95cc257b4c4192a5c9d3de637d3ee78ab052a3f35da57"
54 dependencies = [
55  "bech32 0.8.1",
56 ]
57
58 [[package]]
59 name = "bitcoin_hashes"
60 version = "0.11.0"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62 checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4"
63
64 [[package]]
65 name = "bumpalo"
66 version = "3.11.1"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68 checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
69
70 [[package]]
71 name = "bytes"
72 version = "1.3.0"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74 checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
75
76 [[package]]
77 name = "cc"
78 version = "1.0.78"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
81
82 [[package]]
83 name = "cfg-if"
84 version = "1.0.0"
85 source = "registry+https://github.com/rust-lang/crates.io-index"
86 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
87
88 [[package]]
89 name = "chrono"
90 version = "0.4.23"
91 source = "registry+https://github.com/rust-lang/crates.io-index"
92 checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
93 dependencies = [
94  "iana-time-zone",
95  "js-sys",
96  "num-integer",
97  "num-traits",
98  "time",
99  "wasm-bindgen",
100  "winapi",
101 ]
102
103 [[package]]
104 name = "chunked_transfer"
105 version = "1.4.1"
106 source = "registry+https://github.com/rust-lang/crates.io-index"
107 checksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a"
108
109 [[package]]
110 name = "codespan-reporting"
111 version = "0.11.1"
112 source = "registry+https://github.com/rust-lang/crates.io-index"
113 checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
114 dependencies = [
115  "termcolor",
116  "unicode-width",
117 ]
118
119 [[package]]
120 name = "core-foundation-sys"
121 version = "0.8.3"
122 source = "registry+https://github.com/rust-lang/crates.io-index"
123 checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
124
125 [[package]]
126 name = "cxx"
127 version = "1.0.85"
128 source = "registry+https://github.com/rust-lang/crates.io-index"
129 checksum = "5add3fc1717409d029b20c5b6903fc0c0b02fa6741d820054f4a2efa5e5816fd"
130 dependencies = [
131  "cc",
132  "cxxbridge-flags",
133  "cxxbridge-macro",
134  "link-cplusplus",
135 ]
136
137 [[package]]
138 name = "cxx-build"
139 version = "1.0.85"
140 source = "registry+https://github.com/rust-lang/crates.io-index"
141 checksum = "b4c87959ba14bc6fbc61df77c3fcfe180fc32b93538c4f1031dd802ccb5f2ff0"
142 dependencies = [
143  "cc",
144  "codespan-reporting",
145  "once_cell",
146  "proc-macro2",
147  "quote",
148  "scratch",
149  "syn",
150 ]
151
152 [[package]]
153 name = "cxxbridge-flags"
154 version = "1.0.85"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
156 checksum = "69a3e162fde4e594ed2b07d0f83c6c67b745e7f28ce58c6df5e6b6bef99dfb59"
157
158 [[package]]
159 name = "cxxbridge-macro"
160 version = "1.0.85"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
162 checksum = "3e7e2adeb6a0d4a282e581096b06e1791532b7d576dcde5ccd9382acf55db8e6"
163 dependencies = [
164  "proc-macro2",
165  "quote",
166  "syn",
167 ]
168
169 [[package]]
170 name = "fuchsia-cprng"
171 version = "0.1.1"
172 source = "registry+https://github.com/rust-lang/crates.io-index"
173 checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
174
175 [[package]]
176 name = "futures"
177 version = "0.3.25"
178 source = "registry+https://github.com/rust-lang/crates.io-index"
179 checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
180 dependencies = [
181  "futures-channel",
182  "futures-core",
183  "futures-executor",
184  "futures-io",
185  "futures-sink",
186  "futures-task",
187  "futures-util",
188 ]
189
190 [[package]]
191 name = "futures-channel"
192 version = "0.3.25"
193 source = "registry+https://github.com/rust-lang/crates.io-index"
194 checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
195 dependencies = [
196  "futures-core",
197  "futures-sink",
198 ]
199
200 [[package]]
201 name = "futures-core"
202 version = "0.3.25"
203 source = "registry+https://github.com/rust-lang/crates.io-index"
204 checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
205
206 [[package]]
207 name = "futures-executor"
208 version = "0.3.25"
209 source = "registry+https://github.com/rust-lang/crates.io-index"
210 checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
211 dependencies = [
212  "futures-core",
213  "futures-task",
214  "futures-util",
215 ]
216
217 [[package]]
218 name = "futures-io"
219 version = "0.3.25"
220 source = "registry+https://github.com/rust-lang/crates.io-index"
221 checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
222
223 [[package]]
224 name = "futures-macro"
225 version = "0.3.25"
226 source = "registry+https://github.com/rust-lang/crates.io-index"
227 checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
228 dependencies = [
229  "proc-macro2",
230  "quote",
231  "syn",
232 ]
233
234 [[package]]
235 name = "futures-sink"
236 version = "0.3.25"
237 source = "registry+https://github.com/rust-lang/crates.io-index"
238 checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
239
240 [[package]]
241 name = "futures-task"
242 version = "0.3.25"
243 source = "registry+https://github.com/rust-lang/crates.io-index"
244 checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
245
246 [[package]]
247 name = "futures-util"
248 version = "0.3.25"
249 source = "registry+https://github.com/rust-lang/crates.io-index"
250 checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
251 dependencies = [
252  "futures-channel",
253  "futures-core",
254  "futures-io",
255  "futures-macro",
256  "futures-sink",
257  "futures-task",
258  "memchr",
259  "pin-project-lite",
260  "pin-utils",
261  "slab",
262 ]
263
264 [[package]]
265 name = "hermit-abi"
266 version = "0.2.6"
267 source = "registry+https://github.com/rust-lang/crates.io-index"
268 checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
269 dependencies = [
270  "libc",
271 ]
272
273 [[package]]
274 name = "hex"
275 version = "0.3.2"
276 source = "registry+https://github.com/rust-lang/crates.io-index"
277 checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
278
279 [[package]]
280 name = "iana-time-zone"
281 version = "0.1.53"
282 source = "registry+https://github.com/rust-lang/crates.io-index"
283 checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
284 dependencies = [
285  "android_system_properties",
286  "core-foundation-sys",
287  "iana-time-zone-haiku",
288  "js-sys",
289  "wasm-bindgen",
290  "winapi",
291 ]
292
293 [[package]]
294 name = "iana-time-zone-haiku"
295 version = "0.1.1"
296 source = "registry+https://github.com/rust-lang/crates.io-index"
297 checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
298 dependencies = [
299  "cxx",
300  "cxx-build",
301 ]
302
303 [[package]]
304 name = "itoa"
305 version = "1.0.5"
306 source = "registry+https://github.com/rust-lang/crates.io-index"
307 checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
308
309 [[package]]
310 name = "js-sys"
311 version = "0.3.60"
312 source = "registry+https://github.com/rust-lang/crates.io-index"
313 checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
314 dependencies = [
315  "wasm-bindgen",
316 ]
317
318 [[package]]
319 name = "ldk-sample"
320 version = "0.1.0"
321 dependencies = [
322  "base64",
323  "bech32 0.8.1",
324  "bitcoin",
325  "bitcoin-bech32",
326  "chrono",
327  "futures",
328  "hex",
329  "libc",
330  "lightning",
331  "lightning-background-processor",
332  "lightning-block-sync",
333  "lightning-invoice",
334  "lightning-net-tokio",
335  "lightning-persister",
336  "lightning-rapid-gossip-sync",
337  "rand",
338  "serde_json",
339  "tokio",
340 ]
341
342 [[package]]
343 name = "libc"
344 version = "0.2.139"
345 source = "registry+https://github.com/rust-lang/crates.io-index"
346 checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
347
348 [[package]]
349 name = "lightning"
350 version = "0.0.113"
351 source = "registry+https://github.com/rust-lang/crates.io-index"
352 checksum = "087add70f81d2fdc6d4409bc0cef69e11ad366ef1d0068550159bd22b3ac8664"
353 dependencies = [
354  "bitcoin",
355 ]
356
357 [[package]]
358 name = "lightning-background-processor"
359 version = "0.0.113"
360 source = "registry+https://github.com/rust-lang/crates.io-index"
361 checksum = "2288d211a2ab15e2c9fb492fb99c7998df1a37f228552f703824ee678b8980c9"
362 dependencies = [
363  "bitcoin",
364  "lightning",
365  "lightning-rapid-gossip-sync",
366 ]
367
368 [[package]]
369 name = "lightning-block-sync"
370 version = "0.0.113"
371 source = "registry+https://github.com/rust-lang/crates.io-index"
372 checksum = "e2fc7227008536500026866e90d5e2db2da2725c5cdc7d19013df743d9de3e68"
373 dependencies = [
374  "bitcoin",
375  "chunked_transfer",
376  "futures-util",
377  "lightning",
378  "serde",
379  "serde_json",
380 ]
381
382 [[package]]
383 name = "lightning-invoice"
384 version = "0.21.0"
385 source = "registry+https://github.com/rust-lang/crates.io-index"
386 checksum = "e9680857590c3529cf8c7d32b04501f215f2bf1e029fdfa22f4112f66c1741e4"
387 dependencies = [
388  "bech32 0.9.1",
389  "bitcoin_hashes",
390  "lightning",
391  "num-traits",
392  "secp256k1",
393 ]
394
395 [[package]]
396 name = "lightning-net-tokio"
397 version = "0.0.113"
398 source = "registry+https://github.com/rust-lang/crates.io-index"
399 checksum = "2e94b019ffcbd423c67bc8e65093d46cf5c00ff696b4b633936fce6e4d0cb845"
400 dependencies = [
401  "bitcoin",
402  "lightning",
403  "tokio",
404 ]
405
406 [[package]]
407 name = "lightning-persister"
408 version = "0.0.113"
409 source = "registry+https://github.com/rust-lang/crates.io-index"
410 checksum = "48b28023f8b84764e0b861389fc865a1a1dc3896616a14678ece389b0811fe04"
411 dependencies = [
412  "bitcoin",
413  "libc",
414  "lightning",
415  "winapi",
416 ]
417
418 [[package]]
419 name = "lightning-rapid-gossip-sync"
420 version = "0.0.113"
421 source = "registry+https://github.com/rust-lang/crates.io-index"
422 checksum = "488b68c7d24093d35a83f37c560e427f1085f4c5d37918b81b11d95cd3675a0f"
423 dependencies = [
424  "bitcoin",
425  "lightning",
426 ]
427
428 [[package]]
429 name = "link-cplusplus"
430 version = "1.0.8"
431 source = "registry+https://github.com/rust-lang/crates.io-index"
432 checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
433 dependencies = [
434  "cc",
435 ]
436
437 [[package]]
438 name = "log"
439 version = "0.4.17"
440 source = "registry+https://github.com/rust-lang/crates.io-index"
441 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
442 dependencies = [
443  "cfg-if",
444 ]
445
446 [[package]]
447 name = "memchr"
448 version = "2.5.0"
449 source = "registry+https://github.com/rust-lang/crates.io-index"
450 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
451
452 [[package]]
453 name = "mio"
454 version = "0.8.5"
455 source = "registry+https://github.com/rust-lang/crates.io-index"
456 checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
457 dependencies = [
458  "libc",
459  "log",
460  "wasi 0.11.0+wasi-snapshot-preview1",
461  "windows-sys",
462 ]
463
464 [[package]]
465 name = "num-integer"
466 version = "0.1.45"
467 source = "registry+https://github.com/rust-lang/crates.io-index"
468 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
469 dependencies = [
470  "autocfg",
471  "num-traits",
472 ]
473
474 [[package]]
475 name = "num-traits"
476 version = "0.2.15"
477 source = "registry+https://github.com/rust-lang/crates.io-index"
478 checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
479 dependencies = [
480  "autocfg",
481 ]
482
483 [[package]]
484 name = "num_cpus"
485 version = "1.15.0"
486 source = "registry+https://github.com/rust-lang/crates.io-index"
487 checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
488 dependencies = [
489  "hermit-abi",
490  "libc",
491 ]
492
493 [[package]]
494 name = "once_cell"
495 version = "1.17.0"
496 source = "registry+https://github.com/rust-lang/crates.io-index"
497 checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
498
499 [[package]]
500 name = "pin-project-lite"
501 version = "0.2.9"
502 source = "registry+https://github.com/rust-lang/crates.io-index"
503 checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
504
505 [[package]]
506 name = "pin-utils"
507 version = "0.1.0"
508 source = "registry+https://github.com/rust-lang/crates.io-index"
509 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
510
511 [[package]]
512 name = "proc-macro2"
513 version = "1.0.49"
514 source = "registry+https://github.com/rust-lang/crates.io-index"
515 checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
516 dependencies = [
517  "unicode-ident",
518 ]
519
520 [[package]]
521 name = "quote"
522 version = "1.0.23"
523 source = "registry+https://github.com/rust-lang/crates.io-index"
524 checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
525 dependencies = [
526  "proc-macro2",
527 ]
528
529 [[package]]
530 name = "rand"
531 version = "0.4.6"
532 source = "registry+https://github.com/rust-lang/crates.io-index"
533 checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
534 dependencies = [
535  "fuchsia-cprng",
536  "libc",
537  "rand_core 0.3.1",
538  "rdrand",
539  "winapi",
540 ]
541
542 [[package]]
543 name = "rand_core"
544 version = "0.3.1"
545 source = "registry+https://github.com/rust-lang/crates.io-index"
546 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
547 dependencies = [
548  "rand_core 0.4.2",
549 ]
550
551 [[package]]
552 name = "rand_core"
553 version = "0.4.2"
554 source = "registry+https://github.com/rust-lang/crates.io-index"
555 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
556
557 [[package]]
558 name = "rdrand"
559 version = "0.4.0"
560 source = "registry+https://github.com/rust-lang/crates.io-index"
561 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
562 dependencies = [
563  "rand_core 0.3.1",
564 ]
565
566 [[package]]
567 name = "ryu"
568 version = "1.0.12"
569 source = "registry+https://github.com/rust-lang/crates.io-index"
570 checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
571
572 [[package]]
573 name = "scratch"
574 version = "1.0.3"
575 source = "registry+https://github.com/rust-lang/crates.io-index"
576 checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
577
578 [[package]]
579 name = "secp256k1"
580 version = "0.24.2"
581 source = "registry+https://github.com/rust-lang/crates.io-index"
582 checksum = "d9512ffd81e3a3503ed401f79c33168b9148c75038956039166cd750eaa037c3"
583 dependencies = [
584  "bitcoin_hashes",
585  "secp256k1-sys",
586 ]
587
588 [[package]]
589 name = "secp256k1-sys"
590 version = "0.6.1"
591 source = "registry+https://github.com/rust-lang/crates.io-index"
592 checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"
593 dependencies = [
594  "cc",
595 ]
596
597 [[package]]
598 name = "serde"
599 version = "1.0.152"
600 source = "registry+https://github.com/rust-lang/crates.io-index"
601 checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
602 dependencies = [
603  "serde_derive",
604 ]
605
606 [[package]]
607 name = "serde_derive"
608 version = "1.0.152"
609 source = "registry+https://github.com/rust-lang/crates.io-index"
610 checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
611 dependencies = [
612  "proc-macro2",
613  "quote",
614  "syn",
615 ]
616
617 [[package]]
618 name = "serde_json"
619 version = "1.0.91"
620 source = "registry+https://github.com/rust-lang/crates.io-index"
621 checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
622 dependencies = [
623  "itoa",
624  "ryu",
625  "serde",
626 ]
627
628 [[package]]
629 name = "slab"
630 version = "0.4.7"
631 source = "registry+https://github.com/rust-lang/crates.io-index"
632 checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
633 dependencies = [
634  "autocfg",
635 ]
636
637 [[package]]
638 name = "socket2"
639 version = "0.4.7"
640 source = "registry+https://github.com/rust-lang/crates.io-index"
641 checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
642 dependencies = [
643  "libc",
644  "winapi",
645 ]
646
647 [[package]]
648 name = "syn"
649 version = "1.0.107"
650 source = "registry+https://github.com/rust-lang/crates.io-index"
651 checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
652 dependencies = [
653  "proc-macro2",
654  "quote",
655  "unicode-ident",
656 ]
657
658 [[package]]
659 name = "termcolor"
660 version = "1.1.3"
661 source = "registry+https://github.com/rust-lang/crates.io-index"
662 checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
663 dependencies = [
664  "winapi-util",
665 ]
666
667 [[package]]
668 name = "time"
669 version = "0.1.45"
670 source = "registry+https://github.com/rust-lang/crates.io-index"
671 checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
672 dependencies = [
673  "libc",
674  "wasi 0.10.0+wasi-snapshot-preview1",
675  "winapi",
676 ]
677
678 [[package]]
679 name = "tokio"
680 version = "1.24.1"
681 source = "registry+https://github.com/rust-lang/crates.io-index"
682 checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae"
683 dependencies = [
684  "autocfg",
685  "bytes",
686  "libc",
687  "memchr",
688  "mio",
689  "num_cpus",
690  "pin-project-lite",
691  "socket2",
692  "tokio-macros",
693  "windows-sys",
694 ]
695
696 [[package]]
697 name = "tokio-macros"
698 version = "1.8.2"
699 source = "registry+https://github.com/rust-lang/crates.io-index"
700 checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
701 dependencies = [
702  "proc-macro2",
703  "quote",
704  "syn",
705 ]
706
707 [[package]]
708 name = "unicode-ident"
709 version = "1.0.6"
710 source = "registry+https://github.com/rust-lang/crates.io-index"
711 checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
712
713 [[package]]
714 name = "unicode-width"
715 version = "0.1.10"
716 source = "registry+https://github.com/rust-lang/crates.io-index"
717 checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
718
719 [[package]]
720 name = "wasi"
721 version = "0.10.0+wasi-snapshot-preview1"
722 source = "registry+https://github.com/rust-lang/crates.io-index"
723 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
724
725 [[package]]
726 name = "wasi"
727 version = "0.11.0+wasi-snapshot-preview1"
728 source = "registry+https://github.com/rust-lang/crates.io-index"
729 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
730
731 [[package]]
732 name = "wasm-bindgen"
733 version = "0.2.83"
734 source = "registry+https://github.com/rust-lang/crates.io-index"
735 checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
736 dependencies = [
737  "cfg-if",
738  "wasm-bindgen-macro",
739 ]
740
741 [[package]]
742 name = "wasm-bindgen-backend"
743 version = "0.2.83"
744 source = "registry+https://github.com/rust-lang/crates.io-index"
745 checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
746 dependencies = [
747  "bumpalo",
748  "log",
749  "once_cell",
750  "proc-macro2",
751  "quote",
752  "syn",
753  "wasm-bindgen-shared",
754 ]
755
756 [[package]]
757 name = "wasm-bindgen-macro"
758 version = "0.2.83"
759 source = "registry+https://github.com/rust-lang/crates.io-index"
760 checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
761 dependencies = [
762  "quote",
763  "wasm-bindgen-macro-support",
764 ]
765
766 [[package]]
767 name = "wasm-bindgen-macro-support"
768 version = "0.2.83"
769 source = "registry+https://github.com/rust-lang/crates.io-index"
770 checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
771 dependencies = [
772  "proc-macro2",
773  "quote",
774  "syn",
775  "wasm-bindgen-backend",
776  "wasm-bindgen-shared",
777 ]
778
779 [[package]]
780 name = "wasm-bindgen-shared"
781 version = "0.2.83"
782 source = "registry+https://github.com/rust-lang/crates.io-index"
783 checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
784
785 [[package]]
786 name = "winapi"
787 version = "0.3.9"
788 source = "registry+https://github.com/rust-lang/crates.io-index"
789 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
790 dependencies = [
791  "winapi-i686-pc-windows-gnu",
792  "winapi-x86_64-pc-windows-gnu",
793 ]
794
795 [[package]]
796 name = "winapi-i686-pc-windows-gnu"
797 version = "0.4.0"
798 source = "registry+https://github.com/rust-lang/crates.io-index"
799 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
800
801 [[package]]
802 name = "winapi-util"
803 version = "0.1.5"
804 source = "registry+https://github.com/rust-lang/crates.io-index"
805 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
806 dependencies = [
807  "winapi",
808 ]
809
810 [[package]]
811 name = "winapi-x86_64-pc-windows-gnu"
812 version = "0.4.0"
813 source = "registry+https://github.com/rust-lang/crates.io-index"
814 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
815
816 [[package]]
817 name = "windows-sys"
818 version = "0.42.0"
819 source = "registry+https://github.com/rust-lang/crates.io-index"
820 checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
821 dependencies = [
822  "windows_aarch64_gnullvm",
823  "windows_aarch64_msvc",
824  "windows_i686_gnu",
825  "windows_i686_msvc",
826  "windows_x86_64_gnu",
827  "windows_x86_64_gnullvm",
828  "windows_x86_64_msvc",
829 ]
830
831 [[package]]
832 name = "windows_aarch64_gnullvm"
833 version = "0.42.0"
834 source = "registry+https://github.com/rust-lang/crates.io-index"
835 checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
836
837 [[package]]
838 name = "windows_aarch64_msvc"
839 version = "0.42.0"
840 source = "registry+https://github.com/rust-lang/crates.io-index"
841 checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
842
843 [[package]]
844 name = "windows_i686_gnu"
845 version = "0.42.0"
846 source = "registry+https://github.com/rust-lang/crates.io-index"
847 checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
848
849 [[package]]
850 name = "windows_i686_msvc"
851 version = "0.42.0"
852 source = "registry+https://github.com/rust-lang/crates.io-index"
853 checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
854
855 [[package]]
856 name = "windows_x86_64_gnu"
857 version = "0.42.0"
858 source = "registry+https://github.com/rust-lang/crates.io-index"
859 checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
860
861 [[package]]
862 name = "windows_x86_64_gnullvm"
863 version = "0.42.0"
864 source = "registry+https://github.com/rust-lang/crates.io-index"
865 checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
866
867 [[package]]
868 name = "windows_x86_64_msvc"
869 version = "0.42.0"
870 source = "registry+https://github.com/rust-lang/crates.io-index"
871 checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"