blob: beeff6e3c561252267cacb73f6c2898c1f23aea3 [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]]
117name = "assert_cmd"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700118version = "2.0.12"
Adam Snaider770b97b2023-08-04 21:07:48 -0700119source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700120checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6"
Adam Snaider770b97b2023-08-04 21:07:48 -0700121dependencies = [
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700122 "anstyle",
Adam Snaider770b97b2023-08-04 21:07:48 -0700123 "bstr",
124 "doc-comment",
125 "predicates",
126 "predicates-core",
127 "predicates-tree",
128 "wait-timeout",
129]
130
131[[package]]
132name = "atty"
133version = "0.2.14"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
136dependencies = [
137 "hermit-abi 0.1.19",
138 "libc",
139 "winapi",
140]
141
142[[package]]
143name = "autocfg"
144version = "1.1.0"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
147
148[[package]]
149name = "autocxx"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700150version = "0.26.0"
Adam Snaider770b97b2023-08-04 21:07:48 -0700151dependencies = [
152 "aquamarine",
153 "autocxx-macro",
154 "cxx",
155 "moveit",
156]
157
158[[package]]
159name = "autocxx-bindgen"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700160version = "0.65.1"
Adam Snaider770b97b2023-08-04 21:07:48 -0700161source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700162checksum = "6c9fb7b8dd83a582e12157367773d8d1195f2dea54d4250aaf3426abae3237aa"
Adam Snaider770b97b2023-08-04 21:07:48 -0700163dependencies = [
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700164 "bitflags 1.3.2",
Adam Snaider770b97b2023-08-04 21:07:48 -0700165 "cexpr 0.6.0",
166 "clang-sys",
Adam Snaider770b97b2023-08-04 21:07:48 -0700167 "itertools 0.10.5",
168 "lazy_static",
169 "lazycell",
170 "log",
171 "peeking_take_while",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700172 "prettyplease",
Adam Snaider770b97b2023-08-04 21:07:48 -0700173 "proc-macro2",
174 "quote",
175 "regex",
176 "rustc-hash",
177 "shlex",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700178 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -0700179 "which 4.4.0",
180]
181
182[[package]]
183name = "autocxx-engine"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700184version = "0.26.0"
Adam Snaider770b97b2023-08-04 21:07:48 -0700185dependencies = [
186 "aquamarine",
187 "autocxx-bindgen",
188 "autocxx-parser",
189 "cc",
190 "cxx-gen",
191 "indexmap",
192 "indoc",
193 "itertools 0.10.5",
194 "log",
195 "miette",
196 "once_cell",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700197 "prettyplease",
Adam Snaider770b97b2023-08-04 21:07:48 -0700198 "proc-macro2",
199 "quote",
200 "regex",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700201 "rustversion",
Adam Snaider770b97b2023-08-04 21:07:48 -0700202 "serde_json",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700203 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -0700204 "tempfile",
205 "thiserror",
206 "version_check",
207]
208
209[[package]]
210name = "autocxx-gen"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700211version = "0.26.0"
Adam Snaider770b97b2023-08-04 21:07:48 -0700212dependencies = [
213 "assert_cmd",
214 "autocxx",
215 "autocxx-engine",
216 "autocxx-integration-tests",
217 "clap 3.2.25",
218 "cxx",
219 "env_logger 0.9.3",
220 "indexmap",
221 "itertools 0.10.5",
222 "miette",
223 "pathdiff",
224 "proc-macro2",
225 "tempfile",
226]
227
228[[package]]
229name = "autocxx-integration-tests"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700230version = "0.26.0"
Adam Snaider770b97b2023-08-04 21:07:48 -0700231dependencies = [
232 "autocxx",
233 "autocxx-engine",
234 "cc",
235 "cxx",
236 "env_logger 0.9.3",
237 "indoc",
238 "itertools 0.10.5",
239 "link-cplusplus",
240 "log",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700241 "moveit",
Adam Snaider770b97b2023-08-04 21:07:48 -0700242 "once_cell",
243 "proc-macro2",
244 "quote",
245 "rust_info",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700246 "rustversion",
247 "static_assertions",
Adam Snaider770b97b2023-08-04 21:07:48 -0700248 "syn 1.0.109",
249 "tempfile",
250 "test-log",
251 "trybuild",
252]
253
254[[package]]
255name = "autocxx-macro"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700256version = "0.26.0"
Adam Snaider770b97b2023-08-04 21:07:48 -0700257dependencies = [
258 "autocxx-parser",
259 "proc-macro-error",
260 "proc-macro2",
261 "quote",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700262 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -0700263]
264
265[[package]]
266name = "autocxx-parser"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700267version = "0.26.0"
Adam Snaider770b97b2023-08-04 21:07:48 -0700268dependencies = [
269 "indexmap",
270 "itertools 0.10.5",
271 "log",
272 "once_cell",
273 "proc-macro2",
274 "quote",
275 "serde",
276 "serde_json",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700277 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -0700278 "thiserror",
279]
280
281[[package]]
282name = "backtrace"
283version = "0.3.68"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
286dependencies = [
287 "addr2line",
288 "cc",
289 "cfg-if 1.0.0",
290 "libc",
291 "miniz_oxide",
292 "object",
293 "rustc-demangle",
294]
295
296[[package]]
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700297name = "backtrace-ext"
298version = "0.2.1"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
301dependencies = [
302 "backtrace",
303]
304
305[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -0700306name = "basic-toml"
307version = "0.1.3"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "f838d03a705d72b12389b8930bd14cacf493be1380bfb15720d4d12db5ab03ac"
310dependencies = [
311 "serde",
312]
313
314[[package]]
315name = "bindgen"
316version = "0.58.1"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "0f8523b410d7187a43085e7e064416ea32ded16bd0a4e6fc025e21616d01258f"
319dependencies = [
Austin Schuh0a77dc92023-08-06 22:02:36 -0700320 "bitflags 1.3.2",
Adam Snaider770b97b2023-08-04 21:07:48 -0700321 "cexpr 0.4.0",
322 "clang-sys",
323 "clap 2.34.0",
324 "env_logger 0.8.4",
325 "lazy_static",
326 "lazycell",
327 "log",
328 "peeking_take_while",
329 "proc-macro2",
330 "quote",
331 "regex",
332 "rustc-hash",
333 "shlex",
334 "which 3.1.1",
335]
336
337[[package]]
338name = "bitflags"
339version = "1.3.2"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
342
343[[package]]
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700344name = "bitflags"
345version = "2.3.3"
Adam Snaider770b97b2023-08-04 21:07:48 -0700346source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700347checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
348
349[[package]]
Brian Silverman4e662aa2022-05-11 23:10:19 -0700350name = "bstr"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700351version = "1.6.0"
Brian Silverman4e662aa2022-05-11 23:10:19 -0700352source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700353checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
Adam Snaider770b97b2023-08-04 21:07:48 -0700354dependencies = [
Adam Snaider770b97b2023-08-04 21:07:48 -0700355 "memchr",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700356 "regex-automata",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700357 "serde",
Adam Snaider770b97b2023-08-04 21:07:48 -0700358]
359
360[[package]]
361name = "cc"
362version = "1.0.79"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
365
366[[package]]
367name = "cexpr"
368version = "0.4.0"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
371dependencies = [
372 "nom 5.1.3",
373]
374
375[[package]]
376name = "cexpr"
377version = "0.6.0"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
380dependencies = [
381 "nom 7.1.3",
382]
383
384[[package]]
385name = "cfg-if"
386version = "0.1.10"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
389
390[[package]]
391name = "cfg-if"
392version = "1.0.0"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
395
396[[package]]
397name = "clang-sys"
398version = "1.6.1"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
401dependencies = [
402 "glob",
403 "libc",
404 "libloading 0.7.4",
405]
406
407[[package]]
408name = "clap"
409version = "2.34.0"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
412dependencies = [
413 "ansi_term",
414 "atty",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700415 "bitflags 1.3.2",
Adam Snaider770b97b2023-08-04 21:07:48 -0700416 "strsim 0.8.0",
417 "textwrap 0.11.0",
418 "unicode-width",
419 "vec_map",
420]
421
422[[package]]
423name = "clap"
424version = "3.2.25"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
427dependencies = [
428 "atty",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700429 "bitflags 1.3.2",
Adam Snaider48a62f32023-10-02 15:49:23 -0700430 "clap_lex 0.2.4",
Adam Snaider770b97b2023-08-04 21:07:48 -0700431 "indexmap",
432 "once_cell",
433 "strsim 0.10.0",
434 "termcolor",
435 "textwrap 0.16.0",
436]
437
438[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -0700439name = "clap"
440version = "4.4.18"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
443dependencies = [
444 "clap_builder",
445 "clap_derive",
446]
447
448[[package]]
449name = "clap_builder"
450version = "4.4.18"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
453dependencies = [
454 "anstream",
455 "anstyle",
456 "clap_lex 0.6.0",
457 "strsim 0.10.0",
458]
459
460[[package]]
461name = "clap_derive"
462version = "4.4.7"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
465dependencies = [
466 "heck",
467 "proc-macro2",
468 "quote",
469 "syn 2.0.28",
470]
471
472[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -0700473name = "clap_lex"
474version = "0.2.4"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
477dependencies = [
478 "os_str_bytes",
479]
480
481[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -0700482name = "clap_lex"
483version = "0.6.0"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
486
487[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -0700488name = "codespan-reporting"
489version = "0.11.1"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
492dependencies = [
493 "termcolor",
494 "unicode-width",
495]
496
497[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -0700498name = "colorchoice"
499version = "1.0.0"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
502
503[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -0700504name = "compile_with_bazel"
505version = "0.0.0"
506dependencies = [
507 "anyhow",
508 "bindgen",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700509 "bitflags 1.3.2",
Adam Snaider48a62f32023-10-02 15:49:23 -0700510 "clap 4.4.18",
Adam Snaider770b97b2023-08-04 21:07:48 -0700511 "cxx",
512 "cxxbridge-macro",
513 "futures",
514 "libloading 0.6.3",
515 "link-cplusplus",
516 "once_cell",
517 "smallvec",
518 "thiserror",
519 "toml",
520 "uuid",
521]
522
523[[package]]
524name = "cxx"
525version = "1.0.97"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "e88abab2f5abbe4c56e8f1fb431b784d710b709888f35755a160e62e33fe38e8"
528dependencies = [
529 "cc",
530 "cxxbridge-flags",
531 "cxxbridge-macro",
532 "link-cplusplus",
533]
534
535[[package]]
536name = "cxx-gen"
537version = "0.7.97"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "83f6f8cddb97c1510ef1e7e849a40d60cd97377766187633ac6b9162dd862fd8"
540dependencies = [
541 "codespan-reporting",
542 "proc-macro2",
543 "quote",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700544 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -0700545]
546
547[[package]]
548name = "cxxbridge-flags"
549version = "1.0.97"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "8d3816ed957c008ccd4728485511e3d9aaf7db419aa321e3d2c5a2f3411e36c8"
552
553[[package]]
554name = "cxxbridge-macro"
555version = "1.0.97"
556source = "registry+https://github.com/rust-lang/crates.io-index"
557checksum = "a26acccf6f445af85ea056362561a24ef56cdc15fcc685f03aec50b9c702cb6d"
558dependencies = [
559 "proc-macro2",
560 "quote",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700561 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -0700562]
563
564[[package]]
565name = "difflib"
566version = "0.4.0"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
569
570[[package]]
571name = "doc-comment"
572version = "0.3.3"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
575
576[[package]]
577name = "either"
578version = "1.8.1"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
581
582[[package]]
583name = "env_logger"
584version = "0.8.4"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
587dependencies = [
588 "atty",
589 "humantime",
590 "log",
591 "regex",
592 "termcolor",
593]
594
595[[package]]
596name = "env_logger"
597version = "0.9.3"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
600dependencies = [
601 "atty",
602 "humantime",
603 "log",
604 "regex",
605 "termcolor",
606]
607
608[[package]]
609name = "errno"
610version = "0.3.1"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
613dependencies = [
614 "errno-dragonfly",
615 "libc",
Adam Snaider48a62f32023-10-02 15:49:23 -0700616 "windows-sys 0.48.0",
Adam Snaider770b97b2023-08-04 21:07:48 -0700617]
618
619[[package]]
620name = "errno-dragonfly"
621version = "0.1.2"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
624dependencies = [
625 "cc",
626 "libc",
627]
628
629[[package]]
630name = "fastrand"
631version = "1.9.0"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
634dependencies = [
635 "instant",
636]
637
638[[package]]
639name = "flatbuffers"
640version = "22.10.26"
641dependencies = [
Austin Schuh0a77dc92023-08-06 22:02:36 -0700642 "bitflags 1.3.2",
Adam Snaider770b97b2023-08-04 21:07:48 -0700643 "rustc_version",
644 "serde",
645]
646
647[[package]]
648name = "futures"
649version = "0.3.28"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
652dependencies = [
653 "futures-channel",
654 "futures-core",
655 "futures-executor",
656 "futures-io",
657 "futures-sink",
658 "futures-task",
659 "futures-util",
660]
661
662[[package]]
663name = "futures-channel"
664version = "0.3.28"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
667dependencies = [
668 "futures-core",
669 "futures-sink",
670]
671
672[[package]]
673name = "futures-core"
674version = "0.3.28"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
677
678[[package]]
679name = "futures-executor"
680version = "0.3.28"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
683dependencies = [
684 "futures-core",
685 "futures-task",
686 "futures-util",
687]
688
689[[package]]
690name = "futures-io"
691version = "0.3.28"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
694
695[[package]]
696name = "futures-macro"
697version = "0.3.28"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
700dependencies = [
701 "proc-macro2",
702 "quote",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700703 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -0700704]
705
706[[package]]
707name = "futures-sink"
708version = "0.3.28"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
711
712[[package]]
713name = "futures-task"
714version = "0.3.28"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
717
718[[package]]
719name = "futures-util"
720version = "0.3.28"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
723dependencies = [
724 "futures-channel",
725 "futures-core",
726 "futures-io",
727 "futures-macro",
728 "futures-sink",
729 "futures-task",
730 "memchr",
731 "pin-project-lite",
732 "pin-utils",
733 "slab",
734]
735
736[[package]]
737name = "getrandom"
738version = "0.2.10"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
741dependencies = [
742 "cfg-if 1.0.0",
743 "libc",
744 "wasi",
745]
746
747[[package]]
748name = "gimli"
749version = "0.27.3"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
752
753[[package]]
754name = "glob"
755version = "0.3.1"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
758
759[[package]]
760name = "hashbrown"
761version = "0.12.3"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
764dependencies = [
765 "ahash",
766]
767
768[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -0700769name = "heck"
770version = "0.4.1"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
773
774[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -0700775name = "hermit-abi"
776version = "0.1.19"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
779dependencies = [
780 "libc",
781]
782
783[[package]]
784name = "hermit-abi"
785version = "0.3.2"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
788
789[[package]]
790name = "humantime"
791version = "2.1.0"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
794
795[[package]]
796name = "indexmap"
797version = "1.9.3"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
800dependencies = [
801 "autocfg",
802 "hashbrown",
803 "serde",
804]
805
806[[package]]
807name = "indoc"
808version = "1.0.9"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
811
812[[package]]
813name = "instant"
814version = "0.1.12"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
817dependencies = [
818 "cfg-if 1.0.0",
819]
820
821[[package]]
822name = "io-lifetimes"
823version = "1.0.11"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
826dependencies = [
827 "hermit-abi 0.3.2",
828 "libc",
Adam Snaider48a62f32023-10-02 15:49:23 -0700829 "windows-sys 0.48.0",
Adam Snaider770b97b2023-08-04 21:07:48 -0700830]
831
832[[package]]
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700833name = "is-terminal"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700834version = "0.4.9"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700835source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700836checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700837dependencies = [
838 "hermit-abi 0.3.2",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700839 "rustix 0.38.7",
Adam Snaider48a62f32023-10-02 15:49:23 -0700840 "windows-sys 0.48.0",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700841]
842
843[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -0700844name = "is_ci"
845version = "1.1.1"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
848
849[[package]]
850name = "itertools"
851version = "0.9.0"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
854dependencies = [
855 "either",
856]
857
858[[package]]
859name = "itertools"
860version = "0.10.5"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
863dependencies = [
864 "either",
865]
866
867[[package]]
868name = "itoa"
869version = "1.0.8"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
872
873[[package]]
874name = "lazy_static"
875version = "1.4.0"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
878
879[[package]]
880name = "lazycell"
881version = "1.3.0"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
884
885[[package]]
886name = "libc"
887version = "0.2.147"
888source = "registry+https://github.com/rust-lang/crates.io-index"
889checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
890
891[[package]]
892name = "libloading"
893version = "0.6.3"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "2443d8f0478b16759158b2f66d525991a05491138bc05814ef52a250148ef4f9"
896dependencies = [
897 "cfg-if 0.1.10",
898 "winapi",
899]
900
901[[package]]
902name = "libloading"
903version = "0.7.4"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
906dependencies = [
907 "cfg-if 1.0.0",
908 "winapi",
909]
910
911[[package]]
912name = "link-cplusplus"
913version = "1.0.8"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
916dependencies = [
917 "cc",
918]
919
920[[package]]
921name = "linux-raw-sys"
922version = "0.3.8"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
925
926[[package]]
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700927name = "linux-raw-sys"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700928version = "0.4.5"
Brian Silverman4e662aa2022-05-11 23:10:19 -0700929source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700930checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700931
932[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -0700933name = "log"
934version = "0.4.19"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
937
938[[package]]
939name = "memchr"
940version = "2.5.0"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
943
944[[package]]
945name = "miette"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700946version = "5.10.0"
Adam Snaider770b97b2023-08-04 21:07:48 -0700947source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700948checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e"
Adam Snaider770b97b2023-08-04 21:07:48 -0700949dependencies = [
Adam Snaider770b97b2023-08-04 21:07:48 -0700950 "backtrace",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700951 "backtrace-ext",
952 "is-terminal",
Adam Snaider770b97b2023-08-04 21:07:48 -0700953 "miette-derive",
954 "once_cell",
955 "owo-colors",
956 "supports-color",
957 "supports-hyperlinks",
958 "supports-unicode",
959 "terminal_size",
960 "textwrap 0.15.2",
961 "thiserror",
962 "unicode-width",
963]
964
965[[package]]
966name = "miette-derive"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700967version = "5.10.0"
Adam Snaider770b97b2023-08-04 21:07:48 -0700968source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -0700969checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c"
Adam Snaider770b97b2023-08-04 21:07:48 -0700970dependencies = [
971 "proc-macro2",
972 "quote",
Austin Schuh0a77dc92023-08-06 22:02:36 -0700973 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -0700974]
975
976[[package]]
977name = "minimal-lexical"
978version = "0.2.1"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
981
982[[package]]
983name = "miniz_oxide"
984version = "0.7.1"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
987dependencies = [
988 "adler",
989]
990
991[[package]]
992name = "moveit"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700993version = "0.6.0"
Adam Snaider770b97b2023-08-04 21:07:48 -0700994source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -0700995checksum = "87d7335204cb6ef7bd647fa6db0be3e4d7aa25b5823a7aa030027ddf512cefba"
Adam Snaider770b97b2023-08-04 21:07:48 -0700996dependencies = [
997 "cxx",
998]
999
1000[[package]]
1001name = "nom"
1002version = "5.1.3"
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b"
1005dependencies = [
1006 "memchr",
1007 "version_check",
1008]
1009
1010[[package]]
1011name = "nom"
1012version = "7.1.3"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1015dependencies = [
1016 "memchr",
1017 "minimal-lexical",
1018]
1019
1020[[package]]
1021name = "object"
1022version = "0.31.1"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
1025dependencies = [
1026 "memchr",
1027]
1028
1029[[package]]
1030name = "once_cell"
1031version = "1.18.0"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
1034
1035[[package]]
1036name = "os_str_bytes"
Adam Snaider48a62f32023-10-02 15:49:23 -07001037version = "6.6.1"
Adam Snaider770b97b2023-08-04 21:07:48 -07001038source = "registry+https://github.com/rust-lang/crates.io-index"
Adam Snaider48a62f32023-10-02 15:49:23 -07001039checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
Adam Snaider770b97b2023-08-04 21:07:48 -07001040
1041[[package]]
1042name = "owo-colors"
1043version = "3.5.0"
1044source = "registry+https://github.com/rust-lang/crates.io-index"
1045checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
1046
1047[[package]]
1048name = "pathdiff"
1049version = "0.2.1"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
1052
1053[[package]]
1054name = "peeking_take_while"
1055version = "0.1.2"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
1058
1059[[package]]
1060name = "pin-project-lite"
1061version = "0.2.9"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1064
1065[[package]]
1066name = "pin-utils"
1067version = "0.1.0"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1070
1071[[package]]
1072name = "predicates"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001073version = "3.0.3"
Adam Snaider770b97b2023-08-04 21:07:48 -07001074source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001075checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9"
Adam Snaider770b97b2023-08-04 21:07:48 -07001076dependencies = [
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001077 "anstyle",
Adam Snaider770b97b2023-08-04 21:07:48 -07001078 "difflib",
1079 "itertools 0.10.5",
1080 "predicates-core",
1081]
1082
1083[[package]]
1084name = "predicates-core"
1085version = "1.0.6"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
1088
1089[[package]]
1090name = "predicates-tree"
1091version = "1.0.9"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
1094dependencies = [
1095 "predicates-core",
1096 "termtree",
1097]
1098
1099[[package]]
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001100name = "prettyplease"
Austin Schuh0a77dc92023-08-06 22:02:36 -07001101version = "0.2.12"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001102source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -07001103checksum = "6c64d9ba0963cdcea2e1b2230fbae2bab30eb25a174be395c41e764bfb65dd62"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001104dependencies = [
1105 "proc-macro2",
Austin Schuh0a77dc92023-08-06 22:02:36 -07001106 "syn 2.0.28",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001107]
1108
1109[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001110name = "proc-macro-error"
1111version = "1.0.4"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1114dependencies = [
1115 "proc-macro-error-attr",
1116 "proc-macro2",
1117 "quote",
1118 "syn 1.0.109",
1119 "version_check",
1120]
1121
1122[[package]]
1123name = "proc-macro-error-attr"
1124version = "1.0.4"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1127dependencies = [
1128 "proc-macro2",
1129 "quote",
1130 "version_check",
1131]
1132
1133[[package]]
1134name = "proc-macro2"
1135version = "1.0.63"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
1138dependencies = [
1139 "unicode-ident",
1140]
1141
1142[[package]]
1143name = "quote"
1144version = "1.0.29"
1145source = "registry+https://github.com/rust-lang/crates.io-index"
1146checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
1147dependencies = [
1148 "proc-macro2",
1149]
1150
1151[[package]]
1152name = "redox_syscall"
1153version = "0.3.5"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1156dependencies = [
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001157 "bitflags 1.3.2",
Adam Snaider770b97b2023-08-04 21:07:48 -07001158]
1159
1160[[package]]
1161name = "regex"
1162version = "1.9.1"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
1165dependencies = [
1166 "aho-corasick",
1167 "memchr",
Austin Schuh0a77dc92023-08-06 22:02:36 -07001168 "regex-automata",
Adam Snaider770b97b2023-08-04 21:07:48 -07001169 "regex-syntax",
1170]
1171
1172[[package]]
1173name = "regex-automata"
Adam Snaider770b97b2023-08-04 21:07:48 -07001174version = "0.3.2"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "83d3daa6976cffb758ec878f108ba0e062a45b2d6ca3a2cca965338855476caf"
1177dependencies = [
1178 "aho-corasick",
1179 "memchr",
1180 "regex-syntax",
1181]
1182
1183[[package]]
1184name = "regex-syntax"
1185version = "0.7.3"
1186source = "registry+https://github.com/rust-lang/crates.io-index"
1187checksum = "2ab07dc67230e4a4718e70fd5c20055a4334b121f1f9db8fe63ef39ce9b8c846"
1188
1189[[package]]
1190name = "rust_info"
1191version = "0.3.2"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "821495e93d15e4433347b3a72e97005f1d8a620dc88d46637fecfcb16e98043d"
1194
1195[[package]]
1196name = "rustc-demangle"
1197version = "0.1.23"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1200
1201[[package]]
1202name = "rustc-hash"
1203version = "1.1.0"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1206
1207[[package]]
1208name = "rustc_version"
1209version = "0.4.0"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1212dependencies = [
1213 "semver",
1214]
1215
1216[[package]]
1217name = "rustix"
1218version = "0.37.23"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
1221dependencies = [
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001222 "bitflags 1.3.2",
Adam Snaider770b97b2023-08-04 21:07:48 -07001223 "errno",
1224 "io-lifetimes",
1225 "libc",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001226 "linux-raw-sys 0.3.8",
Adam Snaider48a62f32023-10-02 15:49:23 -07001227 "windows-sys 0.48.0",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001228]
1229
1230[[package]]
1231name = "rustix"
Austin Schuh0a77dc92023-08-06 22:02:36 -07001232version = "0.38.7"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001233source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -07001234checksum = "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001235dependencies = [
1236 "bitflags 2.3.3",
1237 "errno",
1238 "libc",
Austin Schuh0a77dc92023-08-06 22:02:36 -07001239 "linux-raw-sys 0.4.5",
Adam Snaider48a62f32023-10-02 15:49:23 -07001240 "windows-sys 0.48.0",
Adam Snaider770b97b2023-08-04 21:07:48 -07001241]
1242
1243[[package]]
1244name = "rustversion"
1245version = "1.0.13"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f"
1248
1249[[package]]
1250name = "ryu"
1251version = "1.0.14"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9"
1254
1255[[package]]
1256name = "semver"
1257version = "1.0.17"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
1260
1261[[package]]
1262name = "serde"
1263version = "1.0.168"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "d614f89548720367ded108b3c843be93f3a341e22d5674ca0dd5cd57f34926af"
1266dependencies = [
1267 "serde_derive",
1268]
1269
1270[[package]]
1271name = "serde_derive"
1272version = "1.0.168"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "d4fe589678c688e44177da4f27152ee2d190757271dc7f1d5b6b9f68d869d641"
1275dependencies = [
1276 "proc-macro2",
1277 "quote",
Austin Schuh0a77dc92023-08-06 22:02:36 -07001278 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -07001279]
1280
1281[[package]]
1282name = "serde_json"
1283version = "1.0.100"
1284source = "registry+https://github.com/rust-lang/crates.io-index"
1285checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
1286dependencies = [
1287 "itoa",
1288 "ryu",
1289 "serde",
1290]
1291
1292[[package]]
1293name = "shlex"
1294version = "1.1.0"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
1297
1298[[package]]
1299name = "slab"
1300version = "0.4.8"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1303dependencies = [
1304 "autocfg",
1305]
1306
1307[[package]]
1308name = "smallvec"
1309version = "1.10.0"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
1312
1313[[package]]
1314name = "smawk"
1315version = "0.3.1"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
1318
1319[[package]]
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001320name = "static_assertions"
1321version = "1.1.0"
Brian Silverman4e662aa2022-05-11 23:10:19 -07001322source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001323checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
Brian Silverman4e662aa2022-05-11 23:10:19 -07001324
1325[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001326name = "strsim"
1327version = "0.8.0"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1330
1331[[package]]
1332name = "strsim"
1333version = "0.10.0"
1334source = "registry+https://github.com/rust-lang/crates.io-index"
1335checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1336
1337[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001338name = "supports-color"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001339version = "2.0.0"
Adam Snaider770b97b2023-08-04 21:07:48 -07001340source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001341checksum = "4950e7174bffabe99455511c39707310e7e9b440364a2fcb1cc21521be57b354"
Adam Snaider770b97b2023-08-04 21:07:48 -07001342dependencies = [
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001343 "is-terminal",
Adam Snaider770b97b2023-08-04 21:07:48 -07001344 "is_ci",
1345]
1346
1347[[package]]
1348name = "supports-hyperlinks"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001349version = "2.1.0"
Adam Snaider770b97b2023-08-04 21:07:48 -07001350source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001351checksum = "f84231692eb0d4d41e4cdd0cabfdd2e6cd9e255e65f80c9aa7c98dd502b4233d"
Adam Snaider770b97b2023-08-04 21:07:48 -07001352dependencies = [
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001353 "is-terminal",
Adam Snaider770b97b2023-08-04 21:07:48 -07001354]
1355
1356[[package]]
1357name = "supports-unicode"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001358version = "2.0.0"
Adam Snaider770b97b2023-08-04 21:07:48 -07001359source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001360checksum = "4b6c2cb240ab5dd21ed4906895ee23fe5a48acdbd15a3ce388e7b62a9b66baf7"
Adam Snaider770b97b2023-08-04 21:07:48 -07001361dependencies = [
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001362 "is-terminal",
Adam Snaider770b97b2023-08-04 21:07:48 -07001363]
1364
1365[[package]]
1366name = "syn"
1367version = "1.0.109"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1370dependencies = [
1371 "proc-macro2",
1372 "quote",
1373 "unicode-ident",
1374]
1375
1376[[package]]
1377name = "syn"
Austin Schuh0a77dc92023-08-06 22:02:36 -07001378version = "2.0.28"
Adam Snaider770b97b2023-08-04 21:07:48 -07001379source = "registry+https://github.com/rust-lang/crates.io-index"
Austin Schuh0a77dc92023-08-06 22:02:36 -07001380checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
Adam Snaider770b97b2023-08-04 21:07:48 -07001381dependencies = [
1382 "proc-macro2",
1383 "quote",
1384 "unicode-ident",
1385]
1386
1387[[package]]
1388name = "tempfile"
1389version = "3.6.0"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
1392dependencies = [
1393 "autocfg",
1394 "cfg-if 1.0.0",
1395 "fastrand",
1396 "redox_syscall",
Austin Schuh6ea9bfa2023-08-06 19:05:10 -07001397 "rustix 0.37.23",
Adam Snaider48a62f32023-10-02 15:49:23 -07001398 "windows-sys 0.48.0",
Adam Snaider770b97b2023-08-04 21:07:48 -07001399]
1400
1401[[package]]
1402name = "termcolor"
1403version = "1.2.0"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
1406dependencies = [
1407 "winapi-util",
1408]
1409
1410[[package]]
1411name = "terminal_size"
1412version = "0.1.17"
1413source = "registry+https://github.com/rust-lang/crates.io-index"
1414checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
1415dependencies = [
1416 "libc",
1417 "winapi",
1418]
1419
1420[[package]]
1421name = "termtree"
1422version = "0.4.1"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
1425
1426[[package]]
1427name = "test-log"
1428version = "0.2.12"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "d9601d162c1d77e62c1ea0bc8116cd1caf143ce3af947536c3c9052a1677fe0c"
1431dependencies = [
1432 "proc-macro2",
1433 "quote",
1434 "syn 1.0.109",
1435]
1436
1437[[package]]
1438name = "textwrap"
1439version = "0.11.0"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1442dependencies = [
1443 "unicode-width",
1444]
1445
1446[[package]]
1447name = "textwrap"
1448version = "0.15.2"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
1451dependencies = [
1452 "smawk",
1453 "unicode-linebreak",
1454 "unicode-width",
1455]
1456
1457[[package]]
1458name = "textwrap"
1459version = "0.16.0"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
1462
1463[[package]]
1464name = "thiserror"
1465version = "1.0.40"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
1468dependencies = [
1469 "thiserror-impl",
1470]
1471
1472[[package]]
1473name = "thiserror-impl"
1474version = "1.0.40"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
1477dependencies = [
1478 "proc-macro2",
1479 "quote",
Austin Schuh0a77dc92023-08-06 22:02:36 -07001480 "syn 2.0.28",
Adam Snaider770b97b2023-08-04 21:07:48 -07001481]
1482
1483[[package]]
1484name = "toml"
1485version = "0.5.11"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
1488dependencies = [
1489 "serde",
1490]
1491
1492[[package]]
1493name = "trybuild"
1494version = "1.0.81"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "04366e99ff743345622cd00af2af01d711dc2d1ef59250d7347698d21b546729"
1497dependencies = [
1498 "basic-toml",
1499 "glob",
1500 "once_cell",
1501 "serde",
1502 "serde_derive",
1503 "serde_json",
1504 "termcolor",
1505]
1506
1507[[package]]
1508name = "unicode-ident"
1509version = "1.0.9"
1510source = "registry+https://github.com/rust-lang/crates.io-index"
1511checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
1512
1513[[package]]
1514name = "unicode-linebreak"
1515version = "0.1.4"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
1518dependencies = [
1519 "hashbrown",
1520 "regex",
1521]
1522
1523[[package]]
1524name = "unicode-width"
1525version = "0.1.10"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1528
1529[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -07001530name = "utf8parse"
1531version = "0.2.1"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
1534
1535[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001536name = "uuid"
1537version = "1.4.0"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
1540
1541[[package]]
1542name = "vec_map"
1543version = "0.8.2"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1546
1547[[package]]
1548name = "version_check"
1549version = "0.9.4"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1552
1553[[package]]
1554name = "wait-timeout"
1555version = "0.2.0"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
1558dependencies = [
1559 "libc",
1560]
1561
1562[[package]]
1563name = "wasi"
1564version = "0.11.0+wasi-snapshot-preview1"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1567
1568[[package]]
1569name = "which"
1570version = "3.1.1"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
1573dependencies = [
1574 "libc",
1575]
1576
1577[[package]]
1578name = "which"
1579version = "4.4.0"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
1582dependencies = [
1583 "either",
1584 "libc",
1585 "once_cell",
1586]
1587
1588[[package]]
1589name = "winapi"
1590version = "0.3.9"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1593dependencies = [
1594 "winapi-i686-pc-windows-gnu",
1595 "winapi-x86_64-pc-windows-gnu",
1596]
1597
1598[[package]]
1599name = "winapi-i686-pc-windows-gnu"
1600version = "0.4.0"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1603
1604[[package]]
1605name = "winapi-util"
1606version = "0.1.5"
1607source = "registry+https://github.com/rust-lang/crates.io-index"
1608checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1609dependencies = [
1610 "winapi",
1611]
1612
1613[[package]]
1614name = "winapi-x86_64-pc-windows-gnu"
1615version = "0.4.0"
1616source = "registry+https://github.com/rust-lang/crates.io-index"
1617checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1618
1619[[package]]
1620name = "windows-sys"
1621version = "0.48.0"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1624dependencies = [
Adam Snaider48a62f32023-10-02 15:49:23 -07001625 "windows-targets 0.48.1",
1626]
1627
1628[[package]]
1629name = "windows-sys"
1630version = "0.52.0"
1631source = "registry+https://github.com/rust-lang/crates.io-index"
1632checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1633dependencies = [
1634 "windows-targets 0.52.0",
Adam Snaider770b97b2023-08-04 21:07:48 -07001635]
1636
1637[[package]]
1638name = "windows-targets"
1639version = "0.48.1"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
1642dependencies = [
Adam Snaider48a62f32023-10-02 15:49:23 -07001643 "windows_aarch64_gnullvm 0.48.0",
1644 "windows_aarch64_msvc 0.48.0",
1645 "windows_i686_gnu 0.48.0",
1646 "windows_i686_msvc 0.48.0",
1647 "windows_x86_64_gnu 0.48.0",
1648 "windows_x86_64_gnullvm 0.48.0",
1649 "windows_x86_64_msvc 0.48.0",
1650]
1651
1652[[package]]
1653name = "windows-targets"
1654version = "0.52.0"
1655source = "registry+https://github.com/rust-lang/crates.io-index"
1656checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
1657dependencies = [
1658 "windows_aarch64_gnullvm 0.52.0",
1659 "windows_aarch64_msvc 0.52.0",
1660 "windows_i686_gnu 0.52.0",
1661 "windows_i686_msvc 0.52.0",
1662 "windows_x86_64_gnu 0.52.0",
1663 "windows_x86_64_gnullvm 0.52.0",
1664 "windows_x86_64_msvc 0.52.0",
Adam Snaider770b97b2023-08-04 21:07:48 -07001665]
1666
1667[[package]]
1668name = "windows_aarch64_gnullvm"
1669version = "0.48.0"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
1672
1673[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -07001674name = "windows_aarch64_gnullvm"
1675version = "0.52.0"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
1678
1679[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001680name = "windows_aarch64_msvc"
1681version = "0.48.0"
1682source = "registry+https://github.com/rust-lang/crates.io-index"
1683checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
1684
1685[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -07001686name = "windows_aarch64_msvc"
1687version = "0.52.0"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
1690
1691[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001692name = "windows_i686_gnu"
1693version = "0.48.0"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
1696
1697[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -07001698name = "windows_i686_gnu"
1699version = "0.52.0"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
1702
1703[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001704name = "windows_i686_msvc"
1705version = "0.48.0"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
1708
1709[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -07001710name = "windows_i686_msvc"
1711version = "0.52.0"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
1714
1715[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001716name = "windows_x86_64_gnu"
1717version = "0.48.0"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
1720
1721[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -07001722name = "windows_x86_64_gnu"
1723version = "0.52.0"
1724source = "registry+https://github.com/rust-lang/crates.io-index"
1725checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
1726
1727[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001728name = "windows_x86_64_gnullvm"
1729version = "0.48.0"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
1732
1733[[package]]
Adam Snaider48a62f32023-10-02 15:49:23 -07001734name = "windows_x86_64_gnullvm"
1735version = "0.52.0"
1736source = "registry+https://github.com/rust-lang/crates.io-index"
1737checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
1738
1739[[package]]
Adam Snaider770b97b2023-08-04 21:07:48 -07001740name = "windows_x86_64_msvc"
1741version = "0.48.0"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
Adam Snaider48a62f32023-10-02 15:49:23 -07001744
1745[[package]]
1746name = "windows_x86_64_msvc"
1747version = "0.52.0"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"