blob: ec669beb5ae0bb2a3aa47a4d07fdbbcb13d9c329 [file] [log] [blame]
Jing Luba67ca72023-07-18 04:55:56 -07001# Part of the Crubit project, under the Apache License v2.0 with LLVM
2# Exceptions. See /LICENSE for license information.
3# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
5# This file is automatically @generated by Cargo.
6# It is not intended for manual editing.
7version = 3
8
9[[package]]
Jing Lu04f9f5c2023-07-27 11:09:26 -070010name = "aho-corasick"
11version = "1.0.2"
12source = "registry+https://github.com/rust-lang/crates.io-index"
13checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
14dependencies = [
15 "memchr",
16]
17
18[[package]]
Jing Luba67ca72023-07-18 04:55:56 -070019name = "anstream"
20version = "0.3.2"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
23dependencies = [
24 "anstyle",
25 "anstyle-parse",
26 "anstyle-query",
27 "anstyle-wincon",
28 "colorchoice",
29 "is-terminal",
30 "utf8parse",
31]
32
33[[package]]
34name = "anstyle"
35version = "1.0.1"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
38
39[[package]]
40name = "anstyle-parse"
41version = "0.2.1"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
44dependencies = [
45 "utf8parse",
46]
47
48[[package]]
49name = "anstyle-query"
50version = "1.0.0"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
53dependencies = [
Jing Lu04f9f5c2023-07-27 11:09:26 -070054 "windows-sys 0.48.0",
Jing Luba67ca72023-07-18 04:55:56 -070055]
56
57[[package]]
58name = "anstyle-wincon"
59version = "1.0.1"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
62dependencies = [
63 "anstyle",
Jing Lu04f9f5c2023-07-27 11:09:26 -070064 "windows-sys 0.48.0",
Jing Luba67ca72023-07-18 04:55:56 -070065]
66
67[[package]]
68name = "anyhow"
69version = "1.0.72"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
72
73[[package]]
74name = "autocfg"
75version = "1.1.0"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
78
79[[package]]
80name = "bitflags"
81version = "1.3.2"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
84
85[[package]]
86name = "bitflags"
87version = "2.3.3"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
90
91[[package]]
92name = "cc"
93version = "1.0.79"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
96
97[[package]]
98name = "cfg-if"
99version = "1.0.0"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
102
103[[package]]
104name = "clap"
105version = "4.3.14"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "98330784c494e49850cb23b8e2afcca13587d2500b2e3f1f78ae20248059c9be"
108dependencies = [
109 "clap_builder",
110 "clap_derive",
111 "once_cell",
112]
113
114[[package]]
115name = "clap_builder"
116version = "4.3.14"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "e182eb5f2562a67dda37e2c57af64d720a9e010c5e860ed87c056586aeafa52e"
119dependencies = [
120 "anstream",
121 "anstyle",
122 "clap_lex",
123 "strsim",
124]
125
126[[package]]
127name = "clap_derive"
128version = "4.3.12"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050"
131dependencies = [
132 "heck 0.4.1",
133 "proc-macro2",
134 "quote",
135 "syn 2.0.26",
136]
137
138[[package]]
139name = "clap_lex"
140version = "0.5.0"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
143
144[[package]]
145name = "colorchoice"
146version = "1.0.0"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
149
150[[package]]
151name = "crossbeam-utils"
152version = "0.8.16"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
155dependencies = [
156 "cfg-if",
157]
158
159[[package]]
160name = "direct-cargo-bazel-deps"
161version = "0.0.1"
162dependencies = [
163 "anyhow",
164 "clap",
165 "either",
166 "flagset",
167 "itertools",
168 "maplit",
Jing Luba67ca72023-07-18 04:55:56 -0700169 "once_cell",
170 "pin-project",
171 "proc-macro2",
172 "quote",
Jing Lu04f9f5c2023-07-27 11:09:26 -0700173 "regex",
Jing Luba67ca72023-07-18 04:55:56 -0700174 "salsa",
175 "serde",
176 "serde_json",
177 "static_assertions",
Jing Lu04f9f5c2023-07-27 11:09:26 -0700178 "syn 2.0.26",
179 "tempfile",
Jing Luba67ca72023-07-18 04:55:56 -0700180 "unicode-ident",
181]
182
183[[package]]
184name = "either"
185version = "1.8.1"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
188
189[[package]]
190name = "errno"
191version = "0.3.1"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
194dependencies = [
195 "errno-dragonfly",
196 "libc",
Jing Lu04f9f5c2023-07-27 11:09:26 -0700197 "windows-sys 0.48.0",
Jing Luba67ca72023-07-18 04:55:56 -0700198]
199
200[[package]]
201name = "errno-dragonfly"
202version = "0.1.2"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
205dependencies = [
206 "cc",
207 "libc",
208]
209
210[[package]]
Jing Lu04f9f5c2023-07-27 11:09:26 -0700211name = "fastrand"
212version = "1.9.0"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
215dependencies = [
216 "instant",
217]
218
219[[package]]
Jing Luba67ca72023-07-18 04:55:56 -0700220name = "flagset"
221version = "0.4.3"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "cda653ca797810c02f7ca4b804b40b8b95ae046eb989d356bce17919a8c25499"
224
225[[package]]
226name = "hashbrown"
227version = "0.12.3"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
230
231[[package]]
232name = "heck"
233version = "0.3.3"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
236dependencies = [
237 "unicode-segmentation",
238]
239
240[[package]]
241name = "heck"
242version = "0.4.1"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
245
246[[package]]
247name = "hermit-abi"
248version = "0.3.2"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
251
252[[package]]
253name = "indexmap"
254version = "1.9.3"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
257dependencies = [
258 "autocfg",
259 "hashbrown",
260]
261
262[[package]]
263name = "instant"
264version = "0.1.12"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
267dependencies = [
268 "cfg-if",
269]
270
271[[package]]
Jing Lu04f9f5c2023-07-27 11:09:26 -0700272name = "io-lifetimes"
273version = "1.0.11"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
276dependencies = [
277 "hermit-abi",
278 "libc",
279 "windows-sys 0.48.0",
280]
281
282[[package]]
Jing Luba67ca72023-07-18 04:55:56 -0700283name = "is-terminal"
284version = "0.4.9"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
287dependencies = [
288 "hermit-abi",
Jing Lu04f9f5c2023-07-27 11:09:26 -0700289 "rustix 0.38.4",
290 "windows-sys 0.48.0",
Jing Luba67ca72023-07-18 04:55:56 -0700291]
292
293[[package]]
294name = "itertools"
295version = "0.11.0"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
298dependencies = [
299 "either",
300]
301
302[[package]]
303name = "itoa"
304version = "1.0.9"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
307
308[[package]]
309name = "libc"
310version = "0.2.147"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
313
314[[package]]
315name = "linux-raw-sys"
Jing Lu04f9f5c2023-07-27 11:09:26 -0700316version = "0.1.4"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
319
320[[package]]
321name = "linux-raw-sys"
Jing Luba67ca72023-07-18 04:55:56 -0700322version = "0.4.3"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
325
326[[package]]
327name = "lock_api"
328version = "0.4.10"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
331dependencies = [
332 "autocfg",
333 "scopeguard",
334]
335
336[[package]]
337name = "log"
338version = "0.4.19"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
341
342[[package]]
343name = "maplit"
344version = "1.0.2"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
347
348[[package]]
Jing Lu04f9f5c2023-07-27 11:09:26 -0700349name = "memchr"
350version = "2.5.0"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
353
354[[package]]
Jing Luba67ca72023-07-18 04:55:56 -0700355name = "once_cell"
356version = "1.18.0"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
359
360[[package]]
361name = "oorandom"
362version = "11.1.3"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
365
366[[package]]
367name = "parking_lot"
368version = "0.11.2"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
371dependencies = [
372 "instant",
373 "lock_api",
374 "parking_lot_core",
375]
376
377[[package]]
378name = "parking_lot_core"
379version = "0.8.6"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
382dependencies = [
383 "cfg-if",
384 "instant",
385 "libc",
386 "redox_syscall",
387 "smallvec",
388 "winapi",
389]
390
391[[package]]
392name = "pin-project"
393version = "1.1.2"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842"
396dependencies = [
397 "pin-project-internal",
398]
399
400[[package]]
401name = "pin-project-internal"
402version = "1.1.2"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c"
405dependencies = [
406 "proc-macro2",
407 "quote",
408 "syn 2.0.26",
409]
410
411[[package]]
412name = "proc-macro2"
413version = "1.0.66"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
416dependencies = [
417 "unicode-ident",
418]
419
420[[package]]
421name = "quote"
422version = "1.0.31"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0"
425dependencies = [
426 "proc-macro2",
427]
428
429[[package]]
430name = "redox_syscall"
431version = "0.2.16"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
434dependencies = [
435 "bitflags 1.3.2",
436]
437
438[[package]]
Jing Lu04f9f5c2023-07-27 11:09:26 -0700439name = "regex"
440version = "1.9.1"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
443dependencies = [
444 "aho-corasick",
445 "memchr",
446 "regex-automata",
447 "regex-syntax",
448]
449
450[[package]]
451name = "regex-automata"
452version = "0.3.3"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
455dependencies = [
456 "aho-corasick",
457 "memchr",
458 "regex-syntax",
459]
460
461[[package]]
462name = "regex-syntax"
463version = "0.7.4"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
466
467[[package]]
Jing Luba67ca72023-07-18 04:55:56 -0700468name = "rustc-hash"
469version = "1.1.0"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
472
473[[package]]
474name = "rustix"
Jing Lu04f9f5c2023-07-27 11:09:26 -0700475version = "0.36.15"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941"
478dependencies = [
479 "bitflags 1.3.2",
480 "errno",
481 "io-lifetimes",
482 "libc",
483 "linux-raw-sys 0.1.4",
484 "windows-sys 0.45.0",
485]
486
487[[package]]
488name = "rustix"
Jing Luba67ca72023-07-18 04:55:56 -0700489version = "0.38.4"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
492dependencies = [
493 "bitflags 2.3.3",
494 "errno",
495 "libc",
Jing Lu04f9f5c2023-07-27 11:09:26 -0700496 "linux-raw-sys 0.4.3",
497 "windows-sys 0.48.0",
Jing Luba67ca72023-07-18 04:55:56 -0700498]
499
500[[package]]
501name = "ryu"
502version = "1.0.15"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
505
506[[package]]
507name = "salsa"
508version = "0.16.1"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "4b84d9f96071f3f3be0dc818eae3327625d8ebc95b58da37d6850724f31d3403"
511dependencies = [
512 "crossbeam-utils",
513 "indexmap",
514 "lock_api",
515 "log",
516 "oorandom",
517 "parking_lot",
518 "rustc-hash",
519 "salsa-macros",
520 "smallvec",
521]
522
523[[package]]
524name = "salsa-macros"
525version = "0.16.0"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "cd3904a4ba0a9d0211816177fd34b04c7095443f8cdacd11175064fe541c8fe2"
528dependencies = [
529 "heck 0.3.3",
530 "proc-macro2",
531 "quote",
532 "syn 1.0.109",
533]
534
535[[package]]
536name = "scopeguard"
537version = "1.2.0"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
540
541[[package]]
542name = "serde"
543version = "1.0.171"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9"
546dependencies = [
547 "serde_derive",
548]
549
550[[package]]
551name = "serde_derive"
552version = "1.0.171"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682"
555dependencies = [
556 "proc-macro2",
557 "quote",
558 "syn 2.0.26",
559]
560
561[[package]]
562name = "serde_json"
563version = "1.0.103"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b"
566dependencies = [
567 "itoa",
568 "ryu",
569 "serde",
570]
571
572[[package]]
573name = "smallvec"
574version = "1.11.0"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
577
578[[package]]
579name = "static_assertions"
580version = "1.1.0"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
583
584[[package]]
585name = "strsim"
586version = "0.10.0"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
589
590[[package]]
591name = "syn"
592version = "1.0.109"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
595dependencies = [
596 "proc-macro2",
597 "quote",
598 "unicode-ident",
599]
600
601[[package]]
602name = "syn"
603version = "2.0.26"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970"
606dependencies = [
607 "proc-macro2",
608 "quote",
609 "unicode-ident",
610]
611
612[[package]]
Jing Lu04f9f5c2023-07-27 11:09:26 -0700613name = "tempfile"
614version = "3.4.0"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
617dependencies = [
618 "cfg-if",
619 "fastrand",
620 "redox_syscall",
621 "rustix 0.36.15",
622 "windows-sys 0.42.0",
623]
624
625[[package]]
Jing Luba67ca72023-07-18 04:55:56 -0700626name = "unicode-ident"
627version = "1.0.11"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
630
631[[package]]
632name = "unicode-segmentation"
633version = "1.10.1"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
636
637[[package]]
638name = "utf8parse"
639version = "0.2.1"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
642
643[[package]]
644name = "winapi"
645version = "0.3.9"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
648dependencies = [
649 "winapi-i686-pc-windows-gnu",
650 "winapi-x86_64-pc-windows-gnu",
651]
652
653[[package]]
654name = "winapi-i686-pc-windows-gnu"
655version = "0.4.0"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
658
659[[package]]
660name = "winapi-x86_64-pc-windows-gnu"
661version = "0.4.0"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
664
665[[package]]
666name = "windows-sys"
Jing Lu04f9f5c2023-07-27 11:09:26 -0700667version = "0.42.0"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
670dependencies = [
671 "windows_aarch64_gnullvm 0.42.2",
672 "windows_aarch64_msvc 0.42.2",
673 "windows_i686_gnu 0.42.2",
674 "windows_i686_msvc 0.42.2",
675 "windows_x86_64_gnu 0.42.2",
676 "windows_x86_64_gnullvm 0.42.2",
677 "windows_x86_64_msvc 0.42.2",
678]
679
680[[package]]
681name = "windows-sys"
682version = "0.45.0"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
685dependencies = [
686 "windows-targets 0.42.2",
687]
688
689[[package]]
690name = "windows-sys"
Jing Luba67ca72023-07-18 04:55:56 -0700691version = "0.48.0"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
694dependencies = [
Jing Lu04f9f5c2023-07-27 11:09:26 -0700695 "windows-targets 0.48.1",
696]
697
698[[package]]
699name = "windows-targets"
700version = "0.42.2"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
703dependencies = [
704 "windows_aarch64_gnullvm 0.42.2",
705 "windows_aarch64_msvc 0.42.2",
706 "windows_i686_gnu 0.42.2",
707 "windows_i686_msvc 0.42.2",
708 "windows_x86_64_gnu 0.42.2",
709 "windows_x86_64_gnullvm 0.42.2",
710 "windows_x86_64_msvc 0.42.2",
Jing Luba67ca72023-07-18 04:55:56 -0700711]
712
713[[package]]
714name = "windows-targets"
715version = "0.48.1"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
718dependencies = [
Jing Lu04f9f5c2023-07-27 11:09:26 -0700719 "windows_aarch64_gnullvm 0.48.0",
720 "windows_aarch64_msvc 0.48.0",
721 "windows_i686_gnu 0.48.0",
722 "windows_i686_msvc 0.48.0",
723 "windows_x86_64_gnu 0.48.0",
724 "windows_x86_64_gnullvm 0.48.0",
725 "windows_x86_64_msvc 0.48.0",
Jing Luba67ca72023-07-18 04:55:56 -0700726]
727
728[[package]]
729name = "windows_aarch64_gnullvm"
Jing Lu04f9f5c2023-07-27 11:09:26 -0700730version = "0.42.2"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
733
734[[package]]
735name = "windows_aarch64_gnullvm"
Jing Luba67ca72023-07-18 04:55:56 -0700736version = "0.48.0"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
739
740[[package]]
741name = "windows_aarch64_msvc"
Jing Lu04f9f5c2023-07-27 11:09:26 -0700742version = "0.42.2"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
745
746[[package]]
747name = "windows_aarch64_msvc"
Jing Luba67ca72023-07-18 04:55:56 -0700748version = "0.48.0"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
751
752[[package]]
753name = "windows_i686_gnu"
Jing Lu04f9f5c2023-07-27 11:09:26 -0700754version = "0.42.2"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
757
758[[package]]
759name = "windows_i686_gnu"
Jing Luba67ca72023-07-18 04:55:56 -0700760version = "0.48.0"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
763
764[[package]]
765name = "windows_i686_msvc"
Jing Lu04f9f5c2023-07-27 11:09:26 -0700766version = "0.42.2"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
769
770[[package]]
771name = "windows_i686_msvc"
Jing Luba67ca72023-07-18 04:55:56 -0700772version = "0.48.0"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
775
776[[package]]
777name = "windows_x86_64_gnu"
Jing Lu04f9f5c2023-07-27 11:09:26 -0700778version = "0.42.2"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
781
782[[package]]
783name = "windows_x86_64_gnu"
Jing Luba67ca72023-07-18 04:55:56 -0700784version = "0.48.0"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
787
788[[package]]
789name = "windows_x86_64_gnullvm"
Jing Lu04f9f5c2023-07-27 11:09:26 -0700790version = "0.42.2"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
793
794[[package]]
795name = "windows_x86_64_gnullvm"
Jing Luba67ca72023-07-18 04:55:56 -0700796version = "0.48.0"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
799
800[[package]]
801name = "windows_x86_64_msvc"
Jing Lu04f9f5c2023-07-27 11:09:26 -0700802version = "0.42.2"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
805
806[[package]]
807name = "windows_x86_64_msvc"
Jing Luba67ca72023-07-18 04:55:56 -0700808version = "0.48.0"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"