Merge pull request #97 from valentinewallace/2023-02-0.0.114
[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.86"
128 source = "registry+https://github.com/rust-lang/crates.io-index"
129 checksum = "51d1075c37807dcf850c379432f0df05ba52cc30f279c5cfc43cc221ce7f8579"
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.86"
140 source = "registry+https://github.com/rust-lang/crates.io-index"
141 checksum = "5044281f61b27bc598f2f6647d480aed48d2bf52d6eb0b627d84c0361b17aa70"
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.86"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
156 checksum = "61b50bc93ba22c27b0d31128d2d130a0a6b3d267ae27ef7e4fae2167dfe8781c"
157
158 [[package]]
159 name = "cxxbridge-macro"
160 version = "1.0.86"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
162 checksum = "39e61fda7e62115119469c7b3591fd913ecca96fb766cfd3f2e2502ab7bc87a5"
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.114"
351 source = "registry+https://github.com/rust-lang/crates.io-index"
352 checksum = "800ec68a160529ba3ca12c5db629867c4a8de2df272792c1246602966a5b789b"
353 dependencies = [
354  "bitcoin",
355 ]
356
357 [[package]]
358 name = "lightning-background-processor"
359 version = "0.0.114"
360 source = "registry+https://github.com/rust-lang/crates.io-index"
361 checksum = "7af76b912df8827d9e6bde2fadbbb7b1e2d04f7da92009d244394bd2faa37380"
362 dependencies = [
363  "bitcoin",
364  "lightning",
365  "lightning-rapid-gossip-sync",
366 ]
367
368 [[package]]
369 name = "lightning-block-sync"
370 version = "0.0.114"
371 source = "registry+https://github.com/rust-lang/crates.io-index"
372 checksum = "71a6fcb6ffc245cf0aee4a4654145a2a7e670be2d879c14b8ed456cdc4235255"
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.22.0"
385 source = "registry+https://github.com/rust-lang/crates.io-index"
386 checksum = "adfb59c6d13e130aece30fc72a7c17d74b201aed0ffb201b740f36e07aaece32"
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.114"
398 source = "registry+https://github.com/rust-lang/crates.io-index"
399 checksum = "19197703db1195ed908ccd84cd76baaa5916e0d22750a2e1b7188f66516812bd"
400 dependencies = [
401  "bitcoin",
402  "lightning",
403  "tokio",
404 ]
405
406 [[package]]
407 name = "lightning-persister"
408 version = "0.0.114"
409 source = "registry+https://github.com/rust-lang/crates.io-index"
410 checksum = "fce2d2ebf01ec7c9f4fad02846207999118a4ec3992c06d6eab93df7a862066c"
411 dependencies = [
412  "bitcoin",
413  "libc",
414  "lightning",
415  "winapi",
416 ]
417
418 [[package]]
419 name = "lightning-rapid-gossip-sync"
420 version = "0.0.114"
421 source = "registry+https://github.com/rust-lang/crates.io-index"
422 checksum = "6073e6cac4019f39e0bb02d3c92ebbb22950a46a663059b3b0e19f7928e00edb"
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.7.14"
455 source = "registry+https://github.com/rust-lang/crates.io-index"
456 checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
457 dependencies = [
458  "libc",
459  "log",
460  "miow",
461  "ntapi",
462  "winapi",
463 ]
464
465 [[package]]
466 name = "miow"
467 version = "0.3.7"
468 source = "registry+https://github.com/rust-lang/crates.io-index"
469 checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
470 dependencies = [
471  "winapi",
472 ]
473
474 [[package]]
475 name = "ntapi"
476 version = "0.3.7"
477 source = "registry+https://github.com/rust-lang/crates.io-index"
478 checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
479 dependencies = [
480  "winapi",
481 ]
482
483 [[package]]
484 name = "num-integer"
485 version = "0.1.45"
486 source = "registry+https://github.com/rust-lang/crates.io-index"
487 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
488 dependencies = [
489  "autocfg",
490  "num-traits",
491 ]
492
493 [[package]]
494 name = "num-traits"
495 version = "0.2.15"
496 source = "registry+https://github.com/rust-lang/crates.io-index"
497 checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
498 dependencies = [
499  "autocfg",
500 ]
501
502 [[package]]
503 name = "num_cpus"
504 version = "1.15.0"
505 source = "registry+https://github.com/rust-lang/crates.io-index"
506 checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
507 dependencies = [
508  "hermit-abi",
509  "libc",
510 ]
511
512 [[package]]
513 name = "once_cell"
514 version = "1.17.0"
515 source = "registry+https://github.com/rust-lang/crates.io-index"
516 checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
517
518 [[package]]
519 name = "pin-project-lite"
520 version = "0.2.9"
521 source = "registry+https://github.com/rust-lang/crates.io-index"
522 checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
523
524 [[package]]
525 name = "pin-utils"
526 version = "0.1.0"
527 source = "registry+https://github.com/rust-lang/crates.io-index"
528 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
529
530 [[package]]
531 name = "proc-macro2"
532 version = "1.0.49"
533 source = "registry+https://github.com/rust-lang/crates.io-index"
534 checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
535 dependencies = [
536  "unicode-ident",
537 ]
538
539 [[package]]
540 name = "quote"
541 version = "1.0.23"
542 source = "registry+https://github.com/rust-lang/crates.io-index"
543 checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
544 dependencies = [
545  "proc-macro2",
546 ]
547
548 [[package]]
549 name = "rand"
550 version = "0.4.6"
551 source = "registry+https://github.com/rust-lang/crates.io-index"
552 checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
553 dependencies = [
554  "fuchsia-cprng",
555  "libc",
556  "rand_core 0.3.1",
557  "rdrand",
558  "winapi",
559 ]
560
561 [[package]]
562 name = "rand_core"
563 version = "0.3.1"
564 source = "registry+https://github.com/rust-lang/crates.io-index"
565 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
566 dependencies = [
567  "rand_core 0.4.2",
568 ]
569
570 [[package]]
571 name = "rand_core"
572 version = "0.4.2"
573 source = "registry+https://github.com/rust-lang/crates.io-index"
574 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
575
576 [[package]]
577 name = "rdrand"
578 version = "0.4.0"
579 source = "registry+https://github.com/rust-lang/crates.io-index"
580 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
581 dependencies = [
582  "rand_core 0.3.1",
583 ]
584
585 [[package]]
586 name = "ryu"
587 version = "1.0.12"
588 source = "registry+https://github.com/rust-lang/crates.io-index"
589 checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
590
591 [[package]]
592 name = "scratch"
593 version = "1.0.3"
594 source = "registry+https://github.com/rust-lang/crates.io-index"
595 checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
596
597 [[package]]
598 name = "secp256k1"
599 version = "0.24.2"
600 source = "registry+https://github.com/rust-lang/crates.io-index"
601 checksum = "d9512ffd81e3a3503ed401f79c33168b9148c75038956039166cd750eaa037c3"
602 dependencies = [
603  "bitcoin_hashes",
604  "secp256k1-sys",
605 ]
606
607 [[package]]
608 name = "secp256k1-sys"
609 version = "0.6.1"
610 source = "registry+https://github.com/rust-lang/crates.io-index"
611 checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"
612 dependencies = [
613  "cc",
614 ]
615
616 [[package]]
617 name = "serde"
618 version = "1.0.152"
619 source = "registry+https://github.com/rust-lang/crates.io-index"
620 checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
621 dependencies = [
622  "serde_derive",
623 ]
624
625 [[package]]
626 name = "serde_derive"
627 version = "1.0.152"
628 source = "registry+https://github.com/rust-lang/crates.io-index"
629 checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
630 dependencies = [
631  "proc-macro2",
632  "quote",
633  "syn",
634 ]
635
636 [[package]]
637 name = "serde_json"
638 version = "1.0.91"
639 source = "registry+https://github.com/rust-lang/crates.io-index"
640 checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
641 dependencies = [
642  "itoa",
643  "ryu",
644  "serde",
645 ]
646
647 [[package]]
648 name = "slab"
649 version = "0.4.7"
650 source = "registry+https://github.com/rust-lang/crates.io-index"
651 checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
652 dependencies = [
653  "autocfg",
654 ]
655
656 [[package]]
657 name = "syn"
658 version = "1.0.107"
659 source = "registry+https://github.com/rust-lang/crates.io-index"
660 checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
661 dependencies = [
662  "proc-macro2",
663  "quote",
664  "unicode-ident",
665 ]
666
667 [[package]]
668 name = "termcolor"
669 version = "1.1.3"
670 source = "registry+https://github.com/rust-lang/crates.io-index"
671 checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
672 dependencies = [
673  "winapi-util",
674 ]
675
676 [[package]]
677 name = "time"
678 version = "0.1.45"
679 source = "registry+https://github.com/rust-lang/crates.io-index"
680 checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
681 dependencies = [
682  "libc",
683  "wasi",
684  "winapi",
685 ]
686
687 [[package]]
688 name = "tokio"
689 version = "1.14.1"
690 source = "registry+https://github.com/rust-lang/crates.io-index"
691 checksum = "b9d0183f6f6001549ab68f8c7585093bb732beefbcf6d23a10b9b95c73a1dd49"
692 dependencies = [
693  "autocfg",
694  "bytes",
695  "libc",
696  "memchr",
697  "mio",
698  "num_cpus",
699  "pin-project-lite",
700  "tokio-macros",
701  "winapi",
702 ]
703
704 [[package]]
705 name = "tokio-macros"
706 version = "1.8.2"
707 source = "registry+https://github.com/rust-lang/crates.io-index"
708 checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
709 dependencies = [
710  "proc-macro2",
711  "quote",
712  "syn",
713 ]
714
715 [[package]]
716 name = "unicode-ident"
717 version = "1.0.6"
718 source = "registry+https://github.com/rust-lang/crates.io-index"
719 checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
720
721 [[package]]
722 name = "unicode-width"
723 version = "0.1.10"
724 source = "registry+https://github.com/rust-lang/crates.io-index"
725 checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
726
727 [[package]]
728 name = "wasi"
729 version = "0.10.0+wasi-snapshot-preview1"
730 source = "registry+https://github.com/rust-lang/crates.io-index"
731 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
732
733 [[package]]
734 name = "wasm-bindgen"
735 version = "0.2.83"
736 source = "registry+https://github.com/rust-lang/crates.io-index"
737 checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
738 dependencies = [
739  "cfg-if",
740  "wasm-bindgen-macro",
741 ]
742
743 [[package]]
744 name = "wasm-bindgen-backend"
745 version = "0.2.83"
746 source = "registry+https://github.com/rust-lang/crates.io-index"
747 checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
748 dependencies = [
749  "bumpalo",
750  "log",
751  "once_cell",
752  "proc-macro2",
753  "quote",
754  "syn",
755  "wasm-bindgen-shared",
756 ]
757
758 [[package]]
759 name = "wasm-bindgen-macro"
760 version = "0.2.83"
761 source = "registry+https://github.com/rust-lang/crates.io-index"
762 checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
763 dependencies = [
764  "quote",
765  "wasm-bindgen-macro-support",
766 ]
767
768 [[package]]
769 name = "wasm-bindgen-macro-support"
770 version = "0.2.83"
771 source = "registry+https://github.com/rust-lang/crates.io-index"
772 checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
773 dependencies = [
774  "proc-macro2",
775  "quote",
776  "syn",
777  "wasm-bindgen-backend",
778  "wasm-bindgen-shared",
779 ]
780
781 [[package]]
782 name = "wasm-bindgen-shared"
783 version = "0.2.83"
784 source = "registry+https://github.com/rust-lang/crates.io-index"
785 checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
786
787 [[package]]
788 name = "winapi"
789 version = "0.3.9"
790 source = "registry+https://github.com/rust-lang/crates.io-index"
791 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
792 dependencies = [
793  "winapi-i686-pc-windows-gnu",
794  "winapi-x86_64-pc-windows-gnu",
795 ]
796
797 [[package]]
798 name = "winapi-i686-pc-windows-gnu"
799 version = "0.4.0"
800 source = "registry+https://github.com/rust-lang/crates.io-index"
801 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
802
803 [[package]]
804 name = "winapi-util"
805 version = "0.1.5"
806 source = "registry+https://github.com/rust-lang/crates.io-index"
807 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
808 dependencies = [
809  "winapi",
810 ]
811
812 [[package]]
813 name = "winapi-x86_64-pc-windows-gnu"
814 version = "0.4.0"
815 source = "registry+https://github.com/rust-lang/crates.io-index"
816 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"