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