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