Update Cargo.lock
[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.28.1"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27 checksum = "05bba324e6baf655b882df672453dbbc527bc938cadd27750ae510aaccc3a66a"
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  "lightning-rapid-gossip-sync",
220  "rand",
221  "serde_json",
222  "tokio",
223 ]
224
225 [[package]]
226 name = "libc"
227 version = "0.2.119"
228 source = "registry+https://github.com/rust-lang/crates.io-index"
229 checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
230
231 [[package]]
232 name = "lightning"
233 version = "0.0.107"
234 source = "registry+https://github.com/rust-lang/crates.io-index"
235 checksum = "c9d26c0da268a793c9c9a37365c4f6c496bfdbcbe8e17f74f226ce04cca3d721"
236 dependencies = [
237  "bitcoin",
238 ]
239
240 [[package]]
241 name = "lightning-background-processor"
242 version = "0.0.107"
243 source = "registry+https://github.com/rust-lang/crates.io-index"
244 checksum = "d7ab2cb885578117635c9389dbc30ab74c4532e2dddc530215bc7aae5fb6d5f6"
245 dependencies = [
246  "bitcoin",
247  "lightning",
248  "lightning-rapid-gossip-sync",
249 ]
250
251 [[package]]
252 name = "lightning-block-sync"
253 version = "0.0.107"
254 source = "registry+https://github.com/rust-lang/crates.io-index"
255 checksum = "a90da35aa25b605224c7b99d4d2232183545253570d1edce5ddf007ef4cdb485"
256 dependencies = [
257  "bitcoin",
258  "chunked_transfer",
259  "futures",
260  "lightning",
261  "serde",
262  "serde_json",
263 ]
264
265 [[package]]
266 name = "lightning-invoice"
267 version = "0.15.0"
268 source = "registry+https://github.com/rust-lang/crates.io-index"
269 checksum = "40813315a166d0bc053c396b6d2d99b26adcb6db937e073755ca13460eb71630"
270 dependencies = [
271  "bech32",
272  "bitcoin_hashes",
273  "lightning",
274  "num-traits",
275  "secp256k1",
276 ]
277
278 [[package]]
279 name = "lightning-net-tokio"
280 version = "0.0.107"
281 source = "registry+https://github.com/rust-lang/crates.io-index"
282 checksum = "3e1007cef0f7121a2ca68bcf6aadaab4618e2e63570e84dbcb26e17902c1f943"
283 dependencies = [
284  "bitcoin",
285  "lightning",
286  "tokio",
287 ]
288
289 [[package]]
290 name = "lightning-persister"
291 version = "0.0.107"
292 source = "registry+https://github.com/rust-lang/crates.io-index"
293 checksum = "513d513afce4c720423828ccac550ca12d00432368b4e5d751790257eb72c078"
294 dependencies = [
295  "bitcoin",
296  "libc",
297  "lightning",
298  "winapi",
299 ]
300
301 [[package]]
302 name = "lightning-rapid-gossip-sync"
303 version = "0.0.107"
304 source = "registry+https://github.com/rust-lang/crates.io-index"
305 checksum = "f80f7131856f0ae61c22665edf953b11890c53a10e83f6d8f2dc01a5026be3d4"
306 dependencies = [
307  "bitcoin",
308  "lightning",
309 ]
310
311 [[package]]
312 name = "log"
313 version = "0.4.14"
314 source = "registry+https://github.com/rust-lang/crates.io-index"
315 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
316 dependencies = [
317  "cfg-if",
318 ]
319
320 [[package]]
321 name = "memchr"
322 version = "2.4.1"
323 source = "registry+https://github.com/rust-lang/crates.io-index"
324 checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
325
326 [[package]]
327 name = "mio"
328 version = "0.8.0"
329 source = "registry+https://github.com/rust-lang/crates.io-index"
330 checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
331 dependencies = [
332  "libc",
333  "log",
334  "miow",
335  "ntapi",
336  "winapi",
337 ]
338
339 [[package]]
340 name = "miow"
341 version = "0.3.7"
342 source = "registry+https://github.com/rust-lang/crates.io-index"
343 checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
344 dependencies = [
345  "winapi",
346 ]
347
348 [[package]]
349 name = "ntapi"
350 version = "0.3.7"
351 source = "registry+https://github.com/rust-lang/crates.io-index"
352 checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
353 dependencies = [
354  "winapi",
355 ]
356
357 [[package]]
358 name = "num-integer"
359 version = "0.1.44"
360 source = "registry+https://github.com/rust-lang/crates.io-index"
361 checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
362 dependencies = [
363  "autocfg",
364  "num-traits",
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.1"
379 source = "registry+https://github.com/rust-lang/crates.io-index"
380 checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
381 dependencies = [
382  "hermit-abi",
383  "libc",
384 ]
385
386 [[package]]
387 name = "pin-project-lite"
388 version = "0.2.8"
389 source = "registry+https://github.com/rust-lang/crates.io-index"
390 checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
391
392 [[package]]
393 name = "pin-utils"
394 version = "0.1.0"
395 source = "registry+https://github.com/rust-lang/crates.io-index"
396 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
397
398 [[package]]
399 name = "proc-macro2"
400 version = "1.0.36"
401 source = "registry+https://github.com/rust-lang/crates.io-index"
402 checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
403 dependencies = [
404  "unicode-xid",
405 ]
406
407 [[package]]
408 name = "quote"
409 version = "1.0.15"
410 source = "registry+https://github.com/rust-lang/crates.io-index"
411 checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
412 dependencies = [
413  "proc-macro2",
414 ]
415
416 [[package]]
417 name = "rand"
418 version = "0.4.6"
419 source = "registry+https://github.com/rust-lang/crates.io-index"
420 checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
421 dependencies = [
422  "fuchsia-cprng",
423  "libc",
424  "rand_core 0.3.1",
425  "rdrand",
426  "winapi",
427 ]
428
429 [[package]]
430 name = "rand_core"
431 version = "0.3.1"
432 source = "registry+https://github.com/rust-lang/crates.io-index"
433 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
434 dependencies = [
435  "rand_core 0.4.2",
436 ]
437
438 [[package]]
439 name = "rand_core"
440 version = "0.4.2"
441 source = "registry+https://github.com/rust-lang/crates.io-index"
442 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
443
444 [[package]]
445 name = "rdrand"
446 version = "0.4.0"
447 source = "registry+https://github.com/rust-lang/crates.io-index"
448 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
449 dependencies = [
450  "rand_core 0.3.1",
451 ]
452
453 [[package]]
454 name = "ryu"
455 version = "1.0.9"
456 source = "registry+https://github.com/rust-lang/crates.io-index"
457 checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
458
459 [[package]]
460 name = "secp256k1"
461 version = "0.22.1"
462 source = "registry+https://github.com/rust-lang/crates.io-index"
463 checksum = "26947345339603ae8395f68e2f3d85a6b0a8ddfe6315818e80b8504415099db0"
464 dependencies = [
465  "secp256k1-sys",
466 ]
467
468 [[package]]
469 name = "secp256k1-sys"
470 version = "0.5.2"
471 source = "registry+https://github.com/rust-lang/crates.io-index"
472 checksum = "152e20a0fd0519390fc43ab404663af8a0b794273d2a91d60ad4a39f13ffe110"
473 dependencies = [
474  "cc",
475 ]
476
477 [[package]]
478 name = "serde"
479 version = "1.0.136"
480 source = "registry+https://github.com/rust-lang/crates.io-index"
481 checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
482 dependencies = [
483  "serde_derive",
484 ]
485
486 [[package]]
487 name = "serde_derive"
488 version = "1.0.136"
489 source = "registry+https://github.com/rust-lang/crates.io-index"
490 checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
491 dependencies = [
492  "proc-macro2",
493  "quote",
494  "syn",
495 ]
496
497 [[package]]
498 name = "serde_json"
499 version = "1.0.79"
500 source = "registry+https://github.com/rust-lang/crates.io-index"
501 checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
502 dependencies = [
503  "itoa",
504  "ryu",
505  "serde",
506 ]
507
508 [[package]]
509 name = "slab"
510 version = "0.4.5"
511 source = "registry+https://github.com/rust-lang/crates.io-index"
512 checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
513
514 [[package]]
515 name = "socket2"
516 version = "0.4.4"
517 source = "registry+https://github.com/rust-lang/crates.io-index"
518 checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
519 dependencies = [
520  "libc",
521  "winapi",
522 ]
523
524 [[package]]
525 name = "syn"
526 version = "1.0.86"
527 source = "registry+https://github.com/rust-lang/crates.io-index"
528 checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
529 dependencies = [
530  "proc-macro2",
531  "quote",
532  "unicode-xid",
533 ]
534
535 [[package]]
536 name = "time"
537 version = "0.1.44"
538 source = "registry+https://github.com/rust-lang/crates.io-index"
539 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
540 dependencies = [
541  "libc",
542  "wasi",
543  "winapi",
544 ]
545
546 [[package]]
547 name = "tokio"
548 version = "1.17.0"
549 source = "registry+https://github.com/rust-lang/crates.io-index"
550 checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
551 dependencies = [
552  "bytes",
553  "libc",
554  "memchr",
555  "mio",
556  "num_cpus",
557  "pin-project-lite",
558  "socket2",
559  "tokio-macros",
560  "winapi",
561 ]
562
563 [[package]]
564 name = "tokio-macros"
565 version = "1.7.0"
566 source = "registry+https://github.com/rust-lang/crates.io-index"
567 checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
568 dependencies = [
569  "proc-macro2",
570  "quote",
571  "syn",
572 ]
573
574 [[package]]
575 name = "unicode-xid"
576 version = "0.2.2"
577 source = "registry+https://github.com/rust-lang/crates.io-index"
578 checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
579
580 [[package]]
581 name = "wasi"
582 version = "0.10.0+wasi-snapshot-preview1"
583 source = "registry+https://github.com/rust-lang/crates.io-index"
584 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
585
586 [[package]]
587 name = "winapi"
588 version = "0.3.9"
589 source = "registry+https://github.com/rust-lang/crates.io-index"
590 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
591 dependencies = [
592  "winapi-i686-pc-windows-gnu",
593  "winapi-x86_64-pc-windows-gnu",
594 ]
595
596 [[package]]
597 name = "winapi-i686-pc-windows-gnu"
598 version = "0.4.0"
599 source = "registry+https://github.com/rust-lang/crates.io-index"
600 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
601
602 [[package]]
603 name = "winapi-x86_64-pc-windows-gnu"
604 version = "0.4.0"
605 source = "registry+https://github.com/rust-lang/crates.io-index"
606 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"