electron-cli 0.3.0-alpha.0 → 0.3.0-alpha.10

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.
package/Cargo.lock CHANGED
@@ -2,6 +2,21 @@
2
2
  # It is not intended for manual editing.
3
3
  version = 4
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 = "android_system_properties"
13
+ version = "0.1.5"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
16
+ dependencies = [
17
+ "libc",
18
+ ]
19
+
5
20
  [[package]]
6
21
  name = "anstream"
7
22
  version = "1.0.0"
@@ -58,6 +73,71 @@ version = "1.0.102"
58
73
  source = "registry+https://github.com/rust-lang/crates.io-index"
59
74
  checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
60
75
 
76
+ [[package]]
77
+ name = "apple-dmg"
78
+ version = "0.5.0"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "cdbc4a77fe34d67a853e2c472f85b571fc8531e7540ef3dc2fec239d0e6ee6ea"
81
+ dependencies = [
82
+ "anyhow",
83
+ "byteorder",
84
+ "crc32fast",
85
+ "fatfs",
86
+ "flate2",
87
+ "fscommon",
88
+ "getrandom 0.2.17",
89
+ "gpt",
90
+ "md5",
91
+ "plist",
92
+ "serde",
93
+ "serde_bytes",
94
+ ]
95
+
96
+ [[package]]
97
+ name = "autocfg"
98
+ version = "1.5.1"
99
+ source = "registry+https://github.com/rust-lang/crates.io-index"
100
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
101
+
102
+ [[package]]
103
+ name = "base64"
104
+ version = "0.22.1"
105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
106
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
107
+
108
+ [[package]]
109
+ name = "bitflags"
110
+ version = "1.3.2"
111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
112
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
113
+
114
+ [[package]]
115
+ name = "bitflags"
116
+ version = "2.11.1"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
119
+
120
+ [[package]]
121
+ name = "block-buffer"
122
+ version = "0.10.4"
123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
124
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
125
+ dependencies = [
126
+ "generic-array",
127
+ ]
128
+
129
+ [[package]]
130
+ name = "bumpalo"
131
+ version = "3.20.3"
132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
133
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
134
+
135
+ [[package]]
136
+ name = "byteorder"
137
+ version = "1.5.0"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
140
+
61
141
  [[package]]
62
142
  name = "camino"
63
143
  version = "1.2.2"
@@ -67,6 +147,35 @@ dependencies = [
67
147
  "serde_core",
68
148
  ]
69
149
 
150
+ [[package]]
151
+ name = "cc"
152
+ version = "1.2.63"
153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
154
+ checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f"
155
+ dependencies = [
156
+ "find-msvc-tools",
157
+ "shlex",
158
+ ]
159
+
160
+ [[package]]
161
+ name = "cfg-if"
162
+ version = "1.0.4"
163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
164
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
165
+
166
+ [[package]]
167
+ name = "chrono"
168
+ version = "0.4.44"
169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
170
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
171
+ dependencies = [
172
+ "iana-time-zone",
173
+ "js-sys",
174
+ "num-traits",
175
+ "wasm-bindgen",
176
+ "windows-link",
177
+ ]
178
+
70
179
  [[package]]
71
180
  name = "clap"
72
181
  version = "4.6.1"
@@ -98,7 +207,7 @@ dependencies = [
98
207
  "heck",
99
208
  "proc-macro2",
100
209
  "quote",
101
- "syn",
210
+ "syn 2.0.117",
102
211
  ]
103
212
 
104
213
  [[package]]
@@ -113,152 +222,1203 @@ version = "1.0.5"
113
222
  source = "registry+https://github.com/rust-lang/crates.io-index"
114
223
  checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
115
224
 
