blob: 3829492bd58ce83ed25a0fde5ed43081bb99a670 [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]]
Adam Snaider48a62f32023-10-02 15:49:23 -070050name = "anstream"
51version = "0.6.11"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
54dependencies = [
55 "anstyle",
56 "anstyle-parse",
57 "anstyle-query",
58 "anstyle-wincon",
59 "colorchoice",
60 "utf8parse",
61]
62
63[[package]]
Austin Schuh6ea9bfa2023-08-06 19:05:10 -070064name = "anstyle"
65version = "1.0.1"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
68
69[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -070070name = "anstyle-parse"
71version = "0.2.3"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
74dependencies = [
75 "utf8parse",
76]
77
78[[package]]
79name = "anstyle-query"
80version = "1.0.2"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
83dependencies = [
84 "windows-sys 0.52.0",
85]
86
87[[package]]
88name = "anstyle-wincon"
89version = "3.0.2"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
92dependencies = [
93 "anstyle",
94 "windows-sys 0.52.0",
95]
96
97[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -070098name = "anyhow"
99version = "1.0.71"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
102
103[[package]]
104name = "aquamarine"
105version = "0.1.12"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "a941c39708478e8eea39243b5983f1c42d2717b3620ee91f4a52115fd02ac43f"
108dependencies = [
109 "itertools 0.9.0",
110 "proc-macro-error",
111 "proc-macro2",
112 "quote",
113 "syn 1.0.109",
114]
115
116[[package]]
Adam Snaider0126d832023-10-03 09:59:34 -0700117name = "arrayvec"
118version = "0.7.4"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
121
122[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -0700123name = "assert_cmd"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700124version = "2.0.12"
Adam Snaider770b97b2023-08-04 21:07:48 -0700125source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700126checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6"
Adam Snaider770b97b2023-08-04 21:07:48 -0700127dependencies = [
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700128 "anstyle",
Adam Snaider770b97b2023-08-04 21:07:48 -0700129 "bstr",
130 "doc-comment",
131 "predicates",
132 "predicates-core",
133 "predicates-tree",
134 "wait-timeout",
135]
136
137[[package]]
138name = "atty"
139version = "0.2.14"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
142dependencies = [
143 "hermit-abi 0.1.19",
144 "libc",
145 "winapi",
146]
147
148[[package]]
149name = "autocfg"
150version = "1.1.0"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
153
154[[package]]
155name = "autocxx"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700156version = "0.26.0"
Adam Snaider770b97b2023-08-04 21:07:48 -0700157dependencies = [
158 "aquamarine",
159 "autocxx-macro",
160 "cxx",
161 "moveit",
162]
163
164[[package]]
165name = "autocxx-bindgen"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700166version = "0.65.1"
Adam Snaider770b97b2023-08-04 21:07:48 -0700167source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700168checksum = "6c9fb7b8dd83a582e12157367773d8d1195f2dea54d4250aaf3426abae3237aa"
Adam Snaider770b97b2023-08-04 21:07:48 -0700169dependencies = [
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700170 "bitflags 1.3.2",
Adam Snaider770b97b2023-08-04 21:07:48 -0700171 "cexpr 0.6.0",
172 "clang-sys",
Adam Snaider770b97b2023-08-04 21:07:48 -0700173 "itertools 0.10.5",
174 "lazy_static",
175 "lazycell",
176 "log",
177 "peeking_take_while",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700178 "prettyplease",
Adam Snaider770b97b2023-08-04 21:07:48 -0700179 "proc-macro2",
180 "quote",
181 "regex",
182 "rustc-hash",
183 "shlex",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700184 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -0700185 "which 4.4.0",
186]
187
188[[package]]
189name = "autocxx-engine"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700190version = "0.26.0"
Adam Snaider770b97b2023-08-04 21:07:48 -0700191dependencies = [
192 "aquamarine",
193 "autocxx-bindgen",
194 "autocxx-parser",
195 "cc",
196 "cxx-gen",
197 "indexmap",
198 "indoc",
199 "itertools 0.10.5",
200 "log",
201 "miette",
202 "once_cell",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700203 "prettyplease",
Adam Snaider770b97b2023-08-04 21:07:48 -0700204 "proc-macro2",
205 "quote",
206 "regex",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700207 "rustversion",
Adam Snaider770b97b2023-08-04 21:07:48 -0700208 "serde_json",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700209 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -0700210 "tempfile",
211 "thiserror",
212 "version_check",
213]
214
215[[package]]
216name = "autocxx-gen"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700217version = "0.26.0"
Adam Snaider770b97b2023-08-04 21:07:48 -0700218dependencies = [
219 "assert_cmd",
220 "autocxx",
221 "autocxx-engine",
222 "autocxx-integration-tests",
223 "clap 3.2.25",
224 "cxx",
225 "env_logger 0.9.3",
226 "indexmap",
227 "itertools 0.10.5",
228 "miette",
229 "pathdiff",
230 "proc-macro2",
231 "tempfile",
232]
233
234[[package]]
235name = "autocxx-integration-tests"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700236version = "0.26.0"
Adam Snaider770b97b2023-08-04 21:07:48 -0700237dependencies = [
238 "autocxx",
239 "autocxx-engine",
240 "cc",
241 "cxx",
242 "env_logger 0.9.3",
243 "indoc",
244 "itertools 0.10.5",
245 "link-cplusplus",
246 "log",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700247 "moveit",
Adam Snaider770b97b2023-08-04 21:07:48 -0700248 "once_cell",
249 "proc-macro2",
250 "quote",
251 "rust_info",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700252 "rustversion",
253 "static_assertions",
Adam Snaider770b97b2023-08-04 21:07:48 -0700254 "syn 1.0.109",
255 "tempfile",
256 "test-log",
257 "trybuild",
258]
259
260[[package]]
261name = "autocxx-macro"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700262version = "0.26.0"
Adam Snaider770b97b2023-08-04 21:07:48 -0700263dependencies = [
264 "autocxx-parser",
265 "proc-macro-error",
266 "proc-macro2",
267 "quote",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700268 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -0700269]
270
271[[package]]
272name = "autocxx-parser"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700273version = "0.26.0"
Adam Snaider770b97b2023-08-04 21:07:48 -0700274dependencies = [
275 "indexmap",
276 "itertools 0.10.5",
277 "log",
278 "once_cell",
279 "proc-macro2",
280 "quote",
281 "serde",
282 "serde_json",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700283 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -0700284 "thiserror",
285]
286
287[[package]]
288name = "backtrace"
289version = "0.3.68"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
292dependencies = [
293 "addr2line",
294 "cc",
295 "cfg-if 1.0.0",
296 "libc",
297 "miniz_oxide",
298 "object",
299 "rustc-demangle",
300]
301
302[[package]]
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700303name = "backtrace-ext"
304version = "0.2.1"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
307dependencies = [
308 "backtrace",
309]
310
311[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -0700312name = "basic-toml"
313version = "0.1.3"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "f838d03a705d72b12389b8930bd14cacf493be1380bfb15720d4d12db5ab03ac"
316dependencies = [
317 "serde",
318]
319
320[[package]]
321name = "bindgen"
322version = "0.58.1"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "0f8523b410d7187a43085e7e064416ea32ded16bd0a4e6fc025e21616d01258f"
325dependencies = [
Austin Schuh0a77dc92023-08-06 22:02:36 -0700326 "bitflags 1.3.2",
Adam Snaider770b97b2023-08-04 21:07:48 -0700327 "cexpr 0.4.0",
328 "clang-sys",
329 "clap 2.34.0",
330 "env_logger 0.8.4",
331 "lazy_static",
332 "lazycell",
333 "log",
334 "peeking_take_while",
335 "proc-macro2",
336 "quote",
337 "regex",
338 "rustc-hash",
339 "shlex",
340 "which 3.1.1",
341]
342
343[[package]]
344name = "bitflags"
345version = "1.3.2"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
348
349[[package]]
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700350name = "bitflags"
351version = "2.3.3"
Adam Snaider770b97b2023-08-04 21:07:48 -0700352source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700353checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
354
355[[package]]
Brian Silverman4e662aa2022-05-11 23:10:19 -0700356name = "bstr"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700357version = "1.6.0"
Brian Silverman4e662aa2022-05-11 23:10:19 -0700358source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700359checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
Adam Snaider770b97b2023-08-04 21:07:48 -0700360dependencies = [
Adam Snaider770b97b2023-08-04 21:07:48 -0700361 "memchr",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700362 "regex-automata",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700363 "serde",
Adam Snaider770b97b2023-08-04 21:07:48 -0700364]
365
366[[package]]
367name = "cc"
368version = "1.0.79"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
371
372[[package]]
373name = "cexpr"
374version = "0.4.0"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
377dependencies = [
378 "nom 5.1.3",
379]
380
381[[package]]
382name = "cexpr"
383version = "0.6.0"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
386dependencies = [
387 "nom 7.1.3",
388]
389
390[[package]]
391name = "cfg-if"
392version = "0.1.10"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
395
396[[package]]
397name = "cfg-if"
398version = "1.0.0"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
401
402[[package]]
403name = "clang-sys"
404version = "1.6.1"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
407dependencies = [
408 "glob",
409 "libc",
410 "libloading 0.7.4",
411]
412
413[[package]]
414name = "clap"
415version = "2.34.0"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
418dependencies = [
419 "ansi_term",
420 "atty",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700421 "bitflags 1.3.2",
Adam Snaider770b97b2023-08-04 21:07:48 -0700422 "strsim 0.8.0",
423 "textwrap 0.11.0",
424 "unicode-width",
425 "vec_map",
426]
427
428[[package]]
429name = "clap"
430version = "3.2.25"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
433dependencies = [
434 "atty",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700435 "bitflags 1.3.2",
Adam Snaider48a62f32023-10-02 15:49:23 -0700436 "clap_lex 0.2.4",
Adam Snaider770b97b2023-08-04 21:07:48 -0700437 "indexmap",
438 "once_cell",
439 "strsim 0.10.0",
440 "termcolor",
441 "textwrap 0.16.0",
442]
443
444[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -0700445name = "clap"
446version = "4.4.18"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
449dependencies = [
450 "clap_builder",
451 "clap_derive",
452]
453
454[[package]]
455name = "clap_builder"
456version = "4.4.18"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
459dependencies = [
460 "anstream",
461 "anstyle",
462 "clap_lex 0.6.0",
463 "strsim 0.10.0",
464]
465
466[[package]]
467name = "clap_derive"
468version = "4.4.7"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
471dependencies = [
472 "heck",
473 "proc-macro2",
474 "quote",
475 "syn 2.0.28",
476]
477
478[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -0700479name = "clap_lex"
480version = "0.2.4"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
483dependencies = [
484 "os_str_bytes",
485]
486
487[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -0700488name = "clap_lex"
489version = "0.6.0"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
492
493[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -0700494name = "codespan-reporting"
495version = "0.11.1"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
498dependencies = [
499 "termcolor",
500 "unicode-width",
501]
502
503[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -0700504name = "colorchoice"
505version = "1.0.0"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
508
509[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -0700510name = "compile_with_bazel"
511version = "0.0.0"
512dependencies = [
513 "anyhow",
514 "bindgen",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700515 "bitflags 1.3.2",
Adam Snaider48a62f32023-10-02 15:49:23 -0700516 "clap 4.4.18",
Adam Snaider770b97b2023-08-04 21:07:48 -0700517 "cxx",
518 "cxxbridge-macro",
519 "futures",
520 "libloading 0.6.3",
521 "link-cplusplus",
522 "once_cell",
523 "smallvec",
524 "thiserror",
525 "toml",
526 "uuid",
527]
528
529[[package]]
530name = "cxx"
531version = "1.0.97"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "e88abab2f5abbe4c56e8f1fb431b784d710b709888f35755a160e62e33fe38e8"
534dependencies = [
535 "cc",
536 "cxxbridge-flags",
537 "cxxbridge-macro",
538 "link-cplusplus",
539]
540
541[[package]]
542name = "cxx-gen"
543version = "0.7.97"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "83f6f8cddb97c1510ef1e7e849a40d60cd97377766187633ac6b9162dd862fd8"
546dependencies = [
547 "codespan-reporting",
548 "proc-macro2",
549 "quote",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700550 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -0700551]
552
553[[package]]
554name = "cxxbridge-flags"
555version = "1.0.97"
556source = "registry+https://github.com/rust-lang/crates.io-index"
557checksum = "8d3816ed957c008ccd4728485511e3d9aaf7db419aa321e3d2c5a2f3411e36c8"
558
559[[package]]
560name = "cxxbridge-macro"
561version = "1.0.97"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "a26acccf6f445af85ea056362561a24ef56cdc15fcc685f03aec50b9c702cb6d"
564dependencies = [
565 "proc-macro2",
566 "quote",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700567 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -0700568]
569
570[[package]]
571name = "difflib"
572version = "0.4.0"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
575
576[[package]]
577name = "doc-comment"
578version = "0.3.3"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
581
582[[package]]
583name = "either"
584version = "1.8.1"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
587
588[[package]]
589name = "env_logger"
590version = "0.8.4"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
593dependencies = [
594 "atty",
595 "humantime",
596 "log",
597 "regex",
598 "termcolor",
599]
600
601[[package]]
602name = "env_logger"
603version = "0.9.3"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
606dependencies = [
607 "atty",
608 "humantime",
609 "log",
610 "regex",
611 "termcolor",
612]
613
614[[package]]
615name = "errno"
616version = "0.3.1"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
619dependencies = [
620 "errno-dragonfly",
621 "libc",
Adam Snaider48a62f32023-10-02 15:49:23 -0700622 "windows-sys 0.48.0",
Adam Snaider770b97b2023-08-04 21:07:48 -0700623]
624
625[[package]]
626name = "errno-dragonfly"
627version = "0.1.2"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
630dependencies = [
631 "cc",
632 "libc",
633]
634
635[[package]]
636name = "fastrand"
637version = "1.9.0"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
640dependencies = [
641 "instant",
642]
643
644[[package]]
645name = "flatbuffers"
646version = "22.10.26"
647dependencies = [
Adam Snaider0126d832023-10-03 09:59:34 -0700648 "arrayvec",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700649 "bitflags 1.3.2",
Adam Snaider770b97b2023-08-04 21:07:48 -0700650 "rustc_version",
651 "serde",
652]
653
654[[package]]
655name = "futures"
656version = "0.3.28"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
659dependencies = [
660 "futures-channel",
661 "futures-core",
662 "futures-executor",
663 "futures-io",
664 "futures-sink",
665 "futures-task",
666 "futures-util",
667]
668
669[[package]]
670name = "futures-channel"
671version = "0.3.28"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
674dependencies = [
675 "futures-core",
676 "futures-sink",
677]
678
679[[package]]
680name = "futures-core"
681version = "0.3.28"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
684
685[[package]]
686name = "futures-executor"
687version = "0.3.28"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
690dependencies = [
691 "futures-core",
692 "futures-task",
693 "futures-util",
694]
695
696[[package]]
697name = "futures-io"
698version = "0.3.28"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
701
702[[package]]
703name = "futures-macro"
704version = "0.3.28"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
707dependencies = [
708 "proc-macro2",
709 "quote",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700710 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -0700711]
712
713[[package]]
714name = "futures-sink"
715version = "0.3.28"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
718
719[[package]]
720name = "futures-task"
721version = "0.3.28"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
724
725[[package]]
726name = "futures-util"
727version = "0.3.28"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
730dependencies = [
731 "futures-channel",
732 "futures-core",
733 "futures-io",
734 "futures-macro",
735 "futures-sink",
736 "futures-task",
737 "memchr",
738 "pin-project-lite",
739 "pin-utils",
740 "slab",
741]
742
743[[package]]
744name = "getrandom"
745version = "0.2.10"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
748dependencies = [
749 "cfg-if 1.0.0",
750 "libc",
751 "wasi",
752]
753
754[[package]]
755name = "gimli"
756version = "0.27.3"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
759
760[[package]]
761name = "glob"
762version = "0.3.1"
763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
765
766[[package]]
767name = "hashbrown"
768version = "0.12.3"
769source = "registry+https://github.com/rust-lang/crates.io-index"
770checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
771dependencies = [
772 "ahash",
773]
774
775[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -0700776name = "heck"
777version = "0.4.1"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
780
781[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -0700782name = "hermit-abi"
783version = "0.1.19"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
786dependencies = [
787 "libc",
788]
789
790[[package]]
791name = "hermit-abi"
792version = "0.3.2"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
795
796[[package]]
797name = "humantime"
798version = "2.1.0"
799source = "registry+https://github.com/rust-lang/crates.io-index"
800checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
801
802[[package]]
803name = "indexmap"
804version = "1.9.3"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
807dependencies = [
808 "autocfg",
809 "hashbrown",
810 "serde",
811]
812
813[[package]]
814name = "indoc"
815version = "1.0.9"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
818
819[[package]]
820name = "instant"
821version = "0.1.12"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
824dependencies = [
825 "cfg-if 1.0.0",
826]
827
828[[package]]
829name = "io-lifetimes"
830version = "1.0.11"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
833dependencies = [
834 "hermit-abi 0.3.2",
835 "libc",
Adam Snaider48a62f32023-10-02 15:49:23 -0700836 "windows-sys 0.48.0",
Adam Snaider770b97b2023-08-04 21:07:48 -0700837]
838
839[[package]]
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700840name = "is-terminal"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700841version = "0.4.9"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700842source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700843checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700844dependencies = [
845 "hermit-abi 0.3.2",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700846 "rustix 0.38.7",
Adam Snaider48a62f32023-10-02 15:49:23 -0700847 "windows-sys 0.48.0",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700848]
849
850[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -0700851name = "is_ci"
852version = "1.1.1"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
855
856[[package]]
857name = "itertools"
858version = "0.9.0"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
861dependencies = [
862 "either",
863]
864
865[[package]]
866name = "itertools"
867version = "0.10.5"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
870dependencies = [
871 "either",
872]
873
874[[package]]
875name = "itoa"
876version = "1.0.8"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
879
880[[package]]
881name = "lazy_static"
882version = "1.4.0"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
885
886[[package]]
887name = "lazycell"
888version = "1.3.0"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
891
892[[package]]
893name = "libc"
894version = "0.2.147"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
897
898[[package]]
899name = "libloading"
900version = "0.6.3"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "2443d8f0478b16759158b2f66d525991a05491138bc05814ef52a250148ef4f9"
903dependencies = [
904 "cfg-if 0.1.10",
905 "winapi",
906]
907
908[[package]]
909name = "libloading"
910version = "0.7.4"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
913dependencies = [
914 "cfg-if 1.0.0",
915 "winapi",
916]
917
918[[package]]
919name = "link-cplusplus"
920version = "1.0.8"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
923dependencies = [
924 "cc",
925]
926
927[[package]]
928name = "linux-raw-sys"
929version = "0.3.8"
930source = "registry+https://github.com/rust-lang/crates.io-index"
931checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
932
933[[package]]
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700934name = "linux-raw-sys"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700935version = "0.4.5"
Brian Silverman4e662aa2022-05-11 23:10:19 -0700936source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700937checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700938
939[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -0700940name = "log"
941version = "0.4.19"
942source = "registry+https://github.com/rust-lang/crates.io-index"
943checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
944
945[[package]]
946name = "memchr"
947version = "2.5.0"
948source = "registry+https://github.com/rust-lang/crates.io-index"
949checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
950
951[[package]]
952name = "miette"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700953version = "5.10.0"
Adam Snaider770b97b2023-08-04 21:07:48 -0700954source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700955checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e"
Adam Snaider770b97b2023-08-04 21:07:48 -0700956dependencies = [
Adam Snaider770b97b2023-08-04 21:07:48 -0700957 "backtrace",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700958 "backtrace-ext",
959 "is-terminal",
Adam Snaider770b97b2023-08-04 21:07:48 -0700960 "miette-derive",
961 "once_cell",
962 "owo-colors",
963 "supports-color",
964 "supports-hyperlinks",
965 "supports-unicode",
966 "terminal_size",
967 "textwrap 0.15.2",
968 "thiserror",
969 "unicode-width",
970]
971
972[[package]]
973name = "miette-derive"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700974version = "5.10.0"
Adam Snaider770b97b2023-08-04 21:07:48 -0700975source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700976checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c"
Adam Snaider770b97b2023-08-04 21:07:48 -0700977dependencies = [
978 "proc-macro2",
979 "quote",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700980 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -0700981]
982
983[[package]]
984name = "minimal-lexical"
985version = "0.2.1"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
988
989[[package]]
990name = "miniz_oxide"
991version = "0.7.1"
992source = "registry+https://github.com/rust-lang/crates.io-index"
993checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
994dependencies = [
995 "adler",
996]
997
998[[package]]
999name = "moveit"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001000version = "0.6.0"
Adam Snaider770b97b2023-08-04 21:07:48 -07001001source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001002checksum = "87d7335204cb6ef7bd647fa6db0be3e4d7aa25b5823a7aa030027ddf512cefba"
Adam Snaider770b97b2023-08-04 21:07:48 -07001003dependencies = [
1004 "cxx",
1005]
1006
1007[[package]]
1008name = "nom"
1009version = "5.1.3"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b"
1012dependencies = [
1013 "memchr",
1014 "version_check",
1015]
1016
1017[[package]]
1018name = "nom"
1019version = "7.1.3"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1022dependencies = [
1023 "memchr",
1024 "minimal-lexical",
1025]
1026
1027[[package]]
1028name = "object"
1029version = "0.31.1"
1030source = "registry+https://github.com/rust-lang/crates.io-index"
1031checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
1032dependencies = [
1033 "memchr",
1034]
1035
1036[[package]]
1037name = "once_cell"
1038version = "1.18.0"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
1041
1042[[package]]
1043name = "os_str_bytes"
Adam Snaider48a62f32023-10-02 15:49:23 -07001044version = "6.6.1"
Adam Snaider770b97b2023-08-04 21:07:48 -07001045source = "registry+https://github.com/rust-lang/crates.io-index"
Adam Snaider48a62f32023-10-02 15:49:23 -07001046checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
Adam Snaider770b97b2023-08-04 21:07:48 -07001047
1048[[package]]
1049name = "owo-colors"
1050version = "3.5.0"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
1053
1054[[package]]
1055name = "pathdiff"
1056version = "0.2.1"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
1059
1060[[package]]
1061name = "peeking_take_while"
1062version = "0.1.2"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
1065
1066[[package]]
1067name = "pin-project-lite"
1068version = "0.2.9"
1069source = "registry+https://github.com/rust-lang/crates.io-index"
1070checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1071
1072[[package]]
1073name = "pin-utils"
1074version = "0.1.0"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1077
1078[[package]]
1079name = "predicates"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001080version = "3.0.3"
Adam Snaider770b97b2023-08-04 21:07:48 -07001081source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001082checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9"
Adam Snaider770b97b2023-08-04 21:07:48 -07001083dependencies = [
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001084 "anstyle",
Adam Snaider770b97b2023-08-04 21:07:48 -07001085 "difflib",
1086 "itertools 0.10.5",
1087 "predicates-core",
1088]
1089
1090[[package]]
1091name = "predicates-core"
1092version = "1.0.6"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
1095
1096[[package]]
1097name = "predicates-tree"
1098version = "1.0.9"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
1101dependencies = [
1102 "predicates-core",
1103 "termtree",
1104]
1105
1106[[package]]
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001107name = "prettyplease"
Austin Schuh0a77dc92023-08-06 22:02:36 -07001108version = "0.2.12"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001109source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -07001110checksum = "6c64d9ba0963cdcea2e1b2230fbae2bab30eb25a174be395c41e764bfb65dd62"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001111dependencies = [
1112 "proc-macro2",
Austin Schuh0a77dc92023-08-06 22:02:36 -07001113 "syn 2.0.28",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001114]
1115
1116[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001117name = "proc-macro-error"
1118version = "1.0.4"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1121dependencies = [
1122 "proc-macro-error-attr",
1123 "proc-macro2",
1124 "quote",
1125 "syn 1.0.109",
1126 "version_check",
1127]
1128
1129[[package]]
1130name = "proc-macro-error-attr"
1131version = "1.0.4"
1132source = "registry+https://github.com/rust-lang/crates.io-index"
1133checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1134dependencies = [
1135 "proc-macro2",
1136 "quote",
1137 "version_check",
1138]
1139
1140[[package]]
1141name = "proc-macro2"
1142version = "1.0.63"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
1145dependencies = [
1146 "unicode-ident",
1147]
1148
1149[[package]]
1150name = "quote"
1151version = "1.0.29"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
1154dependencies = [
1155 "proc-macro2",
1156]
1157
1158[[package]]
1159name = "redox_syscall"
1160version = "0.3.5"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1163dependencies = [
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001164 "bitflags 1.3.2",
Adam Snaider770b97b2023-08-04 21:07:48 -07001165]
1166
1167[[package]]
1168name = "regex"
1169version = "1.9.1"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
1172dependencies = [
1173 "aho-corasick",
1174 "memchr",
Austin Schuh0a77dc92023-08-06 22:02:36 -07001175 "regex-automata",
Adam Snaider770b97b2023-08-04 21:07:48 -07001176 "regex-syntax",
1177]
1178
1179[[package]]
1180name = "regex-automata"
Adam Snaider770b97b2023-08-04 21:07:48 -07001181version = "0.3.2"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "83d3daa6976cffb758ec878f108ba0e062a45b2d6ca3a2cca965338855476caf"
1184dependencies = [
1185 "aho-corasick",
1186 "memchr",
1187 "regex-syntax",
1188]
1189
1190[[package]]
1191name = "regex-syntax"
1192version = "0.7.3"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "2ab07dc67230e4a4718e70fd5c20055a4334b121f1f9db8fe63ef39ce9b8c846"
1195
1196[[package]]
1197name = "rust_info"
1198version = "0.3.2"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "821495e93d15e4433347b3a72e97005f1d8a620dc88d46637fecfcb16e98043d"
1201
1202[[package]]
1203name = "rustc-demangle"
1204version = "0.1.23"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1207
1208[[package]]
1209name = "rustc-hash"
1210version = "1.1.0"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1213
1214[[package]]
1215name = "rustc_version"
1216version = "0.4.0"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1219dependencies = [
1220 "semver",
1221]
1222
1223[[package]]
1224name = "rustix"
1225version = "0.37.23"
1226source = "registry+https://github.com/rust-lang/crates.io-index"
1227checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
1228dependencies = [
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001229 "bitflags 1.3.2",
Adam Snaider770b97b2023-08-04 21:07:48 -07001230 "errno",
1231 "io-lifetimes",
1232 "libc",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001233 "linux-raw-sys 0.3.8",
Adam Snaider48a62f32023-10-02 15:49:23 -07001234 "windows-sys 0.48.0",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001235]
1236
1237[[package]]
1238name = "rustix"
Austin Schuh0a77dc92023-08-06 22:02:36 -07001239version = "0.38.7"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001240source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -07001241checksum = "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001242dependencies = [
1243 "bitflags 2.3.3",
1244 "errno",
1245 "libc",
Austin Schuh0a77dc92023-08-06 22:02:36 -07001246 "linux-raw-sys 0.4.5",
Adam Snaider48a62f32023-10-02 15:49:23 -07001247 "windows-sys 0.48.0",
Adam Snaider770b97b2023-08-04 21:07:48 -07001248]
1249
1250[[package]]
1251name = "rustversion"
1252version = "1.0.13"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f"
1255
1256[[package]]
1257name = "ryu"
1258version = "1.0.14"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9"
1261
1262[[package]]
1263name = "semver"
1264version = "1.0.17"
1265source = "registry+https://github.com/rust-lang/crates.io-index"
1266checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
1267
1268[[package]]
1269name = "serde"
1270version = "1.0.168"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "d614f89548720367ded108b3c843be93f3a341e22d5674ca0dd5cd57f34926af"
1273dependencies = [
1274 "serde_derive",
1275]
1276
1277[[package]]
1278name = "serde_derive"
1279version = "1.0.168"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "d4fe589678c688e44177da4f27152ee2d190757271dc7f1d5b6b9f68d869d641"
1282dependencies = [
1283 "proc-macro2",
1284 "quote",
Austin Schuh0a77dc92023-08-06 22:02:36 -07001285 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -07001286]
1287
1288[[package]]
1289name = "serde_json"
1290version = "1.0.100"
1291source = "registry+https://github.com/rust-lang/crates.io-index"
1292checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
1293dependencies = [
1294 "itoa",
1295 "ryu",
1296 "serde",
1297]
1298
1299[[package]]
1300name = "shlex"
1301version = "1.1.0"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
1304
1305[[package]]
1306name = "slab"
1307version = "0.4.8"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1310dependencies = [
1311 "autocfg",
1312]
1313
1314[[package]]
1315name = "smallvec"
1316version = "1.10.0"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
1319
1320[[package]]
1321name = "smawk"
1322version = "0.3.1"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
1325
1326[[package]]
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001327name = "static_assertions"
1328version = "1.1.0"
Brian Silverman4e662aa2022-05-11 23:10:19 -07001329source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001330checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
Brian Silverman4e662aa2022-05-11 23:10:19 -07001331
1332[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001333name = "strsim"
1334version = "0.8.0"
1335source = "registry+https://github.com/rust-lang/crates.io-index"
1336checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1337
1338[[package]]
1339name = "strsim"
1340version = "0.10.0"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1343
1344[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001345name = "supports-color"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001346version = "2.0.0"
Adam Snaider770b97b2023-08-04 21:07:48 -07001347source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001348checksum = "4950e7174bffabe99455511c39707310e7e9b440364a2fcb1cc21521be57b354"
Adam Snaider770b97b2023-08-04 21:07:48 -07001349dependencies = [
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001350 "is-terminal",
Adam Snaider770b97b2023-08-04 21:07:48 -07001351 "is_ci",
1352]
1353
1354[[package]]
1355name = "supports-hyperlinks"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001356version = "2.1.0"
Adam Snaider770b97b2023-08-04 21:07:48 -07001357source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001358checksum = "f84231692eb0d4d41e4cdd0cabfdd2e6cd9e255e65f80c9aa7c98dd502b4233d"
Adam Snaider770b97b2023-08-04 21:07:48 -07001359dependencies = [
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001360 "is-terminal",
Adam Snaider770b97b2023-08-04 21:07:48 -07001361]
1362
1363[[package]]
1364name = "supports-unicode"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001365version = "2.0.0"
Adam Snaider770b97b2023-08-04 21:07:48 -07001366source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001367checksum = "4b6c2cb240ab5dd21ed4906895ee23fe5a48acdbd15a3ce388e7b62a9b66baf7"
Adam Snaider770b97b2023-08-04 21:07:48 -07001368dependencies = [
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001369 "is-terminal",
Adam Snaider770b97b2023-08-04 21:07:48 -07001370]
1371
1372[[package]]
1373name = "syn"
1374version = "1.0.109"
1375source = "registry+https://github.com/rust-lang/crates.io-index"
1376checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1377dependencies = [
1378 "proc-macro2",
1379 "quote",
1380 "unicode-ident",
1381]
1382
1383[[package]]
1384name = "syn"
Austin Schuh0a77dc92023-08-06 22:02:36 -07001385version = "2.0.28"
Adam Snaider770b97b2023-08-04 21:07:48 -07001386source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -07001387checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
Adam Snaider770b97b2023-08-04 21:07:48 -07001388dependencies = [
1389 "proc-macro2",
1390 "quote",
1391 "unicode-ident",
1392]
1393
1394[[package]]
1395name = "tempfile"
1396version = "3.6.0"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
1399dependencies = [
1400 "autocfg",
1401 "cfg-if 1.0.0",
1402 "fastrand",
1403 "redox_syscall",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001404 "rustix 0.37.23",
Adam Snaider48a62f32023-10-02 15:49:23 -07001405 "windows-sys 0.48.0",
Adam Snaider770b97b2023-08-04 21:07:48 -07001406]
1407
1408[[package]]
1409name = "termcolor"
1410version = "1.2.0"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
1413dependencies = [
1414 "winapi-util",
1415]
1416
1417[[package]]
1418name = "terminal_size"
1419version = "0.1.17"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
1422dependencies = [
1423 "libc",
1424 "winapi",
1425]
1426
1427[[package]]
1428name = "termtree"
1429version = "0.4.1"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
1432
1433[[package]]
1434name = "test-log"
1435version = "0.2.12"
1436source = "registry+https://github.com/rust-lang/crates.io-index"
1437checksum = "d9601d162c1d77e62c1ea0bc8116cd1caf143ce3af947536c3c9052a1677fe0c"
1438dependencies = [
1439 "proc-macro2",
1440 "quote",
1441 "syn 1.0.109",
1442]
1443
1444[[package]]
1445name = "textwrap"
1446version = "0.11.0"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1449dependencies = [
1450 "unicode-width",
1451]
1452
1453[[package]]
1454name = "textwrap"
1455version = "0.15.2"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
1458dependencies = [
1459 "smawk",
1460 "unicode-linebreak",
1461 "unicode-width",
1462]
1463
1464[[package]]
1465name = "textwrap"
1466version = "0.16.0"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
1469
1470[[package]]
1471name = "thiserror"
1472version = "1.0.40"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
1475dependencies = [
1476 "thiserror-impl",
1477]
1478
1479[[package]]
1480name = "thiserror-impl"
1481version = "1.0.40"
1482source = "registry+https://github.com/rust-lang/crates.io-index"
1483checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
1484dependencies = [
1485 "proc-macro2",
1486 "quote",
Austin Schuh0a77dc92023-08-06 22:02:36 -07001487 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -07001488]
1489
1490[[package]]
1491name = "toml"
1492version = "0.5.11"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
1495dependencies = [
1496 "serde",
1497]
1498
1499[[package]]
1500name = "trybuild"
1501version = "1.0.81"
1502source = "registry+https://github.com/rust-lang/crates.io-index"
1503checksum = "04366e99ff743345622cd00af2af01d711dc2d1ef59250d7347698d21b546729"
1504dependencies = [
1505 "basic-toml",
1506 "glob",
1507 "once_cell",
1508 "serde",
1509 "serde_derive",
1510 "serde_json",
1511 "termcolor",
1512]
1513
1514[[package]]
1515name = "unicode-ident"
1516version = "1.0.9"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
1519
1520[[package]]
1521name = "unicode-linebreak"
1522version = "0.1.4"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
1525dependencies = [
1526 "hashbrown",
1527 "regex",
1528]
1529
1530[[package]]
1531name = "unicode-width"
1532version = "0.1.10"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1535
1536[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -07001537name = "utf8parse"
1538version = "0.2.1"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
1541
1542[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001543name = "uuid"
1544version = "1.4.0"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
1547
1548[[package]]
1549name = "vec_map"
1550version = "0.8.2"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1553
1554[[package]]
1555name = "version_check"
1556version = "0.9.4"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1559
1560[[package]]
1561name = "wait-timeout"
1562version = "0.2.0"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
1565dependencies = [
1566 "libc",
1567]
1568
1569[[package]]
1570name = "wasi"
1571version = "0.11.0+wasi-snapshot-preview1"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1574
1575[[package]]
1576name = "which"
1577version = "3.1.1"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
1580dependencies = [
1581 "libc",
1582]
1583
1584[[package]]
1585name = "which"
1586version = "4.4.0"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
1589dependencies = [
1590 "either",
1591 "libc",
1592 "once_cell",
1593]
1594
1595[[package]]
1596name = "winapi"
1597version = "0.3.9"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1600dependencies = [
1601 "winapi-i686-pc-windows-gnu",
1602 "winapi-x86_64-pc-windows-gnu",
1603]
1604
1605[[package]]
1606name = "winapi-i686-pc-windows-gnu"
1607version = "0.4.0"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1610
1611[[package]]
1612name = "winapi-util"
1613version = "0.1.5"
1614source = "registry+https://github.com/rust-lang/crates.io-index"
1615checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1616dependencies = [
1617 "winapi",
1618]
1619
1620[[package]]
1621name = "winapi-x86_64-pc-windows-gnu"
1622version = "0.4.0"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1625
1626[[package]]
1627name = "windows-sys"
1628version = "0.48.0"
1629source = "registry+https://github.com/rust-lang/crates.io-index"
1630checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1631dependencies = [
Adam Snaider48a62f32023-10-02 15:49:23 -07001632 "windows-targets 0.48.1",
1633]
1634
1635[[package]]
1636name = "windows-sys"
1637version = "0.52.0"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1640dependencies = [
1641 "windows-targets 0.52.0",
Adam Snaider770b97b2023-08-04 21:07:48 -07001642]
1643
1644[[package]]
1645name = "windows-targets"
1646version = "0.48.1"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
1649dependencies = [
Adam Snaider48a62f32023-10-02 15:49:23 -07001650 "windows_aarch64_gnullvm 0.48.0",
1651 "windows_aarch64_msvc 0.48.0",
1652 "windows_i686_gnu 0.48.0",
1653 "windows_i686_msvc 0.48.0",
1654 "windows_x86_64_gnu 0.48.0",
1655 "windows_x86_64_gnullvm 0.48.0",
1656 "windows_x86_64_msvc 0.48.0",
1657]
1658
1659[[package]]
1660name = "windows-targets"
1661version = "0.52.0"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
1664dependencies = [
1665 "windows_aarch64_gnullvm 0.52.0",
1666 "windows_aarch64_msvc 0.52.0",
1667 "windows_i686_gnu 0.52.0",
1668 "windows_i686_msvc 0.52.0",
1669 "windows_x86_64_gnu 0.52.0",
1670 "windows_x86_64_gnullvm 0.52.0",
1671 "windows_x86_64_msvc 0.52.0",
Adam Snaider770b97b2023-08-04 21:07:48 -07001672]
1673
1674[[package]]
1675name = "windows_aarch64_gnullvm"
1676version = "0.48.0"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
1679
1680[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -07001681name = "windows_aarch64_gnullvm"
1682version = "0.52.0"
1683source = "registry+https://github.com/rust-lang/crates.io-index"
1684checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
1685
1686[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001687name = "windows_aarch64_msvc"
1688version = "0.48.0"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
1691
1692[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -07001693name = "windows_aarch64_msvc"
1694version = "0.52.0"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
1697
1698[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001699name = "windows_i686_gnu"
1700version = "0.48.0"
1701source = "registry+https://github.com/rust-lang/crates.io-index"
1702checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
1703
1704[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -07001705name = "windows_i686_gnu"
1706version = "0.52.0"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
1709
1710[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001711name = "windows_i686_msvc"
1712version = "0.48.0"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
1715
1716[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -07001717name = "windows_i686_msvc"
1718version = "0.52.0"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
1721
1722[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001723name = "windows_x86_64_gnu"
1724version = "0.48.0"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
1727
1728[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -07001729name = "windows_x86_64_gnu"
1730version = "0.52.0"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
1733
1734[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001735name = "windows_x86_64_gnullvm"
1736version = "0.48.0"
1737source = "registry+https://github.com/rust-lang/crates.io-index"
1738checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
1739
1740[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -07001741name = "windows_x86_64_gnullvm"
1742version = "0.52.0"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
1745
1746[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001747name = "windows_x86_64_msvc"
1748version = "0.48.0"
1749source = "registry+https://github.com/rust-lang/crates.io-index"
1750checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
Adam Snaider48a62f32023-10-02 15:49:23 -07001751
1752[[package]]
1753name = "windows_x86_64_msvc"
1754version = "0.52.0"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"