crate-ingredients 0.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. crate_ingredients-0.2.0/Cargo.lock +2096 -0
  2. crate_ingredients-0.2.0/Cargo.toml +42 -0
  3. crate_ingredients-0.2.0/LICENSE +19 -0
  4. crate_ingredients-0.2.0/PKG-INFO +23 -0
  5. crate_ingredients-0.2.0/README.md +11 -0
  6. crate_ingredients-0.2.0/crate_ingredients/__init__.py +188 -0
  7. crate_ingredients-0.2.0/ingredients/CHANGELOG.md +31 -0
  8. crate_ingredients-0.2.0/ingredients/Cargo.toml +47 -0
  9. crate_ingredients-0.2.0/ingredients/LICENSE +19 -0
  10. crate_ingredients-0.2.0/ingredients/README.md +106 -0
  11. crate_ingredients-0.2.0/ingredients/src/compare/common.rs +32 -0
  12. crate_ingredients-0.2.0/ingredients/src/compare/crate_crate.rs +425 -0
  13. crate_ingredients-0.2.0/ingredients/src/compare/crate_urepo.rs +490 -0
  14. crate_ingredients-0.2.0/ingredients/src/compare/version_req.rs +409 -0
  15. crate_ingredients-0.2.0/ingredients/src/compare.rs +8 -0
  16. crate_ingredients-0.2.0/ingredients/src/diff.rs +761 -0
  17. crate_ingredients-0.2.0/ingredients/src/error.rs +59 -0
  18. crate_ingredients-0.2.0/ingredients/src/format.rs +152 -0
  19. crate_ingredients-0.2.0/ingredients/src/krate.rs +238 -0
  20. crate_ingredients-0.2.0/ingredients/src/lib.rs +192 -0
  21. crate_ingredients-0.2.0/ingredients/src/main.rs +291 -0
  22. crate_ingredients-0.2.0/ingredients/src/metadata.rs +96 -0
  23. crate_ingredients-0.2.0/ingredients/src/report.rs +353 -0
  24. crate_ingredients-0.2.0/ingredients/src/severity.rs +31 -0
  25. crate_ingredients-0.2.0/ingredients/src/upstream.rs +126 -0
  26. crate_ingredients-0.2.0/ingredients/src/utils.rs +113 -0
  27. crate_ingredients-0.2.0/ingredients/src/vcsinfo.rs +57 -0
  28. crate_ingredients-0.2.0/ingredients/src/workarounds.rs +81 -0
  29. crate_ingredients-0.2.0/ingredients/tests/cargo_vcs_info.json +6 -0
  30. crate_ingredients-0.2.0/pyproject.toml +25 -0
  31. crate_ingredients-0.2.0/python/CHANGELOG.md +3 -0
  32. crate_ingredients-0.2.0/python/Cargo.toml +28 -0
  33. crate_ingredients-0.2.0/python/LICENSE +19 -0
  34. crate_ingredients-0.2.0/python/README.md +11 -0
  35. crate_ingredients-0.2.0/python/crate_ingredients/__init__.py +188 -0
  36. crate_ingredients-0.2.0/python/publish.sh +14 -0
  37. crate_ingredients-0.2.0/python/src/lib.rs +304 -0
