comparison Cargo.lock @ 135:b52594841480

Split libpam-sys into its own sub-workspace. Nonstick is basically a normal dependency of libpam-sys. But libpam-sys is integrated packages that should be versioned together.
author Paul Fisher <paul@pfish.zone>
date Thu, 03 Jul 2025 11:14:49 -0400
parents 6c1e1bdb4164
children efbc235f01d3
comparison
equal deleted inserted replaced
134:6c1e1bdb4164 135:b52594841480
1 # This file is automatically @generated by Cargo. 1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing. 2 # It is not intended for manual editing.
3 version = 3 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 4
20 [[package]] 5 [[package]]
21 name = "autocfg" 6 name = "autocfg"
22 version = "1.5.0" 7 version = "1.5.0"
23 source = "registry+https://github.com/rust-lang/crates.io-index" 8 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 9 checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
25 10
26 [[package]] 11 [[package]]
27 name = "bindgen"
28 version = "0.72.0"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
30 checksum = "4f72209734318d0b619a5e0f5129918b848c416e122a3c4ce054e03cb87b726f"
31 dependencies = [
32 "bitflags 2.9.1",
33 "cexpr",
34 "clang-sys",
35 "itertools",
36 "log",
37 "prettyplease",
38 "proc-macro2",
39 "quote",
40 "regex",
41 "rustc-hash",
42 "shlex",
43 "syn",
44 ]
45
46 [[package]]
47 name = "bitflags"
48 version = "1.3.2"
49 source = "registry+https://github.com/rust-lang/crates.io-index"
50 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
51
52 [[package]]
53 name = "bitflags" 12 name = "bitflags"
54 version = "2.9.1" 13 version = "2.9.1"
55 source = "registry+https://github.com/rust-lang/crates.io-index" 14 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" 15 checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
57 16
58 [[package]] 17 [[package]]
59 name = "cargo_metadata"
60 version = "0.9.1"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62 checksum = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202"
63 dependencies = [
64 "semver 0.9.0",
65 "serde",
66 "serde_derive",
67 "serde_json",
68 ]
69
70 [[package]]
71 name = "cc"
72 version = "1.2.27"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74 checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc"
75 dependencies = [
76 "shlex",
77 ]
78
79 [[package]]
80 name = "cexpr"
81 version = "0.6.0"
82 source = "registry+https://github.com/rust-lang/crates.io-index"
83 checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
84 dependencies = [
85 "nom",
86 ]
87
88 [[package]]
89 name = "cfg-if"
90 version = "0.1.10"
91 source = "registry+https://github.com/rust-lang/crates.io-index"
92 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
93
94 [[package]]
95 name = "cfg-if"
96 version = "1.0.1"
97 source = "registry+https://github.com/rust-lang/crates.io-index"
98 checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
99
100 [[package]]
101 name = "clang-sys"
102 version = "1.8.1"
103 source = "registry+https://github.com/rust-lang/crates.io-index"
104 checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
105 dependencies = [
106 "glob",
107 "libc",
108 "libloading",
109 ]
110
111 [[package]]
112 name = "ctest"
113 version = "0.4.11"
114 source = "registry+https://github.com/rust-lang/crates.io-index"
115 checksum = "2f18c94d081f9a0355affbeee3f8e677ce206e9aea89b952421f0be6bc588dde"
116 dependencies = [
117 "cc",
118 "garando_syntax",
119 "indoc",
120 "rustc_version",
121 ]
122
123 [[package]]
124 name = "dirs"
125 version = "2.0.2"
126 source = "registry+https://github.com/rust-lang/crates.io-index"
127 checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
128 dependencies = [
129 "cfg-if 0.1.10",
130 "dirs-sys",
131 ]
132
133 [[package]]
134 name = "dirs-sys"
135 version = "0.3.7"
136 source = "registry+https://github.com/rust-lang/crates.io-index"
137 checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
138 dependencies = [
139 "libc",
140 "redox_users",
141 "winapi",
142 ]
143
144 [[package]]
145 name = "either"
146 version = "1.15.0"
147 source = "registry+https://github.com/rust-lang/crates.io-index"
148 checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
149
150 [[package]]
151 name = "equivalent" 18 name = "equivalent"
152 version = "1.0.2" 19 version = "1.0.2"
153 source = "registry+https://github.com/rust-lang/crates.io-index" 20 source = "registry+https://github.com/rust-lang/crates.io-index"
154 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 21 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
155
156 [[package]]
157 name = "garando_errors"
158 version = "0.1.0"
159 source = "registry+https://github.com/rust-lang/crates.io-index"
160 checksum = "18495ec4aced5922809efe4d2862918ff0e8d75e122bde57bba9bae45965256a"
161 dependencies = [
162 "garando_pos",
163 "libc",
164 "serde",
165 "term",
166 "unicode-xid",
167 ]
168
169 [[package]]
170 name = "garando_pos"
171 version = "0.1.0"
172 source = "registry+https://github.com/rust-lang/crates.io-index"
173 checksum = "0c9386fc75dca486daefbbf5a8d2ea6f379237f95c9b982776159cd66f220aaf"
174 dependencies = [
175 "serde",
176 ]
177
178 [[package]]
179 name = "garando_syntax"
180 version = "0.1.1"
181 source = "registry+https://github.com/rust-lang/crates.io-index"
182 checksum = "1d8a383861d12fc78c251bbcb1ec252dd8338714ce02ab0cc393cfd02f40d32b"
183 dependencies = [
184 "bitflags 1.3.2",
185 "garando_errors",
186 "garando_pos",
187 "log",
188 "serde",
189 "serde_json",
190 "unicode-xid",
191 ]
192
193 [[package]]
194 name = "getrandom"
195 version = "0.2.16"
196 source = "registry+https://github.com/rust-lang/crates.io-index"
197 checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
198 dependencies = [
199 "cfg-if 1.0.1",
200 "libc",
201 "wasi",
202 ]
203
204 [[package]]
205 name = "glob"
206 version = "0.3.2"
207 source = "registry+https://github.com/rust-lang/crates.io-index"
208 checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
209 22
210 [[package]] 23 [[package]]
211 name = "hashbrown" 24 name = "hashbrown"
212 version = "0.15.4" 25 version = "0.15.4"
213 source = "registry+https://github.com/rust-lang/crates.io-index" 26 source = "registry+https://github.com/rust-lang/crates.io-index"
222 "equivalent", 35 "equivalent",
223 "hashbrown", 36 "hashbrown",
224 ] 37 ]
225 38
226 [[package]] 39 [[package]]
227 name = "indoc"
228 version = "2.0.6"
229 source = "registry+https://github.com/rust-lang/crates.io-index"
230 checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
231
232 [[package]]
233 name = "itertools"
234 version = "0.13.0"
235 source = "registry+https://github.com/rust-lang/crates.io-index"
236 checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
237 dependencies = [
238 "either",
239 ]
240
241 [[package]]
242 name = "itoa"
243 version = "1.0.15"
244 source = "registry+https://github.com/rust-lang/crates.io-index"
245 checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
246
247 [[package]]
248 name = "libc" 40 name = "libc"
249 version = "0.2.174" 41 version = "0.2.174"
250 source = "registry+https://github.com/rust-lang/crates.io-index" 42 source = "registry+https://github.com/rust-lang/crates.io-index"
251 checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" 43 checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
252
253 [[package]]
254 name = "libloading"
255 version = "0.8.8"
256 source = "registry+https://github.com/rust-lang/crates.io-index"
257 checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
258 dependencies = [
259 "cfg-if 1.0.1",
260 "windows-targets",
261 ]
262 44
263 [[package]] 45 [[package]]
264 name = "libpam-sys" 46 name = "libpam-sys"
265 version = "0.1.0" 47 version = "0.1.0"
266 dependencies = [ 48 dependencies = [
267 "libc", 49 "libc",
268 "num_enum", 50 "num_enum",
269 ] 51 ]
270
271 [[package]]
272 name = "libpam-sys-test"
273 version = "0.0.0"
274 dependencies = [
275 "bindgen",
276 "ctest",
277 "libc",
278 "libpam-sys",
279 "proc-macro2",
280 "quote",
281 "syn",
282 ]
283
284 [[package]]
285 name = "libredox"
286 version = "0.1.4"
287 source = "registry+https://github.com/rust-lang/crates.io-index"
288 checksum = "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638"
289 dependencies = [
290 "bitflags 2.9.1",
291 "libc",
292 ]
293
294 [[package]]
295 name = "log"
296 version = "0.4.27"
297 source = "registry+https://github.com/rust-lang/crates.io-index"
298 checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
299 52
300 [[package]] 53 [[package]]
301 name = "memchr" 54 name = "memchr"
302 version = "2.7.5" 55 version = "2.7.5"
303 source = "registry+https://github.com/rust-lang/crates.io-index" 56 source = "registry+https://github.com/rust-lang/crates.io-index"
311 dependencies = [ 64 dependencies = [
312 "autocfg", 65 "autocfg",
313 ] 66 ]
314 67
315 [[package]] 68 [[package]]
316 name = "minimal-lexical"
317 version = "0.2.1"
318 source = "registry+https://github.com/rust-lang/crates.io-index"
319 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
320
321 [[package]]
322 name = "nom"
323 version = "7.1.3"
324 source = "registry+https://github.com/rust-lang/crates.io-index"
325 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
326 dependencies = [
327 "memchr",
328 "minimal-lexical",
329 ]
330
331 [[package]]
332 name = "nonstick" 69 name = "nonstick"
333 version = "0.0.8-alpha0" 70 version = "0.0.8-alpha0"
334 dependencies = [ 71 dependencies = [
335 "bitflags 2.9.1", 72 "bitflags",
336 "libc", 73 "libc",
337 "libpam-sys", 74 "libpam-sys",
338 "memoffset", 75 "memoffset",
339 "num_enum", 76 "num_enum",
340 ]
341
342 [[package]]
343 name = "nonstick-testharness"
344 version = "0.0.8-alpha0"
345 dependencies = [
346 "anyhow",
347 "nonstick",
348 "test-cdylib",
349 "thiserror 2.0.12",
350 ] 77 ]
351 78
352 [[package]] 79 [[package]]
353 name = "num_enum" 80 name = "num_enum"
354 version = "0.7.4" 81 version = "0.7.4"
366 checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" 93 checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
367 dependencies = [ 94 dependencies = [
368 "proc-macro-crate", 95 "proc-macro-crate",
369 "proc-macro2", 96 "proc-macro2",
370 "quote", 97 "quote",
371 "syn",
372 ]
373
374 [[package]]
375 name = "prettyplease"
376 version = "0.2.35"
377 source = "registry+https://github.com/rust-lang/crates.io-index"
378 checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a"
379 dependencies = [
380 "proc-macro2",
381 "syn", 98 "syn",
382 ] 99 ]
383 100
384 [[package]] 101 [[package]]
385 name = "proc-macro-crate" 102 name = "proc-macro-crate"
407 dependencies = [ 124 dependencies = [
408 "proc-macro2", 125 "proc-macro2",
409 ] 126 ]
410 127
411 [[package]] 128 [[package]]
412 name = "redox_users"
413 version = "0.4.6"
414 source = "registry+https://github.com/rust-lang/crates.io-index"
415 checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
416 dependencies = [
417 "getrandom",
418 "libredox",
419 "thiserror 1.0.69",
420 ]
421
422 [[package]]
423 name = "regex"
424 version = "1.11.1"
425 source = "registry+https://github.com/rust-lang/crates.io-index"
426 checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
427 dependencies = [
428 "aho-corasick",
429 "memchr",
430 "regex-automata",
431 "regex-syntax",
432 ]
433
434 [[package]]
435 name = "regex-automata"
436 version = "0.4.9"
437 source = "registry+https://github.com/rust-lang/crates.io-index"
438 checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
439 dependencies = [
440 "aho-corasick",
441 "memchr",
442 "regex-syntax",
443 ]
444
445 [[package]]
446 name = "regex-syntax"
447 version = "0.8.5"
448 source = "registry+https://github.com/rust-lang/crates.io-index"
449 checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
450
451 [[package]]
452 name = "rustc-hash"
453 version = "2.1.1"
454 source = "registry+https://github.com/rust-lang/crates.io-index"
455 checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
456
457 [[package]]
458 name = "rustc_version"
459 version = "0.4.1"
460 source = "registry+https://github.com/rust-lang/crates.io-index"
461 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
462 dependencies = [
463 "semver 1.0.26",
464 ]
465
466 [[package]]
467 name = "rustversion" 129 name = "rustversion"
468 version = "1.0.21" 130 version = "1.0.21"
469 source = "registry+https://github.com/rust-lang/crates.io-index" 131 source = "registry+https://github.com/rust-lang/crates.io-index"
470 checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" 132 checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
471
472 [[package]]
473 name = "ryu"
474 version = "1.0.20"
475 source = "registry+https://github.com/rust-lang/crates.io-index"
476 checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
477
478 [[package]]
479 name = "semver"
480 version = "0.9.0"
481 source = "registry+https://github.com/rust-lang/crates.io-index"
482 checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
483 dependencies = [
484 "semver-parser",
485 "serde",
486 ]
487
488 [[package]]
489 name = "semver"
490 version = "1.0.26"
491 source = "registry+https://github.com/rust-lang/crates.io-index"
492 checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
493
494 [[package]]
495 name = "semver-parser"
496 version = "0.7.0"
497 source = "registry+https://github.com/rust-lang/crates.io-index"
498 checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
499
500 [[package]]
501 name = "serde"
502 version = "1.0.219"
503 source = "registry+https://github.com/rust-lang/crates.io-index"
504 checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
505 dependencies = [
506 "serde_derive",
507 ]
508
509 [[package]]
510 name = "serde_derive"
511 version = "1.0.219"
512 source = "registry+https://github.com/rust-lang/crates.io-index"
513 checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
514 dependencies = [
515 "proc-macro2",
516 "quote",
517 "syn",
518 ]
519
520 [[package]]
521 name = "serde_json"
522 version = "1.0.140"
523 source = "registry+https://github.com/rust-lang/crates.io-index"
524 checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
525 dependencies = [
526 "itoa",
527 "memchr",
528 "ryu",
529 "serde",
530 ]
531
532 [[package]]
533 name = "shlex"
534 version = "1.3.0"
535 source = "registry+https://github.com/rust-lang/crates.io-index"
536 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
537 133
538 [[package]] 134 [[package]]
539 name = "syn" 135 name = "syn"
540 version = "2.0.104" 136 version = "2.0.104"
541 source = "registry+https://github.com/rust-lang/crates.io-index" 137 source = "registry+https://github.com/rust-lang/crates.io-index"
542 checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" 138 checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
543 dependencies = [ 139 dependencies = [
544 "proc-macro2", 140 "proc-macro2",
545 "quote", 141 "quote",
546 "unicode-ident", 142 "unicode-ident",
547 ]
548
549 [[package]]
550 name = "term"
551 version = "0.6.1"
552 source = "registry+https://github.com/rust-lang/crates.io-index"
553 checksum = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
554 dependencies = [
555 "dirs",
556 "winapi",
557 ]
558
559 [[package]]
560 name = "test-cdylib"
561 version = "1.1.0"
562 source = "registry+https://github.com/rust-lang/crates.io-index"
563 checksum = "c8f41b1f729f5ff5177beab62e5a9251e318df8386e260ab3c944cff502ee78d"
564 dependencies = [
565 "cargo_metadata",
566 "serde",
567 "serde_json",
568 "toml",
569 ]
570
571 [[package]]
572 name = "thiserror"
573 version = "1.0.69"
574 source = "registry+https://github.com/rust-lang/crates.io-index"
575 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
576 dependencies = [
577 "thiserror-impl 1.0.69",
578 ]
579
580 [[package]]
581 name = "thiserror"
582 version = "2.0.12"
583 source = "registry+https://github.com/rust-lang/crates.io-index"
584 checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
585 dependencies = [
586 "thiserror-impl 2.0.12",
587 ]
588
589 [[package]]
590 name = "thiserror-impl"
591 version = "1.0.69"
592 source = "registry+https://github.com/rust-lang/crates.io-index"
593 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
594 dependencies = [
595 "proc-macro2",
596 "quote",
597 "syn",
598 ]
599
600 [[package]]
601 name = "thiserror-impl"
602 version = "2.0.12"
603 source = "registry+https://github.com/rust-lang/crates.io-index"
604 checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
605 dependencies = [
606 "proc-macro2",
607 "quote",
608 "syn",
609 ]
610
611 [[package]]
612 name = "toml"
613 version = "0.5.11"
614 source = "registry+https://github.com/rust-lang/crates.io-index"
615 checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
616 dependencies = [
617 "serde",
618 ] 143 ]
619 144
620 [[package]] 145 [[package]]
621 name = "toml_datetime" 146 name = "toml_datetime"
622 version = "0.6.11" 147 version = "0.6.11"
639 version = "1.0.18" 164 version = "1.0.18"
640 source = "registry+https://github.com/rust-lang/crates.io-index" 165 source = "registry+https://github.com/rust-lang/crates.io-index"
641 checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 166 checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
642 167
643 [[package]] 168 [[package]]
644 name = "unicode-xid"
645 version = "0.2.6"
646 source = "registry+https://github.com/rust-lang/crates.io-index"
647 checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
648
649 [[package]]
650 name = "wasi"
651 version = "0.11.1+wasi-snapshot-preview1"
652 source = "registry+https://github.com/rust-lang/crates.io-index"
653 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
654
655 [[package]]
656 name = "winapi"
657 version = "0.3.9"
658 source = "registry+https://github.com/rust-lang/crates.io-index"
659 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
660 dependencies = [
661 "winapi-i686-pc-windows-gnu",
662 "winapi-x86_64-pc-windows-gnu",
663 ]
664
665 [[package]]
666 name = "winapi-i686-pc-windows-gnu"
667 version = "0.4.0"
668 source = "registry+https://github.com/rust-lang/crates.io-index"
669 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
670
671 [[package]]
672 name = "winapi-x86_64-pc-windows-gnu"
673 version = "0.4.0"
674 source = "registry+https://github.com/rust-lang/crates.io-index"
675 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
676
677 [[package]]
678 name = "windows-targets"
679 version = "0.53.2"
680 source = "registry+https://github.com/rust-lang/crates.io-index"
681 checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
682 dependencies = [
683 "windows_aarch64_gnullvm",
684 "windows_aarch64_msvc",
685 "windows_i686_gnu",
686 "windows_i686_gnullvm",
687 "windows_i686_msvc",
688 "windows_x86_64_gnu",
689 "windows_x86_64_gnullvm",
690 "windows_x86_64_msvc",
691 ]
692
693 [[package]]
694 name = "windows_aarch64_gnullvm"
695 version = "0.53.0"
696 source = "registry+https://github.com/rust-lang/crates.io-index"
697 checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
698
699 [[package]]
700 name = "windows_aarch64_msvc"
701 version = "0.53.0"
702 source = "registry+https://github.com/rust-lang/crates.io-index"
703 checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
704
705 [[package]]
706 name = "windows_i686_gnu"
707 version = "0.53.0"
708 source = "registry+https://github.com/rust-lang/crates.io-index"
709 checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
710
711 [[package]]
712 name = "windows_i686_gnullvm"
713 version = "0.53.0"
714 source = "registry+https://github.com/rust-lang/crates.io-index"
715 checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
716
717 [[package]]
718 name = "windows_i686_msvc"
719 version = "0.53.0"
720 source = "registry+https://github.com/rust-lang/crates.io-index"
721 checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
722
723 [[package]]
724 name = "windows_x86_64_gnu"
725 version = "0.53.0"
726 source = "registry+https://github.com/rust-lang/crates.io-index"
727 checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
728
729 [[package]]
730 name = "windows_x86_64_gnullvm"
731 version = "0.53.0"
732 source = "registry+https://github.com/rust-lang/crates.io-index"
733 checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
734
735 [[package]]
736 name = "windows_x86_64_msvc"
737 version = "0.53.0"
738 source = "registry+https://github.com/rust-lang/crates.io-index"
739 checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
740
741 [[package]]
742 name = "winnow" 169 name = "winnow"
743 version = "0.7.11" 170 version = "0.7.11"
744 source = "registry+https://github.com/rust-lang/crates.io-index" 171 source = "registry+https://github.com/rust-lang/crates.io-index"
745 checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" 172 checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd"
746 dependencies = [ 173 dependencies = [