ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/salaryman/trunk/Cargo.lock
Revision: 16
Committed: Tue Jul 29 09:26:15 2025 UTC (2 months, 1 week ago) by yuzu
File size: 15063 byte(s)
Log Message:
parallel process monitoring get

File Contents

# User Rev Content
1 yuzu 2 # This file is automatically @generated by Cargo.
2     # It is not intended for manual editing.
3     version = 4
4    
5     [[package]]
6 yuzu 5 name = "anstream"
7 yuzu 16 version = "0.6.19"
8 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
9 yuzu 16 checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933"
10 yuzu 4 dependencies = [
11 yuzu 5 "anstyle",
12     "anstyle-parse",
13     "anstyle-query",
14     "anstyle-wincon",
15     "colorchoice",
16     "is_terminal_polyfill",
17     "utf8parse",
18 yuzu 4 ]
19    
20     [[package]]
21 yuzu 5 name = "anstyle"
22 yuzu 16 version = "1.0.11"
23 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
24 yuzu 16 checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
25 yuzu 4
26     [[package]]
27 yuzu 5 name = "anstyle-parse"
28 yuzu 16 version = "0.2.7"
29 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
30 yuzu 16 checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
31 yuzu 4 dependencies = [
32 yuzu 5 "utf8parse",
33 yuzu 4 ]
34    
35     [[package]]
36 yuzu 5 name = "anstyle-query"
37 yuzu 16 version = "1.1.3"
38 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
39 yuzu 16 checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9"
40 yuzu 4 dependencies = [
41 yuzu 16 "windows-sys",
42 yuzu 4 ]
43    
44     [[package]]
45 yuzu 5 name = "anstyle-wincon"
46 yuzu 16 version = "3.0.9"
47 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
48 yuzu 16 checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882"
49 yuzu 4 dependencies = [
50 yuzu 5 "anstyle",
51     "once_cell_polyfill",
52 yuzu 16 "windows-sys",
53 yuzu 4 ]
54    
55     [[package]]
56     name = "bitflags"
57     version = "2.9.1"
58     source = "registry+https://github.com/rust-lang/crates.io-index"
59     checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
60    
61     [[package]]
62 yuzu 13 name = "bumpalo"
63     version = "3.19.0"
64     source = "registry+https://github.com/rust-lang/crates.io-index"
65     checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
66    
67     [[package]]
68 yuzu 4 name = "cfg-if"
69 yuzu 16 version = "1.0.1"
70 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
71 yuzu 16 checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
72 yuzu 4
73     [[package]]
74 yuzu 5 name = "clap"
75 yuzu 16 version = "4.5.41"
76 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
77 yuzu 16 checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9"
78 yuzu 4 dependencies = [
79 yuzu 5 "clap_builder",
80     "clap_derive",
81 yuzu 4 ]
82    
83     [[package]]
84 yuzu 5 name = "clap_builder"
85 yuzu 16 version = "4.5.41"
86 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
87 yuzu 16 checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d"
88 yuzu 4 dependencies = [
89 yuzu 5 "anstream",
90     "anstyle",
91     "clap_lex",
92 yuzu 4 "strsim",
93     ]
94    
95     [[package]]
96 yuzu 5 name = "clap_derive"
97 yuzu 16 version = "4.5.41"
98 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
99 yuzu 16 checksum = "ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491"
100 yuzu 4 dependencies = [
101 yuzu 5 "heck",
102 yuzu 4 "proc-macro2",
103     "quote",
104 yuzu 5 "syn",
105 yuzu 4 ]
106    
107     [[package]]
108 yuzu 5 name = "clap_lex"
109 yuzu 16 version = "0.7.5"
110 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
111 yuzu 16 checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
112 yuzu 4
113     [[package]]
114 yuzu 5 name = "colorchoice"
115 yuzu 16 version = "1.0.4"
116 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
117 yuzu 16 checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
118 yuzu 4
119     [[package]]
120 yuzu 16 name = "crossbeam-deque"
121     version = "0.8.6"
122 yuzu 15 source = "registry+https://github.com/rust-lang/crates.io-index"
123 yuzu 16 checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
124 yuzu 15 dependencies = [
125 yuzu 16 "crossbeam-epoch",
126     "crossbeam-utils",
127 yuzu 15 ]
128    
129     [[package]]
130 yuzu 16 name = "crossbeam-epoch"
131     version = "0.9.18"
132 yuzu 15 source = "registry+https://github.com/rust-lang/crates.io-index"
133 yuzu 16 checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
134 yuzu 15 dependencies = [
135 yuzu 13 "crossbeam-utils",
136     ]
137    
138     [[package]]
139     name = "crossbeam-utils"
140     version = "0.8.21"
141     source = "registry+https://github.com/rust-lang/crates.io-index"
142     checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
143    
144     [[package]]
145 yuzu 16 name = "either"
146     version = "1.15.0"
147 yuzu 13 source = "registry+https://github.com/rust-lang/crates.io-index"
148 yuzu 16 checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
149 yuzu 13
150     [[package]]
151 yuzu 4 name = "equivalent"
152     version = "1.0.2"
153     source = "registry+https://github.com/rust-lang/crates.io-index"
154     checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
155    
156     [[package]]
157 yuzu 13 name = "getrandom"
158     version = "0.3.3"
159     source = "registry+https://github.com/rust-lang/crates.io-index"
160     checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
161     dependencies = [
162     "cfg-if",
163     "libc",
164     "r-efi",
165 yuzu 16 "wasi",
166 yuzu 13 ]
167    
168     [[package]]
169 yuzu 4 name = "hashbrown"
170 yuzu 16 version = "0.15.4"
171 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
172 yuzu 16 checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
173 yuzu 4
174     [[package]]
175     name = "heck"
176     version = "0.5.0"
177     source = "registry+https://github.com/rust-lang/crates.io-index"
178     checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
179    
180     [[package]]
181     name = "indexmap"
182 yuzu 16 version = "2.10.0"
183 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
184 yuzu 16 checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
185 yuzu 4 dependencies = [
186     "equivalent",
187 yuzu 5 "hashbrown",
188 yuzu 4 ]
189    
190     [[package]]
191 yuzu 5 name = "is_terminal_polyfill"
192     version = "1.70.1"
193 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
194 yuzu 5 checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
195 yuzu 4
196     [[package]]
197 yuzu 13 name = "js-sys"
198     version = "0.3.77"
199     source = "registry+https://github.com/rust-lang/crates.io-index"
200     checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
201     dependencies = [
202     "once_cell",
203     "wasm-bindgen",
204     ]
205    
206     [[package]]
207 yuzu 4 name = "libc"
208 yuzu 16 version = "0.2.174"
209 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
210 yuzu 16 checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
211 yuzu 4
212     [[package]]
213 yuzu 13 name = "log"
214     version = "0.4.27"
215     source = "registry+https://github.com/rust-lang/crates.io-index"
216     checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
217    
218     [[package]]
219 yuzu 4 name = "memchr"
220 yuzu 16 version = "2.7.5"
221 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
222 yuzu 16 checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
223 yuzu 4
224     [[package]]
225 yuzu 13 name = "once_cell"
226     version = "1.21.3"
227     source = "registry+https://github.com/rust-lang/crates.io-index"
228     checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
229    
230     [[package]]
231 yuzu 5 name = "once_cell_polyfill"
232     version = "1.70.1"
233 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
234 yuzu 5 checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
235 yuzu 4
236     [[package]]
237     name = "proc-macro2"
238     version = "1.0.95"
239     source = "registry+https://github.com/rust-lang/crates.io-index"
240     checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
241     dependencies = [
242     "unicode-ident",
243     ]
244    
245     [[package]]
246     name = "quote"
247     version = "1.0.40"
248     source = "registry+https://github.com/rust-lang/crates.io-index"
249     checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
250     dependencies = [
251     "proc-macro2",
252     ]
253    
254     [[package]]
255 yuzu 13 name = "r-efi"
256     version = "5.3.0"
257     source = "registry+https://github.com/rust-lang/crates.io-index"
258     checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
259    
260     [[package]]
261 yuzu 16 name = "rayon"
262     version = "1.10.0"
263 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
264 yuzu 16 checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
265 yuzu 4 dependencies = [
266 yuzu 16 "either",
267     "rayon-core",
268 yuzu 4 ]
269    
270     [[package]]
271 yuzu 16 name = "rayon-core"
272     version = "1.12.1"
273 yuzu 13 source = "registry+https://github.com/rust-lang/crates.io-index"
274 yuzu 16 checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
275 yuzu 13 dependencies = [
276 yuzu 16 "crossbeam-deque",
277     "crossbeam-utils",
278 yuzu 13 ]
279    
280     [[package]]
281     name = "rustversion"
282     version = "1.0.21"
283     source = "registry+https://github.com/rust-lang/crates.io-index"
284     checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
285    
286     [[package]]
287 yuzu 2 name = "salaryman"
288 yuzu 9 version = "0.0.1"
289 yuzu 4 dependencies = [
290 yuzu 5 "clap",
291 yuzu 16 "rayon",
292 yuzu 4 "serde",
293 yuzu 5 "toml",
294 yuzu 13 "uuid",
295 yuzu 4 ]
296    
297     [[package]]
298     name = "serde"
299     version = "1.0.219"
300     source = "registry+https://github.com/rust-lang/crates.io-index"
301     checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
302     dependencies = [
303     "serde_derive",
304     ]
305    
306     [[package]]
307     name = "serde_derive"
308     version = "1.0.219"
309     source = "registry+https://github.com/rust-lang/crates.io-index"
310     checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
311     dependencies = [
312     "proc-macro2",
313     "quote",
314 yuzu 5 "syn",
315 yuzu 4 ]
316    
317     [[package]]
318 yuzu 5 name = "serde_spanned"
319 yuzu 16 version = "0.6.9"
320 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
321 yuzu 16 checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
322 yuzu 4 dependencies = [
323     "serde",
324     ]
325    
326     [[package]]
327     name = "strsim"
328     version = "0.11.1"
329     source = "registry+https://github.com/rust-lang/crates.io-index"
330     checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
331    
332     [[package]]
333     name = "syn"
334 yuzu 16 version = "2.0.104"
335 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
336 yuzu 16 checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
337 yuzu 4 dependencies = [
338     "proc-macro2",
339     "quote",
340     "unicode-ident",
341     ]
342    
343     [[package]]
344 yuzu 5 name = "toml"
345 yuzu 16 version = "0.8.23"
346 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
347 yuzu 16 checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
348 yuzu 4 dependencies = [
349 yuzu 5 "serde",
350     "serde_spanned",
351     "toml_datetime",
352     "toml_edit",
353 yuzu 4 ]
354    
355     [[package]]
356     name = "toml_datetime"
357 yuzu 16 version = "0.6.11"
358 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
359 yuzu 16 checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
360 yuzu 5 dependencies = [
361     "serde",
362     ]
363 yuzu 4
364     [[package]]
365     name = "toml_edit"
366 yuzu 16 version = "0.22.27"
367 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
368 yuzu 16 checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
369 yuzu 4 dependencies = [
370 yuzu 5 "indexmap",
371     "serde",
372     "serde_spanned",
373 yuzu 4 "toml_datetime",
374 yuzu 5 "toml_write",
375 yuzu 4 "winnow",
376     ]
377    
378     [[package]]
379 yuzu 5 name = "toml_write"
380 yuzu 16 version = "0.1.2"
381 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
382 yuzu 16 checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
383 yuzu 4
384     [[package]]
385     name = "unicode-ident"
386     version = "1.0.18"
387     source = "registry+https://github.com/rust-lang/crates.io-index"
388     checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
389    
390     [[package]]
391 yuzu 5 name = "utf8parse"
392     version = "0.2.2"
393 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
394 yuzu 5 checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
395 yuzu 4
396     [[package]]
397 yuzu 13 name = "uuid"
398     version = "1.17.0"
399     source = "registry+https://github.com/rust-lang/crates.io-index"
400     checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
401     dependencies = [
402 yuzu 16 "getrandom",
403 yuzu 13 "js-sys",
404     "serde",
405     "wasm-bindgen",
406     ]
407    
408     [[package]]
409 yuzu 4 name = "wasi"
410 yuzu 13 version = "0.14.2+wasi-0.2.4"
411     source = "registry+https://github.com/rust-lang/crates.io-index"
412     checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
413     dependencies = [
414     "wit-bindgen-rt",
415     ]
416    
417     [[package]]
418     name = "wasm-bindgen"
419     version = "0.2.100"
420     source = "registry+https://github.com/rust-lang/crates.io-index"
421     checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
422     dependencies = [
423     "cfg-if",
424     "once_cell",
425     "rustversion",
426     "wasm-bindgen-macro",
427     ]
428    
429     [[package]]
430     name = "wasm-bindgen-backend"
431     version = "0.2.100"
432     source = "registry+https://github.com/rust-lang/crates.io-index"
433     checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
434     dependencies = [
435     "bumpalo",
436     "log",
437     "proc-macro2",
438     "quote",
439     "syn",
440     "wasm-bindgen-shared",
441     ]
442    
443     [[package]]
444     name = "wasm-bindgen-macro"
445     version = "0.2.100"
446     source = "registry+https://github.com/rust-lang/crates.io-index"
447     checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
448     dependencies = [
449     "quote",
450     "wasm-bindgen-macro-support",
451     ]
452    
453     [[package]]
454     name = "wasm-bindgen-macro-support"
455     version = "0.2.100"
456     source = "registry+https://github.com/rust-lang/crates.io-index"
457     checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
458     dependencies = [
459     "proc-macro2",
460     "quote",
461     "syn",
462     "wasm-bindgen-backend",
463     "wasm-bindgen-shared",
464     ]
465    
466     [[package]]
467     name = "wasm-bindgen-shared"
468     version = "0.2.100"
469     source = "registry+https://github.com/rust-lang/crates.io-index"
470     checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
471     dependencies = [
472     "unicode-ident",
473     ]
474    
475     [[package]]
476 yuzu 4 name = "windows-sys"
477     version = "0.59.0"
478     source = "registry+https://github.com/rust-lang/crates.io-index"
479     checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
480     dependencies = [
481     "windows-targets",
482     ]
483    
484     [[package]]
485     name = "windows-targets"
486     version = "0.52.6"
487     source = "registry+https://github.com/rust-lang/crates.io-index"
488     checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
489     dependencies = [
490     "windows_aarch64_gnullvm",
491     "windows_aarch64_msvc",
492     "windows_i686_gnu",
493     "windows_i686_gnullvm",
494     "windows_i686_msvc",
495     "windows_x86_64_gnu",
496     "windows_x86_64_gnullvm",
497     "windows_x86_64_msvc",
498     ]
499    
500     [[package]]
501     name = "windows_aarch64_gnullvm"
502     version = "0.52.6"
503     source = "registry+https://github.com/rust-lang/crates.io-index"
504     checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
505    
506     [[package]]
507     name = "windows_aarch64_msvc"
508     version = "0.52.6"
509     source = "registry+https://github.com/rust-lang/crates.io-index"
510     checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
511    
512     [[package]]
513     name = "windows_i686_gnu"
514     version = "0.52.6"
515     source = "registry+https://github.com/rust-lang/crates.io-index"
516     checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
517    
518     [[package]]
519     name = "windows_i686_gnullvm"
520     version = "0.52.6"
521     source = "registry+https://github.com/rust-lang/crates.io-index"
522     checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
523    
524     [[package]]
525     name = "windows_i686_msvc"
526     version = "0.52.6"
527     source = "registry+https://github.com/rust-lang/crates.io-index"
528     checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
529    
530     [[package]]
531     name = "windows_x86_64_gnu"
532     version = "0.52.6"
533     source = "registry+https://github.com/rust-lang/crates.io-index"
534     checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
535    
536     [[package]]
537     name = "windows_x86_64_gnullvm"
538     version = "0.52.6"
539     source = "registry+https://github.com/rust-lang/crates.io-index"
540     checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
541    
542     [[package]]
543     name = "windows_x86_64_msvc"
544     version = "0.52.6"
545     source = "registry+https://github.com/rust-lang/crates.io-index"
546     checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
547    
548     [[package]]
549     name = "winnow"
550 yuzu 16 version = "0.7.12"
551 yuzu 4 source = "registry+https://github.com/rust-lang/crates.io-index"
552 yuzu 16 checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
553 yuzu 4 dependencies = [
554     "memchr",
555     ]
556 yuzu 13
557     [[package]]
558     name = "wit-bindgen-rt"
559     version = "0.39.0"
560     source = "registry+https://github.com/rust-lang/crates.io-index"
561     checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
562     dependencies = [
563     "bitflags",
564     ]