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