Next draft. Features: connectpeer, listchannels, sendpayment, autoreconnect to chan...
[ldk-sample] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "autocfg"
5 version = "1.0.1"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
8
9 [[package]]
10 name = "background-processor"
11 version = "0.1.0"
12 dependencies = [
13  "bitcoin",
14  "lightning",
15  "lightning-persister",
16 ]
17
18 [[package]]
19 name = "base-x"
20 version = "0.2.8"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
22 checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
23
24 [[package]]
25 name = "base64"
26 version = "0.13.0"
27 source = "registry+https://github.com/rust-lang/crates.io-index"
28 checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
29
30 [[package]]
31 name = "bech32"
32 version = "0.4.1"
33 source = "registry+https://github.com/rust-lang/crates.io-index"
34 checksum = "4408a9bf5c378a42ca9039e4ef3e3d8df3443f76d2ebe249fd720a2c5e17d2da"
35
36 [[package]]
37 name = "bech32"
38 version = "0.7.2"
39 source = "registry+https://github.com/rust-lang/crates.io-index"
40 checksum = "cdcf67bb7ba7797a081cd19009948ab533af7c355d5caf1d08c777582d351e9c"
41
42 [[package]]
43 name = "bitcoin"
44 version = "0.26.0"
45 source = "registry+https://github.com/rust-lang/crates.io-index"
46 checksum = "1ec5f88a446d66e7474a3b8fa2e348320b574463fb78d799d90ba68f79f48e0e"
47 dependencies = [
48  "bech32 0.7.2",
49  "bitcoin_hashes",
50  "secp256k1",
51 ]
52
53 [[package]]
54 name = "bitcoin-bech32"
55 version = "0.7.0"
56 source = "registry+https://github.com/rust-lang/crates.io-index"
57 checksum = "b5791779c83cf6bde070a92c22505f2faa06487fc8f372e4d485c41a71351105"
58 dependencies = [
59  "bech32 0.4.1",
60 ]
61
62 [[package]]
63 name = "bitcoin_hashes"
64 version = "0.9.4"
65 source = "registry+https://github.com/rust-lang/crates.io-index"
66 checksum = "0aaf87b776808e26ae93289bc7d025092b6d909c193f0cdee0b3a86e7bd3c776"
67
68 [[package]]
69 name = "bumpalo"
70 version = "3.6.0"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
72 checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9"
73
74 [[package]]
75 name = "bytes"
76 version = "1.0.1"
77 source = "registry+https://github.com/rust-lang/crates.io-index"
78 checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
79
80 [[package]]
81 name = "cc"
82 version = "1.0.66"
83 source = "registry+https://github.com/rust-lang/crates.io-index"
84 checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
85
86 [[package]]
87 name = "cfg-if"
88 version = "1.0.0"
89 source = "registry+https://github.com/rust-lang/crates.io-index"
90 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
91
92 [[package]]
93 name = "chunked_transfer"
94 version = "1.4.0"
95 source = "registry+https://github.com/rust-lang/crates.io-index"
96 checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
97
98 [[package]]
99 name = "const_fn"
100 version = "0.4.5"
101 source = "registry+https://github.com/rust-lang/crates.io-index"
102 checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
103
104 [[package]]
105 name = "discard"
106 version = "1.0.4"
107 source = "registry+https://github.com/rust-lang/crates.io-index"
108 checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
109
110 [[package]]
111 name = "fuchsia-cprng"
112 version = "0.1.1"
113 source = "registry+https://github.com/rust-lang/crates.io-index"
114 checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
115
116 [[package]]
117 name = "futures"
118 version = "0.3.12"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
120 checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
121 dependencies = [
122  "futures-channel",
123  "futures-core",
124  "futures-executor",
125  "futures-io",
126  "futures-sink",
127  "futures-task",
128  "futures-util",
129 ]
130
131 [[package]]
132 name = "futures-channel"
133 version = "0.3.12"
134 source = "registry+https://github.com/rust-lang/crates.io-index"
135 checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
136 dependencies = [
137  "futures-core",
138  "futures-sink",
139 ]
140
141 [[package]]
142 name = "futures-core"
143 version = "0.3.12"
144 source = "registry+https://github.com/rust-lang/crates.io-index"
145 checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
146
147 [[package]]
148 name = "futures-executor"
149 version = "0.3.12"
150 source = "registry+https://github.com/rust-lang/crates.io-index"
151 checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
152 dependencies = [
153  "futures-core",
154  "futures-task",
155  "futures-util",
156 ]
157
158 [[package]]
159 name = "futures-io"
160 version = "0.3.12"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
162 checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
163
164 [[package]]
165 name = "futures-macro"
166 version = "0.3.12"
167 source = "registry+https://github.com/rust-lang/crates.io-index"
168 checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
169 dependencies = [
170  "proc-macro-hack",
171  "proc-macro2",
172  "quote",
173  "syn",
174 ]
175
176 [[package]]
177 name = "futures-sink"
178 version = "0.3.12"
179 source = "registry+https://github.com/rust-lang/crates.io-index"
180 checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
181
182 [[package]]
183 name = "futures-task"
184 version = "0.3.12"
185 source = "registry+https://github.com/rust-lang/crates.io-index"
186 checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
187 dependencies = [
188  "once_cell",
189 ]
190
191 [[package]]
192 name = "futures-util"
193 version = "0.3.12"
194 source = "registry+https://github.com/rust-lang/crates.io-index"
195 checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
196 dependencies = [
197  "futures-channel",
198  "futures-core",
199  "futures-io",
200  "futures-macro",
201  "futures-sink",
202  "futures-task",
203  "memchr",
204  "pin-project-lite",
205  "pin-utils",
206  "proc-macro-hack",
207  "proc-macro-nested",
208  "slab",
209 ]
210
211 [[package]]
212 name = "hermit-abi"
213 version = "0.1.18"
214 source = "registry+https://github.com/rust-lang/crates.io-index"
215 checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
216 dependencies = [
217  "libc",
218 ]
219
220 [[package]]
221 name = "hex"
222 version = "0.3.2"
223 source = "registry+https://github.com/rust-lang/crates.io-index"
224 checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
225
226 [[package]]
227 name = "itoa"
228 version = "0.4.7"
229 source = "registry+https://github.com/rust-lang/crates.io-index"
230 checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
231
232 [[package]]
233 name = "lazy_static"
234 version = "1.4.0"
235 source = "registry+https://github.com/rust-lang/crates.io-index"
236 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
237
238 [[package]]
239 name = "ldk-tutorial-node"
240 version = "0.1.0"
241 dependencies = [
242  "background-processor",
243  "base64",
244  "bech32 0.7.2",
245  "bitcoin",
246  "bitcoin-bech32",
247  "hex",
248  "lightning",
249  "lightning-block-sync",
250  "lightning-invoice",
251  "lightning-net-tokio",
252  "lightning-persister",
253  "rand",
254  "serde_json",
255  "time",
256  "tokio",
257 ]
258
259 [[package]]
260 name = "libc"
261 version = "0.2.86"
262 source = "registry+https://github.com/rust-lang/crates.io-index"
263 checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
264
265 [[package]]
266 name = "lightning"
267 version = "0.0.12"
268 dependencies = [
269  "bitcoin",
270 ]
271
272 [[package]]
273 name = "lightning-block-sync"
274 version = "0.0.1"
275 dependencies = [
276  "bitcoin",
277  "chunked_transfer",
278  "futures",
279  "lightning",
280  "serde",
281  "serde_json",
282 ]
283
284 [[package]]
285 name = "lightning-invoice"
286 version = "0.4.0"
287 dependencies = [
288  "bech32 0.7.2",
289  "bitcoin_hashes",
290  "num-traits",
291  "secp256k1",
292 ]
293
294 [[package]]
295 name = "lightning-net-tokio"
296 version = "0.0.5"
297 dependencies = [
298  "bitcoin",
299  "lightning",
300  "tokio",
301 ]
302
303 [[package]]
304 name = "lightning-persister"
305 version = "0.0.1"
306 dependencies = [
307  "bitcoin",
308  "libc",
309  "lightning",
310  "winapi",
311 ]
312
313 [[package]]
314 name = "log"
315 version = "0.4.14"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
317 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
318 dependencies = [
319  "cfg-if",
320 ]
321
322 [[package]]
323 name = "memchr"
324 version = "2.3.4"
325 source = "registry+https://github.com/rust-lang/crates.io-index"
326 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
327
328 [[package]]
329 name = "mio"
330 version = "0.7.7"
331 source = "registry+https://github.com/rust-lang/crates.io-index"
332 checksum = "e50ae3f04d169fcc9bde0b547d1c205219b7157e07ded9c5aff03e0637cb3ed7"
333 dependencies = [
334  "libc",
335  "log",
336  "miow",
337  "ntapi",
338  "winapi",
339 ]
340
341 [[package]]
342 name = "miow"
343 version = "0.3.6"
344 source = "registry+https://github.com/rust-lang/crates.io-index"
345 checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
346 dependencies = [
347  "socket2",
348  "winapi",
349 ]
350
351 [[package]]
352 name = "ntapi"
353 version = "0.3.6"
354 source = "registry+https://github.com/rust-lang/crates.io-index"
355 checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
356 dependencies = [
357  "winapi",
358 ]
359
360 [[package]]
361 name = "num-traits"
362 version = "0.2.14"
363 source = "registry+https://github.com/rust-lang/crates.io-index"
364 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
365 dependencies = [
366  "autocfg",
367 ]
368
369 [[package]]
370 name = "num_cpus"
371 version = "1.13.0"
372 source = "registry+https://github.com/rust-lang/crates.io-index"
373 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
374 dependencies = [
375  "hermit-abi",
376  "libc",
377 ]
378
379 [[package]]
380 name = "once_cell"
381 version = "1.5.2"
382 source = "registry+https://github.com/rust-lang/crates.io-index"
383 checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
384
385 [[package]]
386 name = "pin-project-lite"
387 version = "0.2.4"
388 source = "registry+https://github.com/rust-lang/crates.io-index"
389 checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
390
391 [[package]]
392 name = "pin-utils"
393 version = "0.1.0"
394 source = "registry+https://github.com/rust-lang/crates.io-index"
395 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
396
397 [[package]]
398 name = "proc-macro-hack"
399 version = "0.5.19"
400 source = "registry+https://github.com/rust-lang/crates.io-index"
401 checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
402
403 [[package]]
404 name = "proc-macro-nested"
405 version = "0.1.7"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
407 checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
408
409 [[package]]
410 name = "proc-macro2"
411 version = "1.0.24"
412 source = "registry+https://github.com/rust-lang/crates.io-index"
413 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
414 dependencies = [
415  "unicode-xid",
416 ]
417
418 [[package]]
419 name = "quote"
420 version = "1.0.8"
421 source = "registry+https://github.com/rust-lang/crates.io-index"
422 checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
423 dependencies = [
424  "proc-macro2",
425 ]
426
427 [[package]]
428 name = "rand"
429 version = "0.4.6"
430 source = "registry+https://github.com/rust-lang/crates.io-index"
431 checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
432 dependencies = [
433  "fuchsia-cprng",
434  "libc",
435  "rand_core 0.3.1",
436  "rdrand",
437  "winapi",
438 ]
439
440 [[package]]
441 name = "rand_core"
442 version = "0.3.1"
443 source = "registry+https://github.com/rust-lang/crates.io-index"
444 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
445 dependencies = [
446  "rand_core 0.4.2",
447 ]
448
449 [[package]]
450 name = "rand_core"
451 version = "0.4.2"
452 source = "registry+https://github.com/rust-lang/crates.io-index"
453 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
454
455 [[package]]
456 name = "rdrand"
457 version = "0.4.0"
458 source = "registry+https://github.com/rust-lang/crates.io-index"
459 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
460 dependencies = [
461  "rand_core 0.3.1",
462 ]
463
464 [[package]]
465 name = "rustc_version"
466 version = "0.2.3"
467 source = "registry+https://github.com/rust-lang/crates.io-index"
468 checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
469 dependencies = [
470  "semver",
471 ]
472
473 [[package]]
474 name = "ryu"
475 version = "1.0.5"
476 source = "registry+https://github.com/rust-lang/crates.io-index"
477 checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
478
479 [[package]]
480 name = "secp256k1"
481 version = "0.20.1"
482 source = "registry+https://github.com/rust-lang/crates.io-index"
483 checksum = "733b114f058f260c0af7591434eef4272ae1a8ec2751766d3cb89c6df8d5e450"
484 dependencies = [
485  "secp256k1-sys",
486 ]
487
488 [[package]]
489 name = "secp256k1-sys"
490 version = "0.4.0"
491 source = "registry+https://github.com/rust-lang/crates.io-index"
492 checksum = "67e4b6455ee49f5901c8985b88f98fb0a0e1d90a6661f5a03f4888bd987dad29"
493 dependencies = [
494  "cc",
495 ]
496
497 [[package]]
498 name = "semver"
499 version = "0.9.0"
500 source = "registry+https://github.com/rust-lang/crates.io-index"
501 checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
502 dependencies = [
503  "semver-parser",
504 ]
505
506 [[package]]
507 name = "semver-parser"
508 version = "0.7.0"
509 source = "registry+https://github.com/rust-lang/crates.io-index"
510 checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
511
512 [[package]]
513 name = "serde"
514 version = "1.0.123"
515 source = "registry+https://github.com/rust-lang/crates.io-index"
516 checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
517 dependencies = [
518  "serde_derive",
519 ]
520
521 [[package]]
522 name = "serde_derive"
523 version = "1.0.123"
524 source = "registry+https://github.com/rust-lang/crates.io-index"
525 checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
526 dependencies = [
527  "proc-macro2",
528  "quote",
529  "syn",
530 ]
531
532 [[package]]
533 name = "serde_json"
534 version = "1.0.62"
535 source = "registry+https://github.com/rust-lang/crates.io-index"
536 checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486"
537 dependencies = [
538  "itoa",
539  "ryu",
540  "serde",
541 ]
542
543 [[package]]
544 name = "sha1"
545 version = "0.6.0"
546 source = "registry+https://github.com/rust-lang/crates.io-index"
547 checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
548
549 [[package]]
550 name = "slab"
551 version = "0.4.2"
552 source = "registry+https://github.com/rust-lang/crates.io-index"
553 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
554
555 [[package]]
556 name = "socket2"
557 version = "0.3.19"
558 source = "registry+https://github.com/rust-lang/crates.io-index"
559 checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
560 dependencies = [
561  "cfg-if",
562  "libc",
563  "winapi",
564 ]
565
566 [[package]]
567 name = "standback"
568 version = "0.2.15"
569 source = "registry+https://github.com/rust-lang/crates.io-index"
570 checksum = "a2beb4d1860a61f571530b3f855a1b538d0200f7871c63331ecd6f17b1f014f8"
571 dependencies = [
572  "version_check",
573 ]
574
575 [[package]]
576 name = "stdweb"
577 version = "0.4.20"
578 source = "registry+https://github.com/rust-lang/crates.io-index"
579 checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
580 dependencies = [
581  "discard",
582  "rustc_version",
583  "stdweb-derive",
584  "stdweb-internal-macros",
585  "stdweb-internal-runtime",
586  "wasm-bindgen",
587 ]
588
589 [[package]]
590 name = "stdweb-derive"
591 version = "0.5.3"
592 source = "registry+https://github.com/rust-lang/crates.io-index"
593 checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
594 dependencies = [
595  "proc-macro2",
596  "quote",
597  "serde",
598  "serde_derive",
599  "syn",
600 ]
601
602 [[package]]
603 name = "stdweb-internal-macros"
604 version = "0.2.9"
605 source = "registry+https://github.com/rust-lang/crates.io-index"
606 checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
607 dependencies = [
608  "base-x",
609  "proc-macro2",
610  "quote",
611  "serde",
612  "serde_derive",
613  "serde_json",
614  "sha1",
615  "syn",
616 ]
617
618 [[package]]
619 name = "stdweb-internal-runtime"
620 version = "0.1.5"
621 source = "registry+https://github.com/rust-lang/crates.io-index"
622 checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
623
624 [[package]]
625 name = "syn"
626 version = "1.0.60"
627 source = "registry+https://github.com/rust-lang/crates.io-index"
628 checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
629 dependencies = [
630  "proc-macro2",
631  "quote",
632  "unicode-xid",
633 ]
634
635 [[package]]
636 name = "time"
637 version = "0.2.25"
638 source = "registry+https://github.com/rust-lang/crates.io-index"
639 checksum = "1195b046942c221454c2539395f85413b33383a067449d78aab2b7b052a142f7"
640 dependencies = [
641  "const_fn",
642  "libc",
643  "standback",
644  "stdweb",
645  "time-macros",
646  "version_check",
647  "winapi",
648 ]
649
650 [[package]]
651 name = "time-macros"
652 version = "0.1.1"
653 source = "registry+https://github.com/rust-lang/crates.io-index"
654 checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
655 dependencies = [
656  "proc-macro-hack",
657  "time-macros-impl",
658 ]
659
660 [[package]]
661 name = "time-macros-impl"
662 version = "0.1.1"
663 source = "registry+https://github.com/rust-lang/crates.io-index"
664 checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
665 dependencies = [
666  "proc-macro-hack",
667  "proc-macro2",
668  "quote",
669  "standback",
670  "syn",
671 ]
672
673 [[package]]
674 name = "tokio"
675 version = "1.2.0"
676 source = "registry+https://github.com/rust-lang/crates.io-index"
677 checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a"
678 dependencies = [
679  "autocfg",
680  "bytes",
681  "libc",
682  "memchr",
683  "mio",
684  "num_cpus",
685  "pin-project-lite",
686  "tokio-macros",
687 ]
688
689 [[package]]
690 name = "tokio-macros"
691 version = "1.1.0"
692 source = "registry+https://github.com/rust-lang/crates.io-index"
693 checksum = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57"
694 dependencies = [
695  "proc-macro2",
696  "quote",
697  "syn",
698 ]
699
700 [[package]]
701 name = "unicode-xid"
702 version = "0.2.1"
703 source = "registry+https://github.com/rust-lang/crates.io-index"
704 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
705
706 [[package]]
707 name = "version_check"
708 version = "0.9.2"
709 source = "registry+https://github.com/rust-lang/crates.io-index"
710 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
711
712 [[package]]
713 name = "wasm-bindgen"
714 version = "0.2.70"
715 source = "registry+https://github.com/rust-lang/crates.io-index"
716 checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be"
717 dependencies = [
718  "cfg-if",
719  "wasm-bindgen-macro",
720 ]
721
722 [[package]]
723 name = "wasm-bindgen-backend"
724 version = "0.2.70"
725 source = "registry+https://github.com/rust-lang/crates.io-index"
726 checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7"
727 dependencies = [
728  "bumpalo",
729  "lazy_static",
730  "log",
731  "proc-macro2",
732  "quote",
733  "syn",
734  "wasm-bindgen-shared",
735 ]
736
737 [[package]]
738 name = "wasm-bindgen-macro"
739 version = "0.2.70"
740 source = "registry+https://github.com/rust-lang/crates.io-index"
741 checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c"
742 dependencies = [
743  "quote",
744  "wasm-bindgen-macro-support",
745 ]
746
747 [[package]]
748 name = "wasm-bindgen-macro-support"
749 version = "0.2.70"
750 source = "registry+https://github.com/rust-lang/crates.io-index"
751 checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385"
752 dependencies = [
753  "proc-macro2",
754  "quote",
755  "syn",
756  "wasm-bindgen-backend",
757  "wasm-bindgen-shared",
758 ]
759
760 [[package]]
761 name = "wasm-bindgen-shared"
762 version = "0.2.70"
763 source = "registry+https://github.com/rust-lang/crates.io-index"
764 checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64"
765
766 [[package]]
767 name = "winapi"
768 version = "0.3.9"
769 source = "registry+https://github.com/rust-lang/crates.io-index"
770 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
771 dependencies = [
772  "winapi-i686-pc-windows-gnu",
773  "winapi-x86_64-pc-windows-gnu",
774 ]
775
776 [[package]]
777 name = "winapi-i686-pc-windows-gnu"
778 version = "0.4.0"
779 source = "registry+https://github.com/rust-lang/crates.io-index"
780 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
781
782 [[package]]
783 name = "winapi-x86_64-pc-windows-gnu"
784 version = "0.4.0"
785 source = "registry+https://github.com/rust-lang/crates.io-index"
786 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"