datago 2025.4.3__tar.gz → 2025.6.2__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 (36) hide show
  1. {datago-2025.4.3 → datago-2025.6.2}/Cargo.lock +648 -547
  2. {datago-2025.4.3 → datago-2025.6.2}/Cargo.toml +17 -5
  3. {datago-2025.4.3 → datago-2025.6.2}/PKG-INFO +98 -22
  4. datago-2025.6.2/README.md +241 -0
  5. datago-2025.6.2/assets/447175851-2277afcb-8abf-4d17-b2db-dae27c6056d0.png +0 -0
  6. {datago-2025.4.3 → datago-2025.6.2}/python/benchmark_db.py +2 -2
  7. {datago-2025.4.3 → datago-2025.6.2}/python/benchmark_filesystem.py +21 -9
  8. datago-2025.6.2/python/benchmark_webdataset.py +126 -0
  9. {datago-2025.4.3 → datago-2025.6.2}/python/dataset.py +26 -21
  10. {datago-2025.4.3 → datago-2025.6.2}/python/test_datago_db.py +2 -2
  11. {datago-2025.4.3 → datago-2025.6.2}/python/test_datago_filesystem.py +6 -5
  12. {datago-2025.4.3 → datago-2025.6.2}/requirements-tests.txt +1 -0
  13. datago-2025.6.2/src/client.rs +666 -0
  14. datago-2025.6.2/src/generator_files.rs +169 -0
  15. datago-2025.6.2/src/generator_http.rs +778 -0
  16. datago-2025.6.2/src/generator_wds.rs +676 -0
  17. {datago-2025.4.3 → datago-2025.6.2}/src/image_processing.rs +147 -35
  18. {datago-2025.4.3 → datago-2025.6.2}/src/lib.rs +5 -1
  19. {datago-2025.4.3 → datago-2025.6.2}/src/main.rs +15 -8
  20. {datago-2025.4.3 → datago-2025.6.2}/src/structs.rs +69 -2
  21. {datago-2025.4.3 → datago-2025.6.2}/src/worker_files.rs +21 -31
  22. {datago-2025.4.3 → datago-2025.6.2}/src/worker_http.rs +92 -62
  23. datago-2025.6.2/src/worker_wds.rs +248 -0
  24. datago-2025.4.3/README.md +0 -165
  25. datago-2025.4.3/src/client.rs +0 -266
  26. datago-2025.4.3/src/generator_files.rs +0 -122
  27. datago-2025.4.3/src/generator_http.rs +0 -508
  28. datago-2025.4.3/tests/client_test.rs +0 -482
  29. {datago-2025.4.3 → datago-2025.6.2}/.github/workflows/ci-cd.yml +0 -0
  30. {datago-2025.4.3 → datago-2025.6.2}/.github/workflows/rust.yml +0 -0
  31. {datago-2025.4.3 → datago-2025.6.2}/.gitignore +0 -0
  32. {datago-2025.4.3 → datago-2025.6.2}/.pre-commit-config.yaml +0 -0
  33. {datago-2025.4.3 → datago-2025.6.2}/LICENSE +0 -0
  34. {datago-2025.4.3 → datago-2025.6.2}/pyproject.toml +0 -0
  35. {datago-2025.4.3 → datago-2025.6.2}/python/raw_types.py +0 -0
  36. {datago-2025.4.3 → datago-2025.6.2}/requirements.txt +0 -0
@@ -18,10 +18,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
18
18
  checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
19
19
 
20
20
  [[package]]
21
- name = "aligned-vec"
22
- version = "0.5.0"
21
+ name = "aho-corasick"
22
+ version = "1.1.3"
23
23
  source = "registry+https://github.com/rust-lang/crates.io-index"
24
- checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
24
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25
+ dependencies = [
26
+ "memchr",
27
+ ]
25
28
 
26
29
  [[package]]
27
30
  name = "anstream"
@@ -80,27 +83,182 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
80
83
  checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
81
84
 
82
85
  [[package]]
83
- name = "arbitrary"
84
- version = "1.4.1"
86
+ name = "async-channel"
87
+ version = "1.9.0"
85
88
  source = "registry+https://github.com/rust-lang/crates.io-index"
86
- checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
89
+ checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
90
+ dependencies = [
91
+ "concurrent-queue",
92
+ "event-listener 2.5.3",
93
+ "futures-core",
94
+ ]
87
95
 
88
96
  [[package]]
89
- name = "arg_enum_proc_macro"
90
- version = "0.3.4"
97
+ name = "async-channel"
98
+ version = "2.3.1"
91
99
  source = "registry+https://github.com/rust-lang/crates.io-index"
92
- checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
100
+ checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
93
101
  dependencies = [
94
- "proc-macro2",
95
- "quote",
96
- "syn",
102
+ "concurrent-queue",
103
+ "event-listener-strategy",
104
+ "futures-core",
105
+ "pin-project-lite",
97
106
  ]
98
107
 
99
108
  [[package]]
100
- name = "arrayvec"
101
- version = "0.7.6"
109
+ name = "async-compression"
110
+ version = "0.4.23"
111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
112
+ checksum = "b37fc50485c4f3f736a4fb14199f6d5f5ba008d7f28fe710306c92780f004c07"
113
+ dependencies = [
114
+ "futures-core",
115
+ "memchr",
116
+ "pin-project-lite",
117
+ "tokio",
118
+ ]
119
+
120
+ [[package]]
121
+ name = "async-executor"
122
+ version = "1.13.2"
123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
124
+ checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa"
125
+ dependencies = [
126
+ "async-task",
127
+ "concurrent-queue",
128
+ "fastrand",
129
+ "futures-lite",
130
+ "pin-project-lite",
131
+ "slab",
132
+ ]
133
+
134
+ [[package]]
135
+ name = "async-global-executor"
136
+ version = "2.4.1"
137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
138
+ checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
139
+ dependencies = [
140
+ "async-channel 2.3.1",
141
+ "async-executor",
142
+ "async-io",
143
+ "async-lock",
144
+ "blocking",
145
+ "futures-lite",
146
+ "once_cell",
147
+ ]
148
+
149
+ [[package]]
150
+ name = "async-io"
151
+ version = "2.4.0"
152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
153
+ checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
154
+ dependencies = [
155
+ "async-lock",
156
+ "cfg-if",
157
+ "concurrent-queue",
158
+ "futures-io",
159
+ "futures-lite",
160
+ "parking",
161
+ "polling",
162
+ "rustix 0.38.44",
163
+ "slab",
164
+ "tracing",
165
+ "windows-sys 0.59.0",
166
+ ]
167
+
168
+ [[package]]
169
+ name = "async-lock"
170
+ version = "3.4.0"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
173
+ dependencies = [
174
+ "event-listener 5.4.0",
175
+ "event-listener-strategy",
176
+ "pin-project-lite",
177
+ ]
178
+
179
+ [[package]]
180
+ name = "async-process"
181
+ version = "2.3.0"
182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
183
+ checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
184
+ dependencies = [
185
+ "async-channel 2.3.1",
186
+ "async-io",
187
+ "async-lock",
188
+ "async-signal",
189
+ "async-task",
190
+ "blocking",
191
+ "cfg-if",
192
+ "event-listener 5.4.0",
193
+ "futures-lite",
194
+ "rustix 0.38.44",
195
+ "tracing",
196
+ ]
197
+
198
+ [[package]]
199
+ name = "async-signal"
200
+ version = "0.2.10"
201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
202
+ checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
203
+ dependencies = [
204
+ "async-io",
205
+ "async-lock",
206
+ "atomic-waker",
207
+ "cfg-if",
208
+ "futures-core",
209
+ "futures-io",
210
+ "rustix 0.38.44",
211
+ "signal-hook-registry",
212
+ "slab",
213
+ "windows-sys 0.59.0",
214
+ ]
215
+
216
+ [[package]]
217
+ name = "async-std"
218
+ version = "1.13.1"
219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
220
+ checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
221
+ dependencies = [
222
+ "async-channel 1.9.0",
223
+ "async-global-executor",
224
+ "async-io",
225
+ "async-lock",
226
+ "async-process",
227
+ "crossbeam-utils",
228
+ "futures-channel",
229
+ "futures-core",
230
+ "futures-io",
231
+ "futures-lite",
232
+ "gloo-timers",
233
+ "kv-log-macro",
234
+ "log",
235
+ "memchr",
236
+ "once_cell",
237
+ "pin-project-lite",
238
+ "pin-utils",
239
+ "slab",
240
+ "wasm-bindgen-futures",
241
+ ]
242
+
243
+ [[package]]
244
+ name = "async-tar"
245
+ version = "0.5.0"
246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
247
+ checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
248
+ dependencies = [
249
+ "async-std",
250
+ "filetime",
251
+ "libc",
252
+ "pin-project",
253
+ "redox_syscall 0.2.16",
254
+ "xattr 0.2.3",
255
+ ]
256
+
257
+ [[package]]
258
+ name = "async-task"
259
+ version = "4.7.1"
102
260
  source = "registry+https://github.com/rust-lang/crates.io-index"
