cb154eee5477d47f55e0c65825a1a553f597da0c
[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 = "android_system_properties"
7 version = "0.1.5"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
10 dependencies = [
11  "libc",
12 ]
13
14 [[package]]
15 name = "autocfg"
16 version = "1.1.0"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
19
20 [[package]]
21 name = "base64"
22 version = "0.13.1"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
25
26 [[package]]
27 name = "bech32"
28 version = "0.8.1"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
30 checksum = "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b"
31
32 [[package]]
33 name = "bech32"
34 version = "0.9.1"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
36 checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
37
38 [[package]]
39 name = "bitcoin"
40 version = "0.29.2"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
42 checksum = "0694ea59225b0c5f3cb405ff3f670e4828358ed26aec49dc352f730f0cb1a8a3"
43 dependencies = [
44  "bech32 0.9.1",
45  "bitcoin_hashes",
46  "secp256k1",
47 ]
48
49 [[package]]
50 name = "bitcoin-bech32"
51 version = "0.12.1"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53 checksum = "754eb4c7f35c031f33c95cc257b4c4192a5c9d3de637d3ee78ab052a3f35da57"
54 dependencies = [
55  "bech32 0.8.1",
56 ]
57
58 [[package]]
59 name = "bitcoin_hashes"
60 version = "0.11.0"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62 checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4"
63
64 [[package]]
65 name = "bumpalo"
66 version = "3.11.1"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68 checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
69
70 [[package]]
71 name = "bytes"
72 version = "1.3.0"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74 checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
75
76 [[package]]
77 name = "cc"
78 version = "1.0.78"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
81
82 [[package]]
83 name = "cfg-if"
84 version = "1.0.0"
85 source = "registry+https://github.com/rust-lang/crates.io-index"
86 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
87
88 [[package]]
89 name = "chrono"
90 version = "0.4.23"
91 source = "registry+https://github.com/rust-lang/crates.io-index"
92 checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
93 dependencies = [
94  "iana-time-zone",
95  "js-sys",
96  "num-integer",
97  "num-traits",
98  "time",
99  "wasm-bindgen",
100  "winapi",
101 ]
102
103 [[package]]
104 name = "chunked_transfer"
105 version = "1.4.1"
106 source = "registry+https://github.com/rust-lang/crates.io-index"
107 checksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a"
108
109 [[package]]
110 name = "codespan-reporting"
111 version = "0.11.1"
112 source = "registry+https://github.com/rust-lang/crates.io-index"
113 checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
114 dependencies = [
115  "termcolor",
116  "unicode-width",
117 ]
118
119 [[package]]
120 name = "core-foundation-sys"
121 version = "0.8.3"
122 source = "registry+https://github.com/rust-lang/crates.io-index"
123 checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
124
125 [[package]]
126 name = "cxx"
127 version = "1.0.86"
128 source = "registry+https://github.com/rust-lang/crates.io-index"
129 checksum = "51d1075c37807dcf850c379432f0df05ba52cc30f279c5cfc43cc221ce7f8579"
130 dependencies = [
131  "cc",
132  "cxxbridge-flags",
133  "cxxbridge-macro",
134  "link-cplusplus",
135 ]
136
137 [[package]]
138 name = "cxx-build"
139 version = "1.0.86"
140 source = "registry+https://github.com/rust-lang/crates.io-index"
141 checksum = "5044281f61b27bc598f2f6647d480aed48d2bf52d6eb0b627d84c0361b17aa70"
142 dependencies = [
143  "cc",
144  "codespan-reporting",
145  "once_cell",
146  "proc-macro2",
147  "quote",
148  "scratch",
149  "syn",
150 ]
151
152 [[package]]
153 name = "cxxbridge-flags"
154 version = "1.0.86"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
156 checksum = "61b50bc93ba22c27b0d31128d2d130a0a6b3d267ae27ef7e4fae2167dfe8781c"
157
158 [[package]]
159 name = "cxxbridge-macro"
160 version = "1.0.86"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
162 checksum = "39e61fda7e62115119469c7b3591fd913ecca96fb766cfd3f2e2502ab7bc87a5"
163 dependencies = [
164  "proc-macro2",
165  "quote",
166  "syn",
167 ]
168
169 [[package]]
170 name = "fuchsia-cprng"
171 version = "0.1.1"
172 source = "registry+https://github.com/rust-lang/crates.io-index"
173 checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
174
175 [[package]]
176 name = "hermit-abi"
177 version = "0.2.6"
178 source = "registry+https://github.com/rust-lang/crates.io-index"
179 checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
180 dependencies = [
181  "libc",
182 ]
183
184 [[package]]
185 name = "hex"
186 version = "0.3.2"
187 source = "registry+https://github.com/rust-lang/crates.io-index"
188 checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
189
190 [[package]]
191 name = "iana-time-zone"
192 version = "0.1.53"
193 source = "registry+https://github.com/rust-lang/crates.io-index"
194 checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
195 dependencies = [
196  "android_system_properties",
197  "core-foundation-sys",
198  "iana-time-zone-haiku",
199  "js-sys",
200  "wasm-bindgen",
201  "winapi",
202 ]
203
204 [[package]]
205 name = "iana-time-zone-haiku"
206 version = "0.1.1"
207 source = "registry+https://github.com/rust-lang/crates.io-index"
208 checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
209 dependencies = [
210  "cxx",
211  "cxx-build",
212 ]
213
214 [[package]]
215 name = "itoa"
216 version = "1.0.5"
217 source = "registry+https://github.com/rust-lang/crates.io-index"
218 checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
219
220 [[package]]
221 name = "js-sys"
222 version = "0.3.60"
223 source = "registry+https://github.com/rust-lang/crates.io-index"
224 checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
225 dependencies = [
226  "wasm-bindgen",
227 ]
228
229 [[package]]
230 name = "ldk-sample"
231 version = "0.1.0"
232 dependencies = [
233  "base64",
234  "bech32 0.8.1",
235  "bitcoin",
236  "bitcoin-bech32",
237  "chrono",
238  "hex",
239  "libc",
240  "lightning",
241  "lightning-background-processor",
242  "lightning-block-sync",
243  "lightning-invoice",
244  "lightning-net-tokio",
245  "lightning-persister",
246  "lightning-rapid-gossip-sync",
247  "rand",
248  "serde_json",
249  "tokio",
250 ]
251
252 [[package]]
253 name = "libc"
254 version = "0.2.139"
255 source = "registry+https://github.com/rust-lang/crates.io-index"
256 checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
257
258 [[package]]
259 name = "lightning"
260 version = "0.0.116"
261 source = "registry+https://github.com/rust-lang/crates.io-index"
262 checksum = "90a0f2155316f1570446a0447c993480673f840748c8ed25bbc59dfc442ac770"
263 dependencies = [
264  "bitcoin",
265 ]
266
267 [[package]]
268 name = "lightning-background-processor"
269 version = "0.0.116"
270 source = "registry+https://github.com/rust-lang/crates.io-index"
271 checksum = "398b68a96cceb3c1227504bd5faeb74f26c3233447bc10cc1cb2c67e01b51556"
272 dependencies = [
273  "bitcoin",
274  "lightning",
275  "lightning-rapid-gossip-sync",
276 ]
277
278 [[package]]
279 name = "lightning-block-sync"
280 version = "0.0.116"
281 source = "registry+https://github.com/rust-lang/crates.io-index"
282 checksum = "d94c276dbe2a777d58ed6ececca96006247a4717c00ac4cdfff62d76852be783"
283 dependencies = [
284  "bitcoin",
285  "chunked_transfer",
286  "lightning",
287  "serde_json",
288 ]
289
290 [[package]]
291 name = "lightning-invoice"
292 version = "0.24.0"
293 source = "registry+https://github.com/rust-lang/crates.io-index"
294 checksum = "1788c0158526ec27a502043c2911ea6ea58fdc656bdf8749484942c07b790d23"
295 dependencies = [
296  "bech32 0.9.1",
297  "bitcoin",
298  "bitcoin_hashes",
299  "lightning",
300  "num-traits",
301  "secp256k1",
302 ]
303
304 [[package]]
305 name = "lightning-net-tokio"
306 version = "0.0.116"
307 source = "registry+https://github.com/rust-lang/crates.io-index"
308 checksum = "366c0ae225736cbc03555bd5fb4b44b2e8fe2ca3c868ec53a4b325c38b2ab2bd"
309 dependencies = [
310  "bitcoin",
311  "lightning",
312  "tokio",
313 ]
314
315 [[package]]
316 name = "lightning-persister"
317 version = "0.0.116"
318 source = "registry+https://github.com/rust-lang/crates.io-index"
319 checksum = "93caaafeb42115b70119619c2420e362cce776670427fc4ced3e6df77b41c0b6"
320 dependencies = [
321  "bitcoin",
322  "libc",
323  "lightning",
324  "winapi",
325 ]
326
327 [[package]]
328 name = "lightning-rapid-gossip-sync"
329 version = "0.0.116"
330 source = "registry+https://github.com/rust-lang/crates.io-index"
331 checksum = "8a07af5814234924e623bca499e003fca1864024d5bd984e752230f73a131584"
332 dependencies = [
333  "bitcoin",
334  "lightning",
335 ]
336
337 [[package]]
338 name = "link-cplusplus"
339 version = "1.0.8"
340 source = "registry+https://github.com/rust-lang/crates.io-index"
341 checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
342 dependencies = [
343  "cc",
344 ]
345
346 [[package]]
347 name = "log"
348 version = "0.4.17"
349 source = "registry+https://github.com/rust-lang/crates.io-index"
350 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
351 dependencies = [
352  "cfg-if",
353 ]
354
355 [[package]]
356 name = "memchr"
357 version = "2.5.0"
358 source = "registry+https://github.com/rust-lang/crates.io-index"
359 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
360
361 [[package]]
362 name = "mio"
363 version = "0.7.14"
364 source = "registry+https://github.com/rust-lang/crates.io-index"
365 checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
366 dependencies = [
367  "libc",
368  "log",
369  "miow",
370  "ntapi",
371  "winapi",
372 ]
373
374 [[package]]
375 name = "miow"
376 version = "0.3.7"
377 source = "registry+https://github.com/rust-lang/crates.io-index"
378 checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
379 dependencies = [
380  "winapi",
381 ]
382
383 [[package]]
384 name = "ntapi"
385 version = "0.3.7"
386 source = "registry+https://github.com/rust-lang/crates.io-index"
387 checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
388 dependencies = [
389  "winapi",
390 ]
391
392 [[package]]
393 name = "num-integer"
394 version = "0.1.45"
395 source = "registry+https://github.com/rust-lang/crates.io-index"
396 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
397 dependencies = [
398  "autocfg",
399  "num-traits",
400 ]
401
402 [[package]]
403 name = "num-traits"
404 version = "0.2.15"
405 source = "registry+https://github.com/rust-lang/crates.io-index"
406 checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
407 dependencies = [
408  "autocfg",
409 ]
410
411 [[package]]
412 name = "num_cpus"
413 version = "1.15.0"
414 source = "registry+https://github.com/rust-lang/crates.io-index"
415 checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
416 dependencies = [
417  "hermit-abi",
418  "libc",
419 ]
420
421 [[package]]
422 name = "once_cell"
423 version = "1.17.0"
424 source = "registry+https://github.com/rust-lang/crates.io-index"
425 checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
426
427 [[package]]
428 name = "pin-project-lite"
429 version = "0.2.9"
430 source = "registry+https://github.com/rust-lang/crates.io-index"
431 checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
432
433 [[package]]
434 name = "proc-macro2"
435 version = "1.0.49"
436 source = "registry+https://github.com/rust-lang/crates.io-index"
437 checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
438 dependencies = [
439  "unicode-ident",
440 ]
441
442 [[package]]
443 name = "quote"
444 version = "1.0.23"
445 source = "registry+https://github.com/rust-lang/crates.io-index"
446 checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
447 dependencies = [
448  "proc-macro2",
449 ]
450
451 [[package]]
452 name = "rand"
453 version = "0.4.6"
454 source = "registry+https://github.com/rust-lang/crates.io-index"
455 checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
456 dependencies = [
457  "fuchsia-cprng",
458  "libc",
459  "rand_core 0.3.1",
460  "rdrand",
461  "winapi",
462 ]
463
464 [[package]]
465 name = "rand_core"
466 version = "0.3.1"
467 source = "registry+https://github.com/rust-lang/crates.io-index"
468 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
469 dependencies = [
470  "rand_core 0.4.2",
471 ]
472
473 [[package]]
474 name = "rand_core"
475 version = "0.4.2"
476 source = "registry+https://github.com/rust-lang/crates.io-index"
477 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
478
479 [[package]]
480 name = "rdrand"
481 version = "0.4.0"
482 source = "registry+https://github.com/rust-lang/crates.io-index"
483 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
484 dependencies = [
485  "rand_core 0.3.1",
486 ]
487
488 [[package]]
489 name = "ryu"
490 version = "1.0.12"
491 source = "registry+https://github.com/rust-lang/crates.io-index"
492 checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
493
494 [[package]]
495 name = "scratch"
496 version = "1.0.3"
497 source = "registry+https://github.com/rust-lang/crates.io-index"
498 checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
499
500 [[package]]
501 name = "secp256k1"
502 version = "0.24.2"
503 source = "registry+https://github.com/rust-lang/crates.io-index"
504 checksum = "d9512ffd81e3a3503ed401f79c33168b9148c75038956039166cd750eaa037c3"
505 dependencies = [
506  "bitcoin_hashes",
507  "secp256k1-sys",
508 ]
509
510 [[package]]
511 name = "secp256k1-sys"
512 version = "0.6.1"
513 source = "registry+https://github.com/rust-lang/crates.io-index"
514 checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"
515 dependencies = [
516  "cc",
517 ]
518
519 [[package]]
520 name = "serde"
521 version = "1.0.152"
522 source = "registry+https://github.com/rust-lang/crates.io-index"
523 checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
524
525 [[package]]
526 name = "serde_json"
527 version = "1.0.91"
528 source = "registry+https://github.com/rust-lang/crates.io-index"
529 checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
530 dependencies = [
531  "itoa",
532  "ryu",
533  "serde",
534 ]
535
536 [[package]]
537 name = "syn"
538 version = "1.0.107"
539 source = "registry+https://github.com/rust-lang/crates.io-index"
540 checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
541 dependencies = [
542  "proc-macro2",
543  "quote",
544  "unicode-ident",
545 ]
546
547 [[package]]
548 name = "termcolor"
549 version = "1.1.3"
550 source = "registry+https://github.com/rust-lang/crates.io-index"
551 checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
552 dependencies = [
553  "winapi-util",
554 ]
555
556 [[package]]
557 name = "time"
558 version = "0.1.45"
559 source = "registry+https://github.com/rust-lang/crates.io-index"
560 checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
561 dependencies = [
562  "libc",
563  "wasi",
564  "winapi",
565 ]
566
567 [[package]]
568 name = "tokio"
569 version = "1.14.1"
570 source = "registry+https://github.com/rust-lang/crates.io-index"
571 checksum = "b9d0183f6f6001549ab68f8c7585093bb732beefbcf6d23a10b9b95c73a1dd49"
572 dependencies = [
573  "autocfg",
574  "bytes",
575  "libc",
576  "memchr",
577  "mio",
578  "num_cpus",
579  "pin-project-lite",
580  "tokio-macros",
581  "winapi",
582 ]
583
584 [[package]]
585 name = "tokio-macros"
586 version = "1.8.2"
587 source = "registry+https://github.com/rust-lang/crates.io-index"
588 checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
589 dependencies = [
590  "proc-macro2",
591  "quote",
592  "syn",
593 ]
594
595 [[package]]
596 name = "unicode-ident"
597 version = "1.0.6"
598 source = "registry+https://github.com/rust-lang/crates.io-index"
599 checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
600
601 [[package]]
602 name = "unicode-width"
603 version = "0.1.10"
604 source = "registry+https://github.com/rust-lang/crates.io-index"
605 checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
606
607 [[package]]
608 name = "wasi"
609 version = "0.10.0+wasi-snapshot-preview1"
610 source = "registry+https://github.com/rust-lang/crates.io-index"
611 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
612
613 [[package]]
614 name = "wasm-bindgen"
615 version = "0.2.83"
616 source = "registry+https://github.com/rust-lang/crates.io-index"
617 checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
618 dependencies = [
619  "cfg-if",
620  "wasm-bindgen-macro",
621 ]
622
623 [[package]]
624 name = "wasm-bindgen-backend"
625 version = "0.2.83"
626 source = "registry+https://github.com/rust-lang/crates.io-index"
627 checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
628 dependencies = [
629  "bumpalo",
630  "log",
631  "once_cell",
632  "proc-macro2",
633  "quote",
634  "syn",
635  "wasm-bindgen-shared",
636 ]
637
638 [[package]]
639 name = "wasm-bindgen-macro"
640 version = "0.2.83"
641 source = "registry+https://github.com/rust-lang/crates.io-index"
642 checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
643 dependencies = [
644  "quote",
645  "wasm-bindgen-macro-support",
646 ]
647
648 [[package]]
649 name = "wasm-bindgen-macro-support"
650 version = "0.2.83"
651 source = "registry+https://github.com/rust-lang/crates.io-index"
652 checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
653 dependencies = [
654  "proc-macro2",
655  "quote",
656  "syn",
657  "wasm-bindgen-backend",
658  "wasm-bindgen-shared",
659 ]
660
661 [[package]]
662 name = "wasm-bindgen-shared"
663 version = "0.2.83"
664 source = "registry+https://github.com/rust-lang/crates.io-index"
665 checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
666
667 [[package]]
668 name = "winapi"
669 version = "0.3.9"
670 source = "registry+https://github.com/rust-lang/crates.io-index"
671 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
672 dependencies = [
673  "winapi-i686-pc-windows-gnu",
674  "winapi-x86_64-pc-windows-gnu",
675 ]
676
677 [[package]]
678 name = "winapi-i686-pc-windows-gnu"
679 version = "0.4.0"
680 source = "registry+https://github.com/rust-lang/crates.io-index"
681 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
682
683 [[package]]
684 name = "winapi-util"
685 version = "0.1.5"
686 source = "registry+https://github.com/rust-lang/crates.io-index"
687 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
688 dependencies = [
689  "winapi",
690 ]
691
692 [[package]]
693 name = "winapi-x86_64-pc-windows-gnu"
694 version = "0.4.0"
695 source = "registry+https://github.com/rust-lang/crates.io-index"
696 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"