Update to LDK 0.0.112
[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.1.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
10
11 [[package]]
12 name = "base64"
13 version = "0.13.0"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
16
17 [[package]]
18 name = "bech32"
19 version = "0.8.1"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b"
22
23 [[package]]
24 name = "bech32"
25 version = "0.9.1"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27 checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
28
29 [[package]]
30 name = "bitcoin"
31 version = "0.29.1"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "9cb36de3b18ad25f396f9168302e36fb7e1e8923298ab3127da252d288d5af9d"
34 dependencies = [
35  "bech32 0.9.1",
36  "bitcoin_hashes",
37  "secp256k1",
38 ]
39
40 [[package]]
41 name = "bitcoin-bech32"
42 version = "0.12.1"
43 source = "registry+https://github.com/rust-lang/crates.io-index"
44 checksum = "754eb4c7f35c031f33c95cc257b4c4192a5c9d3de637d3ee78ab052a3f35da57"
45 dependencies = [
46  "bech32 0.8.1",
47 ]
48
49 [[package]]
50 name = "bitcoin_hashes"
51 version = "0.11.0"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53 checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4"
54
55 [[package]]
56 name = "bytes"
57 version = "1.1.0"
58 source = "registry+https://github.com/rust-lang/crates.io-index"
59 checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
60
61 [[package]]
62 name = "cc"
63 version = "1.0.73"
64 source = "registry+https://github.com/rust-lang/crates.io-index"
65 checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
66
67 [[package]]
68 name = "cfg-if"
69 version = "1.0.0"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
71 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
72
73 [[package]]
74 name = "chrono"
75 version = "0.4.19"
76 source = "registry+https://github.com/rust-lang/crates.io-index"
77 checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
78 dependencies = [
79  "libc",
80  "num-integer",
81  "num-traits",
82  "time",
83  "winapi",
84 ]
85
86 [[package]]
87 name = "chunked_transfer"
88 version = "1.4.0"
89 source = "registry+https://github.com/rust-lang/crates.io-index"
90 checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
91
92 [[package]]
93 name = "fuchsia-cprng"
94 version = "0.1.1"
95 source = "registry+https://github.com/rust-lang/crates.io-index"
96 checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
97
98 [[package]]
99 name = "futures"
100 version = "0.3.21"
101 source = "registry+https://github.com/rust-lang/crates.io-index"
102 checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
103 dependencies = [
104  "futures-channel",
105  "futures-core",
106  "futures-executor",
107  "futures-io",
108  "futures-sink",
109  "futures-task",
110  "futures-util",
111 ]
112
113 [[package]]
114 name = "futures-channel"
115 version = "0.3.21"
116 source = "registry+https://github.com/rust-lang/crates.io-index"
117 checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
118 dependencies = [
119  "futures-core",
120  "futures-sink",
121 ]
122
123 [[package]]
124 name = "futures-core"
125 version = "0.3.21"
126 source = "registry+https://github.com/rust-lang/crates.io-index"
127 checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
128
129 [[package]]
130 name = "futures-executor"
131 version = "0.3.21"
132 source = "registry+https://github.com/rust-lang/crates.io-index"
133 checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
134 dependencies = [
135  "futures-core",
136  "futures-task",
137  "futures-util",
138 ]
139
140 [[package]]
141 name = "futures-io"
142 version = "0.3.21"
143 source = "registry+https://github.com/rust-lang/crates.io-index"
144 checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
145
146 [[package]]
147 name = "futures-macro"
148 version = "0.3.21"
149 source = "registry+https://github.com/rust-lang/crates.io-index"
150 checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
151 dependencies = [
152  "proc-macro2",
153  "quote",
154  "syn",
155 ]
156
157 [[package]]
158 name = "futures-sink"
159 version = "0.3.21"
160 source = "registry+https://github.com/rust-lang/crates.io-index"
161 checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
162
163 [[package]]
164 name = "futures-task"
165 version = "0.3.21"
166 source = "registry+https://github.com/rust-lang/crates.io-index"
167 checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
168
169 [[package]]
170 name = "futures-util"
171 version = "0.3.21"
172 source = "registry+https://github.com/rust-lang/crates.io-index"
173 checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
174 dependencies = [
175  "futures-channel",
176  "futures-core",
177  "futures-io",
178  "futures-macro",
179  "futures-sink",
180  "futures-task",
181  "memchr",
182  "pin-project-lite",
183  "pin-utils",
184  "slab",
185 ]
186
187 [[package]]
188 name = "hermit-abi"
189 version = "0.1.19"
190 source = "registry+https://github.com/rust-lang/crates.io-index"
191 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
192 dependencies = [
193  "libc",
194 ]
195
196 [[package]]
197 name = "hex"
198 version = "0.3.2"
199 source = "registry+https://github.com/rust-lang/crates.io-index"
200 checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
201
202 [[package]]
203 name = "itoa"
204 version = "1.0.2"
205 source = "registry+https://github.com/rust-lang/crates.io-index"
206 checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
207
208 [[package]]
209 name = "ldk-tutorial-node"
210 version = "0.1.0"
211 dependencies = [
212  "base64",
213  "bech32 0.8.1",
214  "bitcoin",
215  "bitcoin-bech32",
216  "chrono",
217  "futures",
218  "hex",
219  "libc",
220  "lightning",
221  "lightning-background-processor",
222  "lightning-block-sync",
223  "lightning-invoice",
224  "lightning-net-tokio",
225  "lightning-persister",
226  "lightning-rapid-gossip-sync",
227  "rand",
228  "serde_json",
229  "tokio",
230 ]
231
232 [[package]]
233 name = "libc"
234 version = "0.2.126"
235 source = "registry+https://github.com/rust-lang/crates.io-index"
236 checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
237
238 [[package]]
239 name = "lightning"
240 version = "0.0.112"
241 source = "registry+https://github.com/rust-lang/crates.io-index"
242 checksum = "5deb857f23c88083ac09bc31fe4eadccf4b2779fb3c973862691258bff38b0e2"
243 dependencies = [
244  "bitcoin",
245 ]
246
247 [[package]]
248 name = "lightning-background-processor"
249 version = "0.0.112"
250 source = "registry+https://github.com/rust-lang/crates.io-index"
251 checksum = "382ee5cabdacb852187c84c86bd47fe6fb29189cddad30546e25ec1731e35c68"
252 dependencies = [
253  "bitcoin",
254  "lightning",
255  "lightning-rapid-gossip-sync",
256 ]
257
258 [[package]]
259 name = "lightning-block-sync"
260 version = "0.0.112"
261 source = "registry+https://github.com/rust-lang/crates.io-index"
262 checksum = "03590e7bc8b4c622ec3bcec03f7e00c774aafb91c0d6b5e854993e05be677730"
263 dependencies = [
264  "bitcoin",
265  "chunked_transfer",
266  "futures-util",
267  "lightning",
268  "serde",
269  "serde_json",
270 ]
271
272 [[package]]
273 name = "lightning-invoice"
274 version = "0.20.0"
275 source = "registry+https://github.com/rust-lang/crates.io-index"
276 checksum = "0fc6ec960257cddce1b85d5ce258821a6138dcd0ae9fd9661b2c3061df588289"
277 dependencies = [
278  "bech32 0.9.1",
279  "bitcoin_hashes",
280  "lightning",
281  "num-traits",
282  "secp256k1",
283 ]
284
285 [[package]]
286 name = "lightning-net-tokio"
287 version = "0.0.112"
288 source = "registry+https://github.com/rust-lang/crates.io-index"
289 checksum = "2fb57b9c19e929656d578d1019bb66b1121c1217a101f5ca73f68630f74edb20"
290 dependencies = [
291  "bitcoin",
292  "lightning",
293  "tokio",
294 ]
295
296 [[package]]
297 name = "lightning-persister"
298 version = "0.0.112"
299 source = "registry+https://github.com/rust-lang/crates.io-index"
300 checksum = "5010dc150e128199635af3469ef842e161c0a8630abee3a4ca9cf13bc935cb01"
301 dependencies = [
302  "bitcoin",
303  "libc",
304  "lightning",
305  "winapi",
306 ]
307
308 [[package]]
309 name = "lightning-rapid-gossip-sync"
310 version = "0.0.112"
311 source = "registry+https://github.com/rust-lang/crates.io-index"
312 checksum = "ccd6cea4c9191247d3ed262feaffb3f43814eafede9097364c413aea17cf281b"
313 dependencies = [
314  "bitcoin",
315  "lightning",
316 ]
317
318 [[package]]
319 name = "log"
320 version = "0.4.17"
321 source = "registry+https://github.com/rust-lang/crates.io-index"
322 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
323 dependencies = [
324  "cfg-if",
325 ]
326
327 [[package]]
328 name = "memchr"
329 version = "2.5.0"
330 source = "registry+https://github.com/rust-lang/crates.io-index"
331 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
332
333 [[package]]
334 name = "mio"
335 version = "0.7.14"
336 source = "registry+https://github.com/rust-lang/crates.io-index"
337 checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
338 dependencies = [
339  "libc",
340  "log",
341  "miow",
342  "ntapi",
343  "winapi",
344 ]
345
346 [[package]]
347 name = "miow"
348 version = "0.3.7"
349 source = "registry+https://github.com/rust-lang/crates.io-index"
350 checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
351 dependencies = [
352  "winapi",
353 ]
354
355 [[package]]
356 name = "ntapi"
357 version = "0.3.7"
358 source = "registry+https://github.com/rust-lang/crates.io-index"
359 checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
360 dependencies = [
361  "winapi",
362 ]
363
364 [[package]]
365 name = "num-integer"
366 version = "0.1.45"
367 source = "registry+https://github.com/rust-lang/crates.io-index"
368 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
369 dependencies = [
370  "autocfg",
371  "num-traits",
372 ]
373
374 [[package]]
375 name = "num-traits"
376 version = "0.2.15"
377 source = "registry+https://github.com/rust-lang/crates.io-index"
378 checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
379 dependencies = [
380  "autocfg",
381 ]
382
383 [[package]]
384 name = "num_cpus"
385 version = "1.13.1"
386 source = "registry+https://github.com/rust-lang/crates.io-index"
387 checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
388 dependencies = [
389  "hermit-abi",
390  "libc",
391 ]
392
393 [[package]]
394 name = "pin-project-lite"
395 version = "0.2.9"
396 source = "registry+https://github.com/rust-lang/crates.io-index"
397 checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
398
399 [[package]]
400 name = "pin-utils"
401 version = "0.1.0"
402 source = "registry+https://github.com/rust-lang/crates.io-index"
403 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
404
405 [[package]]
406 name = "proc-macro2"
407 version = "1.0.40"
408 source = "registry+https://github.com/rust-lang/crates.io-index"
409 checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
410 dependencies = [
411  "unicode-ident",
412 ]
413
414 [[package]]
415 name = "quote"
416 version = "1.0.20"
417 source = "registry+https://github.com/rust-lang/crates.io-index"
418 checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
419 dependencies = [
420  "proc-macro2",
421 ]
422
423 [[package]]
424 name = "rand"
425 version = "0.4.6"
426 source = "registry+https://github.com/rust-lang/crates.io-index"
427 checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
428 dependencies = [
429  "fuchsia-cprng",
430  "libc",
431  "rand_core 0.3.1",
432  "rdrand",
433  "winapi",
434 ]
435
436 [[package]]
437 name = "rand_core"
438 version = "0.3.1"
439 source = "registry+https://github.com/rust-lang/crates.io-index"
440 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
441 dependencies = [
442  "rand_core 0.4.2",
443 ]
444
445 [[package]]
446 name = "rand_core"
447 version = "0.4.2"
448 source = "registry+https://github.com/rust-lang/crates.io-index"
449 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
450
451 [[package]]
452 name = "rdrand"
453 version = "0.4.0"
454 source = "registry+https://github.com/rust-lang/crates.io-index"
455 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
456 dependencies = [
457  "rand_core 0.3.1",
458 ]
459
460 [[package]]
461 name = "ryu"
462 version = "1.0.10"
463 source = "registry+https://github.com/rust-lang/crates.io-index"
464 checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
465
466 [[package]]
467 name = "secp256k1"
468 version = "0.24.0"
469 source = "registry+https://github.com/rust-lang/crates.io-index"
470 checksum = "b7649a0b3ffb32636e60c7ce0d70511eda9c52c658cd0634e194d5a19943aeff"
471 dependencies = [
472  "bitcoin_hashes",
473  "secp256k1-sys",
474 ]
475
476 [[package]]
477 name = "secp256k1-sys"
478 version = "0.6.0"
479 source = "registry+https://github.com/rust-lang/crates.io-index"
480 checksum = "7058dc8eaf3f2810d7828680320acda0b25a288f6d288e19278e249bbf74226b"
481 dependencies = [
482  "cc",
483 ]
484
485 [[package]]
486 name = "serde"
487 version = "1.0.138"
488 source = "registry+https://github.com/rust-lang/crates.io-index"
489 checksum = "1578c6245786b9d168c5447eeacfb96856573ca56c9d68fdcf394be134882a47"
490 dependencies = [
491  "serde_derive",
492 ]
493
494 [[package]]
495 name = "serde_derive"
496 version = "1.0.138"
497 source = "registry+https://github.com/rust-lang/crates.io-index"
498 checksum = "023e9b1467aef8a10fb88f25611870ada9800ef7e22afce356bb0d2387b6f27c"
499 dependencies = [
500  "proc-macro2",
501  "quote",
502  "syn",
503 ]
504
505 [[package]]
506 name = "serde_json"
507 version = "1.0.82"
508 source = "registry+https://github.com/rust-lang/crates.io-index"
509 checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
510 dependencies = [
511  "itoa",
512  "ryu",
513  "serde",
514 ]
515
516 [[package]]
517 name = "slab"
518 version = "0.4.6"
519 source = "registry+https://github.com/rust-lang/crates.io-index"
520 checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
521
522 [[package]]
523 name = "syn"
524 version = "1.0.98"
525 source = "registry+https://github.com/rust-lang/crates.io-index"
526 checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
527 dependencies = [
528  "proc-macro2",
529  "quote",
530  "unicode-ident",
531 ]
532
533 [[package]]
534 name = "time"
535 version = "0.1.44"
536 source = "registry+https://github.com/rust-lang/crates.io-index"
537 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
538 dependencies = [
539  "libc",
540  "wasi",
541  "winapi",
542 ]
543
544 [[package]]
545 name = "tokio"
546 version = "1.14.1"
547 source = "registry+https://github.com/rust-lang/crates.io-index"
548 checksum = "b9d0183f6f6001549ab68f8c7585093bb732beefbcf6d23a10b9b95c73a1dd49"
549 dependencies = [
550  "autocfg",
551  "bytes",
552  "libc",
553  "memchr",
554  "mio",
555  "num_cpus",
556  "pin-project-lite",
557  "tokio-macros",
558  "winapi",
559 ]
560
561 [[package]]
562 name = "tokio-macros"
563 version = "1.8.0"
564 source = "registry+https://github.com/rust-lang/crates.io-index"
565 checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
566 dependencies = [
567  "proc-macro2",
568  "quote",
569  "syn",
570 ]
571
572 [[package]]
573 name = "unicode-ident"
574 version = "1.0.1"
575 source = "registry+https://github.com/rust-lang/crates.io-index"
576 checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"
577
578 [[package]]
579 name = "wasi"
580 version = "0.10.0+wasi-snapshot-preview1"
581 source = "registry+https://github.com/rust-lang/crates.io-index"
582 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
583
584 [[package]]
585 name = "winapi"
586 version = "0.3.9"
587 source = "registry+https://github.com/rust-lang/crates.io-index"
588 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
589 dependencies = [
590  "winapi-i686-pc-windows-gnu",
591  "winapi-x86_64-pc-windows-gnu",
592 ]
593
594 [[package]]
595 name = "winapi-i686-pc-windows-gnu"
596 version = "0.4.0"
597 source = "registry+https://github.com/rust-lang/crates.io-index"
598 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
599
600 [[package]]
601 name = "winapi-x86_64-pc-windows-gnu"
602 version = "0.4.0"
603 source = "registry+https://github.com/rust-lang/crates.io-index"
604 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"