f167acc1c6b65ab3dfb427f1a46c334fe4e11602
[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 source = "git+https://github.com/rust-bitcoin/rust-lightning?rev=d6f41d3c0b38b9ec9e06a3acfdd9f4b1d007a27d#d6f41d3c0b38b9ec9e06a3acfdd9f4b1d007a27d"
13 dependencies = [
14  "bitcoin 0.24.0",
15  "lightning 0.0.12 (git+https://github.com/rust-bitcoin/rust-lightning?rev=d6f41d3c0b38b9ec9e06a3acfdd9f4b1d007a27d)",
16  "lightning-persister 0.0.1 (git+https://github.com/rust-bitcoin/rust-lightning?rev=d6f41d3c0b38b9ec9e06a3acfdd9f4b1d007a27d)",
17 ]
18
19 [[package]]
20 name = "base-x"
21 version = "0.2.8"
22 source = "registry+https://github.com/rust-lang/crates.io-index"
23 checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
24
25 [[package]]
26 name = "base64"
27 version = "0.13.0"
28 source = "registry+https://github.com/rust-lang/crates.io-index"
29 checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
30
31 [[package]]
32 name = "bech32"
33 version = "0.7.2"
34 source = "registry+https://github.com/rust-lang/crates.io-index"
35 checksum = "cdcf67bb7ba7797a081cd19009948ab533af7c355d5caf1d08c777582d351e9c"
36
37 [[package]]
38 name = "bitcoin"
39 version = "0.24.0"
40 source = "registry+https://github.com/rust-lang/crates.io-index"
41 checksum = "6558aeb12c290cce541a222cba280387161f2bd180a7feb85f8f172cd8ba80e8"
42 dependencies = [
43  "bech32",
44  "bitcoin_hashes 0.8.0",
45  "secp256k1 0.18.0",
46 ]
47
48 [[package]]
49 name = "bitcoin"
50 version = "0.26.0"
51 source = "registry+https://github.com/rust-lang/crates.io-index"
52 checksum = "1ec5f88a446d66e7474a3b8fa2e348320b574463fb78d799d90ba68f79f48e0e"
53 dependencies = [
54  "bech32",
55  "bitcoin_hashes 0.9.4",
56  "secp256k1 0.20.1",
57 ]
58
59 [[package]]
60 name = "bitcoin_hashes"
61 version = "0.8.0"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
63 checksum = "3b0ab784be052cc1e915a78b8aaf5101eebbc2d0ab2b6f5124985f3677ae2bea"
64
65 [[package]]
66 name = "bitcoin_hashes"
67 version = "0.9.4"
68 source = "registry+https://github.com/rust-lang/crates.io-index"
69 checksum = "0aaf87b776808e26ae93289bc7d025092b6d909c193f0cdee0b3a86e7bd3c776"
70
71 [[package]]
72 name = "bitflags"
73 version = "1.2.1"
74 source = "registry+https://github.com/rust-lang/crates.io-index"
75 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
76
77 [[package]]
78 name = "bumpalo"
79 version = "3.6.0"
80 source = "registry+https://github.com/rust-lang/crates.io-index"
81 checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9"
82
83 [[package]]
84 name = "bytes"
85 version = "0.5.6"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
87 checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
88
89 [[package]]
90 name = "bytes"
91 version = "1.0.1"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93 checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
94
95 [[package]]
96 name = "cc"
97 version = "1.0.66"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
99 checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
100
101 [[package]]
102 name = "cfg-if"
103 version = "0.1.10"
104 source = "registry+https://github.com/rust-lang/crates.io-index"
105 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
106
107 [[package]]
108 name = "cfg-if"
109 version = "1.0.0"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
112
113 [[package]]
114 name = "chunked_transfer"
115 version = "1.4.0"
116 source = "registry+https://github.com/rust-lang/crates.io-index"
117 checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
118
119 [[package]]
120 name = "const_fn"
121 version = "0.4.5"
122 source = "registry+https://github.com/rust-lang/crates.io-index"
123 checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
124
125 [[package]]
126 name = "discard"
127 version = "1.0.4"
128 source = "registry+https://github.com/rust-lang/crates.io-index"
129 checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
130
131 [[package]]
132 name = "fnv"
133 version = "1.0.7"
134 source = "registry+https://github.com/rust-lang/crates.io-index"
135 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
136
137 [[package]]
138 name = "fuchsia-cprng"
139 version = "0.1.1"
140 source = "registry+https://github.com/rust-lang/crates.io-index"
141 checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
142
143 [[package]]
144 name = "fuchsia-zircon"
145 version = "0.3.3"
146 source = "registry+https://github.com/rust-lang/crates.io-index"
147 checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
148 dependencies = [
149  "bitflags",
150  "fuchsia-zircon-sys",
151 ]
152
153 [[package]]
154 name = "fuchsia-zircon-sys"
155 version = "0.3.3"
156 source = "registry+https://github.com/rust-lang/crates.io-index"
157 checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
158
159 [[package]]
160 name = "futures"
161 version = "0.3.12"
162 source = "registry+https://github.com/rust-lang/crates.io-index"
163 checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
164 dependencies = [
165  "futures-channel",
166  "futures-core",
167  "futures-executor",
168  "futures-io",
169  "futures-sink",
170  "futures-task",
171  "futures-util",
172 ]
173
174 [[package]]
175 name = "futures-channel"
176 version = "0.3.12"
177 source = "registry+https://github.com/rust-lang/crates.io-index"
178 checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
179 dependencies = [
180  "futures-core",
181  "futures-sink",
182 ]
183
184 [[package]]
185 name = "futures-core"
186 version = "0.3.12"
187 source = "registry+https://github.com/rust-lang/crates.io-index"
188 checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
189
190 [[package]]
191 name = "futures-executor"
192 version = "0.3.12"
193 source = "registry+https://github.com/rust-lang/crates.io-index"
194 checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
195 dependencies = [
196  "futures-core",
197  "futures-task",
198  "futures-util",
199 ]
200
201 [[package]]
202 name = "futures-io"
203 version = "0.3.12"
204 source = "registry+https://github.com/rust-lang/crates.io-index"
205 checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
206
207 [[package]]
208 name = "futures-macro"
209 version = "0.3.12"
210 source = "registry+https://github.com/rust-lang/crates.io-index"
211 checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
212 dependencies = [
213  "proc-macro-hack",
214  "proc-macro2",
215  "quote",
216  "syn",
217 ]
218
219 [[package]]
220 name = "futures-sink"
221 version = "0.3.12"
222 source = "registry+https://github.com/rust-lang/crates.io-index"
223 checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
224
225 [[package]]
226 name = "futures-task"
227 version = "0.3.12"
228 source = "registry+https://github.com/rust-lang/crates.io-index"
229 checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
230 dependencies = [
231  "once_cell",
232 ]
233
234 [[package]]
235 name = "futures-util"
236 version = "0.3.12"
237 source = "registry+https://github.com/rust-lang/crates.io-index"
238 checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
239 dependencies = [
240  "futures-channel",
241  "futures-core",
242  "futures-io",
243  "futures-macro",
244  "futures-sink",
245  "futures-task",
246  "memchr",
247  "pin-project-lite 0.2.4",
248  "pin-utils",
249  "proc-macro-hack",
250  "proc-macro-nested",
251  "slab",
252 ]
253
254 [[package]]
255 name = "hermit-abi"
256 version = "0.1.18"
257 source = "registry+https://github.com/rust-lang/crates.io-index"
258 checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
259 dependencies = [
260  "libc",
261 ]
262
263 [[package]]
264 name = "hex"
265 version = "0.3.2"
266 source = "registry+https://github.com/rust-lang/crates.io-index"
267 checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
268
269 [[package]]
270 name = "iovec"
271 version = "0.1.4"
272 source = "registry+https://github.com/rust-lang/crates.io-index"
273 checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
274 dependencies = [
275  "libc",
276 ]
277
278 [[package]]
279 name = "itoa"
280 version = "0.4.7"
281 source = "registry+https://github.com/rust-lang/crates.io-index"
282 checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
283
284 [[package]]
285 name = "kernel32-sys"
286 version = "0.2.2"
287 source = "registry+https://github.com/rust-lang/crates.io-index"
288 checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
289 dependencies = [
290  "winapi 0.2.8",
291  "winapi-build",
292 ]
293
294 [[package]]
295 name = "lazy_static"
296 version = "1.4.0"
297 source = "registry+https://github.com/rust-lang/crates.io-index"
298 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
299
300 [[package]]
301 name = "ldk-tutorial-node"
302 version = "0.1.0"
303 dependencies = [
304  "background-processor",
305  "base64",
306  "bitcoin 0.26.0",
307  "hex",
308  "lightning 0.0.12 (git+https://github.com/rust-bitcoin/rust-lightning?rev=c35002fa9c16042badfa5e7bf819df5f1d2ae60a)",
309  "lightning-block-sync",
310  "lightning-invoice",
311  "lightning-net-tokio",
312  "lightning-persister 0.0.1 (git+https://github.com/rust-bitcoin/rust-lightning?rev=aa127f55edc4439b03426644d178e402397329e8)",
313  "rand",
314  "serde_json",
315  "time",
316  "tokio 0.2.25",
317 ]
318
319 [[package]]
320 name = "libc"
321 version = "0.2.86"
322 source = "registry+https://github.com/rust-lang/crates.io-index"
323 checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
324
325 [[package]]
326 name = "lightning"
327 version = "0.0.12"
328 dependencies = [
329  "bitcoin 0.24.0",
330 ]
331
332 [[package]]
333 name = "lightning"
334 version = "0.0.12"
335 source = "git+https://github.com/rust-bitcoin/rust-lightning?rev=aa127f55edc4439b03426644d178e402397329e8#aa127f55edc4439b03426644d178e402397329e8"
336 dependencies = [
337  "bitcoin 0.24.0",
338 ]
339
340 [[package]]
341 name = "lightning"
342 version = "0.0.12"
343 source = "git+https://github.com/rust-bitcoin/rust-lightning?rev=c35002fa9c16042badfa5e7bf819df5f1d2ae60a#c35002fa9c16042badfa5e7bf819df5f1d2ae60a"
344 dependencies = [
345  "bitcoin 0.24.0",
346 ]
347
348 [[package]]
349 name = "lightning"
350 version = "0.0.12"
351 source = "git+https://github.com/rust-bitcoin/rust-lightning?rev=d6f41d3c0b38b9ec9e06a3acfdd9f4b1d007a27d#d6f41d3c0b38b9ec9e06a3acfdd9f4b1d007a27d"
352 dependencies = [
353  "bitcoin 0.24.0",
354 ]
355
356 [[package]]
357 name = "lightning"
358 version = "0.0.12"
359 source = "git+https://github.com/rust-bitcoin/rust-lightning?rev=ff00f6f8861419b73269e6c51d75ac9de75f1d1f#ff00f6f8861419b73269e6c51d75ac9de75f1d1f"
360 dependencies = [
361  "bitcoin 0.24.0",
362 ]
363
364 [[package]]
365 name = "lightning-block-sync"
366 version = "0.0.1"
367 dependencies = [
368  "bitcoin 0.24.0",
369  "chunked_transfer",
370  "futures",
371  "lightning 0.0.12",
372  "serde",
373  "serde_json",
374  "tokio 1.2.0",
375 ]
376
377 [[package]]
378 name = "lightning-invoice"
379 version = "0.4.0"
380 source = "git+https://github.com/rust-bitcoin/rust-lightning-invoice?rev=ea25dc7e46a6339493032c500db4fe3a8fdb1acd#ea25dc7e46a6339493032c500db4fe3a8fdb1acd"
381 dependencies = [
382  "bech32",
383  "bitcoin_hashes 0.9.4",
384  "num-traits",
385  "secp256k1 0.20.1",
386 ]
387
388 [[package]]
389 name = "lightning-net-tokio"
390 version = "0.0.5"
391 source = "git+https://github.com/rust-bitcoin/rust-lightning?rev=ff00f6f8861419b73269e6c51d75ac9de75f1d1f#ff00f6f8861419b73269e6c51d75ac9de75f1d1f"
392 dependencies = [
393  "bitcoin 0.24.0",
394  "lightning 0.0.12 (git+https://github.com/rust-bitcoin/rust-lightning?rev=ff00f6f8861419b73269e6c51d75ac9de75f1d1f)",
395  "tokio 1.2.0",
396 ]
397
398 [[package]]
399 name = "lightning-persister"
400 version = "0.0.1"
401 source = "git+https://github.com/rust-bitcoin/rust-lightning?rev=aa127f55edc4439b03426644d178e402397329e8#aa127f55edc4439b03426644d178e402397329e8"
402 dependencies = [
403  "bitcoin 0.24.0",
404  "libc",
405  "lightning 0.0.12 (git+https://github.com/rust-bitcoin/rust-lightning?rev=aa127f55edc4439b03426644d178e402397329e8)",
406  "winapi 0.3.9",
407 ]
408
409 [[package]]
410 name = "lightning-persister"
411 version = "0.0.1"
412 source = "git+https://github.com/rust-bitcoin/rust-lightning?rev=d6f41d3c0b38b9ec9e06a3acfdd9f4b1d007a27d#d6f41d3c0b38b9ec9e06a3acfdd9f4b1d007a27d"
413 dependencies = [
414  "bitcoin 0.24.0",
415  "libc",
416  "lightning 0.0.12 (git+https://github.com/rust-bitcoin/rust-lightning?rev=d6f41d3c0b38b9ec9e06a3acfdd9f4b1d007a27d)",
417  "winapi 0.3.9",
418 ]
419
420 [[package]]
421 name = "log"
422 version = "0.4.14"
423 source = "registry+https://github.com/rust-lang/crates.io-index"
424 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
425 dependencies = [
426  "cfg-if 1.0.0",
427 ]
428
429 [[package]]
430 name = "memchr"
431 version = "2.3.4"
432 source = "registry+https://github.com/rust-lang/crates.io-index"
433 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
434
435 [[package]]
436 name = "mio"
437 version = "0.6.23"
438 source = "registry+https://github.com/rust-lang/crates.io-index"
439 checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
440 dependencies = [
441  "cfg-if 0.1.10",
442  "fuchsia-zircon",
443  "fuchsia-zircon-sys",
444  "iovec",
445  "kernel32-sys",
446  "libc",
447  "log",
448  "miow 0.2.2",
449  "net2",
450  "slab",
451  "winapi 0.2.8",
452 ]
453
454 [[package]]
455 name = "mio"
456 version = "0.7.7"
457 source = "registry+https://github.com/rust-lang/crates.io-index"
458 checksum = "e50ae3f04d169fcc9bde0b547d1c205219b7157e07ded9c5aff03e0637cb3ed7"
459 dependencies = [
460  "libc",
461  "log",
462  "miow 0.3.6",
463  "ntapi",
464  "winapi 0.3.9",
465 ]
466
467 [[package]]
468 name = "miow"
469 version = "0.2.2"
470 source = "registry+https://github.com/rust-lang/crates.io-index"
471 checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
472 dependencies = [
473  "kernel32-sys",
474  "net2",
475  "winapi 0.2.8",
476  "ws2_32-sys",
477 ]
478
479 [[package]]
480 name = "miow"
481 version = "0.3.6"
482 source = "registry+https://github.com/rust-lang/crates.io-index"
483 checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
484 dependencies = [
485  "socket2",
486  "winapi 0.3.9",
487 ]
488
489 [[package]]
490 name = "net2"
491 version = "0.2.37"
492 source = "registry+https://github.com/rust-lang/crates.io-index"
493 checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
494 dependencies = [
495  "cfg-if 0.1.10",
496  "libc",
497  "winapi 0.3.9",
498 ]
499
500 [[package]]
501 name = "ntapi"
502 version = "0.3.6"
503 source = "registry+https://github.com/rust-lang/crates.io-index"
504 checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
505 dependencies = [
506  "winapi 0.3.9",
507 ]
508
509 [[package]]
510 name = "num-traits"
511 version = "0.2.14"
512 source = "registry+https://github.com/rust-lang/crates.io-index"
513 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
514 dependencies = [
515  "autocfg",
516 ]
517
518 [[package]]
519 name = "num_cpus"
520 version = "1.13.0"
521 source = "registry+https://github.com/rust-lang/crates.io-index"
522 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
523 dependencies = [
524  "hermit-abi",
525  "libc",
526 ]
527
528 [[package]]
529 name = "once_cell"
530 version = "1.5.2"
531 source = "registry+https://github.com/rust-lang/crates.io-index"
532 checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
533
534 [[package]]
535 name = "pin-project-lite"
536 version = "0.1.11"
537 source = "registry+https://github.com/rust-lang/crates.io-index"
538 checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
539
540 [[package]]
541 name = "pin-project-lite"
542 version = "0.2.4"
543 source = "registry+https://github.com/rust-lang/crates.io-index"
544 checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
545
546 [[package]]
547 name = "pin-utils"
548 version = "0.1.0"
549 source = "registry+https://github.com/rust-lang/crates.io-index"
550 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
551
552 [[package]]
553 name = "proc-macro-hack"
554 version = "0.5.19"
555 source = "registry+https://github.com/rust-lang/crates.io-index"
556 checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
557
558 [[package]]
559 name = "proc-macro-nested"
560 version = "0.1.7"
561 source = "registry+https://github.com/rust-lang/crates.io-index"
562 checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
563
564 [[package]]
565 name = "proc-macro2"
566 version = "1.0.24"
567 source = "registry+https://github.com/rust-lang/crates.io-index"
568 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
569 dependencies = [
570  "unicode-xid",
571 ]
572
573 [[package]]
574 name = "quote"
575 version = "1.0.8"
576 source = "registry+https://github.com/rust-lang/crates.io-index"
577 checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
578 dependencies = [
579  "proc-macro2",
580 ]
581
582 [[package]]
583 name = "rand"
584 version = "0.4.6"
585 source = "registry+https://github.com/rust-lang/crates.io-index"
586 checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
587 dependencies = [
588  "fuchsia-cprng",
589  "libc",
590  "rand_core 0.3.1",
591  "rdrand",
592  "winapi 0.3.9",
593 ]
594
595 [[package]]
596 name = "rand_core"
597 version = "0.3.1"
598 source = "registry+https://github.com/rust-lang/crates.io-index"
599 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
600 dependencies = [
601  "rand_core 0.4.2",
602 ]
603
604 [[package]]
605 name = "rand_core"
606 version = "0.4.2"
607 source = "registry+https://github.com/rust-lang/crates.io-index"
608 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
609
610 [[package]]
611 name = "rdrand"
612 version = "0.4.0"
613 source = "registry+https://github.com/rust-lang/crates.io-index"
614 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
615 dependencies = [
616  "rand_core 0.3.1",
617 ]
618
619 [[package]]
620 name = "rustc_version"
621 version = "0.2.3"
622 source = "registry+https://github.com/rust-lang/crates.io-index"
623 checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
624 dependencies = [
625  "semver",
626 ]
627
628 [[package]]
629 name = "ryu"
630 version = "1.0.5"
631 source = "registry+https://github.com/rust-lang/crates.io-index"
632 checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
633
634 [[package]]
635 name = "secp256k1"
636 version = "0.18.0"
637 source = "registry+https://github.com/rust-lang/crates.io-index"
638 checksum = "8f3f534ef4e9dfa6c4b2ccca131f791daddf9cc2123b4124615cb144ea91611a"
639 dependencies = [
640  "secp256k1-sys 0.2.0",
641 ]
642
643 [[package]]
644 name = "secp256k1"
645 version = "0.20.1"
646 source = "registry+https://github.com/rust-lang/crates.io-index"
647 checksum = "733b114f058f260c0af7591434eef4272ae1a8ec2751766d3cb89c6df8d5e450"
648 dependencies = [
649  "secp256k1-sys 0.4.0",
650 ]
651
652 [[package]]
653 name = "secp256k1-sys"
654 version = "0.2.0"
655 source = "registry+https://github.com/rust-lang/crates.io-index"
656 checksum = "71453d9b088b19ae43a803d88ecaa876b11ed8999df024cca4becb6be9aee351"
657 dependencies = [
658  "cc",
659 ]
660
661 [[package]]
662 name = "secp256k1-sys"
663 version = "0.4.0"
664 source = "registry+https://github.com/rust-lang/crates.io-index"
665 checksum = "67e4b6455ee49f5901c8985b88f98fb0a0e1d90a6661f5a03f4888bd987dad29"
666 dependencies = [
667  "cc",
668 ]
669
670 [[package]]
671 name = "semver"
672 version = "0.9.0"
673 source = "registry+https://github.com/rust-lang/crates.io-index"
674 checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
675 dependencies = [
676  "semver-parser",
677 ]
678
679 [[package]]
680 name = "semver-parser"
681 version = "0.7.0"
682 source = "registry+https://github.com/rust-lang/crates.io-index"
683 checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
684
685 [[package]]
686 name = "serde"
687 version = "1.0.123"
688 source = "registry+https://github.com/rust-lang/crates.io-index"
689 checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
690 dependencies = [
691  "serde_derive",
692 ]
693
694 [[package]]
695 name = "serde_derive"
696 version = "1.0.123"
697 source = "registry+https://github.com/rust-lang/crates.io-index"
698 checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
699 dependencies = [
700  "proc-macro2",
701  "quote",
702  "syn",
703 ]
704
705 [[package]]
706 name = "serde_json"
707 version = "1.0.62"
708 source = "registry+https://github.com/rust-lang/crates.io-index"
709 checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486"
710 dependencies = [
711  "itoa",
712  "ryu",
713  "serde",
714 ]
715
716 [[package]]
717 name = "sha1"
718 version = "0.6.0"
719 source = "registry+https://github.com/rust-lang/crates.io-index"
720 checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
721
722 [[package]]
723 name = "slab"
724 version = "0.4.2"
725 source = "registry+https://github.com/rust-lang/crates.io-index"
726 checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
727
728 [[package]]
729 name = "socket2"
730 version = "0.3.19"
731 source = "registry+https://github.com/rust-lang/crates.io-index"
732 checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
733 dependencies = [
734  "cfg-if 1.0.0",
735  "libc",
736  "winapi 0.3.9",
737 ]
738
739 [[package]]
740 name = "standback"
741 version = "0.2.15"
742 source = "registry+https://github.com/rust-lang/crates.io-index"
743 checksum = "a2beb4d1860a61f571530b3f855a1b538d0200f7871c63331ecd6f17b1f014f8"
744 dependencies = [
745  "version_check",
746 ]
747
748 [[package]]
749 name = "stdweb"
750 version = "0.4.20"
751 source = "registry+https://github.com/rust-lang/crates.io-index"
752 checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
753 dependencies = [
754  "discard",
755  "rustc_version",
756  "stdweb-derive",
757  "stdweb-internal-macros",
758  "stdweb-internal-runtime",
759  "wasm-bindgen",
760 ]
761
762 [[package]]
763 name = "stdweb-derive"
764 version = "0.5.3"
765 source = "registry+https://github.com/rust-lang/crates.io-index"
766 checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
767 dependencies = [
768  "proc-macro2",
769  "quote",
770  "serde",
771  "serde_derive",
772  "syn",
773 ]
774
775 [[package]]
776 name = "stdweb-internal-macros"
777 version = "0.2.9"
778 source = "registry+https://github.com/rust-lang/crates.io-index"
779 checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
780 dependencies = [
781  "base-x",
782  "proc-macro2",
783  "quote",
784  "serde",
785  "serde_derive",
786  "serde_json",
787  "sha1",
788  "syn",
789 ]
790
791 [[package]]
792 name = "stdweb-internal-runtime"
793 version = "0.1.5"
794 source = "registry+https://github.com/rust-lang/crates.io-index"
795 checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
796
797 [[package]]
798 name = "syn"
799 version = "1.0.60"
800 source = "registry+https://github.com/rust-lang/crates.io-index"
801 checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
802 dependencies = [
803  "proc-macro2",
804  "quote",
805  "unicode-xid",
806 ]
807
808 [[package]]
809 name = "time"
810 version = "0.2.25"
811 source = "registry+https://github.com/rust-lang/crates.io-index"
812 checksum = "1195b046942c221454c2539395f85413b33383a067449d78aab2b7b052a142f7"
813 dependencies = [
814  "const_fn",
815  "libc",
816  "standback",
817  "stdweb",
818  "time-macros",
819  "version_check",
820  "winapi 0.3.9",
821 ]
822
823 [[package]]
824 name = "time-macros"
825 version = "0.1.1"
826 source = "registry+https://github.com/rust-lang/crates.io-index"
827 checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
828 dependencies = [
829  "proc-macro-hack",
830  "time-macros-impl",
831 ]
832
833 [[package]]
834 name = "time-macros-impl"
835 version = "0.1.1"
836 source = "registry+https://github.com/rust-lang/crates.io-index"
837 checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
838 dependencies = [
839  "proc-macro-hack",
840  "proc-macro2",
841  "quote",
842  "standback",
843  "syn",
844 ]
845
846 [[package]]
847 name = "tokio"
848 version = "0.2.25"
849 source = "registry+https://github.com/rust-lang/crates.io-index"
850 checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
851 dependencies = [
852  "bytes 0.5.6",
853  "fnv",
854  "iovec",
855  "lazy_static",
856  "memchr",
857  "mio 0.6.23",
858  "num_cpus",
859  "pin-project-lite 0.1.11",
860  "slab",
861 ]
862
863 [[package]]
864 name = "tokio"
865 version = "1.2.0"
866 source = "registry+https://github.com/rust-lang/crates.io-index"
867 checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a"
868 dependencies = [
869  "autocfg",
870  "bytes 1.0.1",
871  "libc",
872  "memchr",
873  "mio 0.7.7",
874  "num_cpus",
875  "pin-project-lite 0.2.4",
876  "tokio-macros",
877 ]
878
879 [[package]]
880 name = "tokio-macros"
881 version = "1.1.0"
882 source = "registry+https://github.com/rust-lang/crates.io-index"
883 checksum = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57"
884 dependencies = [
885  "proc-macro2",
886  "quote",
887  "syn",
888 ]
889
890 [[package]]
891 name = "unicode-xid"
892 version = "0.2.1"
893 source = "registry+https://github.com/rust-lang/crates.io-index"
894 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
895
896 [[package]]
897 name = "version_check"
898 version = "0.9.2"
899 source = "registry+https://github.com/rust-lang/crates.io-index"
900 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
901
902 [[package]]
903 name = "wasm-bindgen"
904 version = "0.2.70"
905 source = "registry+https://github.com/rust-lang/crates.io-index"
906 checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be"
907 dependencies = [
908  "cfg-if 1.0.0",
909  "wasm-bindgen-macro",
910 ]
911
912 [[package]]
913 name = "wasm-bindgen-backend"
914 version = "0.2.70"
915 source = "registry+https://github.com/rust-lang/crates.io-index"
916 checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7"
917 dependencies = [
918  "bumpalo",
919  "lazy_static",
920  "log",
921  "proc-macro2",
922  "quote",
923  "syn",
924  "wasm-bindgen-shared",
925 ]
926
927 [[package]]
928 name = "wasm-bindgen-macro"
929 version = "0.2.70"
930 source = "registry+https://github.com/rust-lang/crates.io-index"
931 checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c"
932 dependencies = [
933  "quote",
934  "wasm-bindgen-macro-support",
935 ]
936
937 [[package]]
938 name = "wasm-bindgen-macro-support"
939 version = "0.2.70"
940 source = "registry+https://github.com/rust-lang/crates.io-index"
941 checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385"
942 dependencies = [
943  "proc-macro2",
944  "quote",
945  "syn",
946  "wasm-bindgen-backend",
947  "wasm-bindgen-shared",
948 ]
949
950 [[package]]
951 name = "wasm-bindgen-shared"
952 version = "0.2.70"
953 source = "registry+https://github.com/rust-lang/crates.io-index"
954 checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64"
955
956 [[package]]
957 name = "winapi"
958 version = "0.2.8"
959 source = "registry+https://github.com/rust-lang/crates.io-index"
960 checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
961
962 [[package]]
963 name = "winapi"
964 version = "0.3.9"
965 source = "registry+https://github.com/rust-lang/crates.io-index"
966 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
967 dependencies = [
968  "winapi-i686-pc-windows-gnu",
969  "winapi-x86_64-pc-windows-gnu",
970 ]
971
972 [[package]]
973 name = "winapi-build"
974 version = "0.1.1"
975 source = "registry+https://github.com/rust-lang/crates.io-index"
976 checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
977
978 [[package]]
979 name = "winapi-i686-pc-windows-gnu"
980 version = "0.4.0"
981 source = "registry+https://github.com/rust-lang/crates.io-index"
982 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
983
984 [[package]]
985 name = "winapi-x86_64-pc-windows-gnu"
986 version = "0.4.0"
987 source = "registry+https://github.com/rust-lang/crates.io-index"
988 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
989
990 [[package]]
991 name = "ws2_32-sys"
992 version = "0.2.1"
993 source = "registry+https://github.com/rust-lang/crates.io-index"
994 checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
995 dependencies = [
996  "winapi 0.2.8",
997  "winapi-build",
998 ]