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