• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "0.7.20"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "annotate-snippets"
16version = "0.9.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36"
19dependencies = [
20 "unicode-width",
21 "yansi-term",
22]
23
24[[package]]
25name = "bindgen"
26version = "0.70.1"
27dependencies = [
28 "annotate-snippets",
29 "bitflags 2.2.1",
30 "cexpr",
31 "clang-sys",
32 "itertools",
33 "log",
34 "prettyplease",
35 "proc-macro2",
36 "quote",
37 "regex",
38 "rustc-hash",
39 "shlex",
40 "syn 2.0.18",
41]
42
43[[package]]
44name = "bindgen-cli"
45version = "0.70.1"
46dependencies = [
47 "bindgen",
48 "clap",
49 "clap_complete",
50 "env_logger 0.10.0",
51 "log",
52 "shlex",
53]
54
55[[package]]
56name = "bindgen-integration"
57version = "0.1.0"
58dependencies = [
59 "bindgen",
60 "cc",
61]
62
63[[package]]
64name = "bindgen-tests"
65version = "0.1.0"
66dependencies = [
67 "bindgen",
68 "clap",
69 "clap_complete",
70 "owo-colors",
71 "prettyplease",
72 "shlex",
73 "similar",
74 "syn 2.0.18",
75 "tempfile",
76]
77
78[[package]]
79name = "bitflags"
80version = "1.3.2"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
83
84[[package]]
85name = "bitflags"
86version = "2.2.1"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813"
89
90[[package]]
91name = "block"
92version = "0.1.6"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
95
96[[package]]
97name = "cc"
98version = "1.0.78"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
101
102[[package]]
103name = "cexpr"
104version = "0.6.0"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
107dependencies = [
108 "nom",
109]
110
111[[package]]
112name = "cfg-if"
113version = "1.0.0"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
116
117[[package]]
118name = "clang-sys"
119version = "1.4.0"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
122dependencies = [
123 "glob",
124 "libc",
125 "libloading",
126]
127
128[[package]]
129name = "clap"
130version = "4.1.4"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
133dependencies = [
134 "bitflags 1.3.2",
135 "clap_derive",
136 "clap_lex",
137 "is-terminal",
138 "once_cell",
139 "strsim",
140 "termcolor",
141]
142
143[[package]]
144name = "clap_complete"
145version = "4.2.0"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "01c22dcfb410883764b29953103d9ef7bb8fe21b3fa1158bc99986c2067294bd"
148dependencies = [
149 "clap",
150]
151
152[[package]]
153name = "clap_derive"
154version = "4.1.0"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
157dependencies = [
158 "heck",
159 "proc-macro-error",
160 "proc-macro2",
161 "quote",
162 "syn 1.0.107",
163]
164
165[[package]]
166name = "clap_lex"
167version = "0.3.1"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade"
170dependencies = [
171 "os_str_bytes",
172]
173
174[[package]]
175name = "either"
176version = "1.8.1"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
179
180[[package]]
181name = "env_logger"
182version = "0.8.4"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
185dependencies = [
186 "log",
187 "regex",
188]
189
190[[package]]
191name = "env_logger"
192version = "0.10.0"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
195dependencies = [
196 "humantime",
197 "is-terminal",
198 "log",
199 "regex",
200 "termcolor",
201]
202
203[[package]]
204name = "errno"
205version = "0.3.1"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
208dependencies = [
209 "errno-dragonfly",
210 "libc",
211 "windows-sys 0.48.0",
212]
213
214[[package]]
215name = "errno-dragonfly"
216version = "0.1.2"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
219dependencies = [
220 "cc",
221 "libc",
222]
223
224[[package]]
225name = "fastrand"
226version = "1.8.0"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
229dependencies = [
230 "instant",
231]
232
233[[package]]
234name = "getrandom"
235version = "0.2.8"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
238dependencies = [
239 "cfg-if",
240 "libc",
241 "wasi",
242]
243
244[[package]]
245name = "glob"
246version = "0.3.1"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
249
250[[package]]
251name = "heck"
252version = "0.4.0"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
255
256[[package]]
257name = "hermit-abi"
258version = "0.3.2"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
261
262[[package]]
263name = "humantime"
264version = "2.1.0"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
267
268[[package]]
269name = "instant"
270version = "0.1.12"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
273dependencies = [
274 "cfg-if",
275]
276
277[[package]]
278name = "io-lifetimes"
279version = "1.0.4"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"
282dependencies = [
283 "libc",
284 "windows-sys 0.42.0",
285]
286
287[[package]]
288name = "is-terminal"
289version = "0.4.7"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
292dependencies = [
293 "hermit-abi",
294 "io-lifetimes",
295 "rustix",
296 "windows-sys 0.48.0",
297]
298
299[[package]]
300name = "itertools"
301version = "0.13.0"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
304dependencies = [
305 "either",
306]
307
308[[package]]
309name = "libc"
310version = "0.2.154"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
313
314[[package]]
315name = "libloading"
316version = "0.7.4"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
319dependencies = [
320 "cfg-if",
321 "winapi",
322]
323
324[[package]]
325name = "linux-raw-sys"
326version = "0.3.8"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
329
330[[package]]
331name = "log"
332version = "0.4.17"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
335dependencies = [
336 "cfg-if",
337]
338
339[[package]]
340name = "malloc_buf"
341version = "0.0.6"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
344dependencies = [
345 "libc",
346]
347
348[[package]]
349name = "memchr"
350version = "2.5.0"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
353
354[[package]]
355name = "minimal-lexical"
356version = "0.2.1"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
359
360[[package]]
361name = "nom"
362version = "7.1.3"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
365dependencies = [
366 "memchr",
367 "minimal-lexical",
368]
369
370[[package]]
371name = "objc"
372version = "0.2.7"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
375dependencies = [
376 "malloc_buf",
377]
378
379[[package]]
380name = "once_cell"
381version = "1.17.0"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
384
385[[package]]
386name = "os_str_bytes"
387version = "6.4.1"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
390
391[[package]]
392name = "owo-colors"
393version = "3.5.0"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
396
397[[package]]
398name = "prettyplease"
399version = "0.2.7"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "43ded2b5b204571f065ab8540367d738dfe1b3606ab9eb669dcfb5e7a3a07501"
402dependencies = [
403 "proc-macro2",
404 "syn 2.0.18",
405]
406
407[[package]]
408name = "proc-macro-error"
409version = "1.0.4"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
412dependencies = [
413 "proc-macro-error-attr",
414 "proc-macro2",
415 "quote",
416 "syn 1.0.107",
417 "version_check",
418]
419
420[[package]]
421name = "proc-macro-error-attr"
422version = "1.0.4"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
425dependencies = [
426 "proc-macro2",
427 "quote",
428 "version_check",
429]
430
431[[package]]
432name = "proc-macro2"
433version = "1.0.60"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
436dependencies = [
437 "unicode-ident",
438]
439
440[[package]]
441name = "quickcheck"
442version = "1.0.3"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
445dependencies = [
446 "env_logger 0.8.4",
447 "log",
448 "rand",
449]
450
451[[package]]
452name = "quickchecking"
453version = "0.0.0"
454dependencies = [
455 "clap",
456 "quickcheck",
457 "tempfile",
458]
459
460[[package]]
461name = "quote"
462version = "1.0.28"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
465dependencies = [
466 "proc-macro2",
467]
468
469[[package]]
470name = "rand"
471version = "0.8.5"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
474dependencies = [
475 "rand_core",
476]
477
478[[package]]
479name = "rand_core"
480version = "0.6.4"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
483dependencies = [
484 "getrandom",
485]
486
487[[package]]
488name = "redox_syscall"
489version = "0.3.5"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
492dependencies = [
493 "bitflags 1.3.2",
494]
495
496[[package]]
497name = "regex"
498version = "1.7.1"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
501dependencies = [
502 "aho-corasick",
503 "memchr",
504 "regex-syntax",
505]
506
507[[package]]
508name = "regex-syntax"
509version = "0.6.28"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
512
513[[package]]
514name = "rustc-hash"
515version = "1.1.0"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
518
519[[package]]
520name = "rustix"
521version = "0.37.7"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d"
524dependencies = [
525 "bitflags 1.3.2",
526 "errno",
527 "io-lifetimes",
528 "libc",
529 "linux-raw-sys",
530 "windows-sys 0.45.0",
531]
532
533[[package]]
534name = "shlex"
535version = "1.3.0"
536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
538
539[[package]]
540name = "similar"
541version = "2.2.1"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
544
545[[package]]
546name = "strsim"
547version = "0.10.0"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
550
551[[package]]
552name = "syn"
553version = "1.0.107"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
556dependencies = [
557 "proc-macro2",
558 "quote",
559 "unicode-ident",
560]
561
562[[package]]
563name = "syn"
564version = "2.0.18"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
567dependencies = [
568 "proc-macro2",
569 "quote",
570 "unicode-ident",
571]
572
573[[package]]
574name = "tempfile"
575version = "3.5.0"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
578dependencies = [
579 "cfg-if",
580 "fastrand",
581 "redox_syscall",
582 "rustix",
583 "windows-sys 0.45.0",
584]
585
586[[package]]
587name = "termcolor"
588version = "1.2.0"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
591dependencies = [
592 "winapi-util",
593]
594
595[[package]]
596name = "tests_expectations"
597version = "0.0.0"
598dependencies = [
599 "block",
600 "libloading",
601 "objc",
602]
603
604[[package]]
605name = "unicode-ident"
606version = "1.0.6"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
609
610[[package]]
611name = "unicode-width"
612version = "0.1.10"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
615
616[[package]]
617name = "version_check"
618version = "0.9.4"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
621
622[[package]]
623name = "wasi"
624version = "0.11.0+wasi-snapshot-preview1"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
627
628[[package]]
629name = "winapi"
630version = "0.3.9"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
633dependencies = [
634 "winapi-i686-pc-windows-gnu",
635 "winapi-x86_64-pc-windows-gnu",
636]
637
638[[package]]
639name = "winapi-i686-pc-windows-gnu"
640version = "0.4.0"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
643
644[[package]]
645name = "winapi-util"
646version = "0.1.5"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
649dependencies = [
650 "winapi",
651]
652
653[[package]]
654name = "winapi-x86_64-pc-windows-gnu"
655version = "0.4.0"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
658
659[[package]]
660name = "windows-sys"
661version = "0.42.0"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
664dependencies = [
665 "windows_aarch64_gnullvm 0.42.2",
666 "windows_aarch64_msvc 0.42.2",
667 "windows_i686_gnu 0.42.2",
668 "windows_i686_msvc 0.42.2",
669 "windows_x86_64_gnu 0.42.2",
670 "windows_x86_64_gnullvm 0.42.2",
671 "windows_x86_64_msvc 0.42.2",
672]
673
674[[package]]
675name = "windows-sys"
676version = "0.45.0"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
679dependencies = [
680 "windows-targets 0.42.2",
681]
682
683[[package]]
684name = "windows-sys"
685version = "0.48.0"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
688dependencies = [
689 "windows-targets 0.48.1",
690]
691
692[[package]]
693name = "windows-targets"
694version = "0.42.2"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
697dependencies = [
698 "windows_aarch64_gnullvm 0.42.2",
699 "windows_aarch64_msvc 0.42.2",
700 "windows_i686_gnu 0.42.2",
701 "windows_i686_msvc 0.42.2",
702 "windows_x86_64_gnu 0.42.2",
703 "windows_x86_64_gnullvm 0.42.2",
704 "windows_x86_64_msvc 0.42.2",
705]
706
707[[package]]
708name = "windows-targets"
709version = "0.48.1"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
712dependencies = [
713 "windows_aarch64_gnullvm 0.48.0",
714 "windows_aarch64_msvc 0.48.0",
715 "windows_i686_gnu 0.48.0",
716 "windows_i686_msvc 0.48.0",
717 "windows_x86_64_gnu 0.48.0",
718 "windows_x86_64_gnullvm 0.48.0",
719 "windows_x86_64_msvc 0.48.0",
720]
721
722[[package]]
723name = "windows_aarch64_gnullvm"
724version = "0.42.2"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
727
728[[package]]
729name = "windows_aarch64_gnullvm"
730version = "0.48.0"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
733
734[[package]]
735name = "windows_aarch64_msvc"
736version = "0.42.2"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
739
740[[package]]
741name = "windows_aarch64_msvc"
742version = "0.48.0"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
745
746[[package]]
747name = "windows_i686_gnu"
748version = "0.42.2"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
751
752[[package]]
753name = "windows_i686_gnu"
754version = "0.48.0"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
757
758[[package]]
759name = "windows_i686_msvc"
760version = "0.42.2"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
763
764[[package]]
765name = "windows_i686_msvc"
766version = "0.48.0"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
769
770[[package]]
771name = "windows_x86_64_gnu"
772version = "0.42.2"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
775
776[[package]]
777name = "windows_x86_64_gnu"
778version = "0.48.0"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
781
782[[package]]
783name = "windows_x86_64_gnullvm"
784version = "0.42.2"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
787
788[[package]]
789name = "windows_x86_64_gnullvm"
790version = "0.48.0"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
793
794[[package]]
795name = "windows_x86_64_msvc"
796version = "0.42.2"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
799
800[[package]]
801name = "windows_x86_64_msvc"
802version = "0.48.0"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
805
806[[package]]
807name = "yansi-term"
808version = "0.1.2"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
811dependencies = [
812 "winapi",
813]
814