5c5b67e23f28e395d1584d21ea7cf7202fe0b660
[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.0.1"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
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.72"
58 source = "registry+https://github.com/rust-lang/crates.io-index"
59 checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
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.19"
95 source = "registry+https://github.com/rust-lang/crates.io-index"
96 checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
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.19"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
112 dependencies = [
113  "futures-core",
114  "futures-sink",
115 ]
116
117 [[package]]
118 name = "futures-core"
119 version = "0.3.19"
120 source = "registry+https://github.com/rust-lang/crates.io-index"
121 checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
122
123 [[package]]
124 name = "futures-executor"
125 version = "0.3.19"
126 source = "registry+https://github.com/rust-lang/crates.io-index"
127 checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
128 dependencies = [
129  "futures-core",
130  "futures-task",
131  "futures-util",
132 ]
133
134 [[package]]
135 name = "futures-io"
136 version = "0.3.19"
137 source = "registry+https://github.com/rust-lang/crates.io-index"
138 checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
139
140 [[package]]
141 name = "futures-macro"
142 version = "0.3.19"
143 source = "registry+https://github.com/rust-lang/crates.io-index"
144 checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
145 dependencies = [
146  "proc-macro2",
147  "quote",
148  "syn",
149 ]
150
151 [[package]]
152 name = "futures-sink"
153 version = "0.3.19"
154 source = "registry+https://github.com/rust-lang/crates.io-index"
155 checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
156
157 [[package]]
158 name = "futures-task"
159 version = "0.3.19"
160 source = "registry+https://github.com/rust-lang/crates.io-index"
161 checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
162
163 [[package]]
164 name = "futures-util"
165 version = "0.3.19"
166 source = "registry+https://github.com/rust-lang/crates.io-index"
167 checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
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.112"
227 source = "registry+https://github.com/rust-lang/crates.io-index"
228 checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
229
230 [[package]]
231 name = "lightning"
232 version = "0.0.104"
233 source = "registry+https://github.com/rust-lang/crates.io-index"
234 checksum = "0113e6b5a55b7ead30fb0a992b787e69a0551fa15b7eed93c99490eb018ab793"
235 dependencies = [
236  "bitcoin",
237  "secp256k1",
238 ]
239
240 [[package]]
241 name = "lightning-background-processor"
242 version = "0.0.104"
243 source = "registry+https://github.com/rust-lang/crates.io-index"
244 checksum = "8fe8419b773e4f212faa21bf7fe493746aeb69284d396a263215c3a4131a0a5f"
245 dependencies = [
246  "bitcoin",
247  "lightning",
248  "lightning-persister",
249 ]
250
251 [[package]]
252 name = "lightning-block-sync"
253 version = "0.0.104"
254 source = "registry+https://github.com/rust-lang/crates.io-index"
255 checksum = "54d54f17ce6a62b118fb4ebcbd81da267e6dc76c6fe7af2cdc9e47d8d99ef28a"
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.12.0"
267 source = "registry+https://github.com/rust-lang/crates.io-index"
268 checksum = "2531e38818b3872b9acbcc3ff499f93962d2ff23ee0d05fc386ef70b993a38a0"
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.104"
280 source = "registry+https://github.com/rust-lang/crates.io-index"
281 checksum = "1851ab90c2739929526c56e06d6b07def4508bfce70f190757fde2de648d1d9c"
282 dependencies = [
283  "bitcoin",
284  "lightning",
285  "tokio",
286 ]
287
288 [[package]]
289 name = "lightning-persister"
290 version = "0.0.104"
291 source = "registry+https://github.com/rust-lang/crates.io-index"
292 checksum = "4cf5f42ec139dd1c878b5dc66a055a0e7d805b2db83de2a4645af3fe59e4b6af"
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.7.14"
318 source = "registry+https://github.com/rust-lang/crates.io-index"
319 checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
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.6"
340 source = "registry+https://github.com/rust-lang/crates.io-index"
341 checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
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.0"
368 source = "registry+https://github.com/rust-lang/crates.io-index"
369 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
370 dependencies = [
371  "hermit-abi",
372  "libc",
373 ]
374
375 [[package]]
376 name = "pin-project-lite"
377 version = "0.2.7"
378 source = "registry+https://github.com/rust-lang/crates.io-index"
379 checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
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.34"
390 source = "registry+https://github.com/rust-lang/crates.io-index"
391 checksum = "2f84e92c0f7c9d58328b85a78557813e4bd845130db68d7184635344399423b1"
392 dependencies = [
393  "unicode-xid",
394 ]
395
396 [[package]]
397 name = "quote"
398 version = "1.0.10"
399 source = "registry+https://github.com/rust-lang/crates.io-index"
400 checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
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.1"
460 source = "registry+https://github.com/rust-lang/crates.io-index"
461 checksum = "827cb7cce42533829c792fc51b82fbf18b125b45a702ef2c8be77fce65463a7b"
462 dependencies = [
463  "cc",
464 ]
465
466 [[package]]
467 name = "serde"
468 version = "1.0.132"
469 source = "registry+https://github.com/rust-lang/crates.io-index"
470 checksum = "8b9875c23cf305cd1fd7eb77234cbb705f21ea6a72c637a5c6db5fe4b8e7f008"
471 dependencies = [
472  "serde_derive",
473 ]
474
475 [[package]]
476 name = "serde_derive"
477 version = "1.0.132"
478 source = "registry+https://github.com/rust-lang/crates.io-index"
479 checksum = "ecc0db5cb2556c0e558887d9bbdcf6ac4471e83ff66cf696e5419024d1606276"
480 dependencies = [
481  "proc-macro2",
482  "quote",
483  "syn",
484 ]
485
486 [[package]]
487 name = "serde_json"
488 version = "1.0.73"
489 source = "registry+https://github.com/rust-lang/crates.io-index"
490 checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5"
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 = "syn"
505 version = "1.0.82"
506 source = "registry+https://github.com/rust-lang/crates.io-index"
507 checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59"
508 dependencies = [
509  "proc-macro2",
510  "quote",
511  "unicode-xid",
512 ]
513
514 [[package]]
515 name = "time"
516 version = "0.1.44"
517 source = "registry+https://github.com/rust-lang/crates.io-index"
518 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
519 dependencies = [
520  "libc",
521  "wasi",
522  "winapi",
523 ]
524
525 [[package]]
526 name = "tokio"
527 version = "1.15.0"
528 source = "registry+https://github.com/rust-lang/crates.io-index"
529 checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"
530 dependencies = [
531  "bytes",
532  "libc",
533  "memchr",
534  "mio",
535  "num_cpus",
536  "pin-project-lite",
537  "tokio-macros",
538  "winapi",
539 ]
540
541 [[package]]
542 name = "tokio-macros"
543 version = "1.7.0"
544 source = "registry+https://github.com/rust-lang/crates.io-index"
545 checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
546 dependencies = [
547  "proc-macro2",
548  "quote",
549  "syn",
550 ]
551
552 [[package]]
553 name = "unicode-xid"
554 version = "0.2.2"
555 source = "registry+https://github.com/rust-lang/crates.io-index"
556 checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
557
558 [[package]]
559 name = "wasi"
560 version = "0.10.0+wasi-snapshot-preview1"
561 source = "registry+https://github.com/rust-lang/crates.io-index"
562 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
563
564 [[package]]
565 name = "winapi"
566 version = "0.3.9"
567 source = "registry+https://github.com/rust-lang/crates.io-index"
568 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
569 dependencies = [
570  "winapi-i686-pc-windows-gnu",
571  "winapi-x86_64-pc-windows-gnu",
572 ]
573
574 [[package]]
575 name = "winapi-i686-pc-windows-gnu"
576 version = "0.4.0"
577 source = "registry+https://github.com/rust-lang/crates.io-index"
578 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
579
580 [[package]]
581 name = "winapi-x86_64-pc-windows-gnu"
582 version = "0.4.0"
583 source = "registry+https://github.com/rust-lang/crates.io-index"
584 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"