@@ -0,0 +1,2096 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "aho-corasick"
13
+ version = "1.1.4"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
16
+ dependencies = [
17
+ "memchr",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "anstream"
22
+ version = "0.6.21"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
25
+ dependencies = [
26
+ "anstyle",
27
+ "anstyle-parse",
28
+ "anstyle-query",
29
+ "anstyle-wincon",
30
+ "colorchoice",
31
+ "is_terminal_polyfill",
32
+ "utf8parse",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "anstyle"
37
+ version = "1.0.13"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
40
+
41
+ [[package]]
42
+ name = "anstyle-parse"
43
+ version = "0.2.7"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
46
+ dependencies = [
47
+ "utf8parse",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "anstyle-query"
52
+ version = "1.1.4"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
55
+ dependencies = [
56
+ "windows-sys 0.60.2",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "anstyle-wincon"
61
+ version = "3.0.10"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
64
+ dependencies = [
65
+ "anstyle",
66
+ "once_cell_polyfill",
67
+ "windows-sys 0.60.2",
68
+ ]
69
+
70
+ [[package]]
71
+ name = "anyhow"
72
+ version = "1.0.100"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
75
+
76
+ [[package]]
77
+ name = "arc-swap"
78
+ version = "1.8.0"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "51d03449bb8ca2cc2ef70869af31463d1ae5ccc8fa3e334b307203fbf815207e"
81
+ dependencies = [
82
+ "rustversion",
83
+ ]
84
+
85
+ [[package]]
86
+ name = "atomic-waker"
87
+ version = "1.1.2"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
90
+
91
+ [[package]]
92
+ name = "autocfg"
93
+ version = "1.5.0"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
96
+
97
+ [[package]]
98
+ name = "base64"
99
+ version = "0.22.1"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
102
+
103
+ [[package]]
104
+ name = "bitflags"
105
+ version = "2.10.0"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
108
+
109
+ [[package]]
110
+ name = "bumpalo"
111
+ version = "3.19.0"
112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
113
+ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
114
+
115
+ [[package]]
116
+ name = "bytes"
117
+ version = "1.10.1"
118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
119
+ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
120
+
121
+ [[package]]
122
+ name = "camino"
123
+ version = "1.2.1"
124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
125
+ checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
126
+ dependencies = [
127
+ "serde_core",
128
+ ]
129
+
130
+ [[package]]
131
+ name = "cargo-platform"
132
+ version = "0.3.0"
133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
134
+ checksum = "8abf5d501fd757c2d2ee78d0cc40f606e92e3a63544420316565556ed28485e2"
135
+ dependencies = [
136
+ "serde",
137
+ ]
138
+
139
+ [[package]]
140
+ name = "cargo_metadata"
141
+ version = "0.23.1"
142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
143
+ checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
144
+ dependencies = [
145
+ "camino",
146
+ "cargo-platform",
147
+ "semver",
148
+ "serde",
149
+ "serde_json",
150
+ "thiserror",
151
+ ]
152
+
153
+ [[package]]
154
+ name = "cc"
155
+ version = "1.2.45"
156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
157
+ checksum = "35900b6c8d709fb1d854671ae27aeaa9eec2f8b01b364e1619a40da3e6fe2afe"
158
+ dependencies = [
159
+ "find-msvc-tools",
160
+ "shlex",
161
+ ]
162
+
163
+ [[package]]
164
+ name = "cfg-if"
165
+ version = "1.0.4"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
168
+
169
+ [[package]]
170
+ name = "clap"
171
+ version = "4.5.51"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
174
+ dependencies = [
175
+ "clap_builder",
176
+ "clap_derive",
177
+ ]
178
+
179
+ [[package]]
180
+ name = "clap_builder"
181
+ version = "4.5.51"
182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
183
+ checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
184
+ dependencies = [
185
+ "anstream",
186
+ "anstyle",
187
+ "clap_lex",
188
+ "strsim",
189
+ "terminal_size",
190
+ ]
191
+
192
+ [[package]]
193
+ name = "clap_derive"
194
+ version = "4.5.49"
195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
196
+ checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
197
+ dependencies = [
198
+ "heck",
199
+ "proc-macro2",
200
+ "quote",
201
+ "syn",
202
+ ]
203
+
204
+ [[package]]
205
+ name = "clap_lex"
206
+ version = "0.7.6"
207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
208
+ checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
209
+
210
+ [[package]]
211
+ name = "colorchoice"
212
+ version = "1.0.4"
213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
214
+ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
215
+
216
+ [[package]]
217
+ name = "core-foundation"
218
+ version = "0.9.4"
219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
220
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
221
+ dependencies = [
222
+ "core-foundation-sys",
223
+ "libc",
224
+ ]
225
+
226
+ [[package]]
227
+ name = "core-foundation-sys"
228
+ version = "0.8.7"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
231
+
232
+ [[package]]
233
+ name = "crate-ingredients"
234
+ version = "0.2.0"
235
+ dependencies = [
236
+ "ingredients",
237
+ "once_cell",
238
+ "pyo3",
239
+ "pyo3-log",
240
+ "serde_json",
241
+ "tokio",
242
+ ]
243
+
244
+ [[package]]
245
+ name = "crc32fast"
246
+ version = "1.5.0"
247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
248
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
249
+ dependencies = [
250
+ "cfg-if",
251
+ ]
252
+
253
+ [[package]]
254
+ name = "displaydoc"
255
+ version = "0.2.5"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
258
+ dependencies = [
259
+ "proc-macro2",
260
+ "quote",
261
+ "syn",
262
+ ]
263
+
264
+ [[package]]
265
+ name = "env_filter"
266
+ version = "0.1.4"
267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
268
+ checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
269
+ dependencies = [
270
+ "log",
271
+ "regex",
272
+ ]
273
+
274
+ [[package]]
275
+ name = "env_logger"
276
+ version = "0.11.8"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
279
+ dependencies = [
280
+ "anstream",
281
+ "anstyle",
282
+ "env_filter",
283
+ "jiff",
284
+ "log",
285
+ ]
286
+
287
+ [[package]]
288
+ name = "equivalent"
289
+ version = "1.0.2"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
292
+
293
+ [[package]]
294
+ name = "errno"
295
+ version = "0.3.14"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
298
+ dependencies = [
299
+ "libc",
300
+ "windows-sys 0.61.2",
301
+ ]
302
+
303
+ [[package]]
304
+ name = "fastrand"
305
+ version = "2.3.0"
306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
307
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
308
+
309
+ [[package]]
310
+ name = "filetime"
311
+ version = "0.2.26"
312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
313
+ checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
314
+ dependencies = [
315
+ "cfg-if",
316
+ "libc",
317
+ "libredox",
318
+ "windows-sys 0.60.2",
319
+ ]
320
+
321
+ [[package]]
322
+ name = "find-msvc-tools"
323
+ version = "0.1.4"
324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
325
+ checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
326
+
327
+ [[package]]
328
+ name = "flate2"
329
+ version = "1.1.8"
330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
331
+ checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
332
+ dependencies = [
333
+ "crc32fast",
334
+ "miniz_oxide",
335
+ "zlib-rs",
336
+ ]
337
+
338
+ [[package]]
339
+ name = "fnv"
340
+ version = "1.0.7"
341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
342
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
343
+
344
+ [[package]]
345
+ name = "foreign-types"
346
+ version = "0.3.2"
347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
348
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
349
+ dependencies = [
350
+ "foreign-types-shared",
351
+ ]
352
+
353
+ [[package]]
354
+ name = "foreign-types-shared"
355
+ version = "0.1.1"
356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
357
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
358
+
359
+ [[package]]
360
+ name = "form_urlencoded"
361
+ version = "1.2.2"
362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
363
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
364
+ dependencies = [
365
+ "percent-encoding",
366
+ ]
367
+
368
+ [[package]]
369
+ name = "futures-channel"
370
+ version = "0.3.31"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
373
+ dependencies = [
374
+ "futures-core",
375
+ ]
376
+
377
+ [[package]]
378
+ name = "futures-core"
379
+ version = "0.3.31"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
382
+
383
+ [[package]]
384
+ name = "futures-sink"
385
+ version = "0.3.31"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
388
+
389
+ [[package]]
390
+ name = "futures-task"
391
+ version = "0.3.31"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
394
+
395
+ [[package]]
396
+ name = "futures-util"
397
+ version = "0.3.31"
398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
399
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
400
+ dependencies = [
401
+ "futures-core",
402
+ "futures-task",
403
+ "pin-project-lite",
404
+ "pin-utils",
405
+ ]
406
+
407
+ [[package]]
408
+ name = "getrandom"
409
+ version = "0.2.17"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
412
+ dependencies = [
413
+ "cfg-if",
414
+ "libc",
415
+ "wasi",
416
+ ]
417
+
418
+ [[package]]
419
+ name = "getrandom"
420
+ version = "0.3.4"
421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
422
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
423
+ dependencies = [
424
+ "cfg-if",
425
+ "libc",
426
+ "r-efi",
427
+ "wasip2",
428
+ ]
429
+
430
+ [[package]]
431
+ name = "h2"
432
+ version = "0.4.13"
433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
434
+ checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
435
+ dependencies = [
436
+ "atomic-waker",
437
+ "bytes",
438
+ "fnv",
439
+ "futures-core",
440
+ "futures-sink",
441
+ "http",
442
+ "indexmap",
443
+ "slab",
444
+ "tokio",
445
+ "tokio-util",
446
+ "tracing",
447
+ ]
448
+
449
+ [[package]]
450
+ name = "hashbrown"
451
+ version = "0.16.1"
452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
453
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
454
+
455
+ [[package]]
456
+ name = "heck"
457
+ version = "0.5.0"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
460
+
461
+ [[package]]
462
+ name = "http"
463
+ version = "1.3.1"
464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
465
+ checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
466
+ dependencies = [
467
+ "bytes",
468
+ "fnv",
469
+ "itoa",
470
+ ]
471
+
472
+ [[package]]
473
+ name = "http-body"
474
+ version = "1.0.1"
475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
476
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
477
+ dependencies = [
478
+ "bytes",
479
+ "http",
480
+ ]
481
+
482
+ [[package]]
483
+ name = "http-body-util"
484
+ version = "0.1.3"
485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
486
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
487
+ dependencies = [
488
+ "bytes",
489
+ "futures-core",
490
+ "http",
491
+ "http-body",
492
+ "pin-project-lite",
493
+ ]
494
+
495
+ [[package]]
496
+ name = "httparse"
497
+ version = "1.10.1"
498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
499
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
500
+
501
+ [[package]]
502
+ name = "hyper"
503
+ version = "1.7.0"
504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
505
+ checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
506
+ dependencies = [
507
+ "atomic-waker",
508
+ "bytes",
509
+ "futures-channel",
510
+ "futures-core",
511
+ "h2",
512
+ "http",
513
+ "http-body",
514
+ "httparse",
515
+ "itoa",
516
+ "pin-project-lite",
517
+ "pin-utils",
518
+ "smallvec",
519
+ "tokio",
520
+ "want",
521
+ ]
522
+
523
+ [[package]]
524
+ name = "hyper-rustls"
525
+ version = "0.27.7"
526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
527
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
528
+ dependencies = [
529
+ "http",
530
+ "hyper",
531
+ "hyper-util",
532
+ "rustls",
533
+ "rustls-pki-types",
534
+ "tokio",
535
+ "tokio-rustls",
536
+ "tower-service",
537
+ ]
538
+
539
+ [[package]]
540
+ name = "hyper-tls"
541
+ version = "0.6.0"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
544
+ dependencies = [
545
+ "bytes",
546
+ "http-body-util",
547
+ "hyper",
548
+ "hyper-util",
549
+ "native-tls",
550
+ "tokio",
551
+ "tokio-native-tls",
552
+ "tower-service",
553
+ ]
554
+
555
+ [[package]]
556
+ name = "hyper-util"
557
+ version = "0.1.17"
558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
559
+ checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
560
+ dependencies = [
561
+ "base64",
562
+ "bytes",
563
+ "futures-channel",
564
+ "futures-core",
565
+ "futures-util",
566
+ "http",
567
+ "http-body",
568
+ "hyper",
569
+ "ipnet",
570
+ "libc",
571
+ "percent-encoding",
572
+ "pin-project-lite",
573
+ "socket2",
574
+ "tokio",
575
+ "tower-service",
576
+ "tracing",
577
+ ]
578
+
579
+ [[package]]
580
+ name = "icu_collections"
581
+ version = "2.1.1"
582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
583
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
584
+ dependencies = [
585
+ "displaydoc",
586
+ "potential_utf",
587
+ "yoke",
588
+ "zerofrom",
589
+ "zerovec",
590
+ ]
591
+
592
+ [[package]]
593
+ name = "icu_locale_core"
594
+ version = "2.1.1"
595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
596
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
597
+ dependencies = [
598
+ "displaydoc",
599
+ "litemap",
600
+ "tinystr",
601
+ "writeable",
602
+ "zerovec",
603
+ ]
604
+
605
+ [[package]]
606
+ name = "icu_normalizer"
607
+ version = "2.1.1"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
610
+ dependencies = [
611
+ "icu_collections",
612
+ "icu_normalizer_data",
613
+ "icu_properties",
614
+ "icu_provider",
615
+ "smallvec",
616
+ "zerovec",
617
+ ]
618
+
619
+ [[package]]
620
+ name = "icu_normalizer_data"
621
+ version = "2.1.1"
622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
623
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
624
+
625
+ [[package]]
626
+ name = "icu_properties"
627
+ version = "2.1.1"
628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
629
+ checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
630
+ dependencies = [
631
+ "icu_collections",
632
+ "icu_locale_core",
633
+ "icu_properties_data",
634
+ "icu_provider",
635
+ "zerotrie",
636
+ "zerovec",
637
+ ]
638
+
639
+ [[package]]
640
+ name = "icu_properties_data"
641
+ version = "2.1.1"
642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
643
+ checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
644
+
645
+ [[package]]
646
+ name = "icu_provider"
647
+ version = "2.1.1"
648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
649
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
650
+ dependencies = [
651
+ "displaydoc",
652
+ "icu_locale_core",
653
+ "writeable",
654
+ "yoke",
655
+ "zerofrom",
656
+ "zerotrie",
657
+ "zerovec",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "idna"
662
+ version = "1.1.0"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
665
+ dependencies = [
666
+ "idna_adapter",
667
+ "smallvec",
668
+ "utf8_iter",
669
+ ]
670
+
671
+ [[package]]
672
+ name = "idna_adapter"
673
+ version = "1.2.1"
674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
675
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
676
+ dependencies = [
677
+ "icu_normalizer",
678
+ "icu_properties",
679
+ ]
680
+
681
+ [[package]]
682
+ name = "indexmap"
683
+ version = "2.13.0"
684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
685
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
686
+ dependencies = [
687
+ "equivalent",
688
+ "hashbrown",
689
+ ]
690
+
691
+ [[package]]
692
+ name = "indoc"
693
+ version = "2.0.7"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
696
+ dependencies = [
697
+ "rustversion",
698
+ ]
699
+
700
+ [[package]]
701
+ name = "ingredients"
702
+ version = "0.2.0"
703
+ dependencies = [
704
+ "anstream",
705
+ "anyhow",
706
+ "cargo_metadata",
707
+ "clap",
708
+ "env_logger",
709
+ "flate2",
710
+ "owo-colors",
711
+ "reqwest",
712
+ "serde",
713
+ "serde_json",
714
+ "similar",
715
+ "tar",
716
+ "tempfile",
717
+ "thiserror",
718
+ "tokio",
719
+ "tracing",
720
+ "url",
721
+ "walkdir",
722
+ ]
723
+
724
+ [[package]]
725
+ name = "insta"
726
+ version = "1.46.0"
727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
728
+ checksum = "1b66886d14d18d420ab5052cbff544fc5d34d0b2cdd35eb5976aaa10a4a472e5"
729
+ dependencies = [
730
+ "once_cell",
731
+ "serde",
732
+ "similar",
733
+ "tempfile",
734
+ ]
735
+
736
+ [[package]]
737
+ name = "ipnet"
738
+ version = "2.11.0"
739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
740
+ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
741
+
742
+ [[package]]
743
+ name = "iri-string"
744
+ version = "0.7.9"
745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
746
+ checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
747
+ dependencies = [
748
+ "memchr",
749
+ "serde",
750
+ ]
751
+
752
+ [[package]]
753
+ name = "is_terminal_polyfill"
754
+ version = "1.70.2"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
757
+
758
+ [[package]]
759
+ name = "itoa"
760
+ version = "1.0.15"
761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
762
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
763
+
764
+ [[package]]
765
+ name = "jiff"
766
+ version = "0.2.16"
767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
768
+ checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35"
769
+ dependencies = [
770
+ "jiff-static",
771
+ "log",
772
+ "portable-atomic",
773
+ "portable-atomic-util",
774
+ "serde_core",
775
+ ]
776
+
777
+ [[package]]
778
+ name = "jiff-static"
779
+ version = "0.2.16"
780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
781
+ checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69"
782
+ dependencies = [
783
+ "proc-macro2",
784
+ "quote",
785
+ "syn",
786
+ ]
787
+
788
+ [[package]]
789
+ name = "js-sys"
790
+ version = "0.3.82"
791
+ source = "registry+https://github.com/rust-lang/crates.io-index"
792
+ checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
793
+ dependencies = [
794
+ "once_cell",
795
+ "wasm-bindgen",
796
+ ]
797
+
798
+ [[package]]
799
+ name = "libc"
800
+ version = "0.2.177"
801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
802
+ checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
803
+
804
+ [[package]]
805
+ name = "libredox"
806
+ version = "0.1.10"
807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
808
+ checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
809
+ dependencies = [
810
+ "bitflags",
811
+ "libc",
812
+ "redox_syscall",
813
+ ]
814
+
815
+ [[package]]
816
+ name = "linux-raw-sys"
817
+ version = "0.11.0"
818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
819
+ checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
820
+
821
+ [[package]]
822
+ name = "litemap"
823
+ version = "0.8.1"
824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
825
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
826
+
827
+ [[package]]
828
+ name = "log"
829
+ version = "0.4.28"
830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
831
+ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
832
+
833
+ [[package]]
834
+ name = "memchr"
835
+ version = "2.7.6"
836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
837
+ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
838
+
839
+ [[package]]
840
+ name = "memoffset"
841
+ version = "0.9.1"
842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
843
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
844
+ dependencies = [
845
+ "autocfg",
846
+ ]
847
+
848
+ [[package]]
849
+ name = "miniz_oxide"
850
+ version = "0.8.9"
851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
852
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
853
+ dependencies = [
854
+ "adler2",
855
+ "simd-adler32",
856
+ ]
857
+
858
+ [[package]]
859
+ name = "mio"
860
+ version = "1.1.0"
861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
862
+ checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
863
+ dependencies = [
864
+ "libc",
865
+ "wasi",
866
+ "windows-sys 0.61.2",
867
+ ]
868
+
869
+ [[package]]
870
+ name = "native-tls"
871
+ version = "0.2.14"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
874
+ dependencies = [
875
+ "libc",
876
+ "log",
877
+ "openssl",
878
+ "openssl-probe",
879
+ "openssl-sys",
880
+ "schannel",
881
+ "security-framework",
882
+ "security-framework-sys",
883
+ "tempfile",
884
+ ]
885
+
886
+ [[package]]
887
+ name = "once_cell"
888
+ version = "1.21.3"
889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
890
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
891
+
892
+ [[package]]
893
+ name = "once_cell_polyfill"
894
+ version = "1.70.2"
895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
896
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
897
+
898
+ [[package]]
899
+ name = "openssl"
900
+ version = "0.10.75"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
903
+ dependencies = [
904
+ "bitflags",
905
+ "cfg-if",
906
+ "foreign-types",
907
+ "libc",
908
+ "once_cell",
909
+ "openssl-macros",
910
+ "openssl-sys",
911
+ ]
912
+
913
+ [[package]]
914
+ name = "openssl-macros"
915
+ version = "0.1.1"
916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
917
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
918
+ dependencies = [
919
+ "proc-macro2",
920
+ "quote",
921
+ "syn",
922
+ ]
923
+
924
+ [[package]]
925
+ name = "openssl-probe"
926
+ version = "0.1.6"
927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
928
+ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
929
+
930
+ [[package]]
931
+ name = "openssl-sys"
932
+ version = "0.9.111"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
935
+ dependencies = [
936
+ "cc",
937
+ "libc",
938
+ "pkg-config",
939
+ "vcpkg",
940
+ ]
941
+
942
+ [[package]]
943
+ name = "owo-colors"
944
+ version = "4.2.3"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52"
947
+
948
+ [[package]]
949
+ name = "percent-encoding"
950
+ version = "2.3.2"
951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
952
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
953
+
954
+ [[package]]
955
+ name = "pin-project-lite"
956
+ version = "0.2.16"
957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
958
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
959
+
960
+ [[package]]
961
+ name = "pin-utils"
962
+ version = "0.1.0"
963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
964
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
965
+
966
+ [[package]]
967
+ name = "pkg-config"
968
+ version = "0.3.32"
969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
970
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
971
+
972
+ [[package]]
973
+ name = "portable-atomic"
974
+ version = "1.11.1"
975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
976
+ checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
977
+
978
+ [[package]]
979
+ name = "portable-atomic-util"
980
+ version = "0.2.4"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
983
+ dependencies = [
984
+ "portable-atomic",
985
+ ]
986
+
987
+ [[package]]
988
+ name = "potential_utf"
989
+ version = "0.1.4"
990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
991
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
992
+ dependencies = [
993
+ "zerovec",
994
+ ]
995
+
996
+ [[package]]
997
+ name = "proc-macro2"
998
+ version = "1.0.103"
999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1000
+ checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
1001
+ dependencies = [
1002
+ "unicode-ident",
1003
+ ]
1004
+
1005
+ [[package]]
1006
+ name = "pyo3"
1007
+ version = "0.27.2"
1008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1009
+ checksum = "ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d"
1010
+ dependencies = [
1011
+ "indoc",
1012
+ "libc",
1013
+ "memoffset",
1014
+ "once_cell",
1015
+ "portable-atomic",
1016
+ "pyo3-build-config",
1017
+ "pyo3-ffi",
1018
+ "pyo3-macros",
1019
+ "unindent",
1020
+ ]
1021
+
1022
+ [[package]]
1023
+ name = "pyo3-build-config"
1024
+ version = "0.27.2"
1025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1026
+ checksum = "b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6"
1027
+ dependencies = [
1028
+ "target-lexicon",
1029
+ ]
1030
+
1031
+ [[package]]
1032
+ name = "pyo3-ffi"
1033
+ version = "0.27.2"
1034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1035
+ checksum = "1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089"
1036
+ dependencies = [
1037
+ "libc",
1038
+ "pyo3-build-config",
1039
+ ]
1040
+
1041
+ [[package]]
1042
+ name = "pyo3-log"
1043
+ version = "0.13.2"
1044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1045
+ checksum = "2f8bae9ad5ba08b0b0ed2bb9c2bdbaeccc69cafca96d78cf0fbcea0d45d122bb"
1046
+ dependencies = [
1047
+ "arc-swap",
1048
+ "log",
1049
+ "pyo3",
1050
+ ]
1051
+
1052
+ [[package]]
1053
+ name = "pyo3-macros"
1054
+ version = "0.27.2"
1055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1056
+ checksum = "0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02"
1057
+ dependencies = [
1058
+ "proc-macro2",
1059
+ "pyo3-macros-backend",
1060
+ "quote",
1061
+ "syn",
1062
+ ]
1063
+
1064
+ [[package]]
1065
+ name = "pyo3-macros-backend"
1066
+ version = "0.27.2"
1067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1068
+ checksum = "03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9"
1069
+ dependencies = [
1070
+ "heck",
1071
+ "proc-macro2",
1072
+ "pyo3-build-config",
1073
+ "quote",
1074
+ "syn",
1075
+ ]
1076
+
1077
+ [[package]]
1078
+ name = "quote"
1079
+ version = "1.0.42"
1080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1081
+ checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
1082
+ dependencies = [
1083
+ "proc-macro2",
1084
+ ]
1085
+
1086
+ [[package]]
1087
+ name = "r-efi"
1088
+ version = "5.3.0"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1091
+
1092
+ [[package]]
1093
+ name = "redox_syscall"
1094
+ version = "0.5.18"
1095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1096
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1097
+ dependencies = [
1098
+ "bitflags",
1099
+ ]
1100
+
1101
+ [[package]]
1102
+ name = "regex"
1103
+ version = "1.12.2"
1104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1105
+ checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
1106
+ dependencies = [
1107
+ "aho-corasick",
1108
+ "memchr",
1109
+ "regex-automata",
1110
+ "regex-syntax",
1111
+ ]
1112
+
1113
+ [[package]]
1114
+ name = "regex-automata"
1115
+ version = "0.4.13"
1116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1117
+ checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1118
+ dependencies = [
1119
+ "aho-corasick",
1120
+ "memchr",
1121
+ "regex-syntax",
1122
+ ]
1123
+
1124
+ [[package]]
1125
+ name = "regex-syntax"
1126
+ version = "0.8.8"
1127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1128
+ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1129
+
1130
+ [[package]]
1131
+ name = "reqwest"
1132
+ version = "0.12.24"
1133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1134
+ checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
1135
+ dependencies = [
1136
+ "base64",
1137
+ "bytes",
1138
+ "futures-core",
1139
+ "h2",
1140
+ "http",
1141
+ "http-body",
1142
+ "http-body-util",
1143
+ "hyper",
1144
+ "hyper-rustls",
1145
+ "hyper-tls",
1146
+ "hyper-util",
1147
+ "js-sys",
1148
+ "log",
1149
+ "native-tls",
1150
+ "percent-encoding",
1151
+ "pin-project-lite",
1152
+ "rustls-pki-types",
1153
+ "serde",
1154
+ "serde_json",
1155
+ "serde_urlencoded",
1156
+ "sync_wrapper",
1157
+ "tokio",
1158
+ "tokio-native-tls",
1159
+ "tower",
1160
+ "tower-http",
1161
+ "tower-service",
1162
+ "url",
1163
+ "wasm-bindgen",
1164
+ "wasm-bindgen-futures",
1165
+ "web-sys",
1166
+ ]
1167
+
1168
+ [[package]]
1169
+ name = "ring"
1170
+ version = "0.17.14"
1171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1172
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1173
+ dependencies = [
1174
+ "cc",
1175
+ "cfg-if",
1176
+ "getrandom 0.2.17",
1177
+ "libc",
1178
+ "untrusted",
1179
+ "windows-sys 0.52.0",
1180
+ ]
1181
+
1182
+ [[package]]
1183
+ name = "rustix"
1184
+ version = "1.1.2"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
1187
+ dependencies = [
1188
+ "bitflags",
1189
+ "errno",
1190
+ "libc",
1191
+ "linux-raw-sys",
1192
+ "windows-sys 0.61.2",
1193
+ ]
1194
+
1195
+ [[package]]
1196
+ name = "rustls"
1197
+ version = "0.23.36"
1198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1199
+ checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
1200
+ dependencies = [
1201
+ "once_cell",
1202
+ "rustls-pki-types",
1203
+ "rustls-webpki",
1204
+ "subtle",
1205
+ "zeroize",
1206
+ ]
1207
+
1208
+ [[package]]
1209
+ name = "rustls-pki-types"
1210
+ version = "1.13.0"
1211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1212
+ checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a"
1213
+ dependencies = [
1214
+ "zeroize",
1215
+ ]
1216
+
1217
+ [[package]]
1218
+ name = "rustls-webpki"
1219
+ version = "0.103.9"
1220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1221
+ checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
1222
+ dependencies = [
1223
+ "ring",
1224
+ "rustls-pki-types",
1225
+ "untrusted",
1226
+ ]
1227
+
1228
+ [[package]]
1229
+ name = "rustversion"
1230
+ version = "1.0.22"
1231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1232
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1233
+
1234
+ [[package]]
1235
+ name = "ryu"
1236
+ version = "1.0.20"
1237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1238
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1239
+
1240
+ [[package]]
1241
+ name = "same-file"
1242
+ version = "1.0.6"
1243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1244
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1245
+ dependencies = [
1246
+ "winapi-util",
1247
+ ]
1248
+
1249
+ [[package]]
1250
+ name = "schannel"
1251
+ version = "0.1.28"
1252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1253
+ checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
1254
+ dependencies = [
1255
+ "windows-sys 0.61.2",
1256
+ ]
1257
+
1258
+ [[package]]
1259
+ name = "security-framework"
1260
+ version = "2.11.1"
1261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1262
+ checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
1263
+ dependencies = [
1264
+ "bitflags",
1265
+ "core-foundation",
1266
+ "core-foundation-sys",
1267
+ "libc",
1268
+ "security-framework-sys",
1269
+ ]
1270
+
1271
+ [[package]]
1272
+ name = "security-framework-sys"
1273
+ version = "2.15.0"
1274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1275
+ checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
1276
+ dependencies = [
1277
+ "core-foundation-sys",
1278
+ "libc",
1279
+ ]
1280
+
1281
+ [[package]]
1282
+ name = "semver"
1283
+ version = "1.0.27"
1284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1285
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1286
+ dependencies = [
1287
+ "serde",
1288
+ "serde_core",
1289
+ ]
1290
+
1291
+ [[package]]
1292
+ name = "serde"
1293
+ version = "1.0.228"
1294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1295
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1296
+ dependencies = [
1297
+ "serde_core",
1298
+ "serde_derive",
1299
+ ]
1300
+
1301
+ [[package]]
1302
+ name = "serde_core"
1303
+ version = "1.0.228"
1304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1305
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1306
+ dependencies = [
1307
+ "serde_derive",
1308
+ ]
1309
+
1310
+ [[package]]
1311
+ name = "serde_derive"
1312
+ version = "1.0.228"
1313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1314
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1315
+ dependencies = [
1316
+ "proc-macro2",
1317
+ "quote",
1318
+ "syn",
1319
+ ]
1320
+
1321
+ [[package]]
1322
+ name = "serde_json"
1323
+ version = "1.0.145"
1324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1325
+ checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
1326
+ dependencies = [
1327
+ "itoa",
1328
+ "memchr",
1329
+ "ryu",
1330
+ "serde",
1331
+ "serde_core",
1332
+ ]
1333
+
1334
+ [[package]]
1335
+ name = "serde_urlencoded"
1336
+ version = "0.7.1"
1337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1338
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1339
+ dependencies = [
1340
+ "form_urlencoded",
1341
+ "itoa",
1342
+ "ryu",
1343
+ "serde",
1344
+ ]
1345
+
1346
+ [[package]]
1347
+ name = "shlex"
1348
+ version = "1.3.0"
1349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1350
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1351
+
1352
+ [[package]]
1353
+ name = "signal-hook-registry"
1354
+ version = "1.4.6"
1355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1356
+ checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
1357
+ dependencies = [
1358
+ "libc",
1359
+ ]
1360
+
1361
+ [[package]]
1362
+ name = "simd-adler32"
1363
+ version = "0.3.7"
1364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1365
+ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
1366
+
1367
+ [[package]]
1368
+ name = "similar"
1369
+ version = "2.7.0"
1370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1371
+ checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
1372
+
1373
+ [[package]]
1374
+ name = "slab"
1375
+ version = "0.4.11"
1376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1377
+ checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1378
+
1379
+ [[package]]
1380
+ name = "smallvec"
1381
+ version = "1.15.1"
1382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1383
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1384
+
1385
+ [[package]]
1386
+ name = "socket2"
1387
+ version = "0.6.1"
1388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1389
+ checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
1390
+ dependencies = [
1391
+ "libc",
1392
+ "windows-sys 0.60.2",
1393
+ ]
1394
+
1395
+ [[package]]
1396
+ name = "stable_deref_trait"
1397
+ version = "1.2.1"
1398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1399
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1400
+
1401
+ [[package]]
1402
+ name = "strsim"
1403
+ version = "0.11.1"
1404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1405
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1406
+
1407
+ [[package]]
1408
+ name = "subtle"
1409
+ version = "2.6.1"
1410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1411
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1412
+
1413
+ [[package]]
1414
+ name = "syn"
1415
+ version = "2.0.110"
1416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1417
+ checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea"
1418
+ dependencies = [
1419
+ "proc-macro2",
1420
+ "quote",
1421
+ "unicode-ident",
1422
+ ]
1423
+
1424
+ [[package]]
1425
+ name = "sync_wrapper"
1426
+ version = "1.0.2"
1427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1428
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1429
+ dependencies = [
1430
+ "futures-core",
1431
+ ]
1432
+
1433
+ [[package]]
1434
+ name = "synstructure"
1435
+ version = "0.13.2"
1436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1437
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1438
+ dependencies = [
1439
+ "proc-macro2",
1440
+ "quote",
1441
+ "syn",
1442
+ ]
1443
+
1444
+ [[package]]
1445
+ name = "tar"
1446
+ version = "0.4.44"
1447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1448
+ checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a"
1449
+ dependencies = [
1450
+ "filetime",
1451
+ "libc",
1452
+ "xattr",
1453
+ ]
1454
+
1455
+ [[package]]
1456
+ name = "target-lexicon"
1457
+ version = "0.13.3"
1458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1459
+ checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
1460
+
1461
+ [[package]]
1462
+ name = "tempfile"
1463
+ version = "3.23.0"
1464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1465
+ checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
1466
+ dependencies = [
1467
+ "fastrand",
1468
+ "getrandom 0.3.4",
1469
+ "once_cell",
1470
+ "rustix",
1471
+ "windows-sys 0.61.2",
1472
+ ]
1473
+
1474
+ [[package]]
1475
+ name = "terminal_size"
1476
+ version = "0.4.3"
1477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1478
+ checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
1479
+ dependencies = [
1480
+ "rustix",
1481
+ "windows-sys 0.60.2",
1482
+ ]
1483
+
1484
+ [[package]]
1485
+ name = "tests"
1486
+ version = "0.2.0"
1487
+ dependencies = [
1488
+ "ingredients",
1489
+ "insta",
1490
+ "tokio",
1491
+ ]
1492
+
1493
+ [[package]]
1494
+ name = "thiserror"
1495
+ version = "2.0.17"
1496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1497
+ checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1498
+ dependencies = [
1499
+ "thiserror-impl",
1500
+ ]
1501
+
1502
+ [[package]]
1503
+ name = "thiserror-impl"
1504
+ version = "2.0.17"
1505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1506
+ checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
1507
+ dependencies = [
1508
+ "proc-macro2",
1509
+ "quote",
1510
+ "syn",
1511
+ ]
1512
+
1513
+ [[package]]
1514
+ name = "tinystr"
1515
+ version = "0.8.2"
1516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1517
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1518
+ dependencies = [
1519
+ "displaydoc",
1520
+ "zerovec",
1521
+ ]
1522
+
1523
+ [[package]]
1524
+ name = "tokio"
1525
+ version = "1.48.0"
1526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1527
+ checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
1528
+ dependencies = [
1529
+ "bytes",
1530
+ "libc",
1531
+ "mio",
1532
+ "pin-project-lite",
1533
+ "signal-hook-registry",
1534
+ "socket2",
1535
+ "tokio-macros",
1536
+ "windows-sys 0.61.2",
1537
+ ]
1538
+
1539
+ [[package]]
1540
+ name = "tokio-macros"
1541
+ version = "2.6.0"
1542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1543
+ checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
1544
+ dependencies = [
1545
+ "proc-macro2",
1546
+ "quote",
1547
+ "syn",
1548
+ ]
1549
+
1550
+ [[package]]
1551
+ name = "tokio-native-tls"
1552
+ version = "0.3.1"
1553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1554
+ checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1555
+ dependencies = [
1556
+ "native-tls",
1557
+ "tokio",
1558
+ ]
1559
+
1560
+ [[package]]
1561
+ name = "tokio-rustls"
1562
+ version = "0.26.4"
1563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1564
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1565
+ dependencies = [
1566
+ "rustls",
1567
+ "tokio",
1568
+ ]
1569
+
1570
+ [[package]]
1571
+ name = "tokio-util"
1572
+ version = "0.7.18"
1573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1574
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1575
+ dependencies = [
1576
+ "bytes",
1577
+ "futures-core",
1578
+ "futures-sink",
1579
+ "pin-project-lite",
1580
+ "tokio",
1581
+ ]
1582
+
1583
+ [[package]]
1584
+ name = "tower"
1585
+ version = "0.5.2"
1586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1587
+ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1588
+ dependencies = [
1589
+ "futures-core",
1590
+ "futures-util",
1591
+ "pin-project-lite",
1592
+ "sync_wrapper",
1593
+ "tokio",
1594
+ "tower-layer",
1595
+ "tower-service",
1596
+ ]
1597
+
1598
+ [[package]]
1599
+ name = "tower-http"
1600
+ version = "0.6.6"
1601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1602
+ checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
1603
+ dependencies = [
1604
+ "bitflags",
1605
+ "bytes",
1606
+ "futures-util",
1607
+ "http",
1608
+ "http-body",
1609
+ "iri-string",
1610
+ "pin-project-lite",
1611
+ "tower",
1612
+ "tower-layer",
1613
+ "tower-service",
1614
+ ]
1615
+
1616
+ [[package]]
1617
+ name = "tower-layer"
1618
+ version = "0.3.3"
1619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1620
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1621
+
1622
+ [[package]]
1623
+ name = "tower-service"
1624
+ version = "0.3.3"
1625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1626
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1627
+
1628
+ [[package]]
1629
+ name = "tracing"
1630
+ version = "0.1.41"
1631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1632
+ checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1633
+ dependencies = [
1634
+ "log",
1635
+ "pin-project-lite",
1636
+ "tracing-attributes",
1637
+ "tracing-core",
1638
+ ]
1639
+
1640
+ [[package]]
1641
+ name = "tracing-attributes"
1642
+ version = "0.1.31"
1643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1644
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1645
+ dependencies = [
1646
+ "proc-macro2",
1647
+ "quote",
1648
+ "syn",
1649
+ ]
1650
+
1651
+ [[package]]
1652
+ name = "tracing-core"
1653
+ version = "0.1.34"
1654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1655
+ checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
1656
+ dependencies = [
1657
+ "once_cell",
1658
+ ]
1659
+
1660
+ [[package]]
1661
+ name = "try-lock"
1662
+ version = "0.2.5"
1663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1664
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1665
+
1666
+ [[package]]
1667
+ name = "unicode-ident"
1668
+ version = "1.0.22"
1669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1670
+ checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
1671
+
1672
+ [[package]]
1673
+ name = "unindent"
1674
+ version = "0.2.4"
1675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1676
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1677
+
1678
+ [[package]]
1679
+ name = "untrusted"
1680
+ version = "0.9.0"
1681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1682
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1683
+
1684
+ [[package]]
1685
+ name = "url"
1686
+ version = "2.5.7"
1687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1688
+ checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
1689
+ dependencies = [
1690
+ "form_urlencoded",
1691
+ "idna",
1692
+ "percent-encoding",
1693
+ "serde",
1694
+ ]
1695
+
1696
+ [[package]]
1697
+ name = "utf8_iter"
1698
+ version = "1.0.4"
1699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1700
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1701
+
1702
+ [[package]]
1703
+ name = "utf8parse"
1704
+ version = "0.2.2"
1705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1706
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1707
+
1708
+ [[package]]
1709
+ name = "vcpkg"
1710
+ version = "0.2.15"
1711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1712
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1713
+
1714
+ [[package]]
1715
+ name = "walkdir"
1716
+ version = "2.5.0"
1717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1718
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1719
+ dependencies = [
1720
+ "same-file",
1721
+ "winapi-util",
1722
+ ]
1723
+
1724
+ [[package]]
1725
+ name = "want"
1726
+ version = "0.3.1"
1727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1728
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1729
+ dependencies = [
1730
+ "try-lock",
1731
+ ]
1732
+
1733
+ [[package]]
1734
+ name = "wasi"
1735
+ version = "0.11.1+wasi-snapshot-preview1"
1736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1737
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1738
+
1739
+ [[package]]
1740
+ name = "wasip2"
1741
+ version = "1.0.1+wasi-0.2.4"
1742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1743
+ checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
1744
+ dependencies = [
1745
+ "wit-bindgen",
1746
+ ]
1747
+
1748
+ [[package]]
1749
+ name = "wasm-bindgen"
1750
+ version = "0.2.105"
1751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1752
+ checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
1753
+ dependencies = [
1754
+ "cfg-if",
1755
+ "once_cell",
1756
+ "rustversion",
1757
+ "wasm-bindgen-macro",
1758
+ "wasm-bindgen-shared",
1759
+ ]
1760
+
1761
+ [[package]]
1762
+ name = "wasm-bindgen-futures"
1763
+ version = "0.4.55"
1764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1765
+ checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
1766
+ dependencies = [
1767
+ "cfg-if",
1768
+ "js-sys",
1769
+ "once_cell",
1770
+ "wasm-bindgen",
1771
+ "web-sys",
1772
+ ]
1773
+
1774
+ [[package]]
1775
+ name = "wasm-bindgen-macro"
1776
+ version = "0.2.105"
1777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1778
+ checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
1779
+ dependencies = [
1780
+ "quote",
1781
+ "wasm-bindgen-macro-support",
1782
+ ]
1783
+
1784
+ [[package]]
1785
+ name = "wasm-bindgen-macro-support"
1786
+ version = "0.2.105"
1787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1788
+ checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
1789
+ dependencies = [
1790
+ "bumpalo",
1791
+ "proc-macro2",
1792
+ "quote",
1793
+ "syn",
1794
+ "wasm-bindgen-shared",
1795
+ ]
1796
+
1797
+ [[package]]
1798
+ name = "wasm-bindgen-shared"
1799
+ version = "0.2.105"
1800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1801
+ checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
1802
+ dependencies = [
1803
+ "unicode-ident",
1804
+ ]
1805
+
1806
+ [[package]]
1807
+ name = "web-sys"
1808
+ version = "0.3.82"
1809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1810
+ checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
1811
+ dependencies = [
1812
+ "js-sys",
1813
+ "wasm-bindgen",
1814
+ ]
1815
+
1816
+ [[package]]
1817
+ name = "winapi-util"
1818
+ version = "0.1.11"
1819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1820
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1821
+ dependencies = [
1822
+ "windows-sys 0.61.2",
1823
+ ]
1824
+
1825
+ [[package]]
1826
+ name = "windows-link"
1827
+ version = "0.2.1"
1828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1829
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1830
+
1831
+ [[package]]
1832
+ name = "windows-sys"
1833
+ version = "0.52.0"
1834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1835
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1836
+ dependencies = [
1837
+ "windows-targets 0.52.6",
1838
+ ]
1839
+
1840
+ [[package]]
1841
+ name = "windows-sys"
1842
+ version = "0.60.2"
1843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1844
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1845
+ dependencies = [
1846
+ "windows-targets 0.53.5",
1847
+ ]
1848
+
1849
+ [[package]]
1850
+ name = "windows-sys"
1851
+ version = "0.61.2"
1852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1853
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1854
+ dependencies = [
1855
+ "windows-link",
1856
+ ]
1857
+
1858
+ [[package]]
1859
+ name = "windows-targets"
1860
+ version = "0.52.6"
1861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1862
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1863
+ dependencies = [
1864
+ "windows_aarch64_gnullvm 0.52.6",
1865
+ "windows_aarch64_msvc 0.52.6",
1866
+ "windows_i686_gnu 0.52.6",
1867
+ "windows_i686_gnullvm 0.52.6",
1868
+ "windows_i686_msvc 0.52.6",
1869
+ "windows_x86_64_gnu 0.52.6",
1870
+ "windows_x86_64_gnullvm 0.52.6",
1871
+ "windows_x86_64_msvc 0.52.6",
1872
+ ]
1873
+
1874
+ [[package]]
1875
+ name = "windows-targets"
1876
+ version = "0.53.5"
1877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1878
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1879
+ dependencies = [
1880
+ "windows-link",
1881
+ "windows_aarch64_gnullvm 0.53.1",
1882
+ "windows_aarch64_msvc 0.53.1",
1883
+ "windows_i686_gnu 0.53.1",
1884
+ "windows_i686_gnullvm 0.53.1",
1885
+ "windows_i686_msvc 0.53.1",
1886
+ "windows_x86_64_gnu 0.53.1",
1887
+ "windows_x86_64_gnullvm 0.53.1",
1888
+ "windows_x86_64_msvc 0.53.1",
1889
+ ]
1890
+
1891
+ [[package]]
1892
+ name = "windows_aarch64_gnullvm"
1893
+ version = "0.52.6"
1894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1895
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1896
+
1897
+ [[package]]
1898
+ name = "windows_aarch64_gnullvm"
1899
+ version = "0.53.1"
1900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1901
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1902
+
1903
+ [[package]]
1904
+ name = "windows_aarch64_msvc"
1905
+ version = "0.52.6"
1906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1907
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1908
+
1909
+ [[package]]
1910
+ name = "windows_aarch64_msvc"
1911
+ version = "0.53.1"
1912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1913
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1914
+
1915
+ [[package]]
1916
+ name = "windows_i686_gnu"
1917
+ version = "0.52.6"
1918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1919
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1920
+
1921
+ [[package]]
1922
+ name = "windows_i686_gnu"
1923
+ version = "0.53.1"
1924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1925
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1926
+
1927
+ [[package]]
1928
+ name = "windows_i686_gnullvm"
1929
+ version = "0.52.6"
1930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1931
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1932
+
1933
+ [[package]]
1934
+ name = "windows_i686_gnullvm"
1935
+ version = "0.53.1"
1936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1937
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1938
+
1939
+ [[package]]
1940
+ name = "windows_i686_msvc"
1941
+ version = "0.52.6"
1942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1943
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1944
+
1945
+ [[package]]
1946
+ name = "windows_i686_msvc"
1947
+ version = "0.53.1"
1948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1949
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1950
+
1951
+ [[package]]
1952
+ name = "windows_x86_64_gnu"
1953
+ version = "0.52.6"
1954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1955
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1956
+
1957
+ [[package]]
1958
+ name = "windows_x86_64_gnu"
1959
+ version = "0.53.1"
1960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1961
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1962
+
1963
+ [[package]]
1964
+ name = "windows_x86_64_gnullvm"
1965
+ version = "0.52.6"
1966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1967
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1968
+
1969
+ [[package]]
1970
+ name = "windows_x86_64_gnullvm"
1971
+ version = "0.53.1"
1972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1973
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
1974
+
1975
+ [[package]]
1976
+ name = "windows_x86_64_msvc"
1977
+ version = "0.52.6"
1978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1979
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1980
+
1981
+ [[package]]
1982
+ name = "windows_x86_64_msvc"
1983
+ version = "0.53.1"
1984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1985
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
1986
+
1987
+ [[package]]
1988
+ name = "wit-bindgen"
1989
+ version = "0.46.0"
1990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1991
+ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
1992
+
1993
+ [[package]]
1994
+ name = "writeable"
1995
+ version = "0.6.2"
1996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1997
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
1998
+
1999
+ [[package]]
2000
+ name = "xattr"
2001
+ version = "1.6.1"
2002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2003
+ checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
2004
+ dependencies = [
2005
+ "libc",
2006
+ "rustix",
2007
+ ]
2008
+
2009
+ [[package]]
2010
+ name = "yoke"
2011
+ version = "0.8.1"
2012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2013
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
2014
+ dependencies = [
2015
+ "stable_deref_trait",
2016
+ "yoke-derive",
2017
+ "zerofrom",
2018
+ ]
2019
+
2020
+ [[package]]
2021
+ name = "yoke-derive"
2022
+ version = "0.8.1"
2023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2024
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
2025
+ dependencies = [
2026
+ "proc-macro2",
2027
+ "quote",
2028
+ "syn",
2029
+ "synstructure",
2030
+ ]
2031
+
2032
+ [[package]]
2033
+ name = "zerofrom"
2034
+ version = "0.1.6"
2035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2036
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2037
+ dependencies = [
2038
+ "zerofrom-derive",
2039
+ ]
2040
+
2041
+ [[package]]
2042
+ name = "zerofrom-derive"
2043
+ version = "0.1.6"
2044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2045
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2046
+ dependencies = [
2047
+ "proc-macro2",
2048
+ "quote",
2049
+ "syn",
2050
+ "synstructure",
2051
+ ]
2052
+
2053
+ [[package]]
2054
+ name = "zeroize"
2055
+ version = "1.8.2"
2056
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2057
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2058
+
2059
+ [[package]]
2060
+ name = "zerotrie"
2061
+ version = "0.2.3"
2062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2063
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
2064
+ dependencies = [
2065
+ "displaydoc",
2066
+ "yoke",
2067
+ "zerofrom",
2068
+ ]
2069
+
2070
+ [[package]]
2071
+ name = "zerovec"
2072
+ version = "0.11.5"
2073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2074
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
2075
+ dependencies = [
2076
+ "yoke",
2077
+ "zerofrom",
2078
+ "zerovec-derive",
2079
+ ]
2080
+
2081
+ [[package]]
2082
+ name = "zerovec-derive"
2083
+ version = "0.11.2"
2084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2085
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
2086
+ dependencies = [
2087
+ "proc-macro2",
2088
+ "quote",
2089
+ "syn",
2090
+ ]
2091
+
2092
+ [[package]]
2093
+ name = "zlib-rs"
2094
+ version = "0.5.5"
2095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2096
+ checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3"