225
+ [[package]]
226
+ name = "core-foundation-sys"
227
+ version = "0.8.7"
228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
229
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
230
+
231
+ [[package]]
232
+ name = "cpufeatures"
233
+ version = "0.2.17"
234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
235
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
236
+ dependencies = [
237
+ "libc",
238
+ ]
239
+
240
+ [[package]]
241
+ name = "crc"
242
+ version = "3.4.0"
243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
244
+ checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
245
+ dependencies = [
246
+ "crc-catalog",
247
+ ]
248
+
249
+ [[package]]
250
+ name = "crc-catalog"
251
+ version = "2.5.0"
252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
253
+ checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853"
254
+
255
+ [[package]]
256
+ name = "crc32fast"
257
+ version = "1.5.0"
258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
259
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
260
+ dependencies = [
261
+ "cfg-if",
262
+ ]
263
+
264
+ [[package]]
265
+ name = "crypto-common"
266
+ version = "0.1.7"
267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
268
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
269
+ dependencies = [
270
+ "generic-array",
271
+ "typenum",
272
+ ]
273
+
274
+ [[package]]
275
+ name = "deranged"
276
+ version = "0.5.8"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
279
+ dependencies = [
280
+ "powerfmt",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "digest"
285
+ version = "0.10.7"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
288
+ dependencies = [
289
+ "block-buffer",
290
+ "crypto-common",
291
+ ]
292
+
293
+ [[package]]
294
+ name = "either"
295
+ version = "1.16.0"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
298
+
116
299
  [[package]]
117
300
  name = "electron-cli"
118
- version = "0.3.0-alpha.0"
301
+ version = "0.3.0-alpha.10"
119
302
  dependencies = [
120
303
  "anyhow",
304
+ "apple-dmg",
121
305
  "camino",
122
306
  "clap",
307
+ "fatfs",
308
+ "flate2",
309
+ "fscommon",
310
+ "md5",
311
+ "plist",
312
+ "rpm",
123
313
  "serde",
124
314
  "serde_json",
315
+ "tar",
316
+ "zip",
125
317
  ]
126
318
 
127
319
  [[package]]
128
- name = "heck"
129
- version = "0.5.0"
320
+ name = "enum-display-derive"
321
+ version = "0.1.1"
130
322
  source = "registry+https://github.com/rust-lang/crates.io-index"
131
- checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
323
+ checksum = "f16ef37b2a9b242295d61a154ee91ae884afff6b8b933b486b12481cc58310ca"
324
+ dependencies = [
325
+ "proc-macro2",
326
+ "quote",
327
+ "syn 1.0.109",
328
+ ]
132
329
 
133
330
  [[package]]
134
- name = "is_terminal_polyfill"
135
- version = "1.70.2"
331
+ name = "enum-primitive-derive"
332
+ version = "0.3.0"
136
333
  source = "registry+https://github.com/rust-lang/crates.io-index"
137
- checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
334
+ checksum = "ba7795da175654fe16979af73f81f26a8ea27638d8d9823d317016888a63dc4c"
335
+ dependencies = [
336
+ "num-traits",
337
+ "quote",
338
+ "syn 2.0.117",
339
+ ]
138
340
 
139
341
  [[package]]
140
- name = "itoa"
141
- version = "1.0.18"
342
+ name = "equivalent"
343
+ version = "1.0.2"
142
344
  source = "registry+https://github.com/rust-lang/crates.io-index"
143
- checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
345
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
144
346
 
145
347
  [[package]]
146
- name = "memchr"
147
- version = "2.8.1"
348
+ name = "errno"
349
+ version = "0.3.14"
148
350
  source = "registry+https://github.com/rust-lang/crates.io-index"
149
- checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
351
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
352
+ dependencies = [
353
+ "libc",
354
+ "windows-sys",
355
+ ]
150
356
 
151
357
  [[package]]
152
- name = "once_cell_polyfill"
153
- version = "1.70.2"
358
+ name = "fatfs"
359
+ version = "0.3.6"
154
360
  source = "registry+https://github.com/rust-lang/crates.io-index"
155
- checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
361
+ checksum = "05669f8e7e2d7badc545c513710f0eba09c2fbef683eb859fd79c46c355048e0"
362
+ dependencies = [
363
+ "bitflags 1.3.2",
364
+ "byteorder",
365
+ "chrono",
366
+ "log",
367
+ ]
156
368
 
157
369
  [[package]]
158
- name = "proc-macro2"
159
- version = "1.0.106"
370
+ name = "filetime"
371
+ version = "0.2.29"
160
372
  source = "registry+https://github.com/rust-lang/crates.io-index"
161
- checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
373
+ checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
162
374
  dependencies = [
163
- "unicode-ident",
375
+ "cfg-if",
376
+ "libc",
164
377
  ]
165
378
 
166
379
  [[package]]
167
- name = "quote"
168
- version = "1.0.45"
380
+ name = "find-msvc-tools"
381
+ version = "0.1.9"
169
382
  source = "registry+https://github.com/rust-lang/crates.io-index"
170
- checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
383
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
384
+
385
+ [[package]]
386
+ name = "flate2"
387
+ version = "1.1.9"
388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
389
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
171
390
  dependencies = [
172
- "proc-macro2",
391
+ "crc32fast",
392
+ "miniz_oxide",
393
+ "zlib-rs",
173
394
  ]
174
395
 
175
396
  [[package]]
176
- name = "serde"
177
- version = "1.0.228"
397
+ name = "foldhash"
398
+ version = "0.1.5"
178
399
  source = "registry+https://github.com/rust-lang/crates.io-index"
179
- checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
400
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
401
+
402
+ [[package]]
403
+ name = "fscommon"
404
+ version = "0.1.1"
405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
406
+ checksum = "315ce685aca5ddcc5a3e7e436ef47d4a5d0064462849b6f0f628c28140103531"
180
407
  dependencies = [
181
- "serde_core",
182
- "serde_derive",
408
+ "log",
183
409
  ]
184
410
 
185
411
  [[package]]
186
- name = "serde_core"
187
- version = "1.0.228"
412
+ name = "futures-core"
413
+ version = "0.3.32"
188
414
  source = "registry+https://github.com/rust-lang/crates.io-index"
189
- checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
415
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
416
+
417
+ [[package]]
418
+ name = "futures-task"
419
+ version = "0.3.32"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
422
+
423
+ [[package]]
424
+ name = "futures-util"
425
+ version = "0.3.32"
426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
427
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
190
428
  dependencies = [
191
- "serde_derive",
429
+ "futures-core",
430
+ "futures-task",
431
+ "pin-project-lite",
432
+ "slab",
192
433
  ]
193
434
 
194
435
  [[package]]
195
- name = "serde_derive"
196
- version = "1.0.228"
436
+ name = "generic-array"
437
+ version = "0.14.7"
197
438
  source = "registry+https://github.com/rust-lang/crates.io-index"
198
- checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
439
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
199
440
  dependencies = [
200
- "proc-macro2",
201
- "quote",
202
- "syn",
441
+ "typenum",
442
+ "version_check",
203
443
  ]
204
444
 
205
445
  [[package]]
206
- name = "serde_json"
207
- version = "1.0.150"
446
+ name = "getrandom"
447
+ version = "0.2.17"
208
448
  source = "registry+https://github.com/rust-lang/crates.io-index"
209
- checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
449
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
210
450
  dependencies = [
211
- "itoa",
212
- "memchr",
451
+ "cfg-if",
452
+ "libc",
453
+ "wasi",
454
+ ]
455
+
456
+ [[package]]
457
+ name = "getrandom"
458
+ version = "0.4.2"
459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
460
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
461
+ dependencies = [
462
+ "cfg-if",
463
+ "libc",
464
+ "r-efi",
465
+ "wasip2",
466
+ "wasip3",
467
+ ]
468
+
469
+ [[package]]
470
+ name = "gpt"
471
+ version = "4.1.0"
472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
473
+ checksum = "3696fafb1ecdcc2ae3ce337de73e9202806068594b77d22fdf2f3573c5ec2219"
474
+ dependencies = [
475
+ "bitflags 2.11.1",
476
+ "crc",
477
+ "simple-bytes",
478
+ "uuid",
479
+ ]
480
+
481
+ [[package]]
482
+ name = "hashbrown"
483
+ version = "0.15.5"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
486
+ dependencies = [
487
+ "foldhash",
488
+ ]
489
+
490
+ [[package]]
491
+ name = "hashbrown"
492
+ version = "0.17.1"
493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
494
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
495
+
496
+ [[package]]
497
+ name = "heck"
498
+ version = "0.5.0"
499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
500
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
501
+
502
+ [[package]]
503
+ name = "hex"
504
+ version = "0.4.3"
505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
506
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
507
+
508
+ [[package]]
509
+ name = "iana-time-zone"
510
+ version = "0.1.65"
511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
512
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
513
+ dependencies = [
514
+ "android_system_properties",
515
+ "core-foundation-sys",
516
+ "iana-time-zone-haiku",
517
+ "js-sys",
518
+ "log",
519
+ "wasm-bindgen",
520
+ "windows-core",
521
+ ]
522
+
523
+ [[package]]
524
+ name = "iana-time-zone-haiku"
525
+ version = "0.1.2"
526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
527
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
528
+ dependencies = [
529
+ "cc",
530
+ ]
531
+
532
+ [[package]]
533
+ name = "id-arena"
534
+ version = "2.3.0"
535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
536
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
537
+
538
+ [[package]]
539
+ name = "indexmap"
540
+ version = "2.14.0"
541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
542
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
543
+ dependencies = [
544
+ "equivalent",
545
+ "hashbrown 0.17.1",
213
546
  "serde",
214
547
  "serde_core",
215
- "zmij",
216
548
  ]
217
549
 
218
550
  [[package]]
219
- name = "strsim"
220
- version = "0.11.1"
551
+ name = "is_terminal_polyfill"
552
+ version = "1.70.2"
221
553
  source = "registry+https://github.com/rust-lang/crates.io-index"
222
- checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
554
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
223
555
 
224
556
  [[package]]
225
- name = "syn"
226
- version = "2.0.117"
557
+ name = "itertools"
558
+ version = "0.14.0"
227
559
  source = "registry+https://github.com/rust-lang/crates.io-index"
228
- checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
560
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
229
561
  dependencies = [
230
- "proc-macro2",
231
- "quote",
232
- "unicode-ident",
562
+ "either",
233
563
  ]
234
564
 
235
565
  [[package]]
236
- name = "unicode-ident"
237
- version = "1.0.24"
566
+ name = "itoa"
567
+ version = "1.0.18"
238
568
  source = "registry+https://github.com/rust-lang/crates.io-index"
239
- checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
569
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
240
570
 
241
571
  [[package]]
242
- name = "utf8parse"
243
- version = "0.2.2"
572
+ name = "js-sys"
573
+ version = "0.3.99"
244
574
  source = "registry+https://github.com/rust-lang/crates.io-index"
245
- checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
575
+ checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11"
576
+ dependencies = [
577
+ "cfg-if",
578
+ "futures-util",
579
+ "once_cell",
580
+ "wasm-bindgen",
581
+ ]
246
582
 
247
583
  [[package]]
248
- name = "windows-link"
249
- version = "0.2.1"
584
+ name = "keccak"
585
+ version = "0.1.6"
250
586
  source = "registry+https://github.com/rust-lang/crates.io-index"
251
- checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
587
+ checksum = "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653"
588
+ dependencies = [
589
+ "cpufeatures",
590
+ ]
252
591
 
253
592
  [[package]]
254
- name = "windows-sys"
255
- version = "0.61.2"
593
+ name = "leb128fmt"
594
+ version = "0.1.0"
256
595
  source = "registry+https://github.com/rust-lang/crates.io-index"
257
- checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
596
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
597
+
598
+ [[package]]
599
+ name = "libc"
600
+ version = "0.2.186"
601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
602
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
603
+
604
+ [[package]]
605
+ name = "linux-raw-sys"
606
+ version = "0.12.1"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
609
+
610
+ [[package]]
611
+ name = "log"
612
+ version = "0.4.30"
613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
614
+ checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5"
615
+
616
+ [[package]]
617
+ name = "md5"
618
+ version = "0.7.0"
619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
620
+ checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
621
+
622
+ [[package]]
623
+ name = "memchr"
624
+ version = "2.8.1"
625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
626
+ checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
627
+
628
+ [[package]]
629
+ name = "miniz_oxide"
630
+ version = "0.8.9"
631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
632
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
258
633
  dependencies = [
634
+ "adler2",
635
+ "simd-adler32",
636
+ ]
637
+
638
+ [[package]]
639
+ name = "nom"
640
+ version = "8.0.0"
641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
642
+ checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
643
+ dependencies = [
644
+ "memchr",
645
+ ]
646
+
647
+ [[package]]
648
+ name = "num"
649
+ version = "0.4.3"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
652
+ dependencies = [
653
+ "num-bigint",
654
+ "num-complex",
655
+ "num-integer",
656
+ "num-iter",
657
+ "num-rational",
658
+ "num-traits",
659
+ ]
660
+
661
+ [[package]]
662
+ name = "num-bigint"
663
+ version = "0.4.6"
664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
665
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
666
+ dependencies = [
667
+ "num-integer",
668
+ "num-traits",
669
+ ]
670
+
671
+ [[package]]
672
+ name = "num-complex"
673
+ version = "0.4.6"
674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
675
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
676
+ dependencies = [
677
+ "num-traits",
678
+ ]
679
+
680
+ [[package]]
681
+ name = "num-conv"
682
+ version = "0.2.2"
683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
684
+ checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
685
+
686
+ [[package]]
687
+ name = "num-derive"
688
+ version = "0.4.2"
689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
690
+ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
691
+ dependencies = [
692
+ "proc-macro2",
693
+ "quote",
694
+ "syn 2.0.117",
695
+ ]
696
+
697
+ [[package]]
698
+ name = "num-integer"
699
+ version = "0.1.46"
700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
701
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
702
+ dependencies = [
703
+ "num-traits",
704
+ ]
705
+
706
+ [[package]]
707
+ name = "num-iter"
708
+ version = "0.1.45"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
711
+ dependencies = [
712
+ "autocfg",
713
+ "num-integer",
714
+ "num-traits",
715
+ ]
716
+
717
+ [[package]]
718
+ name = "num-rational"
719
+ version = "0.4.2"
720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
721
+ checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
722
+ dependencies = [
723
+ "num-bigint",
724
+ "num-integer",
725
+ "num-traits",
726
+ ]
727
+
728
+ [[package]]
729
+ name = "num-traits"
730
+ version = "0.2.19"
731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
732
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
733
+ dependencies = [
734
+ "autocfg",
735
+ ]
736
+
737
+ [[package]]
738
+ name = "once_cell"
739
+ version = "1.21.4"
740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
741
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
742
+
743
+ [[package]]
744
+ name = "once_cell_polyfill"
745
+ version = "1.70.2"
746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
747
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
748
+
749
+ [[package]]
750
+ name = "pin-project-lite"
751
+ version = "0.2.17"
752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
753
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
754
+
755
+ [[package]]
756
+ name = "plist"
757
+ version = "1.9.0"
758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
759
+ checksum = "092791278e026273c1b65bbdcfbba3a300f2994c896bd01ab01da613c29c46f1"
760
+ dependencies = [
761
+ "base64",
762
+ "indexmap",
763
+ "quick-xml",
764
+ "serde",
765
+ "time",
766
+ ]
767
+
768
+ [[package]]
769
+ name = "powerfmt"
770
+ version = "0.2.0"
771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
772
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
773
+
774
+ [[package]]
775
+ name = "prettyplease"
776
+ version = "0.2.37"
777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
778
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
779
+ dependencies = [
780
+ "proc-macro2",
781
+ "syn 2.0.117",
782
+ ]
783
+
784
+ [[package]]
785
+ name = "proc-macro2"
786
+ version = "1.0.106"
787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
788
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
789
+ dependencies = [
790
+ "unicode-ident",
791
+ ]
792
+
793
+ [[package]]
794
+ name = "quick-xml"
795
+ version = "0.39.4"
796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
797
+ checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e"
798
+ dependencies = [
799
+ "memchr",
800
+ ]
801
+
802
+ [[package]]
803
+ name = "quote"
804
+ version = "1.0.45"
805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
806
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
807
+ dependencies = [
808
+ "proc-macro2",
809
+ ]
810
+
811
+ [[package]]
812
+ name = "r-efi"
813
+ version = "6.0.0"
814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
815
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
816
+
817
+ [[package]]
818
+ name = "rpm"
819
+ version = "0.24.0"
820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
821
+ checksum = "a5f8c4a1267cbbad96d1e7bf080ca20c669df79f638ef4e6c5e05a38b5d32c96"
822
+ dependencies = [
823
+ "base64",
824
+ "bitflags 2.11.1",
825
+ "digest",
826
+ "enum-display-derive",
827
+ "enum-primitive-derive",
828
+ "flate2",
829
+ "hex",
830
+ "itertools",
831
+ "log",
832
+ "memchr",
833
+ "nom",
834
+ "num",
835
+ "num-derive",
836
+ "num-traits",
837
+ "rpm-version",
838
+ "sha1",
839
+ "sha2",
840
+ "sha3",
841
+ "thiserror",
842
+ "zeroize",
843
+ ]
844
+
845
+ [[package]]
846
+ name = "rpm-version"
847
+ version = "0.4.0"
848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
849
+ checksum = "e9274efa3f2ce8fe60fd8ea005a49955f92ddd81643eb38084b8e2c6c507018f"
850
+
851
+ [[package]]
852
+ name = "rustix"
853
+ version = "1.1.4"
854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
855
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
856
+ dependencies = [
857
+ "bitflags 2.11.1",
858
+ "errno",
859
+ "libc",
860
+ "linux-raw-sys",
861
+ "windows-sys",
862
+ ]
863
+
864
+ [[package]]
865
+ name = "rustversion"
866
+ version = "1.0.22"
867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
868
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
869
+
870
+ [[package]]
871
+ name = "semver"
872
+ version = "1.0.28"
873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
874
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
875
+
876
+ [[package]]
877
+ name = "serde"
878
+ version = "1.0.228"
879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
880
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
881
+ dependencies = [
882
+ "serde_core",
883
+ "serde_derive",
884
+ ]
885
+
886
+ [[package]]
887
+ name = "serde_bytes"
888
+ version = "0.11.19"
889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
890
+ checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
891
+ dependencies = [
892
+ "serde",
893
+ "serde_core",
894
+ ]
895
+
896
+ [[package]]
897
+ name = "serde_core"
898
+ version = "1.0.228"
899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
900
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
901
+ dependencies = [
902
+ "serde_derive",
903
+ ]
904
+
905
+ [[package]]
906
+ name = "serde_derive"
907
+ version = "1.0.228"
908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
909
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
910
+ dependencies = [
911
+ "proc-macro2",
912
+ "quote",
913
+ "syn 2.0.117",
914
+ ]
915
+
916
+ [[package]]
917
+ name = "serde_json"
918
+ version = "1.0.150"
919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
920
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
921
+ dependencies = [
922
+ "itoa",
923
+ "memchr",
924
+ "serde",
925
+ "serde_core",
926
+ "zmij",
927
+ ]
928
+
929
+ [[package]]
930
+ name = "sha1"
931
+ version = "0.10.6"
932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
933
+ checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
934
+ dependencies = [
935
+ "cfg-if",
936
+ "cpufeatures",
937
+ "digest",
938
+ ]
939
+
940
+ [[package]]
941
+ name = "sha2"
942
+ version = "0.10.9"
943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
944
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
945
+ dependencies = [
946
+ "cfg-if",
947
+ "cpufeatures",
948
+ "digest",
949
+ ]
950
+
951
+ [[package]]
952
+ name = "sha3"
953
+ version = "0.10.9"
954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
955
+ checksum = "77fd7028345d415a4034cf8777cd4f8ab1851274233b45f84e3d955502d93874"
956
+ dependencies = [
957
+ "digest",
958
+ "keccak",
959
+ ]
960
+
961
+ [[package]]
962
+ name = "shlex"
963
+ version = "2.0.1"
964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
965
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
966
+
967
+ [[package]]
968
+ name = "simd-adler32"
969
+ version = "0.3.9"
970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
971
+ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
972
+
973
+ [[package]]
974
+ name = "simple-bytes"
975
+ version = "0.2.14"
976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
977
+ checksum = "c11532d9d241904f095185f35dcdaf930b1427a94d5b01d7002d74ba19b44cc4"
978
+
979
+ [[package]]
980
+ name = "slab"
981
+ version = "0.4.12"
982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
983
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
984
+
985
+ [[package]]
986
+ name = "strsim"
987
+ version = "0.11.1"
988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
989
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
990
+
991
+ [[package]]
992
+ name = "syn"
993
+ version = "1.0.109"
994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
995
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
996
+ dependencies = [
997
+ "proc-macro2",
998
+ "quote",
999
+ "unicode-ident",
1000
+ ]
1001
+
1002
+ [[package]]
1003
+ name = "syn"
1004
+ version = "2.0.117"
1005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1006
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1007
+ dependencies = [
1008
+ "proc-macro2",
1009
+ "quote",
1010
+ "unicode-ident",
1011
+ ]
1012
+
1013
+ [[package]]
1014
+ name = "tar"
1015
+ version = "0.4.46"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840"
1018
+ dependencies = [
1019
+ "filetime",
1020
+ "libc",
1021
+ "xattr",
1022
+ ]
1023
+
1024
+ [[package]]
1025
+ name = "thiserror"
1026
+ version = "2.0.18"
1027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1028
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1029
+ dependencies = [
1030
+ "thiserror-impl",
1031
+ ]
1032
+
1033
+ [[package]]
1034
+ name = "thiserror-impl"
1035
+ version = "2.0.18"
1036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1037
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1038
+ dependencies = [
1039
+ "proc-macro2",
1040
+ "quote",
1041
+ "syn 2.0.117",
1042
+ ]
1043
+
1044
+ [[package]]
1045
+ name = "time"
1046
+ version = "0.3.47"
1047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1048
+ checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
1049
+ dependencies = [
1050
+ "deranged",
1051
+ "itoa",
1052
+ "num-conv",
1053
+ "powerfmt",
1054
+ "serde_core",
1055
+ "time-core",
1056
+ "time-macros",
1057
+ ]
1058
+
1059
+ [[package]]
1060
+ name = "time-core"
1061
+ version = "0.1.8"
1062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1063
+ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
1064
+
1065
+ [[package]]
1066
+ name = "time-macros"
1067
+ version = "0.2.27"
1068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1069
+ checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
1070
+ dependencies = [
1071
+ "num-conv",
1072
+ "time-core",
1073
+ ]
1074
+
1075
+ [[package]]
1076
+ name = "typed-path"
1077
+ version = "0.12.3"
1078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1079
+ checksum = "8e28f89b80c87b8fb0cf04ab448d5dd0dd0ade2f8891bae878de66a75a28600e"
1080
+
1081
+ [[package]]
1082
+ name = "typenum"
1083
+ version = "1.20.1"
1084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1085
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
1086
+
1087
+ [[package]]
1088
+ name = "unicode-ident"
1089
+ version = "1.0.24"
1090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1091
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1092
+
1093
+ [[package]]
1094
+ name = "unicode-xid"
1095
+ version = "0.2.6"
1096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1097
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1098
+
1099
+ [[package]]
1100
+ name = "utf8parse"
1101
+ version = "0.2.2"
1102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1103
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1104
+
1105
+ [[package]]
1106
+ name = "uuid"
1107
+ version = "1.23.2"
1108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1109
+ checksum = "d258b83ceec21034727ecee8c382cfa6c3e133699b0742c64571814fb420c9f7"
1110
+ dependencies = [
1111
+ "getrandom 0.4.2",
1112
+ "js-sys",
1113
+ "wasm-bindgen",
1114
+ ]
1115
+
1116
+ [[package]]
1117
+ name = "version_check"
1118
+ version = "0.9.5"
1119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1120
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1121
+
1122
+ [[package]]
1123
+ name = "wasi"
1124
+ version = "0.11.1+wasi-snapshot-preview1"
1125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1126
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1127
+
1128
+ [[package]]
1129
+ name = "wasip2"
1130
+ version = "1.0.3+wasi-0.2.9"
1131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1132
+ checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
1133
+ dependencies = [
1134
+ "wit-bindgen 0.57.1",
1135
+ ]
1136
+
1137
+ [[package]]
1138
+ name = "wasip3"
1139
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
1140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1141
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
1142
+ dependencies = [
1143
+ "wit-bindgen 0.51.0",
1144
+ ]
1145
+
1146
+ [[package]]
1147
+ name = "wasm-bindgen"
1148
+ version = "0.2.122"
1149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1150
+ checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409"
1151
+ dependencies = [
1152
+ "cfg-if",
1153
+ "once_cell",
1154
+ "rustversion",
1155
+ "wasm-bindgen-macro",
1156
+ "wasm-bindgen-shared",
1157
+ ]
1158
+
1159
+ [[package]]
1160
+ name = "wasm-bindgen-macro"
1161
+ version = "0.2.122"
1162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1163
+ checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6"
1164
+ dependencies = [
1165
+ "quote",
1166
+ "wasm-bindgen-macro-support",
1167
+ ]
1168
+
1169
+ [[package]]
1170
+ name = "wasm-bindgen-macro-support"
1171
+ version = "0.2.122"
1172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1173
+ checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e"
1174
+ dependencies = [
1175
+ "bumpalo",
1176
+ "proc-macro2",
1177
+ "quote",
1178
+ "syn 2.0.117",
1179
+ "wasm-bindgen-shared",
1180
+ ]
1181
+
1182
+ [[package]]
1183
+ name = "wasm-bindgen-shared"
1184
+ version = "0.2.122"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437"
1187
+ dependencies = [
1188
+ "unicode-ident",
1189
+ ]
1190
+
1191
+ [[package]]
1192
+ name = "wasm-encoder"
1193
+ version = "0.244.0"
1194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1195
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
1196
+ dependencies = [
1197
+ "leb128fmt",
1198
+ "wasmparser",
1199
+ ]
1200
+
1201
+ [[package]]
1202
+ name = "wasm-metadata"
1203
+ version = "0.244.0"
1204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1205
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
1206
+ dependencies = [
1207
+ "anyhow",
1208
+ "indexmap",
1209
+ "wasm-encoder",
1210
+ "wasmparser",
1211
+ ]
1212
+
1213
+ [[package]]
1214
+ name = "wasmparser"
1215
+ version = "0.244.0"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
1218
+ dependencies = [
1219
+ "bitflags 2.11.1",
1220
+ "hashbrown 0.15.5",
1221
+ "indexmap",
1222
+ "semver",
1223
+ ]
1224
+
1225
+ [[package]]
1226
+ name = "windows-core"
1227
+ version = "0.62.2"
1228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1229
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1230
+ dependencies = [
1231
+ "windows-implement",
1232
+ "windows-interface",
259
1233
  "windows-link",
1234
+ "windows-result",
1235
+ "windows-strings",
260
1236
  ]
261
1237
 
1238
+ [[package]]
1239
+ name = "windows-implement"
1240
+ version = "0.60.2"
1241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1242
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1243
+ dependencies = [
1244
+ "proc-macro2",
1245
+ "quote",
1246
+ "syn 2.0.117",
1247
+ ]
1248
+
1249
+ [[package]]
1250
+ name = "windows-interface"
1251
+ version = "0.59.3"
1252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1253
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1254
+ dependencies = [
1255
+ "proc-macro2",
1256
+ "quote",
1257
+ "syn 2.0.117",
1258
+ ]
1259
+
1260
+ [[package]]
1261
+ name = "windows-link"
1262
+ version = "0.2.1"
1263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1264
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1265
+
1266
+ [[package]]
1267
+ name = "windows-result"
1268
+ version = "0.4.1"
1269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1270
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1271
+ dependencies = [
1272
+ "windows-link",
1273
+ ]
1274
+
1275
+ [[package]]
1276
+ name = "windows-strings"
1277
+ version = "0.5.1"
1278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1279
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1280
+ dependencies = [
1281
+ "windows-link",
1282
+ ]
1283
+
1284
+ [[package]]
1285
+ name = "windows-sys"
1286
+ version = "0.61.2"
1287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1288
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1289
+ dependencies = [
1290
+ "windows-link",
1291
+ ]
1292
+
1293
+ [[package]]
1294
+ name = "wit-bindgen"
1295
+ version = "0.51.0"
1296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1297
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1298
+ dependencies = [
1299
+ "wit-bindgen-rust-macro",
1300
+ ]
1301
+
1302
+ [[package]]
1303
+ name = "wit-bindgen"
1304
+ version = "0.57.1"
1305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1306
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
1307
+
1308
+ [[package]]
1309
+ name = "wit-bindgen-core"
1310
+ version = "0.51.0"
1311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1312
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
1313
+ dependencies = [
1314
+ "anyhow",
1315
+ "heck",
1316
+ "wit-parser",
1317
+ ]
1318
+
1319
+ [[package]]
1320
+ name = "wit-bindgen-rust"
1321
+ version = "0.51.0"
1322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1323
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
1324
+ dependencies = [
1325
+ "anyhow",
1326
+ "heck",
1327
+ "indexmap",
1328
+ "prettyplease",
1329
+ "syn 2.0.117",
1330
+ "wasm-metadata",
1331
+ "wit-bindgen-core",
1332
+ "wit-component",
1333
+ ]
1334
+
1335
+ [[package]]
1336
+ name = "wit-bindgen-rust-macro"
1337
+ version = "0.51.0"
1338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1339
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
1340
+ dependencies = [
1341
+ "anyhow",
1342
+ "prettyplease",
1343
+ "proc-macro2",
1344
+ "quote",
1345
+ "syn 2.0.117",
1346
+ "wit-bindgen-core",
1347
+ "wit-bindgen-rust",
1348
+ ]
1349
+
1350
+ [[package]]
1351
+ name = "wit-component"
1352
+ version = "0.244.0"
1353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1354
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
1355
+ dependencies = [
1356
+ "anyhow",
1357
+ "bitflags 2.11.1",
1358
+ "indexmap",
1359
+ "log",
1360
+ "serde",
1361
+ "serde_derive",
1362
+ "serde_json",
1363
+ "wasm-encoder",
1364
+ "wasm-metadata",
1365
+ "wasmparser",
1366
+ "wit-parser",
1367
+ ]
1368
+
1369
+ [[package]]
1370
+ name = "wit-parser"
1371
+ version = "0.244.0"
1372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1373
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
1374
+ dependencies = [
1375
+ "anyhow",
1376
+ "id-arena",
1377
+ "indexmap",
1378
+ "log",
1379
+ "semver",
1380
+ "serde",
1381
+ "serde_derive",
1382
+ "serde_json",
1383
+ "unicode-xid",
1384
+ "wasmparser",
1385
+ ]
1386
+
1387
+ [[package]]
1388
+ name = "xattr"
1389
+ version = "1.6.1"
1390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1391
+ checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
1392
+ dependencies = [
1393
+ "libc",
1394
+ "rustix",
1395
+ ]
1396
+
1397
+ [[package]]
1398
+ name = "zeroize"
1399
+ version = "1.8.2"
1400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1401
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
1402
+
1403
+ [[package]]
1404
+ name = "zip"
1405
+ version = "8.6.0"
1406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1407
+ checksum = "2d04a6b5381502aa6087c94c669499eb1602eb9c5e8198e534de571f7154809b"
1408
+ dependencies = [
1409
+ "crc32fast",
1410
+ "flate2",
1411
+ "indexmap",
1412
+ "memchr",
1413
+ "typed-path",
1414
+ ]
1415
+
1416
+ [[package]]
1417
+ name = "zlib-rs"
1418
+ version = "0.6.3"
1419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1420
+ checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513"
1421
+
262
1422
  [[package]]
263
1423
  name = "zmij"
264
1424
  version = "1.0.21"