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