A tool to help managing forked repos with their own history
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "anstream"
7version = "0.6.21"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
10dependencies = [
11 "anstyle",
12 "anstyle-parse",
13 "anstyle-query",
14 "anstyle-wincon",
15 "colorchoice",
16 "is_terminal_polyfill",
17 "utf8parse",
18]
19
20[[package]]
21name = "anstyle"
22version = "1.0.13"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
25
26[[package]]
27name = "anstyle-parse"
28version = "0.2.7"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
31dependencies = [
32 "utf8parse",
33]
34
35[[package]]
36name = "anstyle-query"
37version = "1.1.5"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
40dependencies = [
41 "windows-sys",
42]
43
44[[package]]
45name = "anstyle-wincon"
46version = "3.0.11"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
49dependencies = [
50 "anstyle",
51 "once_cell_polyfill",
52 "windows-sys",
53]
54
55[[package]]
56name = "anyhow"
57version = "1.0.100"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
60
61[[package]]
62name = "bitflags"
63version = "2.10.0"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
66
67[[package]]
68name = "cc"
69version = "1.2.53"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932"
72dependencies = [
73 "find-msvc-tools",
74 "jobserver",
75 "libc",
76 "shlex",
77]
78
79[[package]]
80name = "cfg-if"
81version = "1.0.4"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
84
85[[package]]
86name = "clap"
87version = "4.5.54"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394"
90dependencies = [
91 "clap_builder",
92 "clap_derive",
93]
94
95[[package]]
96name = "clap_builder"
97version = "4.5.54"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00"
100dependencies = [
101 "anstream",
102 "anstyle",
103 "clap_lex",
104 "strsim",
105]
106
107[[package]]
108name = "clap_derive"
109version = "4.5.49"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
112dependencies = [
113 "heck",
114 "proc-macro2",
115 "quote",
116 "syn",
117]
118
119[[package]]
120name = "clap_lex"
121version = "0.7.7"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
124
125[[package]]
126name = "colorchoice"
127version = "1.0.4"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
130
131[[package]]
132name = "diffy"
133version = "0.4.2"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
136dependencies = [
137 "nu-ansi-term",
138]
139
140[[package]]
141name = "displaydoc"
142version = "0.2.5"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
145dependencies = [
146 "proc-macro2",
147 "quote",
148 "syn",
149]
150
151[[package]]
152name = "equivalent"
153version = "1.0.2"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
156
157[[package]]
158name = "errno"
159version = "0.3.14"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
162dependencies = [
163 "libc",
164 "windows-sys",
165]
166
167[[package]]
168name = "fastrand"
169version = "2.3.0"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
172
173[[package]]
174name = "find-msvc-tools"
175version = "0.1.8"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
178
179[[package]]
180name = "forkme"
181version = "0.1.0"
182dependencies = [
183 "anyhow",
184 "clap",
185 "diffy",
186 "git2",
187 "serde",
188 "tempfile",
189 "toml",
190 "walkdir",
191]
192
193[[package]]
194name = "form_urlencoded"
195version = "1.2.2"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
198dependencies = [
199 "percent-encoding",
200]
201
202[[package]]
203name = "getrandom"
204version = "0.3.4"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
207dependencies = [
208 "cfg-if",
209 "libc",
210 "r-efi",
211 "wasip2",
212]
213
214[[package]]
215name = "git2"
216version = "0.20.3"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "3e2b37e2f62729cdada11f0e6b3b6fe383c69c29fc619e391223e12856af308c"
219dependencies = [
220 "bitflags",
221 "libc",
222 "libgit2-sys",
223 "log",
224 "openssl-probe",
225 "openssl-sys",
226 "url",
227]
228
229[[package]]
230name = "hashbrown"
231version = "0.16.1"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
234
235[[package]]
236name = "heck"
237version = "0.5.0"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
240
241[[package]]
242name = "icu_collections"
243version = "2.1.1"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
246dependencies = [
247 "displaydoc",
248 "potential_utf",
249 "yoke",
250 "zerofrom",
251 "zerovec",
252]
253
254[[package]]
255name = "icu_locale_core"
256version = "2.1.1"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
259dependencies = [
260 "displaydoc",
261 "litemap",
262 "tinystr",
263 "writeable",
264 "zerovec",
265]
266
267[[package]]
268name = "icu_normalizer"
269version = "2.1.1"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
272dependencies = [
273 "icu_collections",
274 "icu_normalizer_data",
275 "icu_properties",
276 "icu_provider",
277 "smallvec",
278 "zerovec",
279]
280
281[[package]]
282name = "icu_normalizer_data"
283version = "2.1.1"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
286
287[[package]]
288name = "icu_properties"
289version = "2.1.2"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
292dependencies = [
293 "icu_collections",
294 "icu_locale_core",
295 "icu_properties_data",
296 "icu_provider",
297 "zerotrie",
298 "zerovec",
299]
300
301[[package]]
302name = "icu_properties_data"
303version = "2.1.2"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
306
307[[package]]
308name = "icu_provider"
309version = "2.1.1"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
312dependencies = [
313 "displaydoc",
314 "icu_locale_core",
315 "writeable",
316 "yoke",
317 "zerofrom",
318 "zerotrie",
319 "zerovec",
320]
321
322[[package]]
323name = "idna"
324version = "1.1.0"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
327dependencies = [
328 "idna_adapter",
329 "smallvec",
330 "utf8_iter",
331]
332
333[[package]]
334name = "idna_adapter"
335version = "1.2.1"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
338dependencies = [
339 "icu_normalizer",
340 "icu_properties",
341]
342
343[[package]]
344name = "indexmap"
345version = "2.13.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
348dependencies = [
349 "equivalent",
350 "hashbrown",
351]
352
353[[package]]
354name = "is_terminal_polyfill"
355version = "1.70.2"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
358
359[[package]]
360name = "jobserver"
361version = "0.1.34"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
364dependencies = [
365 "getrandom",
366 "libc",
367]
368
369[[package]]
370name = "libc"
371version = "0.2.180"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
374
375[[package]]
376name = "libgit2-sys"
377version = "0.18.3+1.9.2"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
380dependencies = [
381 "cc",
382 "libc",
383 "libssh2-sys",
384 "libz-sys",
385 "openssl-sys",
386 "pkg-config",
387]
388
389[[package]]
390name = "libssh2-sys"
391version = "0.3.1"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9"
394dependencies = [
395 "cc",
396 "libc",
397 "libz-sys",
398 "openssl-sys",
399 "pkg-config",
400 "vcpkg",
401]
402
403[[package]]
404name = "libz-sys"
405version = "1.1.23"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "15d118bbf3771060e7311cc7bb0545b01d08a8b4a7de949198dec1fa0ca1c0f7"
408dependencies = [
409 "cc",
410 "libc",
411 "pkg-config",
412 "vcpkg",
413]
414
415[[package]]
416name = "linux-raw-sys"
417version = "0.11.0"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
420
421[[package]]
422name = "litemap"
423version = "0.8.1"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
426
427[[package]]
428name = "log"
429version = "0.4.29"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
432
433[[package]]
434name = "nu-ansi-term"
435version = "0.50.3"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
438dependencies = [
439 "windows-sys",
440]
441
442[[package]]
443name = "once_cell"
444version = "1.21.3"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
447
448[[package]]
449name = "once_cell_polyfill"
450version = "1.70.2"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
453
454[[package]]
455name = "openssl-probe"
456version = "0.1.6"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
459
460[[package]]
461name = "openssl-sys"
462version = "0.9.111"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
465dependencies = [
466 "cc",
467 "libc",
468 "pkg-config",
469 "vcpkg",
470]
471
472[[package]]
473name = "percent-encoding"
474version = "2.3.2"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
477
478[[package]]
479name = "pkg-config"
480version = "0.3.32"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
483
484[[package]]
485name = "potential_utf"
486version = "0.1.4"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
489dependencies = [
490 "zerovec",
491]
492
493[[package]]
494name = "proc-macro2"
495version = "1.0.105"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
498dependencies = [
499 "unicode-ident",
500]
501
502[[package]]
503name = "quote"
504version = "1.0.43"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
507dependencies = [
508 "proc-macro2",
509]
510
511[[package]]
512name = "r-efi"
513version = "5.3.0"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
516
517[[package]]
518name = "rustix"
519version = "1.1.3"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
522dependencies = [
523 "bitflags",
524 "errno",
525 "libc",
526 "linux-raw-sys",
527 "windows-sys",
528]
529
530[[package]]
531name = "same-file"
532version = "1.0.6"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
535dependencies = [
536 "winapi-util",
537]
538
539[[package]]
540name = "serde"
541version = "1.0.228"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
544dependencies = [
545 "serde_core",
546 "serde_derive",
547]
548
549[[package]]
550name = "serde_core"
551version = "1.0.228"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
554dependencies = [
555 "serde_derive",
556]
557
558[[package]]
559name = "serde_derive"
560version = "1.0.228"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
563dependencies = [
564 "proc-macro2",
565 "quote",
566 "syn",
567]
568
569[[package]]
570name = "serde_spanned"
571version = "1.0.4"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
574dependencies = [
575 "serde_core",
576]
577
578[[package]]
579name = "shlex"
580version = "1.3.0"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
583
584[[package]]
585name = "smallvec"
586version = "1.15.1"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
589
590[[package]]
591name = "stable_deref_trait"
592version = "1.2.1"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
595
596[[package]]
597name = "strsim"
598version = "0.11.1"
599source = "registry+https://github.com/rust-lang/crates.io-index"
600checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
601
602[[package]]
603name = "syn"
604version = "2.0.114"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
607dependencies = [
608 "proc-macro2",
609 "quote",
610 "unicode-ident",
611]
612
613[[package]]
614name = "synstructure"
615version = "0.13.2"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
618dependencies = [
619 "proc-macro2",
620 "quote",
621 "syn",
622]
623
624[[package]]
625name = "tempfile"
626version = "3.24.0"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
629dependencies = [
630 "fastrand",
631 "getrandom",
632 "once_cell",
633 "rustix",
634 "windows-sys",
635]
636
637[[package]]
638name = "tinystr"
639version = "0.8.2"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
642dependencies = [
643 "displaydoc",
644 "zerovec",
645]
646
647[[package]]
648name = "toml"
649version = "0.9.11+spec-1.1.0"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46"
652dependencies = [
653 "indexmap",
654 "serde_core",
655 "serde_spanned",
656 "toml_datetime",
657 "toml_parser",
658 "toml_writer",
659 "winnow",
660]
661
662[[package]]
663name = "toml_datetime"
664version = "0.7.5+spec-1.1.0"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
667dependencies = [
668 "serde_core",
669]
670
671[[package]]
672name = "toml_parser"
673version = "1.0.6+spec-1.1.0"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44"
676dependencies = [
677 "winnow",
678]
679
680[[package]]
681name = "toml_writer"
682version = "1.0.6+spec-1.1.0"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"
685
686[[package]]
687name = "unicode-ident"
688version = "1.0.22"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
691
692[[package]]
693name = "url"
694version = "2.5.8"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
697dependencies = [
698 "form_urlencoded",
699 "idna",
700 "percent-encoding",
701 "serde",
702]
703
704[[package]]
705name = "utf8_iter"
706version = "1.0.4"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
709
710[[package]]
711name = "utf8parse"
712version = "0.2.2"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
715
716[[package]]
717name = "vcpkg"
718version = "0.2.15"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
721
722[[package]]
723name = "walkdir"
724version = "2.5.0"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
727dependencies = [
728 "same-file",
729 "winapi-util",
730]
731
732[[package]]
733name = "wasip2"
734version = "1.0.2+wasi-0.2.9"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
737dependencies = [
738 "wit-bindgen",
739]
740
741[[package]]
742name = "winapi-util"
743version = "0.1.11"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
746dependencies = [
747 "windows-sys",
748]
749
750[[package]]
751name = "windows-link"
752version = "0.2.1"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
755
756[[package]]
757name = "windows-sys"
758version = "0.61.2"
759source = "registry+https://github.com/rust-lang/crates.io-index"
760checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
761dependencies = [
762 "windows-link",
763]
764
765[[package]]
766name = "winnow"
767version = "0.7.14"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
770
771[[package]]
772name = "wit-bindgen"
773version = "0.51.0"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
776
777[[package]]
778name = "writeable"
779version = "0.6.2"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
782
783[[package]]
784name = "yoke"
785version = "0.8.1"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
788dependencies = [
789 "stable_deref_trait",
790 "yoke-derive",
791 "zerofrom",
792]
793
794[[package]]
795name = "yoke-derive"
796version = "0.8.1"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
799dependencies = [
800 "proc-macro2",
801 "quote",
802 "syn",
803 "synstructure",
804]
805
806[[package]]
807name = "zerofrom"
808version = "0.1.6"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
811dependencies = [
812 "zerofrom-derive",
813]
814
815[[package]]
816name = "zerofrom-derive"
817version = "0.1.6"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
820dependencies = [
821 "proc-macro2",
822 "quote",
823 "syn",
824 "synstructure",
825]
826
827[[package]]
828name = "zerotrie"
829version = "0.2.3"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
832dependencies = [
833 "displaydoc",
834 "yoke",
835 "zerofrom",
836]
837
838[[package]]
839name = "zerovec"
840version = "0.11.5"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
843dependencies = [
844 "yoke",
845 "zerofrom",
846 "zerovec-derive",
847]
848
849[[package]]
850name = "zerovec-derive"
851version = "0.11.2"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
854dependencies = [
855 "proc-macro2",
856 "quote",
857 "syn",
858]