blob: cd97ba055f0b2ff53415141bf85932ac74146886 [file] [log] [blame]
Adam Snaider770b97b2023-08-04 21:07:48 -07001# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.20.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "ahash"
22version = "0.7.6"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
25dependencies = [
26 "getrandom",
27 "once_cell",
28 "version_check",
29]
30
31[[package]]
32name = "aho-corasick"
33version = "1.0.2"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
36dependencies = [
37 "memchr",
38]
39
40[[package]]
41name = "ansi_term"
42version = "0.12.1"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
45dependencies = [
46 "winapi",
47]
48
49[[package]]
50name = "anyhow"
51version = "1.0.71"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
54
55[[package]]
56name = "aquamarine"
57version = "0.1.12"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "a941c39708478e8eea39243b5983f1c42d2717b3620ee91f4a52115fd02ac43f"
60dependencies = [
61 "itertools 0.9.0",
62 "proc-macro-error",
63 "proc-macro2",
64 "quote",
65 "syn 1.0.109",
66]
67
68[[package]]
69name = "assert_cmd"
70version = "1.0.8"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "c98233c6673d8601ab23e77eb38f999c51100d46c5703b17288c57fddf3a1ffe"
73dependencies = [
74 "bstr",
75 "doc-comment",
76 "predicates",
77 "predicates-core",
78 "predicates-tree",
79 "wait-timeout",
80]
81
82[[package]]
83name = "atty"
84version = "0.2.14"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
87dependencies = [
88 "hermit-abi 0.1.19",
89 "libc",
90 "winapi",
91]
92
93[[package]]
94name = "autocfg"
95version = "1.1.0"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
98
99[[package]]
100name = "autocxx"
101version = "0.22.3"
102dependencies = [
103 "aquamarine",
104 "autocxx-macro",
105 "cxx",
106 "moveit",
107]
108
109[[package]]
110name = "autocxx-bindgen"
111version = "0.59.17"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "f9a9a26dd38d385d23b1bf61bd231b77f690c4368aef4c77cee1b7a6da2e2042"
114dependencies = [
115 "bitflags",
116 "cexpr 0.6.0",
117 "clang-sys",
118 "clap 2.34.0",
119 "env_logger 0.9.3",
120 "itertools 0.10.5",
121 "lazy_static",
122 "lazycell",
123 "log",
124 "peeking_take_while",
125 "proc-macro2",
126 "quote",
127 "regex",
128 "rustc-hash",
129 "shlex",
130 "which 4.4.0",
131]
132
133[[package]]
134name = "autocxx-engine"
135version = "0.22.3"
136dependencies = [
137 "aquamarine",
138 "autocxx-bindgen",
139 "autocxx-parser",
140 "cc",
141 "cxx-gen",
142 "indexmap",
143 "indoc",
144 "itertools 0.10.5",
145 "log",
146 "miette",
147 "once_cell",
148 "proc-macro2",
149 "quote",
150 "regex",
151 "serde_json",
152 "strum_macros",
153 "syn 1.0.109",
154 "tempfile",
155 "thiserror",
156 "version_check",
157]
158
159[[package]]
160name = "autocxx-gen"
161version = "0.22.3"
162dependencies = [
163 "assert_cmd",
164 "autocxx",
165 "autocxx-engine",
166 "autocxx-integration-tests",
167 "clap 3.2.25",
168 "cxx",
169 "env_logger 0.9.3",
170 "indexmap",
171 "itertools 0.10.5",
172 "miette",
173 "pathdiff",
174 "proc-macro2",
175 "tempfile",
176]
177
178[[package]]
179name = "autocxx-integration-tests"
180version = "0.22.3"
181dependencies = [
182 "autocxx",
183 "autocxx-engine",
184 "cc",
185 "cxx",
186 "env_logger 0.9.3",
187 "indoc",
188 "itertools 0.10.5",
189 "link-cplusplus",
190 "log",
191 "once_cell",
192 "proc-macro2",
193 "quote",
194 "rust_info",
195 "syn 1.0.109",
196 "tempfile",
197 "test-log",
198 "trybuild",
199]
200
201[[package]]
202name = "autocxx-macro"
203version = "0.22.3"
204dependencies = [
205 "autocxx-parser",
206 "proc-macro-error",
207 "proc-macro2",
208 "quote",
209 "syn 1.0.109",
210]
211
212[[package]]
213name = "autocxx-parser"
214version = "0.22.3"
215dependencies = [
216 "indexmap",
217 "itertools 0.10.5",
218 "log",
219 "once_cell",
220 "proc-macro2",
221 "quote",
222 "serde",
223 "serde_json",
224 "syn 1.0.109",
225 "thiserror",
226]
227
228[[package]]
229name = "backtrace"
230version = "0.3.68"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
233dependencies = [
234 "addr2line",
235 "cc",
236 "cfg-if 1.0.0",
237 "libc",
238 "miniz_oxide",
239 "object",
240 "rustc-demangle",
241]
242
243[[package]]
244name = "basic-toml"
245version = "0.1.3"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "f838d03a705d72b12389b8930bd14cacf493be1380bfb15720d4d12db5ab03ac"
248dependencies = [
249 "serde",
250]
251
252[[package]]
253name = "bindgen"
254version = "0.58.1"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "0f8523b410d7187a43085e7e064416ea32ded16bd0a4e6fc025e21616d01258f"
257dependencies = [
258 "bitflags",
259 "cexpr 0.4.0",
260 "clang-sys",
261 "clap 2.34.0",
262 "env_logger 0.8.4",
263 "lazy_static",
264 "lazycell",
265 "log",
266 "peeking_take_while",
267 "proc-macro2",
268 "quote",
269 "regex",
270 "rustc-hash",
271 "shlex",
272 "which 3.1.1",
273]
274
275[[package]]
276name = "bitflags"
277version = "1.3.2"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
280
281[[package]]
282name = "bstr"
283version = "0.2.17"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
286dependencies = [
287 "lazy_static",
288 "memchr",
289 "regex-automata 0.1.10",
290]
291
292[[package]]
293name = "cc"
294version = "1.0.79"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
297
298[[package]]
299name = "cexpr"
300version = "0.4.0"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
303dependencies = [
304 "nom 5.1.3",
305]
306
307[[package]]
308name = "cexpr"
309version = "0.6.0"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
312dependencies = [
313 "nom 7.1.3",
314]
315
316[[package]]
317name = "cfg-if"
318version = "0.1.10"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
321
322[[package]]
323name = "cfg-if"
324version = "1.0.0"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
327
328[[package]]
329name = "clang-sys"
330version = "1.6.1"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
333dependencies = [
334 "glob",
335 "libc",
336 "libloading 0.7.4",
337]
338
339[[package]]
340name = "clap"
341version = "2.34.0"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
344dependencies = [
345 "ansi_term",
346 "atty",
347 "bitflags",
348 "strsim 0.8.0",
349 "textwrap 0.11.0",
350 "unicode-width",
351 "vec_map",
352]
353
354[[package]]
355name = "clap"
356version = "3.2.25"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
359dependencies = [
360 "atty",
361 "bitflags",
362 "clap_lex",
363 "indexmap",
364 "once_cell",
365 "strsim 0.10.0",
366 "termcolor",
367 "textwrap 0.16.0",
368]
369
370[[package]]
371name = "clap_lex"
372version = "0.2.4"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
375dependencies = [
376 "os_str_bytes",
377]
378
379[[package]]
380name = "codespan-reporting"
381version = "0.11.1"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
384dependencies = [
385 "termcolor",
386 "unicode-width",
387]
388
389[[package]]
390name = "compile_with_bazel"
391version = "0.0.0"
392dependencies = [
393 "anyhow",
394 "bindgen",
395 "bitflags",
396 "cxx",
397 "cxxbridge-macro",
398 "futures",
399 "libloading 0.6.3",
400 "link-cplusplus",
401 "once_cell",
402 "smallvec",
403 "thiserror",
404 "toml",
405 "uuid",
406]
407
408[[package]]
409name = "cxx"
410version = "1.0.97"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "e88abab2f5abbe4c56e8f1fb431b784d710b709888f35755a160e62e33fe38e8"
413dependencies = [
414 "cc",
415 "cxxbridge-flags",
416 "cxxbridge-macro",
417 "link-cplusplus",
418]
419
420[[package]]
421name = "cxx-gen"
422version = "0.7.97"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "83f6f8cddb97c1510ef1e7e849a40d60cd97377766187633ac6b9162dd862fd8"
425dependencies = [
426 "codespan-reporting",
427 "proc-macro2",
428 "quote",
429 "syn 2.0.22",
430]
431
432[[package]]
433name = "cxxbridge-flags"
434version = "1.0.97"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "8d3816ed957c008ccd4728485511e3d9aaf7db419aa321e3d2c5a2f3411e36c8"
437
438[[package]]
439name = "cxxbridge-macro"
440version = "1.0.97"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "a26acccf6f445af85ea056362561a24ef56cdc15fcc685f03aec50b9c702cb6d"
443dependencies = [
444 "proc-macro2",
445 "quote",
446 "syn 2.0.22",
447]
448
449[[package]]
450name = "difflib"
451version = "0.4.0"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
454
455[[package]]
456name = "doc-comment"
457version = "0.3.3"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
460
461[[package]]
462name = "either"
463version = "1.8.1"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
466
467[[package]]
468name = "env_logger"
469version = "0.8.4"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
472dependencies = [
473 "atty",
474 "humantime",
475 "log",
476 "regex",
477 "termcolor",
478]
479
480[[package]]
481name = "env_logger"
482version = "0.9.3"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
485dependencies = [
486 "atty",
487 "humantime",
488 "log",
489 "regex",
490 "termcolor",
491]
492
493[[package]]
494name = "errno"
495version = "0.3.1"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
498dependencies = [
499 "errno-dragonfly",
500 "libc",
501 "windows-sys",
502]
503
504[[package]]
505name = "errno-dragonfly"
506version = "0.1.2"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
509dependencies = [
510 "cc",
511 "libc",
512]
513
514[[package]]
515name = "fastrand"
516version = "1.9.0"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
519dependencies = [
520 "instant",
521]
522
523[[package]]
524name = "flatbuffers"
525version = "22.10.26"
526dependencies = [
527 "bitflags",
528 "rustc_version",
529 "serde",
530]
531
532[[package]]
533name = "futures"
534version = "0.3.28"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
537dependencies = [
538 "futures-channel",
539 "futures-core",
540 "futures-executor",
541 "futures-io",
542 "futures-sink",
543 "futures-task",
544 "futures-util",
545]
546
547[[package]]
548name = "futures-channel"
549version = "0.3.28"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
552dependencies = [
553 "futures-core",
554 "futures-sink",
555]
556
557[[package]]
558name = "futures-core"
559version = "0.3.28"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
562
563[[package]]
564name = "futures-executor"
565version = "0.3.28"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
568dependencies = [
569 "futures-core",
570 "futures-task",
571 "futures-util",
572]
573
574[[package]]
575name = "futures-io"
576version = "0.3.28"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
579
580[[package]]
581name = "futures-macro"
582version = "0.3.28"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
585dependencies = [
586 "proc-macro2",
587 "quote",
588 "syn 2.0.22",
589]
590
591[[package]]
592name = "futures-sink"
593version = "0.3.28"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
596
597[[package]]
598name = "futures-task"
599version = "0.3.28"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
602
603[[package]]
604name = "futures-util"
605version = "0.3.28"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
608dependencies = [
609 "futures-channel",
610 "futures-core",
611 "futures-io",
612 "futures-macro",
613 "futures-sink",
614 "futures-task",
615 "memchr",
616 "pin-project-lite",
617 "pin-utils",
618 "slab",
619]
620
621[[package]]
622name = "getrandom"
623version = "0.2.10"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
626dependencies = [
627 "cfg-if 1.0.0",
628 "libc",
629 "wasi",
630]
631
632[[package]]
633name = "gimli"
634version = "0.27.3"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
637
638[[package]]
639name = "glob"
640version = "0.3.1"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
643
644[[package]]
645name = "hashbrown"
646version = "0.12.3"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
649dependencies = [
650 "ahash",
651]
652
653[[package]]
654name = "heck"
655version = "0.4.1"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
658
659[[package]]
660name = "hermit-abi"
661version = "0.1.19"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
664dependencies = [
665 "libc",
666]
667
668[[package]]
669name = "hermit-abi"
670version = "0.3.2"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
673
674[[package]]
675name = "humantime"
676version = "2.1.0"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
679
680[[package]]
681name = "indexmap"
682version = "1.9.3"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
685dependencies = [
686 "autocfg",
687 "hashbrown",
688 "serde",
689]
690
691[[package]]
692name = "indoc"
693version = "1.0.9"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
696
697[[package]]
698name = "instant"
699version = "0.1.12"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
702dependencies = [
703 "cfg-if 1.0.0",
704]
705
706[[package]]
707name = "io-lifetimes"
708version = "1.0.11"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
711dependencies = [
712 "hermit-abi 0.3.2",
713 "libc",
714 "windows-sys",
715]
716
717[[package]]
718name = "is_ci"
719version = "1.1.1"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
722
723[[package]]
724name = "itertools"
725version = "0.9.0"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
728dependencies = [
729 "either",
730]
731
732[[package]]
733name = "itertools"
734version = "0.10.5"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
737dependencies = [
738 "either",
739]
740
741[[package]]
742name = "itoa"
743version = "1.0.8"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
746
747[[package]]
748name = "lazy_static"
749version = "1.4.0"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
752
753[[package]]
754name = "lazycell"
755version = "1.3.0"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
758
759[[package]]
760name = "libc"
761version = "0.2.147"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
764
765[[package]]
766name = "libloading"
767version = "0.6.3"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "2443d8f0478b16759158b2f66d525991a05491138bc05814ef52a250148ef4f9"
770dependencies = [
771 "cfg-if 0.1.10",
772 "winapi",
773]
774
775[[package]]
776name = "libloading"
777version = "0.7.4"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
780dependencies = [
781 "cfg-if 1.0.0",
782 "winapi",
783]
784
785[[package]]
786name = "link-cplusplus"
787version = "1.0.8"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
790dependencies = [
791 "cc",
792]
793
794[[package]]
795name = "linux-raw-sys"
796version = "0.3.8"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
799
800[[package]]
801name = "log"
802version = "0.4.19"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
805
806[[package]]
807name = "memchr"
808version = "2.5.0"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
811
812[[package]]
813name = "miette"
814version = "4.7.1"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "1c90329e44f9208b55f45711f9558cec15d7ef8295cc65ecd6d4188ae8edc58c"
817dependencies = [
818 "atty",
819 "backtrace",
820 "miette-derive",
821 "once_cell",
822 "owo-colors",
823 "supports-color",
824 "supports-hyperlinks",
825 "supports-unicode",
826 "terminal_size",
827 "textwrap 0.15.2",
828 "thiserror",
829 "unicode-width",
830]
831
832[[package]]
833name = "miette-derive"
834version = "4.7.1"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "6b5bc45b761bcf1b5e6e6c4128cd93b84c218721a8d9b894aa0aff4ed180174c"
837dependencies = [
838 "proc-macro2",
839 "quote",
840 "syn 1.0.109",
841]
842
843[[package]]
844name = "minimal-lexical"
845version = "0.2.1"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
848
849[[package]]
850name = "miniz_oxide"
851version = "0.7.1"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
854dependencies = [
855 "adler",
856]
857
858[[package]]
859name = "moveit"
860version = "0.5.1"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "d7d756ffe4e38013507d35bf726a93fcdae2cae043ab5ce477f13857a335030d"
863dependencies = [
864 "cxx",
865]
866
867[[package]]
868name = "nom"
869version = "5.1.3"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b"
872dependencies = [
873 "memchr",
874 "version_check",
875]
876
877[[package]]
878name = "nom"
879version = "7.1.3"
880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
882dependencies = [
883 "memchr",
884 "minimal-lexical",
885]
886
887[[package]]
888name = "object"
889version = "0.31.1"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
892dependencies = [
893 "memchr",
894]
895
896[[package]]
897name = "once_cell"
898version = "1.18.0"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
901
902[[package]]
903name = "os_str_bytes"
904version = "6.5.1"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
907
908[[package]]
909name = "owo-colors"
910version = "3.5.0"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
913
914[[package]]
915name = "pathdiff"
916version = "0.2.1"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
919
920[[package]]
921name = "peeking_take_while"
922version = "0.1.2"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
925
926[[package]]
927name = "pin-project-lite"
928version = "0.2.9"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
931
932[[package]]
933name = "pin-utils"
934version = "0.1.0"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
937
938[[package]]
939name = "predicates"
940version = "2.1.5"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"
943dependencies = [
944 "difflib",
945 "itertools 0.10.5",
946 "predicates-core",
947]
948
949[[package]]
950name = "predicates-core"
951version = "1.0.6"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
954
955[[package]]
956name = "predicates-tree"
957version = "1.0.9"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
960dependencies = [
961 "predicates-core",
962 "termtree",
963]
964
965[[package]]
966name = "proc-macro-error"
967version = "1.0.4"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
970dependencies = [
971 "proc-macro-error-attr",
972 "proc-macro2",
973 "quote",
974 "syn 1.0.109",
975 "version_check",
976]
977
978[[package]]
979name = "proc-macro-error-attr"
980version = "1.0.4"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
983dependencies = [
984 "proc-macro2",
985 "quote",
986 "version_check",
987]
988
989[[package]]
990name = "proc-macro2"
991version = "1.0.63"
992source = "registry+https://github.com/rust-lang/crates.io-index"
993checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
994dependencies = [
995 "unicode-ident",
996]
997
998[[package]]
999name = "quote"
1000version = "1.0.29"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
1003dependencies = [
1004 "proc-macro2",
1005]
1006
1007[[package]]
1008name = "redox_syscall"
1009version = "0.3.5"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1012dependencies = [
1013 "bitflags",
1014]
1015
1016[[package]]
1017name = "regex"
1018version = "1.9.1"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
1021dependencies = [
1022 "aho-corasick",
1023 "memchr",
1024 "regex-automata 0.3.2",
1025 "regex-syntax",
1026]
1027
1028[[package]]
1029name = "regex-automata"
1030version = "0.1.10"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1033
1034[[package]]
1035name = "regex-automata"
1036version = "0.3.2"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "83d3daa6976cffb758ec878f108ba0e062a45b2d6ca3a2cca965338855476caf"
1039dependencies = [
1040 "aho-corasick",
1041 "memchr",
1042 "regex-syntax",
1043]
1044
1045[[package]]
1046name = "regex-syntax"
1047version = "0.7.3"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "2ab07dc67230e4a4718e70fd5c20055a4334b121f1f9db8fe63ef39ce9b8c846"
1050
1051[[package]]
1052name = "rust_info"
1053version = "0.3.2"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "821495e93d15e4433347b3a72e97005f1d8a620dc88d46637fecfcb16e98043d"
1056
1057[[package]]
1058name = "rustc-demangle"
1059version = "0.1.23"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1062
1063[[package]]
1064name = "rustc-hash"
1065version = "1.1.0"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1068
1069[[package]]
1070name = "rustc_version"
1071version = "0.4.0"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1074dependencies = [
1075 "semver",
1076]
1077
1078[[package]]
1079name = "rustix"
1080version = "0.37.23"
1081source = "registry+https://github.com/rust-lang/crates.io-index"
1082checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
1083dependencies = [
1084 "bitflags",
1085 "errno",
1086 "io-lifetimes",
1087 "libc",
1088 "linux-raw-sys",
1089 "windows-sys",
1090]
1091
1092[[package]]
1093name = "rustversion"
1094version = "1.0.13"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f"
1097
1098[[package]]
1099name = "ryu"
1100version = "1.0.14"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9"
1103
1104[[package]]
1105name = "semver"
1106version = "1.0.17"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
1109
1110[[package]]
1111name = "serde"
1112version = "1.0.168"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "d614f89548720367ded108b3c843be93f3a341e22d5674ca0dd5cd57f34926af"
1115dependencies = [
1116 "serde_derive",
1117]
1118
1119[[package]]
1120name = "serde_derive"
1121version = "1.0.168"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "d4fe589678c688e44177da4f27152ee2d190757271dc7f1d5b6b9f68d869d641"
1124dependencies = [
1125 "proc-macro2",
1126 "quote",
1127 "syn 2.0.22",
1128]
1129
1130[[package]]
1131name = "serde_json"
1132version = "1.0.100"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
1135dependencies = [
1136 "itoa",
1137 "ryu",
1138 "serde",
1139]
1140
1141[[package]]
1142name = "shlex"
1143version = "1.1.0"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
1146
1147[[package]]
1148name = "slab"
1149version = "0.4.8"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
1151checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1152dependencies = [
1153 "autocfg",
1154]
1155
1156[[package]]
1157name = "smallvec"
1158version = "1.10.0"
1159source = "registry+https://github.com/rust-lang/crates.io-index"
1160checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
1161
1162[[package]]
1163name = "smawk"
1164version = "0.3.1"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
1167
1168[[package]]
1169name = "strsim"
1170version = "0.8.0"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1173
1174[[package]]
1175name = "strsim"
1176version = "0.10.0"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1179
1180[[package]]
1181name = "strum_macros"
1182version = "0.24.3"
1183source = "registry+https://github.com/rust-lang/crates.io-index"
1184checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
1185dependencies = [
1186 "heck",
1187 "proc-macro2",
1188 "quote",
1189 "rustversion",
1190 "syn 1.0.109",
1191]
1192
1193[[package]]
1194name = "supports-color"
1195version = "1.3.1"
1196source = "registry+https://github.com/rust-lang/crates.io-index"
1197checksum = "8ba6faf2ca7ee42fdd458f4347ae0a9bd6bcc445ad7cb57ad82b383f18870d6f"
1198dependencies = [
1199 "atty",
1200 "is_ci",
1201]
1202
1203[[package]]
1204name = "supports-hyperlinks"
1205version = "1.2.0"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "590b34f7c5f01ecc9d78dba4b3f445f31df750a67621cf31626f3b7441ce6406"
1208dependencies = [
1209 "atty",
1210]
1211
1212[[package]]
1213name = "supports-unicode"
1214version = "1.0.2"
1215source = "registry+https://github.com/rust-lang/crates.io-index"
1216checksum = "a8b945e45b417b125a8ec51f1b7df2f8df7920367700d1f98aedd21e5735f8b2"
1217dependencies = [
1218 "atty",
1219]
1220
1221[[package]]
1222name = "syn"
1223version = "1.0.109"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1226dependencies = [
1227 "proc-macro2",
1228 "quote",
1229 "unicode-ident",
1230]
1231
1232[[package]]
1233name = "syn"
1234version = "2.0.22"
1235source = "registry+https://github.com/rust-lang/crates.io-index"
1236checksum = "2efbeae7acf4eabd6bcdcbd11c92f45231ddda7539edc7806bd1a04a03b24616"
1237dependencies = [
1238 "proc-macro2",
1239 "quote",
1240 "unicode-ident",
1241]
1242
1243[[package]]
1244name = "tempfile"
1245version = "3.6.0"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
1248dependencies = [
1249 "autocfg",
1250 "cfg-if 1.0.0",
1251 "fastrand",
1252 "redox_syscall",
1253 "rustix",
1254 "windows-sys",
1255]
1256
1257[[package]]
1258name = "termcolor"
1259version = "1.2.0"
1260source = "registry+https://github.com/rust-lang/crates.io-index"
1261checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
1262dependencies = [
1263 "winapi-util",
1264]
1265
1266[[package]]
1267name = "terminal_size"
1268version = "0.1.17"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
1271dependencies = [
1272 "libc",
1273 "winapi",
1274]
1275
1276[[package]]
1277name = "termtree"
1278version = "0.4.1"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
1281
1282[[package]]
1283name = "test-log"
1284version = "0.2.12"
1285source = "registry+https://github.com/rust-lang/crates.io-index"
1286checksum = "d9601d162c1d77e62c1ea0bc8116cd1caf143ce3af947536c3c9052a1677fe0c"
1287dependencies = [
1288 "proc-macro2",
1289 "quote",
1290 "syn 1.0.109",
1291]
1292
1293[[package]]
1294name = "textwrap"
1295version = "0.11.0"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1298dependencies = [
1299 "unicode-width",
1300]
1301
1302[[package]]
1303name = "textwrap"
1304version = "0.15.2"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
1307dependencies = [
1308 "smawk",
1309 "unicode-linebreak",
1310 "unicode-width",
1311]
1312
1313[[package]]
1314name = "textwrap"
1315version = "0.16.0"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
1318
1319[[package]]
1320name = "thiserror"
1321version = "1.0.40"
1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
1324dependencies = [
1325 "thiserror-impl",
1326]
1327
1328[[package]]
1329name = "thiserror-impl"
1330version = "1.0.40"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
1333dependencies = [
1334 "proc-macro2",
1335 "quote",
1336 "syn 2.0.22",
1337]
1338
1339[[package]]
1340name = "toml"
1341version = "0.5.11"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
1344dependencies = [
1345 "serde",
1346]
1347
1348[[package]]
1349name = "trybuild"
1350version = "1.0.81"
1351source = "registry+https://github.com/rust-lang/crates.io-index"
1352checksum = "04366e99ff743345622cd00af2af01d711dc2d1ef59250d7347698d21b546729"
1353dependencies = [
1354 "basic-toml",
1355 "glob",
1356 "once_cell",
1357 "serde",
1358 "serde_derive",
1359 "serde_json",
1360 "termcolor",
1361]
1362
1363[[package]]
1364name = "unicode-ident"
1365version = "1.0.9"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
1368
1369[[package]]
1370name = "unicode-linebreak"
1371version = "0.1.4"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
1374dependencies = [
1375 "hashbrown",
1376 "regex",
1377]
1378
1379[[package]]
1380name = "unicode-width"
1381version = "0.1.10"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1384
1385[[package]]
1386name = "uuid"
1387version = "1.4.0"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
1390
1391[[package]]
1392name = "vec_map"
1393version = "0.8.2"
1394source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1396
1397[[package]]
1398name = "version_check"
1399version = "0.9.4"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1402
1403[[package]]
1404name = "wait-timeout"
1405version = "0.2.0"
1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
1408dependencies = [
1409 "libc",
1410]
1411
1412[[package]]
1413name = "wasi"
1414version = "0.11.0+wasi-snapshot-preview1"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1417
1418[[package]]
1419name = "which"
1420version = "3.1.1"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
1423dependencies = [
1424 "libc",
1425]
1426
1427[[package]]
1428name = "which"
1429version = "4.4.0"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
1432dependencies = [
1433 "either",
1434 "libc",
1435 "once_cell",
1436]
1437
1438[[package]]
1439name = "winapi"
1440version = "0.3.9"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1443dependencies = [
1444 "winapi-i686-pc-windows-gnu",
1445 "winapi-x86_64-pc-windows-gnu",
1446]
1447
1448[[package]]
1449name = "winapi-i686-pc-windows-gnu"
1450version = "0.4.0"
1451source = "registry+https://github.com/rust-lang/crates.io-index"
1452checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1453
1454[[package]]
1455name = "winapi-util"
1456version = "0.1.5"
1457source = "registry+https://github.com/rust-lang/crates.io-index"
1458checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1459dependencies = [
1460 "winapi",
1461]
1462
1463[[package]]
1464name = "winapi-x86_64-pc-windows-gnu"
1465version = "0.4.0"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1468
1469[[package]]
1470name = "windows-sys"
1471version = "0.48.0"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1474dependencies = [
1475 "windows-targets",
1476]
1477
1478[[package]]
1479name = "windows-targets"
1480version = "0.48.1"
1481source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
1483dependencies = [
1484 "windows_aarch64_gnullvm",
1485 "windows_aarch64_msvc",
1486 "windows_i686_gnu",
1487 "windows_i686_msvc",
1488 "windows_x86_64_gnu",
1489 "windows_x86_64_gnullvm",
1490 "windows_x86_64_msvc",
1491]
1492
1493[[package]]
1494name = "windows_aarch64_gnullvm"
1495version = "0.48.0"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
1498
1499[[package]]
1500name = "windows_aarch64_msvc"
1501version = "0.48.0"
1502source = "registry+https://github.com/rust-lang/crates.io-index"
1503checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
1504
1505[[package]]
1506name = "windows_i686_gnu"
1507version = "0.48.0"
1508source = "registry+https://github.com/rust-lang/crates.io-index"
1509checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
1510
1511[[package]]
1512name = "windows_i686_msvc"
1513version = "0.48.0"
1514source = "registry+https://github.com/rust-lang/crates.io-index"
1515checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
1516
1517[[package]]
1518name = "windows_x86_64_gnu"
1519version = "0.48.0"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
1522
1523[[package]]
1524name = "windows_x86_64_gnullvm"
1525version = "0.48.0"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
1528
1529[[package]]
1530name = "windows_x86_64_msvc"
1531version = "0.48.0"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"