103
- checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
261
+ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
104
262
 
105
263
  [[package]]
106
264
  name = "async-trait"
@@ -125,29 +283,6 @@ version = "1.4.0"
125
283
  source = "registry+https://github.com/rust-lang/crates.io-index"
126
284
  checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
127
285
 
128
- [[package]]
129
- name = "av1-grain"
130
- version = "0.2.3"
131
- source = "registry+https://github.com/rust-lang/crates.io-index"
132
- checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
133
- dependencies = [
134
- "anyhow",
135
- "arrayvec",
136
- "log",
137
- "nom",
138
- "num-rational",
139
- "v_frame",
140
- ]
141
-
142
- [[package]]
143
- name = "avif-serialize"
144
- version = "0.8.3"
145
- source = "registry+https://github.com/rust-lang/crates.io-index"
146
- checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
147
- dependencies = [
148
- "arrayvec",
149
- ]
150
-
151
286
  [[package]]
152
287
  name = "backtrace"
153
288
  version = "0.3.74"
@@ -160,7 +295,7 @@ dependencies = [
160
295
  "miniz_oxide",
161
296
  "object",
162
297
  "rustc-demangle",
163
- "windows-targets",
298
+ "windows-targets 0.52.6",
164
299
  ]
165
300
 
166
301
  [[package]]
@@ -169,12 +304,6 @@ version = "0.22.1"
169
304
  source = "registry+https://github.com/rust-lang/crates.io-index"
170
305
  checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
171
306
 
172
- [[package]]
173
- name = "bit_field"
174
- version = "0.10.2"
175
- source = "registry+https://github.com/rust-lang/crates.io-index"
176
- checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
177
-
178
307
  [[package]]
179
308
  name = "bitflags"
180
309
  version = "1.3.2"
@@ -188,16 +317,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
188
317
  checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
189
318
 
190
319
  [[package]]
191
- name = "bitstream-io"
192
- version = "2.6.0"
320
+ name = "blocking"
321
+ version = "1.6.1"
193
322
  source = "registry+https://github.com/rust-lang/crates.io-index"
194
- checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
323
+ checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
324
+ dependencies = [
325
+ "async-channel 2.3.1",
326
+ "async-task",
327
+ "futures-io",
328
+ "futures-lite",
329
+ "piper",
330
+ ]
195
331
 
196
332
  [[package]]
197
- name = "built"
198
- version = "0.7.7"
333
+ name = "bracoxide"
334
+ version = "0.1.6"
199
335
  source = "registry+https://github.com/rust-lang/crates.io-index"
200
- checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
336
+ checksum = "3572b24445a122332bb25a2637248d62ca8b567351d98b1194ca4132c61810bd"
201
337
 
202
338
  [[package]]
203
339
  name = "bumpalo"
@@ -235,19 +371,18 @@ version = "1.2.16"
235
371
  source = "registry+https://github.com/rust-lang/crates.io-index"
236
372
  checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
237
373
  dependencies = [
238
- "jobserver",
239
- "libc",
240
374
  "shlex",
241
375
  ]
242
376
 
243
377
  [[package]]
244
- name = "cfg-expr"
245
- version = "0.15.8"
378
+ name = "cfb"
379
+ version = "0.7.3"
246
380
  source = "registry+https://github.com/rust-lang/crates.io-index"
247
- checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
381
+ checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
248
382
  dependencies = [
249
- "smallvec",
250
- "target-lexicon 0.12.16",
383
+ "byteorder",
384
+ "fnv",
385
+ "uuid",
251
386
  ]
252
387
 
253
388
  [[package]]
@@ -296,18 +431,21 @@ version = "0.7.4"
296
431
  source = "registry+https://github.com/rust-lang/crates.io-index"
297
432
  checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
298
433
 
299
- [[package]]
300
- name = "color_quant"
301
- version = "1.1.0"
302
- source = "registry+https://github.com/rust-lang/crates.io-index"
303
- checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
304
-
305
434
  [[package]]
306
435
  name = "colorchoice"
307
436
  version = "1.0.3"
308
437
  source = "registry+https://github.com/rust-lang/crates.io-index"
309
438
  checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
310
439
 
440
+ [[package]]
441
+ name = "concurrent-queue"
442
+ version = "2.5.0"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
445
+ dependencies = [
446
+ "crossbeam-utils",
447
+ ]
448
+
311
449
  [[package]]
312
450
  name = "core-foundation"
313
451
  version = "0.9.4"
@@ -333,37 +471,12 @@ dependencies = [
333
471
  "cfg-if",
334
472
  ]
335
473
 
336
- [[package]]
337
- name = "crossbeam-deque"
338
- version = "0.8.6"
339
- source = "registry+https://github.com/rust-lang/crates.io-index"
340
- checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
341
- dependencies = [
342
- "crossbeam-epoch",
343
- "crossbeam-utils",
344
- ]
345
-
346
- [[package]]
347
- name = "crossbeam-epoch"
348
- version = "0.9.18"
349
- source = "registry+https://github.com/rust-lang/crates.io-index"
350
- checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
351
- dependencies = [
352
- "crossbeam-utils",
353
- ]
354
-
355
474
  [[package]]
356
475
  name = "crossbeam-utils"
357
476
  version = "0.8.21"
358
477
  source = "registry+https://github.com/rust-lang/crates.io-index"
359
478
  checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
360
479
 
361
- [[package]]
362
- name = "crunchy"
363
- version = "0.2.3"
364
- source = "registry+https://github.com/rust-lang/crates.io-index"
365
- checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
366
-
367
480
  [[package]]
368
481
  name = "csv"
369
482
  version = "1.3.1"
