Mercurial > crates > nonstick
comparison Cargo.lock @ 107:49c6633f6fd2
Add Cargo.lock file.
This ensures that we get reproducible builds, particularly because
we want to support Rust v1.75.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Thu, 26 Jun 2025 22:42:32 -0400 |
parents | |
children | e97534be35e3 |
comparison
equal
deleted
inserted
replaced
106:49d9e2b5c189 | 107:49c6633f6fd2 |
---|---|
1 # This file is automatically @generated by Cargo. | |
2 # It is not intended for manual editing. | |
3 version = 3 | |
4 | |
5 [[package]] | |
6 name = "aho-corasick" | |
7 version = "1.1.3" | |
8 source = "registry+https://github.com/rust-lang/crates.io-index" | |
9 checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" | |
10 dependencies = [ | |
11 "memchr", | |
12 ] | |
13 | |
14 [[package]] | |
15 name = "anyhow" | |
16 version = "1.0.98" | |
17 source = "registry+https://github.com/rust-lang/crates.io-index" | |
18 checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" | |
19 | |
20 [[package]] | |
21 name = "autocfg" | |
22 version = "1.5.0" | |
23 source = "registry+https://github.com/rust-lang/crates.io-index" | |
24 checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" | |
25 | |
26 [[package]] | |
27 name = "bindgen" | |
28 version = "0.69.5" | |
29 source = "registry+https://github.com/rust-lang/crates.io-index" | |
30 checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" | |
31 dependencies = [ | |
32 "bitflags", | |
33 "cexpr", | |
34 "clang-sys", | |
35 "itertools 0.12.1", | |
36 "lazy_static", | |
37 "lazycell", | |
38 "log", | |
39 "prettyplease", | |
40 "proc-macro2", | |
41 "quote", | |
42 "regex", | |
43 "rustc-hash 1.1.0", | |
44 "shlex", | |
45 "syn", | |
46 "which", | |
47 ] | |
48 | |
49 [[package]] | |
50 name = "bindgen" | |
51 version = "0.72.0" | |
52 source = "registry+https://github.com/rust-lang/crates.io-index" | |
53 checksum = "4f72209734318d0b619a5e0f5129918b848c416e122a3c4ce054e03cb87b726f" | |
54 dependencies = [ | |
55 "bitflags", | |
56 "cexpr", | |
57 "clang-sys", | |
58 "itertools 0.13.0", | |
59 "log", | |
60 "prettyplease", | |
61 "proc-macro2", | |
62 "quote", | |
63 "regex", | |
64 "rustc-hash 2.1.1", | |
65 "shlex", | |
66 "syn", | |
67 ] | |
68 | |
69 [[package]] | |
70 name = "bitflags" | |
71 version = "2.9.1" | |
72 source = "registry+https://github.com/rust-lang/crates.io-index" | |
73 checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" | |
74 | |
75 [[package]] | |
76 name = "cargo_metadata" | |
77 version = "0.9.1" | |
78 source = "registry+https://github.com/rust-lang/crates.io-index" | |
79 checksum = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202" | |
80 dependencies = [ | |
81 "semver", | |
82 "serde", | |
83 "serde_derive", | |
84 "serde_json", | |
85 ] | |
86 | |
87 [[package]] | |
88 name = "cexpr" | |
89 version = "0.6.0" | |
90 source = "registry+https://github.com/rust-lang/crates.io-index" | |
91 checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" | |
92 dependencies = [ | |
93 "nom", | |
94 ] | |
95 | |
96 [[package]] | |
97 name = "cfg-if" | |
98 version = "1.0.1" | |
99 source = "registry+https://github.com/rust-lang/crates.io-index" | |
100 checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" | |
101 | |
102 [[package]] | |
103 name = "clang-sys" | |
104 version = "1.8.1" | |
105 source = "registry+https://github.com/rust-lang/crates.io-index" | |
106 checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" | |
107 dependencies = [ | |
108 "glob", | |
109 "libc", | |
110 "libloading", | |
111 ] | |
112 | |
113 [[package]] | |
114 name = "either" | |
115 version = "1.15.0" | |
116 source = "registry+https://github.com/rust-lang/crates.io-index" | |
117 checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" | |
118 | |
119 [[package]] | |
120 name = "equivalent" | |
121 version = "1.0.2" | |
122 source = "registry+https://github.com/rust-lang/crates.io-index" | |
123 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" | |
124 | |
125 [[package]] | |
126 name = "errno" | |
127 version = "0.3.13" | |
128 source = "registry+https://github.com/rust-lang/crates.io-index" | |
129 checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" | |
130 dependencies = [ | |
131 "libc", | |
132 "windows-sys 0.60.2", | |
133 ] | |
134 | |
135 [[package]] | |
136 name = "glob" | |
137 version = "0.3.2" | |
138 source = "registry+https://github.com/rust-lang/crates.io-index" | |
139 checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" | |
140 | |
141 [[package]] | |
142 name = "hashbrown" | |
143 version = "0.15.4" | |
144 source = "registry+https://github.com/rust-lang/crates.io-index" | |
145 checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" | |
146 | |
147 [[package]] | |
148 name = "home" | |
149 version = "0.5.5" | |
150 source = "registry+https://github.com/rust-lang/crates.io-index" | |
151 checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" | |
152 dependencies = [ | |
153 "windows-sys 0.48.0", | |
154 ] | |
155 | |
156 [[package]] | |
157 name = "indexmap" | |
158 version = "2.10.0" | |
159 source = "registry+https://github.com/rust-lang/crates.io-index" | |
160 checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" | |
161 dependencies = [ | |
162 "equivalent", | |
163 "hashbrown", | |
164 ] | |
165 | |
166 [[package]] | |
167 name = "itertools" | |
168 version = "0.12.1" | |
169 source = "registry+https://github.com/rust-lang/crates.io-index" | |
170 checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" | |
171 dependencies = [ | |
172 "either", | |
173 ] | |
174 | |
175 [[package]] | |
176 name = "itertools" | |
177 version = "0.13.0" | |
178 source = "registry+https://github.com/rust-lang/crates.io-index" | |
179 checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" | |
180 dependencies = [ | |
181 "either", | |
182 ] | |
183 | |
184 [[package]] | |
185 name = "itoa" | |
186 version = "1.0.15" | |
187 source = "registry+https://github.com/rust-lang/crates.io-index" | |
188 checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" | |
189 | |
190 [[package]] | |
191 name = "lazy_static" | |
192 version = "1.5.0" | |
193 source = "registry+https://github.com/rust-lang/crates.io-index" | |
194 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" | |
195 | |
196 [[package]] | |
197 name = "lazycell" | |
198 version = "1.3.0" | |
199 source = "registry+https://github.com/rust-lang/crates.io-index" | |
200 checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" | |
201 | |
202 [[package]] | |
203 name = "libc" | |
204 version = "0.2.174" | |
205 source = "registry+https://github.com/rust-lang/crates.io-index" | |
206 checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" | |
207 | |
208 [[package]] | |
209 name = "libloading" | |
210 version = "0.8.8" | |
211 source = "registry+https://github.com/rust-lang/crates.io-index" | |
212 checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" | |
213 dependencies = [ | |
214 "cfg-if", | |
215 "windows-targets 0.53.2", | |
216 ] | |
217 | |
218 [[package]] | |
219 name = "libpam-sys" | |
220 version = "0.0.8-alpha0" | |
221 dependencies = [ | |
222 "bindgen 0.69.5", | |
223 ] | |
224 | |
225 [[package]] | |
226 name = "linux-raw-sys" | |
227 version = "0.4.15" | |
228 source = "registry+https://github.com/rust-lang/crates.io-index" | |
229 checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" | |
230 | |
231 [[package]] | |
232 name = "log" | |
233 version = "0.4.27" | |
234 source = "registry+https://github.com/rust-lang/crates.io-index" | |
235 checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" | |
236 | |
237 [[package]] | |
238 name = "memchr" | |
239 version = "2.7.5" | |
240 source = "registry+https://github.com/rust-lang/crates.io-index" | |
241 checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" | |
242 | |
243 [[package]] | |
244 name = "memoffset" | |
245 version = "0.9.1" | |
246 source = "registry+https://github.com/rust-lang/crates.io-index" | |
247 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" | |
248 dependencies = [ | |
249 "autocfg", | |
250 ] | |
251 | |
252 [[package]] | |
253 name = "minimal-lexical" | |
254 version = "0.2.1" | |
255 source = "registry+https://github.com/rust-lang/crates.io-index" | |
256 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" | |
257 | |
258 [[package]] | |
259 name = "nom" | |
260 version = "7.1.3" | |
261 source = "registry+https://github.com/rust-lang/crates.io-index" | |
262 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" | |
263 dependencies = [ | |
264 "memchr", | |
265 "minimal-lexical", | |
266 ] | |
267 | |
268 [[package]] | |
269 name = "nonstick" | |
270 version = "0.0.8-alpha0" | |
271 dependencies = [ | |
272 "bindgen 0.72.0", | |
273 "bitflags", | |
274 "libc", | |
275 "memoffset", | |
276 "num_enum", | |
277 "regex", | |
278 ] | |
279 | |
280 [[package]] | |
281 name = "nonstick-testharness" | |
282 version = "0.0.8-alpha0" | |
283 dependencies = [ | |
284 "anyhow", | |
285 "nonstick", | |
286 "test-cdylib", | |
287 "thiserror", | |
288 ] | |
289 | |
290 [[package]] | |
291 name = "num_enum" | |
292 version = "0.7.4" | |
293 source = "registry+https://github.com/rust-lang/crates.io-index" | |
294 checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a" | |
295 dependencies = [ | |
296 "num_enum_derive", | |
297 "rustversion", | |
298 ] | |
299 | |
300 [[package]] | |
301 name = "num_enum_derive" | |
302 version = "0.7.4" | |
303 source = "registry+https://github.com/rust-lang/crates.io-index" | |
304 checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" | |
305 dependencies = [ | |
306 "proc-macro-crate", | |
307 "proc-macro2", | |
308 "quote", | |
309 "syn", | |
310 ] | |
311 | |
312 [[package]] | |
313 name = "once_cell" | |
314 version = "1.21.3" | |
315 source = "registry+https://github.com/rust-lang/crates.io-index" | |
316 checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" | |
317 | |
318 [[package]] | |
319 name = "prettyplease" | |
320 version = "0.2.35" | |
321 source = "registry+https://github.com/rust-lang/crates.io-index" | |
322 checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a" | |
323 dependencies = [ | |
324 "proc-macro2", | |
325 "syn", | |
326 ] | |
327 | |
328 [[package]] | |
329 name = "proc-macro-crate" | |
330 version = "3.3.0" | |
331 source = "registry+https://github.com/rust-lang/crates.io-index" | |
332 checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" | |
333 dependencies = [ | |
334 "toml_edit", | |
335 ] | |
336 | |
337 [[package]] | |
338 name = "proc-macro2" | |
339 version = "1.0.95" | |
340 source = "registry+https://github.com/rust-lang/crates.io-index" | |
341 checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" | |
342 dependencies = [ | |
343 "unicode-ident", | |
344 ] | |
345 | |
346 [[package]] | |
347 name = "quote" | |
348 version = "1.0.40" | |
349 source = "registry+https://github.com/rust-lang/crates.io-index" | |
350 checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" | |
351 dependencies = [ | |
352 "proc-macro2", | |
353 ] | |
354 | |
355 [[package]] | |
356 name = "regex" | |
357 version = "1.11.1" | |
358 source = "registry+https://github.com/rust-lang/crates.io-index" | |
359 checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" | |
360 dependencies = [ | |
361 "aho-corasick", | |
362 "memchr", | |
363 "regex-automata", | |
364 "regex-syntax", | |
365 ] | |
366 | |
367 [[package]] | |
368 name = "regex-automata" | |
369 version = "0.4.9" | |
370 source = "registry+https://github.com/rust-lang/crates.io-index" | |
371 checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" | |
372 dependencies = [ | |
373 "aho-corasick", | |
374 "memchr", | |
375 "regex-syntax", | |
376 ] | |
377 | |
378 [[package]] | |
379 name = "regex-syntax" | |
380 version = "0.8.5" | |
381 source = "registry+https://github.com/rust-lang/crates.io-index" | |
382 checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" | |
383 | |
384 [[package]] | |
385 name = "rustc-hash" | |
386 version = "1.1.0" | |
387 source = "registry+https://github.com/rust-lang/crates.io-index" | |
388 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" | |
389 | |
390 [[package]] | |
391 name = "rustc-hash" | |
392 version = "2.1.1" | |
393 source = "registry+https://github.com/rust-lang/crates.io-index" | |
394 checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" | |
395 | |
396 [[package]] | |
397 name = "rustix" | |
398 version = "0.38.44" | |
399 source = "registry+https://github.com/rust-lang/crates.io-index" | |
400 checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" | |
401 dependencies = [ | |
402 "bitflags", | |
403 "errno", | |
404 "libc", | |
405 "linux-raw-sys", | |
406 "windows-sys 0.59.0", | |
407 ] | |
408 | |
409 [[package]] | |
410 name = "rustversion" | |
411 version = "1.0.21" | |
412 source = "registry+https://github.com/rust-lang/crates.io-index" | |
413 checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" | |
414 | |
415 [[package]] | |
416 name = "ryu" | |
417 version = "1.0.20" | |
418 source = "registry+https://github.com/rust-lang/crates.io-index" | |
419 checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" | |
420 | |
421 [[package]] | |
422 name = "semver" | |
423 version = "0.9.0" | |
424 source = "registry+https://github.com/rust-lang/crates.io-index" | |
425 checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | |
426 dependencies = [ | |
427 "semver-parser", | |
428 "serde", | |
429 ] | |
430 | |
431 [[package]] | |
432 name = "semver-parser" | |
433 version = "0.7.0" | |
434 source = "registry+https://github.com/rust-lang/crates.io-index" | |
435 checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | |
436 | |
437 [[package]] | |
438 name = "serde" | |
439 version = "1.0.219" | |
440 source = "registry+https://github.com/rust-lang/crates.io-index" | |
441 checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" | |
442 dependencies = [ | |
443 "serde_derive", | |
444 ] | |
445 | |
446 [[package]] | |
447 name = "serde_derive" | |
448 version = "1.0.219" | |
449 source = "registry+https://github.com/rust-lang/crates.io-index" | |
450 checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" | |
451 dependencies = [ | |
452 "proc-macro2", | |
453 "quote", | |
454 "syn", | |
455 ] | |
456 | |
457 [[package]] | |
458 name = "serde_json" | |
459 version = "1.0.140" | |
460 source = "registry+https://github.com/rust-lang/crates.io-index" | |
461 checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" | |
462 dependencies = [ | |
463 "itoa", | |
464 "memchr", | |
465 "ryu", | |
466 "serde", | |
467 ] | |
468 | |
469 [[package]] | |
470 name = "shlex" | |
471 version = "1.3.0" | |
472 source = "registry+https://github.com/rust-lang/crates.io-index" | |
473 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" | |
474 | |
475 [[package]] | |
476 name = "syn" | |
477 version = "2.0.104" | |
478 source = "registry+https://github.com/rust-lang/crates.io-index" | |
479 checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" | |
480 dependencies = [ | |
481 "proc-macro2", | |
482 "quote", | |
483 "unicode-ident", | |
484 ] | |
485 | |
486 [[package]] | |
487 name = "test-cdylib" | |
488 version = "1.1.0" | |
489 source = "registry+https://github.com/rust-lang/crates.io-index" | |
490 checksum = "c8f41b1f729f5ff5177beab62e5a9251e318df8386e260ab3c944cff502ee78d" | |
491 dependencies = [ | |
492 "cargo_metadata", | |
493 "serde", | |
494 "serde_json", | |
495 "toml", | |
496 ] | |
497 | |
498 [[package]] | |
499 name = "thiserror" | |
500 version = "2.0.12" | |
501 source = "registry+https://github.com/rust-lang/crates.io-index" | |
502 checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" | |
503 dependencies = [ | |
504 "thiserror-impl", | |
505 ] | |
506 | |
507 [[package]] | |
508 name = "thiserror-impl" | |
509 version = "2.0.12" | |
510 source = "registry+https://github.com/rust-lang/crates.io-index" | |
511 checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" | |
512 dependencies = [ | |
513 "proc-macro2", | |
514 "quote", | |
515 "syn", | |
516 ] | |
517 | |
518 [[package]] | |
519 name = "toml" | |
520 version = "0.5.11" | |
521 source = "registry+https://github.com/rust-lang/crates.io-index" | |
522 checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" | |
523 dependencies = [ | |
524 "serde", | |
525 ] | |
526 | |
527 [[package]] | |
528 name = "toml_datetime" | |
529 version = "0.6.11" | |
530 source = "registry+https://github.com/rust-lang/crates.io-index" | |
531 checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" | |
532 | |
533 [[package]] | |
534 name = "toml_edit" | |
535 version = "0.22.27" | |
536 source = "registry+https://github.com/rust-lang/crates.io-index" | |
537 checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" | |
538 dependencies = [ | |
539 "indexmap", | |
540 "toml_datetime", | |
541 "winnow", | |
542 ] | |
543 | |
544 [[package]] | |
545 name = "unicode-ident" | |
546 version = "1.0.18" | |
547 source = "registry+https://github.com/rust-lang/crates.io-index" | |
548 checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" | |
549 | |
550 [[package]] | |
551 name = "which" | |
552 version = "4.4.2" | |
553 source = "registry+https://github.com/rust-lang/crates.io-index" | |
554 checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" | |
555 dependencies = [ | |
556 "either", | |
557 "home", | |
558 "once_cell", | |
559 "rustix", | |
560 ] | |
561 | |
562 [[package]] | |
563 name = "windows-sys" | |
564 version = "0.48.0" | |
565 source = "registry+https://github.com/rust-lang/crates.io-index" | |
566 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" | |
567 dependencies = [ | |
568 "windows-targets 0.48.5", | |
569 ] | |
570 | |
571 [[package]] | |
572 name = "windows-sys" | |
573 version = "0.59.0" | |
574 source = "registry+https://github.com/rust-lang/crates.io-index" | |
575 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" | |
576 dependencies = [ | |
577 "windows-targets 0.52.6", | |
578 ] | |
579 | |
580 [[package]] | |
581 name = "windows-sys" | |
582 version = "0.60.2" | |
583 source = "registry+https://github.com/rust-lang/crates.io-index" | |
584 checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" | |
585 dependencies = [ | |
586 "windows-targets 0.53.2", | |
587 ] | |
588 | |
589 [[package]] | |
590 name = "windows-targets" | |
591 version = "0.48.5" | |
592 source = "registry+https://github.com/rust-lang/crates.io-index" | |
593 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" | |
594 dependencies = [ | |
595 "windows_aarch64_gnullvm 0.48.5", | |
596 "windows_aarch64_msvc 0.48.5", | |
597 "windows_i686_gnu 0.48.5", | |
598 "windows_i686_msvc 0.48.5", | |
599 "windows_x86_64_gnu 0.48.5", | |
600 "windows_x86_64_gnullvm 0.48.5", | |
601 "windows_x86_64_msvc 0.48.5", | |
602 ] | |
603 | |
604 [[package]] | |
605 name = "windows-targets" | |
606 version = "0.52.6" | |
607 source = "registry+https://github.com/rust-lang/crates.io-index" | |
608 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" | |
609 dependencies = [ | |
610 "windows_aarch64_gnullvm 0.52.6", | |
611 "windows_aarch64_msvc 0.52.6", | |
612 "windows_i686_gnu 0.52.6", | |
613 "windows_i686_gnullvm 0.52.6", | |
614 "windows_i686_msvc 0.52.6", | |
615 "windows_x86_64_gnu 0.52.6", | |
616 "windows_x86_64_gnullvm 0.52.6", | |
617 "windows_x86_64_msvc 0.52.6", | |
618 ] | |
619 | |
620 [[package]] | |
621 name = "windows-targets" | |
622 version = "0.53.2" | |
623 source = "registry+https://github.com/rust-lang/crates.io-index" | |
624 checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" | |
625 dependencies = [ | |
626 "windows_aarch64_gnullvm 0.53.0", | |
627 "windows_aarch64_msvc 0.53.0", | |
628 "windows_i686_gnu 0.53.0", | |
629 "windows_i686_gnullvm 0.53.0", | |
630 "windows_i686_msvc 0.53.0", | |
631 "windows_x86_64_gnu 0.53.0", | |
632 "windows_x86_64_gnullvm 0.53.0", | |
633 "windows_x86_64_msvc 0.53.0", | |
634 ] | |
635 | |
636 [[package]] | |
637 name = "windows_aarch64_gnullvm" | |
638 version = "0.48.5" | |
639 source = "registry+https://github.com/rust-lang/crates.io-index" | |
640 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" | |
641 | |
642 [[package]] | |
643 name = "windows_aarch64_gnullvm" | |
644 version = "0.52.6" | |
645 source = "registry+https://github.com/rust-lang/crates.io-index" | |
646 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" | |
647 | |
648 [[package]] | |
649 name = "windows_aarch64_gnullvm" | |
650 version = "0.53.0" | |
651 source = "registry+https://github.com/rust-lang/crates.io-index" | |
652 checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" | |
653 | |
654 [[package]] | |
655 name = "windows_aarch64_msvc" | |
656 version = "0.48.5" | |
657 source = "registry+https://github.com/rust-lang/crates.io-index" | |
658 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" | |
659 | |
660 [[package]] | |
661 name = "windows_aarch64_msvc" | |
662 version = "0.52.6" | |
663 source = "registry+https://github.com/rust-lang/crates.io-index" | |
664 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" | |
665 | |
666 [[package]] | |
667 name = "windows_aarch64_msvc" | |
668 version = "0.53.0" | |
669 source = "registry+https://github.com/rust-lang/crates.io-index" | |
670 checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" | |
671 | |
672 [[package]] | |
673 name = "windows_i686_gnu" | |
674 version = "0.48.5" | |
675 source = "registry+https://github.com/rust-lang/crates.io-index" | |
676 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" | |
677 | |
678 [[package]] | |
679 name = "windows_i686_gnu" | |
680 version = "0.52.6" | |
681 source = "registry+https://github.com/rust-lang/crates.io-index" | |
682 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" | |
683 | |
684 [[package]] | |
685 name = "windows_i686_gnu" | |
686 version = "0.53.0" | |
687 source = "registry+https://github.com/rust-lang/crates.io-index" | |
688 checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" | |
689 | |
690 [[package]] | |
691 name = "windows_i686_gnullvm" | |
692 version = "0.52.6" | |
693 source = "registry+https://github.com/rust-lang/crates.io-index" | |
694 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" | |
695 | |
696 [[package]] | |
697 name = "windows_i686_gnullvm" | |
698 version = "0.53.0" | |
699 source = "registry+https://github.com/rust-lang/crates.io-index" | |
700 checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" | |
701 | |
702 [[package]] | |
703 name = "windows_i686_msvc" | |
704 version = "0.48.5" | |
705 source = "registry+https://github.com/rust-lang/crates.io-index" | |
706 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" | |
707 | |
708 [[package]] | |
709 name = "windows_i686_msvc" | |
710 version = "0.52.6" | |
711 source = "registry+https://github.com/rust-lang/crates.io-index" | |
712 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" | |
713 | |
714 [[package]] | |
715 name = "windows_i686_msvc" | |
716 version = "0.53.0" | |
717 source = "registry+https://github.com/rust-lang/crates.io-index" | |
718 checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" | |
719 | |
720 [[package]] | |
721 name = "windows_x86_64_gnu" | |
722 version = "0.48.5" | |
723 source = "registry+https://github.com/rust-lang/crates.io-index" | |
724 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" | |
725 | |
726 [[package]] | |
727 name = "windows_x86_64_gnu" | |
728 version = "0.52.6" | |
729 source = "registry+https://github.com/rust-lang/crates.io-index" | |
730 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" | |
731 | |
732 [[package]] | |
733 name = "windows_x86_64_gnu" | |
734 version = "0.53.0" | |
735 source = "registry+https://github.com/rust-lang/crates.io-index" | |
736 checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" | |
737 | |
738 [[package]] | |
739 name = "windows_x86_64_gnullvm" | |
740 version = "0.48.5" | |
741 source = "registry+https://github.com/rust-lang/crates.io-index" | |
742 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" | |
743 | |
744 [[package]] | |
745 name = "windows_x86_64_gnullvm" | |
746 version = "0.52.6" | |
747 source = "registry+https://github.com/rust-lang/crates.io-index" | |
748 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" | |
749 | |
750 [[package]] | |
751 name = "windows_x86_64_gnullvm" | |
752 version = "0.53.0" | |
753 source = "registry+https://github.com/rust-lang/crates.io-index" | |
754 checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" | |
755 | |
756 [[package]] | |
757 name = "windows_x86_64_msvc" | |
758 version = "0.48.5" | |
759 source = "registry+https://github.com/rust-lang/crates.io-index" | |
760 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" | |
761 | |
762 [[package]] | |
763 name = "windows_x86_64_msvc" | |
764 version = "0.52.6" | |
765 source = "registry+https://github.com/rust-lang/crates.io-index" | |
766 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" | |
767 | |
768 [[package]] | |
769 name = "windows_x86_64_msvc" | |
770 version = "0.53.0" | |
771 source = "registry+https://github.com/rust-lang/crates.io-index" | |
772 checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" | |
773 | |
774 [[package]] | |
775 name = "winnow" | |
776 version = "0.7.11" | |
777 source = "registry+https://github.com/rust-lang/crates.io-index" | |
778 checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" | |
779 dependencies = [ | |
780 "memchr", | |
781 ] |