@@ -387,11 +500,20 @@ dependencies = [
387
500
 
388
501
  [[package]]
389
502
  name = "datago"
390
- version = "2025.4.3"
503
+ version = "2025.6.2"
391
504
  dependencies = [
505
+ "async-compression",
506
+ "async-tar",
507
+ "bracoxide",
392
508
  "clap",
509
+ "env_logger",
510
+ "fast_image_resize",
511
+ "flate2",
512
+ "futures",
393
513
  "image",
514
+ "infer",
394
515
  "kanal",
516
+ "log",
395
517
  "num_cpus",
396
518
  "openssl",
397
519
  "prettytable-rs",
@@ -402,8 +524,10 @@ dependencies = [
402
524
  "reqwest-retry",
403
525
  "serde",
404
526
  "serde_json",
527
+ "tar",
405
528
  "threadpool",
406
529
  "tokio",
530
+ "tokio-util",
407
531
  "url",
408
532
  "walkdir",
409
533
  ]
@@ -441,10 +565,13 @@ dependencies = [
441
565
  ]
442
566
 
443
567
  [[package]]
444
- name = "either"
445
- version = "1.15.0"
568
+ name = "document-features"
569
+ version = "0.2.11"
446
570
  source = "registry+https://github.com/rust-lang/crates.io-index"
447
- checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
571
+ checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d"
572
+ dependencies = [
573
+ "litrs",
574
+ ]
448
575
 
449
576
  [[package]]
450
577
  name = "encode_unicode"
@@ -461,6 +588,29 @@ dependencies = [
461
588
  "cfg-if",
462
589
  ]
463
590
 
591
+ [[package]]
592
+ name = "env_filter"
593
+ version = "0.1.3"
594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
595
+ checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
596
+ dependencies = [
597
+ "log",
598
+ "regex",
599
+ ]
600
+
601
+ [[package]]
602
+ name = "env_logger"
603
+ version = "0.11.8"
604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
605
+ checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
606
+ dependencies = [
607
+ "anstream",
608
+ "anstyle",
609
+ "env_filter",
610
+ "jiff",
611
+ "log",
612
+ ]
613
+
464
614
  [[package]]
465
615
  name = "equivalent"
466
616
  version = "1.0.2"
@@ -469,27 +619,53 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
469
619
 
470
620
  [[package]]
471
621
  name = "errno"
472
- version = "0.3.10"
622
+ version = "0.3.12"
473
623
  source = "registry+https://github.com/rust-lang/crates.io-index"
474
- checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
624
+ checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18"
475
625
  dependencies = [
476
626
  "libc",
477
627
  "windows-sys 0.59.0",
478
628
  ]
479
629
 
480
630
  [[package]]
481
- name = "exr"
482
- version = "1.73.0"
631
+ name = "event-listener"
632
+ version = "2.5.3"
633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
634
+ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
635
+
636
+ [[package]]
637
+ name = "event-listener"
638
+ version = "5.4.0"
483
639
  source = "registry+https://github.com/rust-lang/crates.io-index"
484
- checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
640
+ checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
485
641
  dependencies = [
486
- "bit_field",
487
- "half",
488
- "lebe",
489
- "miniz_oxide",
490
- "rayon-core",
491
- "smallvec",
492
- "zune-inflate",
642
+ "concurrent-queue",
643
+ "parking",
644
+ "pin-project-lite",
645
+ ]
646
+
647
+ [[package]]
648
+ name = "event-listener-strategy"
649
+ version = "0.5.4"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
652
+ dependencies = [
653
+ "event-listener 5.4.0",
654
+ "pin-project-lite",
655
+ ]
656
+
657
+ [[package]]
658
+ name = "fast_image_resize"
659
+ version = "5.1.3"
660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
661
+ checksum = "e146c782f75f50995dae9ecf9ec189fc9d0d2906318cc6826ea9451717fe52ec"
662
+ dependencies = [
663
+ "bytemuck",
664
+ "cfg-if",
665
+ "document-features",
666
+ "image",
667
+ "num-traits",
668
+ "thiserror",
493
669
  ]
494
670
 
495
671
  [[package]]
@@ -507,11 +683,23 @@ dependencies = [
507
683
  "simd-adler32",
508
684
  ]
509
685
 
686
+ [[package]]
687
+ name = "filetime"
688
+ version = "0.2.25"
689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
690
+ checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
691
+ dependencies = [
692
+ "cfg-if",
693
+ "libc",
694
+ "libredox",
695
+ "windows-sys 0.59.0",
696
+ ]
697
+
510
698
  [[package]]
511
699
  name = "flate2"
512
- version = "1.1.0"
700
+ version = "1.1.1"
513
701
  source = "registry+https://github.com/rust-lang/crates.io-index"
514
- checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
702
+ checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
515
703
  dependencies = [
516
704
  "crc32fast",
517
705
  "miniz_oxide",
@@ -595,6 +783,19 @@ version = "0.3.31"
595
783
  source = "registry+https://github.com/rust-lang/crates.io-index"
596
784
  checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
597
785
 
786
+ [[package]]
787
+ name = "futures-lite"
788
+ version = "2.6.0"
789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
790
+ checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
791
+ dependencies = [
792
+ "fastrand",
793
+ "futures-core",
794
+ "futures-io",
795
+ "parking",
796
+ "pin-project-lite",
797
+ ]
798
+
598
799
  [[package]]
599
800
  name = "futures-macro"
600
801
  version = "0.3.31"
@@ -658,17 +859,7 @@ dependencies = [
658
859
  "cfg-if",
659
860
  "libc",
660
861
  "wasi 0.13.3+wasi-0.2.2",
661
- "windows-targets",
662
- ]
663
-
664
- [[package]]
665
- name = "gif"
666
- version = "0.13.1"
667
- source = "registry+https://github.com/rust-lang/crates.io-index"
668
- checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
669
- dependencies = [
670
- "color_quant",
671
- "weezl",
862
+ "windows-targets 0.52.6",
672
863
  ]
673
864
 
674
865
  [[package]]
@@ -677,11 +868,23 @@ version = "0.31.1"
677
868
  source = "registry+https://github.com/rust-lang/crates.io-index"
678
869
  checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
679
870
 
871
+ [[package]]
872
+ name = "gloo-timers"
873
+ version = "0.3.0"
874
+ source = "registry+https://github.com/rust-lang/crates.io-index"
875
+ checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
876
+ dependencies = [
877
+ "futures-channel",
878
+ "futures-core",
879
+ "js-sys",
880
+ "wasm-bindgen",
881
+ ]
882
+
680
883
  [[package]]
681
884
  name = "h2"
682
- version = "0.4.8"
885
+ version = "0.4.10"
683
886
  source = "registry+https://github.com/rust-lang/crates.io-index"
684
- checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2"
887
+ checksum = "a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5"
685
888
  dependencies = [
686
889
  "atomic-waker",
687
890
  "bytes",
@@ -696,16 +899,6 @@ dependencies = [
696
899
  "tracing",
697
900
  ]
698
901
 
699
- [[package]]
700
- name = "half"
701
- version = "2.4.1"
702
- source = "registry+https://github.com/rust-lang/crates.io-index"
703
- checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
704
- dependencies = [
705
- "cfg-if",
706
- "crunchy",
707
- ]
708
-
709
902
  [[package]]
710
903
  name = "hashbrown"
711
904
  version = "0.15.2"
@@ -792,11 +985,10 @@ dependencies = [
792
985
 
793
986
  [[package]]
794
987
  name = "hyper-rustls"
795
- version = "0.27.5"
988
+ version = "0.27.6"
796
989
  source = "registry+https://github.com/rust-lang/crates.io-index"
797
- checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
990
+ checksum = "03a01595e11bdcec50946522c32dde3fc6914743000a68b93000965f2f02406d"
798
991
  dependencies = [
799
- "futures-util",
800
992
  "http",
801
993
  "hyper",
802
994
  "hyper-util",
@@ -983,43 +1175,18 @@ dependencies = [
983
1175
 
984
1176
  [[package]]
985
1177
  name = "image"
986
- version = "0.25.5"
1178
+ version = "0.25.6"
987
1179
  source = "registry+https://github.com/rust-lang/crates.io-index"
988
- checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
1180
+ checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
989
1181
  dependencies = [
990
1182
  "bytemuck",
991
1183
  "byteorder-lite",
992
- "color_quant",
993
- "exr",
994
- "gif",
995
- "image-webp",
996
1184
  "num-traits",
997
1185
  "png",
998
- "qoi",
999
- "ravif",
1000
- "rayon",
1001
- "rgb",
1002
- "tiff",
1003
1186
  "zune-core",
1004
1187
  "zune-jpeg",
1005
1188
  ]
1006
1189
 
1007
- [[package]]
1008
- name = "image-webp"
1009
- version = "0.2.1"
1010
- source = "registry+https://github.com/rust-lang/crates.io-index"
1011
- checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
1012
- dependencies = [
1013
- "byteorder-lite",
1014
- "quick-error",
1015
- ]
1016
-
1017
- [[package]]
1018
- name = "imgref"
1019
- version = "1.11.0"
1020
- source = "registry+https://github.com/rust-lang/crates.io-index"
1021
- checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
1022
-
1023
1190
  [[package]]
1024
1191
  name = "indexmap"
1025
1192
  version = "2.7.1"
@@ -1036,6 +1203,15 @@ version = "2.0.6"
1036
1203
  source = "registry+https://github.com/rust-lang/crates.io-index"
1037
1204
  checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
1038
1205
 
1206
+ [[package]]
1207
+ name = "infer"
1208
+ version = "0.16.0"
1209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1210
+ checksum = "bc150e5ce2330295b8616ce0e3f53250e53af31759a9dbedad1621ba29151847"
1211
+ dependencies = [
1212
+ "cfb",
1213
+ ]
1214
+
1039
1215
  [[package]]
1040
1216
  name = "instant"
1041
1217
  version = "0.1.13"
@@ -1048,17 +1224,6 @@ dependencies = [
1048
1224
  "web-sys",
1049
1225
  ]
1050
1226
 
1051
- [[package]]
1052
- name = "interpolate_name"
1053
- version = "0.2.4"
1054
- source = "registry+https://github.com/rust-lang/crates.io-index"
1055
- checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
1056
- dependencies = [
1057
- "proc-macro2",
1058
- "quote",
1059
- "syn",
1060
- ]
1061
-
1062
1227
  [[package]]
1063
1228
  name = "ipnet"
1064
1229
  version = "2.11.0"
@@ -1082,15 +1247,6 @@ version = "1.70.1"
1082
1247
  source = "registry+https://github.com/rust-lang/crates.io-index"
1083
1248
  checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
1084
1249
 
1085
- [[package]]
1086
- name = "itertools"
1087
- version = "0.12.1"
1088
- source = "registry+https://github.com/rust-lang/crates.io-index"
1089
- checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1090
- dependencies = [
1091
- "either",
1092
- ]
1093
-
1094
1250
  [[package]]
1095
1251
  name = "itoa"
1096
1252
  version = "1.0.15"
@@ -1098,19 +1254,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1098
1254
  checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1099
1255
 
1100
1256
  [[package]]
1101
- name = "jobserver"
1102
- version = "0.1.32"
1257
+ name = "jiff"
1258
+ version = "0.2.10"
1103
1259
  source = "registry+https://github.com/rust-lang/crates.io-index"
1104
- checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
1260
+ checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
1105
1261
  dependencies = [
1106
- "libc",
1262
+ "jiff-static",
1263
+ "log",
1264
+ "portable-atomic",
1265
+ "portable-atomic-util",
1266
+ "serde",
1107
1267
  ]
1108
1268
 
1109
1269
  [[package]]
1110
- name = "jpeg-decoder"
1111
- version = "0.3.1"
1270
+ name = "jiff-static"
1271
+ version = "0.2.10"
1112
1272
  source = "registry+https://github.com/rust-lang/crates.io-index"
1113
- checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
1273
+ checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
1274
+ dependencies = [
1275
+ "proc-macro2",
1276
+ "quote",
1277
+ "syn",
1278
+ ]
1114
1279
 
1115
1280
  [[package]]
1116
1281
  name = "js-sys"
@@ -1133,16 +1298,19 @@ dependencies = [
1133
1298
  ]
1134
1299
 
1135
1300
  [[package]]
1136
- name = "lazy_static"
1137
- version = "1.5.0"
1301
+ name = "kv-log-macro"
1302
+ version = "1.0.7"
1138
1303
  source = "registry+https://github.com/rust-lang/crates.io-index"
1139
- checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1304
+ checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
1305
+ dependencies = [
1306
+ "log",
1307
+ ]
1140
1308
 
1141
1309
  [[package]]
1142
- name = "lebe"
1143
- version = "0.5.2"
1310
+ name = "lazy_static"
1311
+ version = "1.5.0"
1144
1312
  source = "registry+https://github.com/rust-lang/crates.io-index"
1145
- checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
1313
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1146
1314
 
1147
1315
  [[package]]
1148
1316
  name = "libc"
@@ -1150,16 +1318,6 @@ version = "0.2.170"
1150
1318
  source = "registry+https://github.com/rust-lang/crates.io-index"
1151
1319
  checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
1152
1320
 
1153
- [[package]]
1154
- name = "libfuzzer-sys"
1155
- version = "0.4.9"
1156
- source = "registry+https://github.com/rust-lang/crates.io-index"
1157
- checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
1158
- dependencies = [
1159
- "arbitrary",
1160
- "cc",
1161
- ]
1162
-
1163
1321
  [[package]]
1164
1322
  name = "libredox"
1165
1323
  version = "0.1.3"
@@ -1168,6 +1326,7 @@ checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
1168
1326
  dependencies = [
1169
1327
  "bitflags 2.9.0",
1170
1328
  "libc",
1329
+ "redox_syscall 0.5.11",
1171
1330
  ]
1172
1331
 
1173
1332
  [[package]]
@@ -1176,12 +1335,24 @@ version = "0.4.15"
1176
1335
  source = "registry+https://github.com/rust-lang/crates.io-index"
1177
1336
  checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1178
1337
 
1338
+ [[package]]
1339
+ name = "linux-raw-sys"
1340
+ version = "0.9.4"
1341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1342
+ checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
1343
+
1179
1344
  [[package]]
1180
1345
  name = "litemap"
1181
1346
  version = "0.7.5"
1182
1347
  source = "registry+https://github.com/rust-lang/crates.io-index"
1183
1348
  checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
1184
1349
 
1350
+ [[package]]
1351
+ name = "litrs"
1352
+ version = "0.4.1"
1353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1354
+ checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
1355
+
1185
1356
  [[package]]
1186
1357
  name = "lock_api"
1187
1358
  version = "0.4.12"
@@ -1194,27 +1365,11 @@ dependencies = [
1194
1365
 
1195
1366
  [[package]]
1196
1367
  name = "log"
1197
- version = "0.4.26"
1368
+ version = "0.4.27"
1198
1369
  source = "registry+https://github.com/rust-lang/crates.io-index"
1199
- checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
1200
-
1201
- [[package]]
1202
- name = "loop9"
1203
- version = "0.1.5"
1204
- source = "registry+https://github.com/rust-lang/crates.io-index"
1205
- checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
1206
- dependencies = [
1207
- "imgref",
1208
- ]
1209
-
1210
- [[package]]
1211
- name = "maybe-rayon"
1212
- version = "0.1.1"
1213
- source = "registry+https://github.com/rust-lang/crates.io-index"
1214
- checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
1370
+ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1215
1371
  dependencies = [
1216
- "cfg-if",
1217
- "rayon",
1372
+ "value-bag",
1218
1373
  ]
1219
1374
 
1220
1375
  [[package]]
@@ -1238,12 +1393,6 @@ version = "0.3.17"
1238
1393
  source = "registry+https://github.com/rust-lang/crates.io-index"
1239
1394
  checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1240
1395
 
1241
- [[package]]
1242
- name = "minimal-lexical"
1243
- version = "0.2.1"
1244
- source = "registry+https://github.com/rust-lang/crates.io-index"
1245
- checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1246
-
1247
1396
  [[package]]
1248
1397
  name = "miniz_oxide"
1249
1398
  version = "0.8.5"
@@ -1282,69 +1431,6 @@ dependencies = [
1282
1431
  "tempfile",
1283
1432
  ]
1284
1433
 
1285
- [[package]]
1286
- name = "new_debug_unreachable"
1287
- version = "1.0.6"
1288
- source = "registry+https://github.com/rust-lang/crates.io-index"
1289
- checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
1290
-
1291
- [[package]]
1292
- name = "nom"
1293
- version = "7.1.3"
1294
- source = "registry+https://github.com/rust-lang/crates.io-index"
1295
- checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1296
- dependencies = [
1297
- "memchr",
1298
- "minimal-lexical",
1299
- ]
1300
-
1301
- [[package]]
1302
- name = "noop_proc_macro"
1303
- version = "0.3.0"
1304
- source = "registry+https://github.com/rust-lang/crates.io-index"
1305
- checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
1306
-
1307
- [[package]]
1308
- name = "num-bigint"
1309
- version = "0.4.6"
1310
- source = "registry+https://github.com/rust-lang/crates.io-index"
1311
- checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1312
- dependencies = [
1313
- "num-integer",
1314
- "num-traits",
1315
- ]
1316
-
1317
- [[package]]
1318
- name = "num-derive"
1319
- version = "0.4.2"
1320
- source = "registry+https://github.com/rust-lang/crates.io-index"
1321
- checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
1322
- dependencies = [
1323
- "proc-macro2",
1324
- "quote",
1325
- "syn",
1326
- ]
1327
-
1328
- [[package]]
1329
- name = "num-integer"
1330
- version = "0.1.46"
1331
- source = "registry+https://github.com/rust-lang/crates.io-index"
1332
- checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1333
- dependencies = [
1334
- "num-traits",
1335
- ]
1336
-
1337
- [[package]]
1338
- name = "num-rational"
1339
- version = "0.4.2"
1340
- source = "registry+https://github.com/rust-lang/crates.io-index"
1341
- checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
1342
- dependencies = [
1343
- "num-bigint",
1344
- "num-integer",
1345
- "num-traits",
1346
- ]
1347
-
1348
1434
  [[package]]
1349
1435
  name = "num-traits"
1350
1436
  version = "0.2.19"
@@ -1433,6 +1519,12 @@ dependencies = [
1433
1519
  "vcpkg",
1434
1520
  ]
1435
1521
 
1522
+ [[package]]
1523
+ name = "parking"
1524
+ version = "2.2.1"
1525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1526
+ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1527
+
1436
1528
  [[package]]
1437
1529
  name = "parking_lot"
1438
1530
  version = "0.11.2"
@@ -1453,22 +1545,36 @@ dependencies = [
1453
1545
  "cfg-if",
1454
1546
  "instant",
1455
1547
  "libc",
1456
- "redox_syscall",
1548
+ "redox_syscall 0.2.16",
1457
1549
  "smallvec",
1458
1550
  "winapi",
1459
1551
  ]
1460
1552
 
1461
1553
  [[package]]
1462
- name = "paste"
1463
- version = "1.0.15"
1554
+ name = "percent-encoding"
1555
+ version = "2.3.1"
1464
1556
  source = "registry+https://github.com/rust-lang/crates.io-index"
1465
- checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1557
+ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1466
1558
 
1467
1559
  [[package]]
1468
- name = "percent-encoding"
1469
- version = "2.3.1"
1560
+ name = "pin-project"
1561
+ version = "1.1.10"
1562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1563
+ checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
1564
+ dependencies = [
1565
+ "pin-project-internal",
1566
+ ]
1567
+
1568
+ [[package]]
1569
+ name = "pin-project-internal"
1570
+ version = "1.1.10"
1470
1571
  source = "registry+https://github.com/rust-lang/crates.io-index"
1471
- checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1572
+ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
1573
+ dependencies = [
1574
+ "proc-macro2",
1575
+ "quote",
1576
+ "syn",
1577
+ ]
1472
1578
 
1473
1579
  [[package]]
1474
1580
  name = "pin-project-lite"
@@ -1482,6 +1588,17 @@ version = "0.1.0"
1482
1588
  source = "registry+https://github.com/rust-lang/crates.io-index"
1483
1589
  checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1484
1590
 
1591
+ [[package]]
1592
+ name = "piper"
1593
+ version = "0.2.4"
1594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1595
+ checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
1596
+ dependencies = [
1597
+ "atomic-waker",
1598
+ "fastrand",
1599
+ "futures-io",
1600
+ ]
1601
+
1485
1602
  [[package]]
1486
1603
  name = "pkg-config"
1487
1604
  version = "0.3.32"
@@ -1501,12 +1618,36 @@ dependencies = [
1501
1618
  "miniz_oxide",
1502
1619
  ]
1503
1620
 
1621
+ [[package]]
1622
+ name = "polling"
1623
+ version = "3.7.4"
1624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1625
+ checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
1626
+ dependencies = [
1627
+ "cfg-if",
1628
+ "concurrent-queue",
1629
+ "hermit-abi 0.4.0",
1630
+ "pin-project-lite",
1631
+ "rustix 0.38.44",
1632
+ "tracing",
1633
+ "windows-sys 0.59.0",
1634
+ ]
1635
+
1504
1636
  [[package]]
1505
1637
  name = "portable-atomic"
1506
1638
  version = "1.11.0"
1507
1639
  source = "registry+https://github.com/rust-lang/crates.io-index"
1508
1640
  checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
1509
1641
 
1642
+ [[package]]
1643
+ name = "portable-atomic-util"
1644
+ version = "0.2.4"
1645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1646
+ checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
1647
+ dependencies = [
1648
+ "portable-atomic",
1649
+ ]
1650
+
1510
1651
  [[package]]
1511
1652
  name = "ppv-lite86"
1512
1653
  version = "0.2.20"
@@ -1539,25 +1680,6 @@ dependencies = [
1539
1680
  "unicode-ident",
1540
1681
  ]
1541
1682
 
1542
- [[package]]
1543
- name = "profiling"
1544
- version = "1.0.16"
1545
- source = "registry+https://github.com/rust-lang/crates.io-index"
1546
- checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
1547
- dependencies = [
1548
- "profiling-procmacros",
1549
- ]
1550
-
1551
- [[package]]
1552
- name = "profiling-procmacros"
1553
- version = "1.0.16"
1554
- source = "registry+https://github.com/rust-lang/crates.io-index"
1555
- checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
1556
- dependencies = [
1557
- "quote",
1558
- "syn",
1559
- ]
1560
-
1561
1683
  [[package]]
1562
1684
  name = "pyo3"
1563
1685
  version = "0.24.1"
@@ -1583,7 +1705,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1583
1705
  checksum = "e27165889bd793000a098bb966adc4300c312497ea25cf7a690a9f0ac5aa5fc1"
1584
1706
  dependencies = [
1585
1707
  "once_cell",
1586
- "target-lexicon 0.13.2",
1708
+ "target-lexicon",
1587
1709
  ]
1588
1710
 
1589
1711
  [[package]]
@@ -1621,21 +1743,6 @@ dependencies = [
1621
1743
  "syn",
1622
1744
  ]
1623
1745
 
1624
- [[package]]
1625
- name = "qoi"
1626
- version = "0.4.1"
1627
- source = "registry+https://github.com/rust-lang/crates.io-index"
1628
- checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
1629
- dependencies = [
1630
- "bytemuck",
1631
- ]
1632
-
1633
- [[package]]
1634
- name = "quick-error"
1635
- version = "2.0.1"
1636
- source = "registry+https://github.com/rust-lang/crates.io-index"
1637
- checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
1638
-
1639
1746
  [[package]]
1640
1747
  name = "quote"
1641
1748
  version = "1.0.39"
@@ -1706,100 +1813,68 @@ dependencies = [
1706
1813
  ]
1707
1814
 
1708
1815
  [[package]]
1709
- name = "rav1e"
1710
- version = "0.7.1"
1816
+ name = "redox_syscall"
1817
+ version = "0.2.16"
1711
1818
  source = "registry+https://github.com/rust-lang/crates.io-index"
1712
- checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
1819
+ checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1713
1820
  dependencies = [
1714
- "arbitrary",
1715
- "arg_enum_proc_macro",
1716
- "arrayvec",
1717
- "av1-grain",
1718
- "bitstream-io",
1719
- "built",
1720
- "cfg-if",
1721
- "interpolate_name",
1722
- "itertools",
1723
- "libc",
1724
- "libfuzzer-sys",
1725
- "log",
1726
- "maybe-rayon",
1727
- "new_debug_unreachable",
1728
- "noop_proc_macro",
1729
- "num-derive",
1730
- "num-traits",
1731
- "once_cell",
1732
- "paste",
1733
- "profiling",
1734
- "rand 0.8.5",
1735
- "rand_chacha 0.3.1",
1736
- "simd_helpers",
1737
- "system-deps",
1738
- "thiserror",
1739
- "v_frame",
1740
- "wasm-bindgen",
1821
+ "bitflags 1.3.2",
1741
1822
  ]
1742
1823
 
1743
1824
  [[package]]
1744
- name = "ravif"
1745
- version = "0.11.11"
1825
+ name = "redox_syscall"
1826
+ version = "0.5.11"
1746
1827
  source = "registry+https://github.com/rust-lang/crates.io-index"
1747
- checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
1828
+ checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
1748
1829
  dependencies = [
1749
- "avif-serialize",
1750
- "imgref",
1751
- "loop9",
1752
- "quick-error",
1753
- "rav1e",
1754
- "rayon",
1755
- "rgb",
1830
+ "bitflags 2.9.0",
1756
1831
  ]
1757
1832
 
1758
1833
  [[package]]
1759
- name = "rayon"
1760
- version = "1.10.0"
1834
+ name = "redox_users"
1835
+ version = "0.4.6"
1761
1836
  source = "registry+https://github.com/rust-lang/crates.io-index"
1762
- checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
1837
+ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
1763
1838
  dependencies = [
1764
- "either",
1765
- "rayon-core",
1839
+ "getrandom 0.2.15",
1840
+ "libredox",
1841
+ "thiserror",
1766
1842
  ]
1767
1843
 
1768
1844
  [[package]]
1769
- name = "rayon-core"
1770
- version = "1.12.1"
1845
+ name = "regex"
1846
+ version = "1.11.1"
1771
1847
  source = "registry+https://github.com/rust-lang/crates.io-index"
1772
- checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
1848
+ checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1773
1849
  dependencies = [
1774
- "crossbeam-deque",
1775
- "crossbeam-utils",
1850
+ "aho-corasick",
1851
+ "memchr",
1852
+ "regex-automata",
1853
+ "regex-syntax",
1776
1854
  ]
1777
1855
 
1778
1856
  [[package]]
1779
- name = "redox_syscall"
1780
- version = "0.2.16"
1857
+ name = "regex-automata"
1858
+ version = "0.4.9"
1781
1859
  source = "registry+https://github.com/rust-lang/crates.io-index"
1782
- checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1860
+ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1783
1861
  dependencies = [
1784
- "bitflags 1.3.2",
1862
+ "aho-corasick",
1863
+ "memchr",
1864
+ "regex-syntax",
1785
1865
  ]
1786
1866
 
1787
1867
  [[package]]
1788
- name = "redox_users"
1789
- version = "0.4.6"
1868
+ name = "regex-syntax"
1869
+ version = "0.8.5"
1790
1870
  source = "registry+https://github.com/rust-lang/crates.io-index"
1791
- checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
1792
- dependencies = [
1793
- "getrandom 0.2.15",
1794
- "libredox",
1795
- "thiserror",
1796
- ]
1871
+ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1797
1872
 
1798
1873
  [[package]]
1799
1874
  name = "reqwest"
1800
- version = "0.12.12"
1875
+ version = "0.12.15"
1801
1876
  source = "registry+https://github.com/rust-lang/crates.io-index"
1802
- checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
1877
+ checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
1803
1878
  dependencies = [
1804
1879
  "base64",
1805
1880
  "bytes",
@@ -1831,11 +1906,13 @@ dependencies = [
1831
1906
  "system-configuration",
1832
1907
  "tokio",
1833
1908
  "tokio-native-tls",
1909
+ "tokio-util",
1834
1910
  "tower",
1835
1911
  "tower-service",
1836
1912
  "url",
1837
1913
  "wasm-bindgen",
1838
1914
  "wasm-bindgen-futures",
1915
+ "wasm-streams",
1839
1916
  "web-sys",
1840
1917
  "windows-registry",
1841
1918
  ]
@@ -1886,17 +1963,11 @@ dependencies = [
1886
1963
  "rand 0.8.5",
1887
1964
  ]
1888
1965
 
1889
- [[package]]
1890
- name = "rgb"
1891
- version = "0.8.50"
1892
- source = "registry+https://github.com/rust-lang/crates.io-index"
1893
- checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
1894
-
1895
1966
  [[package]]
1896
1967
  name = "ring"
1897
- version = "0.17.13"
1968
+ version = "0.17.14"
1898
1969
  source = "registry+https://github.com/rust-lang/crates.io-index"
1899
- checksum = "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee"
1970
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1900
1971
  dependencies = [
1901
1972
  "cc",
1902
1973
  "cfg-if",
@@ -1921,15 +1992,28 @@ dependencies = [
1921
1992
  "bitflags 2.9.0",
1922
1993
  "errno",
1923
1994
  "libc",
1924
- "linux-raw-sys",
1995
+ "linux-raw-sys 0.4.15",
1996
+ "windows-sys 0.59.0",
1997
+ ]
1998
+
1999
+ [[package]]
2000
+ name = "rustix"
2001
+ version = "1.0.7"
2002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2003
+ checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
2004
+ dependencies = [
2005
+ "bitflags 2.9.0",
2006
+ "errno",
2007
+ "libc",
2008
+ "linux-raw-sys 0.9.4",
1925
2009
  "windows-sys 0.59.0",
1926
2010
  ]
1927
2011
 
1928
2012
  [[package]]
1929
2013
  name = "rustls"
1930
- version = "0.23.23"
2014
+ version = "0.23.27"
1931
2015
  source = "registry+https://github.com/rust-lang/crates.io-index"
1932
- checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
2016
+ checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321"
1933
2017
  dependencies = [
1934
2018
  "once_cell",
1935
2019
  "rustls-pki-types",
@@ -1949,15 +2033,18 @@ dependencies = [
1949
2033
 
1950
2034
  [[package]]
1951
2035
  name = "rustls-pki-types"
1952
- version = "1.11.0"
2036
+ version = "1.12.0"
1953
2037
  source = "registry+https://github.com/rust-lang/crates.io-index"
1954
- checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
2038
+ checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
2039
+ dependencies = [
2040
+ "zeroize",
2041
+ ]
1955
2042
 
1956
2043
  [[package]]
1957
2044
  name = "rustls-webpki"
1958
- version = "0.102.8"
2045
+ version = "0.103.3"
1959
2046
  source = "registry+https://github.com/rust-lang/crates.io-index"
1960
- checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
2047
+ checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
1961
2048
  dependencies = [
1962
2049
  "ring",
1963
2050
  "rustls-pki-types",
@@ -2055,15 +2142,6 @@ dependencies = [
2055
2142
  "serde",
2056
2143
  ]
2057
2144
 
2058
- [[package]]
2059
- name = "serde_spanned"
2060
- version = "0.6.8"
2061
- source = "registry+https://github.com/rust-lang/crates.io-index"
2062
- checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
2063
- dependencies = [
2064
- "serde",
2065
- ]
2066
-
2067
2145
  [[package]]
2068
2146
  name = "serde_urlencoded"
2069
2147
  version = "0.7.1"
@@ -2083,19 +2161,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2083
2161
  checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2084
2162
 
2085
2163
  [[package]]
2086
- name = "simd-adler32"
2087
- version = "0.3.7"
2164
+ name = "signal-hook-registry"
2165
+ version = "1.4.5"
2088
2166
  source = "registry+https://github.com/rust-lang/crates.io-index"
2089
- checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2167
+ checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
2168
+ dependencies = [
2169
+ "libc",
2170
+ ]
2090
2171
 
2091
2172
  [[package]]
2092
- name = "simd_helpers"
2093
- version = "0.1.0"
2173
+ name = "simd-adler32"
2174
+ version = "0.3.7"
2094
2175
  source = "registry+https://github.com/rust-lang/crates.io-index"
2095
- checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
2096
- dependencies = [
2097
- "quote",
2098
- ]
2176
+ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2099
2177
 
2100
2178
  [[package]]
2101
2179
  name = "slab"
@@ -2193,24 +2271,16 @@ dependencies = [
2193
2271
  ]
2194
2272
 
2195
2273
  [[package]]
2196
- name = "system-deps"
2197
- version = "6.2.2"
2274
+ name = "tar"
2275
+ version = "0.4.44"
2198
2276
  source = "registry+https://github.com/rust-lang/crates.io-index"
2199
- checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
2277
+ checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a"
2200
2278
  dependencies = [
2201
- "cfg-expr",
2202
- "heck",
2203
- "pkg-config",
2204
- "toml",
2205
- "version-compare",
2279
+ "filetime",
2280
+ "libc",
2281
+ "xattr 1.5.0",
2206
2282
  ]
2207
2283
 
2208
- [[package]]
2209
- name = "target-lexicon"
2210
- version = "0.12.16"
2211
- source = "registry+https://github.com/rust-lang/crates.io-index"
2212
- checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
2213
-
2214
2284
  [[package]]
2215
2285
  name = "target-lexicon"
2216
2286
  version = "0.13.2"
@@ -2219,15 +2289,14 @@ checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
2219
2289
 
2220
2290
  [[package]]
2221
2291
  name = "tempfile"
2222
- version = "3.17.1"
2292
+ version = "3.20.0"
2223
2293
  source = "registry+https://github.com/rust-lang/crates.io-index"
2224
- checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
2294
+ checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
2225
2295
  dependencies = [
2226
- "cfg-if",
2227
2296
  "fastrand",
2228
2297
  "getrandom 0.3.1",
2229
2298
  "once_cell",
2230
- "rustix",
2299
+ "rustix 1.0.7",
2231
2300
  "windows-sys 0.59.0",
2232
2301
  ]
2233
2302
 
@@ -2271,17 +2340,6 @@ dependencies = [
2271
2340
  "num_cpus",
2272
2341
  ]
2273
2342
 
2274
- [[package]]
2275
- name = "tiff"
2276
- version = "0.9.1"
2277
- source = "registry+https://github.com/rust-lang/crates.io-index"
2278
- checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
2279
- dependencies = [
2280
- "flate2",
2281
- "jpeg-decoder",
2282
- "weezl",
2283
- ]
2284
-
2285
2343
  [[package]]
2286
2344
  name = "tinystr"
2287
2345
  version = "0.7.6"
@@ -2341,51 +2399,18 @@ dependencies = [
2341
2399
 
2342
2400
  [[package]]
2343
2401
  name = "tokio-util"
2344
- version = "0.7.13"
2402
+ version = "0.7.15"
2345
2403
  source = "registry+https://github.com/rust-lang/crates.io-index"
2346
- checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
2404
+ checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
2347
2405
  dependencies = [
2348
2406
  "bytes",
2349
2407
  "futures-core",
2408
+ "futures-io",
2350
2409
  "futures-sink",
2351
2410
  "pin-project-lite",
2352
2411
  "tokio",
2353
2412
  ]
2354
2413
 
2355
- [[package]]
2356
- name = "toml"
2357
- version = "0.8.20"
2358
- source = "registry+https://github.com/rust-lang/crates.io-index"
2359
- checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
2360
- dependencies = [
2361
- "serde",
2362
- "serde_spanned",
2363
- "toml_datetime",
2364
- "toml_edit",
2365
- ]
2366
-
2367
- [[package]]
2368
- name = "toml_datetime"
2369
- version = "0.6.8"
2370
- source = "registry+https://github.com/rust-lang/crates.io-index"
2371
- checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2372
- dependencies = [
2373
- "serde",
2374
- ]
2375
-
2376
- [[package]]
2377
- name = "toml_edit"
2378
- version = "0.22.24"
2379
- source = "registry+https://github.com/rust-lang/crates.io-index"
2380
- checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
2381
- dependencies = [
2382
- "indexmap",
2383
- "serde",
2384
- "serde_spanned",
2385
- "toml_datetime",
2386
- "winnow",
2387
- ]
2388
-
2389
2414
  [[package]]
2390
2415
  name = "tower"
2391
2416
  version = "0.5.2"
@@ -2504,27 +2529,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2504
2529
  checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2505
2530
 
2506
2531
  [[package]]
2507
- name = "v_frame"
2508
- version = "0.3.8"
2532
+ name = "uuid"
2533
+ version = "1.17.0"
2509
2534
  source = "registry+https://github.com/rust-lang/crates.io-index"
2510
- checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
2535
+ checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
2511
2536
  dependencies = [
2512
- "aligned-vec",
2513
- "num-traits",
2537
+ "js-sys",
2514
2538
  "wasm-bindgen",
2515
2539
  ]
2516
2540
 
2517
2541
  [[package]]
2518
- name = "vcpkg"
2519
- version = "0.2.15"
2542
+ name = "value-bag"
2543
+ version = "1.11.1"
2520
2544
  source = "registry+https://github.com/rust-lang/crates.io-index"
2521
- checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2545
+ checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
2522
2546
 
2523
2547
  [[package]]
2524
- name = "version-compare"
2525
- version = "0.2.0"
2548
+ name = "vcpkg"
2549
+ version = "0.2.15"
2526
2550
  source = "registry+https://github.com/rust-lang/crates.io-index"
2527
- checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
2551
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2528
2552
 
2529
2553
  [[package]]
2530
2554
  name = "walkdir"
@@ -2631,6 +2655,19 @@ dependencies = [
2631
2655
  "unicode-ident",
2632
2656
  ]
2633
2657
 
2658
+ [[package]]
2659
+ name = "wasm-streams"
2660
+ version = "0.4.2"
2661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2662
+ checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
2663
+ dependencies = [
2664
+ "futures-util",
2665
+ "js-sys",
2666
+ "wasm-bindgen",
2667
+ "wasm-bindgen-futures",
2668
+ "web-sys",
2669
+ ]
2670
+
2634
2671
  [[package]]
2635
2672
  name = "wasm-timer"
2636
2673
  version = "0.2.5"
@@ -2656,12 +2693,6 @@ dependencies = [
2656
2693
  "wasm-bindgen",
2657
2694
  ]
2658
2695
 
2659
- [[package]]
2660
- name = "weezl"
2661
- version = "0.1.8"
2662
- source = "registry+https://github.com/rust-lang/crates.io-index"
2663
- checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
2664
-
2665
2696
  [[package]]
2666
2697
  name = "winapi"
2667
2698
  version = "0.3.9"
@@ -2693,34 +2724,39 @@ version = "0.4.0"
2693
2724
  source = "registry+https://github.com/rust-lang/crates.io-index"
2694
2725
  checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2695
2726
 
2727
+ [[package]]
2728
+ name = "windows-link"
2729
+ version = "0.1.1"
2730
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2731
+ checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
2732
+
2696
2733
  [[package]]
2697
2734
  name = "windows-registry"
2698
- version = "0.2.0"
2735
+ version = "0.4.0"
2699
2736
  source = "registry+https://github.com/rust-lang/crates.io-index"
2700
- checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
2737
+ checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
2701
2738
  dependencies = [
2702
2739
  "windows-result",
2703
2740
  "windows-strings",
2704
- "windows-targets",
2741
+ "windows-targets 0.53.0",
2705
2742
  ]
2706
2743
 
2707
2744
  [[package]]
2708
2745
  name = "windows-result"
2709
- version = "0.2.0"
2746
+ version = "0.3.4"
2710
2747
  source = "registry+https://github.com/rust-lang/crates.io-index"
2711
- checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
2748
+ checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
2712
2749
  dependencies = [
2713
- "windows-targets",
2750
+ "windows-link",
2714
2751
  ]
2715
2752
 
2716
2753
  [[package]]
2717
2754
  name = "windows-strings"
2718
- version = "0.1.0"
2755
+ version = "0.3.1"
2719
2756
  source = "registry+https://github.com/rust-lang/crates.io-index"
2720
- checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
2757
+ checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
2721
2758
  dependencies = [
2722
- "windows-result",
2723
- "windows-targets",
2759
+ "windows-link",
2724
2760
  ]
2725
2761
 
2726
2762
  [[package]]
@@ -2729,7 +2765,7 @@ version = "0.52.0"
2729
2765
  source = "registry+https://github.com/rust-lang/crates.io-index"
2730
2766
  checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2731
2767
  dependencies = [
2732
- "windows-targets",
2768
+ "windows-targets 0.52.6",
2733
2769
  ]
2734
2770
 
2735
2771
  [[package]]
@@ -2738,7 +2774,7 @@ version = "0.59.0"
2738
2774
  source = "registry+https://github.com/rust-lang/crates.io-index"
2739
2775
  checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2740
2776
  dependencies = [
2741
- "windows-targets",
2777
+ "windows-targets 0.52.6",
2742
2778
  ]
2743
2779
 
2744
2780
  [[package]]
@@ -2747,14 +2783,30 @@ version = "0.52.6"
2747
2783
  source = "registry+https://github.com/rust-lang/crates.io-index"
2748
2784
  checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2749
2785
  dependencies = [
2750
- "windows_aarch64_gnullvm",
2751
- "windows_aarch64_msvc",
2752
- "windows_i686_gnu",
2753
- "windows_i686_gnullvm",
2754
- "windows_i686_msvc",
2755
- "windows_x86_64_gnu",
2756
- "windows_x86_64_gnullvm",
2757
- "windows_x86_64_msvc",
2786
+ "windows_aarch64_gnullvm 0.52.6",
2787
+ "windows_aarch64_msvc 0.52.6",
2788
+ "windows_i686_gnu 0.52.6",
2789
+ "windows_i686_gnullvm 0.52.6",
2790
+ "windows_i686_msvc 0.52.6",
2791
+ "windows_x86_64_gnu 0.52.6",
2792
+ "windows_x86_64_gnullvm 0.52.6",
2793
+ "windows_x86_64_msvc 0.52.6",
2794
+ ]
2795
+
2796
+ [[package]]
2797
+ name = "windows-targets"
2798
+ version = "0.53.0"
2799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2800
+ checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
2801
+ dependencies = [
2802
+ "windows_aarch64_gnullvm 0.53.0",
2803
+ "windows_aarch64_msvc 0.53.0",
2804
+ "windows_i686_gnu 0.53.0",
2805
+ "windows_i686_gnullvm 0.53.0",
2806
+ "windows_i686_msvc 0.53.0",
2807
+ "windows_x86_64_gnu 0.53.0",
2808
+ "windows_x86_64_gnullvm 0.53.0",
2809
+ "windows_x86_64_msvc 0.53.0",
2758
2810
  ]
2759
2811
 
2760
2812
  [[package]]
@@ -2763,42 +2815,84 @@ version = "0.52.6"
2763
2815
  source = "registry+https://github.com/rust-lang/crates.io-index"
2764
2816
  checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2765
2817
 
2818
+ [[package]]
2819
+ name = "windows_aarch64_gnullvm"
2820
+ version = "0.53.0"
2821
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2822
+ checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
2823
+
2766
2824
  [[package]]
2767
2825
  name = "windows_aarch64_msvc"
2768
2826
  version = "0.52.6"
2769
2827
  source = "registry+https://github.com/rust-lang/crates.io-index"
2770
2828
  checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2771
2829
 
2830
+ [[package]]
2831
+ name = "windows_aarch64_msvc"
2832
+ version = "0.53.0"
2833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2834
+ checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
2835
+
2772
2836
  [[package]]
2773
2837
  name = "windows_i686_gnu"
2774
2838
  version = "0.52.6"
2775
2839
  source = "registry+https://github.com/rust-lang/crates.io-index"
2776
2840
  checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2777
2841
 
2842
+ [[package]]
2843
+ name = "windows_i686_gnu"
2844
+ version = "0.53.0"
2845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2846
+ checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
2847
+
2778
2848
  [[package]]
2779
2849
  name = "windows_i686_gnullvm"
2780
2850
  version = "0.52.6"
2781
2851
  source = "registry+https://github.com/rust-lang/crates.io-index"
2782
2852
  checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2783
2853
 
2854
+ [[package]]
2855
+ name = "windows_i686_gnullvm"
2856
+ version = "0.53.0"
2857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2858
+ checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
2859
+
2784
2860
  [[package]]
2785
2861
  name = "windows_i686_msvc"
2786
2862
  version = "0.52.6"
2787
2863
  source = "registry+https://github.com/rust-lang/crates.io-index"
2788
2864
  checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2789
2865
 
2866
+ [[package]]
2867
+ name = "windows_i686_msvc"
2868
+ version = "0.53.0"
2869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2870
+ checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
2871
+
2790
2872
  [[package]]
2791
2873
  name = "windows_x86_64_gnu"
2792
2874
  version = "0.52.6"
2793
2875
  source = "registry+https://github.com/rust-lang/crates.io-index"
2794
2876
  checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2795
2877
 
2878
+ [[package]]
2879
+ name = "windows_x86_64_gnu"
2880
+ version = "0.53.0"
2881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2882
+ checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
2883
+
2796
2884
  [[package]]
2797
2885
  name = "windows_x86_64_gnullvm"
2798
2886
  version = "0.52.6"
2799
2887
  source = "registry+https://github.com/rust-lang/crates.io-index"
2800
2888
  checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2801
2889
 
2890
+ [[package]]
2891
+ name = "windows_x86_64_gnullvm"
2892
+ version = "0.53.0"
2893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2894
+ checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
2895
+
2802
2896
  [[package]]
2803
2897
  name = "windows_x86_64_msvc"
2804
2898
  version = "0.52.6"
@@ -2806,13 +2900,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2806
2900
  checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2807
2901
 
2808
2902
  [[package]]
2809
- name = "winnow"
2810
- version = "0.7.3"
2903
+ name = "windows_x86_64_msvc"
2904
+ version = "0.53.0"
2811
2905
  source = "registry+https://github.com/rust-lang/crates.io-index"
2812
- checksum = "0e7f4ea97f6f78012141bcdb6a216b2609f0979ada50b20ca5b52dde2eac2bb1"
2813
- dependencies = [
2814
- "memchr",
2815
- ]
2906
+ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
2816
2907
 
2817
2908
  [[package]]
2818
2909
  name = "wit-bindgen-rt"
@@ -2835,6 +2926,25 @@ version = "0.5.5"
2835
2926
  source = "registry+https://github.com/rust-lang/crates.io-index"
2836
2927
  checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
2837
2928
 
2929
+ [[package]]
2930
+ name = "xattr"
2931
+ version = "0.2.3"
2932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2933
+ checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
2934
+ dependencies = [
2935
+ "libc",
2936
+ ]
2937
+
2938
+ [[package]]
2939
+ name = "xattr"
2940
+ version = "1.5.0"
2941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2942
+ checksum = "0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e"
2943
+ dependencies = [
2944
+ "libc",
2945
+ "rustix 1.0.7",
2946
+ ]
2947
+
2838
2948
  [[package]]
2839
2949
  name = "yoke"
2840
2950
  version = "0.7.5"
@@ -2955,15 +3065,6 @@ version = "0.4.12"
2955
3065
  source = "registry+https://github.com/rust-lang/crates.io-index"
2956
3066
  checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
2957
3067
 
2958
- [[package]]
2959
- name = "zune-inflate"
2960
- version = "0.2.54"
2961
- source = "registry+https://github.com/rust-lang/crates.io-index"
2962
- checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
2963
- dependencies = [
2964
- "simd-adler32",
2965
- ]
2966
-
2967
3068
  [[package]]
2968
3069
  name = "zune-jpeg"
2969
3070
  version = "0.4.14"