liteparse-rb 0.1.7-x86_64-linux

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.
data/Cargo.lock ADDED
@@ -0,0 +1,3038 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "aes"
13
+ version = "0.8.4"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
16
+ dependencies = [
17
+ "cfg-if",
18
+ "cipher",
19
+ "cpufeatures",
20
+ ]
21
+
22
+ [[package]]
23
+ name = "aho-corasick"
24
+ version = "1.1.4"
25
+ source = "registry+https://github.com/rust-lang/crates.io-index"
26
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
27
+ dependencies = [
28
+ "memchr",
29
+ ]
30
+
31
+ [[package]]
32
+ name = "anstream"
33
+ version = "1.0.0"
34
+ source = "registry+https://github.com/rust-lang/crates.io-index"
35
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
36
+ dependencies = [
37
+ "anstyle",
38
+ "anstyle-parse",
39
+ "anstyle-query",
40
+ "anstyle-wincon",
41
+ "colorchoice",
42
+ "is_terminal_polyfill",
43
+ "utf8parse",
44
+ ]
45
+
46
+ [[package]]
47
+ name = "anstyle"
48
+ version = "1.0.14"
49
+ source = "registry+https://github.com/rust-lang/crates.io-index"
50
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
51
+
52
+ [[package]]
53
+ name = "anstyle-parse"
54
+ version = "1.0.0"
55
+ source = "registry+https://github.com/rust-lang/crates.io-index"
56
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
57
+ dependencies = [
58
+ "utf8parse",
59
+ ]
60
+
61
+ [[package]]
62
+ name = "anstyle-query"
63
+ version = "1.1.5"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
66
+ dependencies = [
67
+ "windows-sys 0.61.2",
68
+ ]
69
+
70
+ [[package]]
71
+ name = "anstyle-wincon"
72
+ version = "3.0.11"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
75
+ dependencies = [
76
+ "anstyle",
77
+ "once_cell_polyfill",
78
+ "windows-sys 0.61.2",
79
+ ]
80
+
81
+ [[package]]
82
+ name = "anyhow"
83
+ version = "1.0.102"
84
+ source = "registry+https://github.com/rust-lang/crates.io-index"
85
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
86
+
87
+ [[package]]
88
+ name = "arbitrary"
89
+ version = "1.4.2"
90
+ source = "registry+https://github.com/rust-lang/crates.io-index"
91
+ checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
92
+ dependencies = [
93
+ "derive_arbitrary",
94
+ ]
95
+
96
+ [[package]]
97
+ name = "atomic-waker"
98
+ version = "1.1.2"
99
+ source = "registry+https://github.com/rust-lang/crates.io-index"
100
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
101
+
102
+ [[package]]
103
+ name = "autocfg"
104
+ version = "1.5.1"
105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
106
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
107
+
108
+ [[package]]
109
+ name = "aws-lc-rs"
110
+ version = "1.17.0"
111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
112
+ checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00"
113
+ dependencies = [
114
+ "aws-lc-sys",
115
+ "zeroize",
116
+ ]
117
+
118
+ [[package]]
119
+ name = "aws-lc-sys"
120
+ version = "0.41.0"
121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
122
+ checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4"
123
+ dependencies = [
124
+ "cc",
125
+ "cmake",
126
+ "dunce",
127
+ "fs_extra",
128
+ ]
129
+
130
+ [[package]]
131
+ name = "base64"
132
+ version = "0.22.1"
133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
134
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
135
+
136
+ [[package]]
137
+ name = "bindgen"
138
+ version = "0.72.1"
139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
140
+ checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
141
+ dependencies = [
142
+ "bitflags",
143
+ "cexpr",
144
+ "clang-sys",
145
+ "itertools",
146
+ "proc-macro2",
147
+ "quote",
148
+ "regex",
149
+ "rustc-hash",
150
+ "shlex 1.3.0",
151
+ "syn",
152
+ ]
153
+
154
+ [[package]]
155
+ name = "bitflags"
156
+ version = "2.13.0"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
159
+
160
+ [[package]]
161
+ name = "block-buffer"
162
+ version = "0.10.4"
163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
164
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
165
+ dependencies = [
166
+ "generic-array",
167
+ ]
168
+
169
+ [[package]]
170
+ name = "bumpalo"
171
+ version = "3.20.3"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
174
+
175
+ [[package]]
176
+ name = "bytemuck"
177
+ version = "1.25.0"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
180
+
181
+ [[package]]
182
+ name = "byteorder"
183
+ version = "1.5.0"
184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
185
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
186
+
187
+ [[package]]
188
+ name = "byteorder-lite"
189
+ version = "0.1.0"
190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
191
+ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
192
+
193
+ [[package]]
194
+ name = "bytes"
195
+ version = "1.12.0"
196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
197
+ checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
198
+
199
+ [[package]]
200
+ name = "bzip2"
201
+ version = "0.5.2"
202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
203
+ checksum = "49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47"
204
+ dependencies = [
205
+ "bzip2-sys",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "bzip2-sys"
210
+ version = "0.1.13+1.0.8"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
213
+ dependencies = [
214
+ "cc",
215
+ "pkg-config",
216
+ ]
217
+
218
+ [[package]]
219
+ name = "cc"
220
+ version = "1.2.65"
221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
222
+ checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
223
+ dependencies = [
224
+ "find-msvc-tools",
225
+ "jobserver",
226
+ "libc",
227
+ "shlex 2.0.1",
228
+ ]
229
+
230
+ [[package]]
231
+ name = "cexpr"
232
+ version = "0.6.0"
233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
234
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
235
+ dependencies = [
236
+ "nom",
237
+ ]
238
+
239
+ [[package]]
240
+ name = "cfb"
241
+ version = "0.7.3"
242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
243
+ checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
244
+ dependencies = [
245
+ "byteorder",
246
+ "fnv",
247
+ "uuid",
248
+ ]
249
+
250
+ [[package]]
251
+ name = "cfg-if"
252
+ version = "1.0.4"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
255
+
256
+ [[package]]
257
+ name = "cfg_aliases"
258
+ version = "0.2.1"
259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
260
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
261
+
262
+ [[package]]
263
+ name = "cipher"
264
+ version = "0.4.4"
265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
266
+ checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
267
+ dependencies = [
268
+ "crypto-common",
269
+ "inout",
270
+ ]
271
+
272
+ [[package]]
273
+ name = "clang-sys"
274
+ version = "1.8.1"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
277
+ dependencies = [
278
+ "glob",
279
+ "libc",
280
+ "libloading",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "clap"
285
+ version = "4.6.1"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
288
+ dependencies = [
289
+ "clap_builder",
290
+ "clap_derive",
291
+ ]
292
+
293
+ [[package]]
294
+ name = "clap_builder"
295
+ version = "4.6.0"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
298
+ dependencies = [
299
+ "anstream",
300
+ "anstyle",
301
+ "clap_lex",
302
+ "strsim",
303
+ ]
304
+
305
+ [[package]]
306
+ name = "clap_derive"
307
+ version = "4.6.1"
308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
309
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
310
+ dependencies = [
311
+ "heck",
312
+ "proc-macro2",
313
+ "quote",
314
+ "syn",
315
+ ]
316
+
317
+ [[package]]
318
+ name = "clap_lex"
319
+ version = "1.1.0"
320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
321
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
322
+
323
+ [[package]]
324
+ name = "cmake"
325
+ version = "0.1.58"
326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
327
+ checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
328
+ dependencies = [
329
+ "cc",
330
+ ]
331
+
332
+ [[package]]
333
+ name = "colorchoice"
334
+ version = "1.0.5"
335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
336
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
337
+
338
+ [[package]]
339
+ name = "combine"
340
+ version = "4.6.7"
341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
342
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
343
+ dependencies = [
344
+ "bytes",
345
+ "memchr",
346
+ ]
347
+
348
+ [[package]]
349
+ name = "constant_time_eq"
350
+ version = "0.3.1"
351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
352
+ checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
353
+
354
+ [[package]]
355
+ name = "core-foundation"
356
+ version = "0.9.4"
357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
358
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
359
+ dependencies = [
360
+ "core-foundation-sys",
361
+ "libc",
362
+ ]
363
+
364
+ [[package]]
365
+ name = "core-foundation"
366
+ version = "0.10.1"
367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
368
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
369
+ dependencies = [
370
+ "core-foundation-sys",
371
+ "libc",
372
+ ]
373
+
374
+ [[package]]
375
+ name = "core-foundation-sys"
376
+ version = "0.8.7"
377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
379
+
380
+ [[package]]
381
+ name = "cpufeatures"
382
+ version = "0.2.17"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
385
+ dependencies = [
386
+ "libc",
387
+ ]
388
+
389
+ [[package]]
390
+ name = "crc"
391
+ version = "3.4.0"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
394
+ dependencies = [
395
+ "crc-catalog",
396
+ ]
397
+
398
+ [[package]]
399
+ name = "crc-catalog"
400
+ version = "2.5.0"
401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
402
+ checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853"
403
+
404
+ [[package]]
405
+ name = "crc32fast"
406
+ version = "1.5.0"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
409
+ dependencies = [
410
+ "cfg-if",
411
+ ]
412
+
413
+ [[package]]
414
+ name = "crossbeam-utils"
415
+ version = "0.8.21"
416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
417
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
418
+
419
+ [[package]]
420
+ name = "crypto-common"
421
+ version = "0.1.7"
422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
423
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
424
+ dependencies = [
425
+ "generic-array",
426
+ "typenum",
427
+ ]
428
+
429
+ [[package]]
430
+ name = "deflate64"
431
+ version = "0.1.12"
432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
433
+ checksum = "ac6b926516df9c60bfa16e107b21086399f8285a44ca9711344b9e553c5146e2"
434
+
435
+ [[package]]
436
+ name = "deranged"
437
+ version = "0.5.8"
438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
439
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
440
+
441
+ [[package]]
442
+ name = "derive_arbitrary"
443
+ version = "1.4.2"
444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
445
+ checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
446
+ dependencies = [
447
+ "proc-macro2",
448
+ "quote",
449
+ "syn",
450
+ ]
451
+
452
+ [[package]]
453
+ name = "digest"
454
+ version = "0.10.7"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
457
+ dependencies = [
458
+ "block-buffer",
459
+ "crypto-common",
460
+ "subtle",
461
+ ]
462
+
463
+ [[package]]
464
+ name = "displaydoc"
465
+ version = "0.2.6"
466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
467
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
468
+ dependencies = [
469
+ "proc-macro2",
470
+ "quote",
471
+ "syn",
472
+ ]
473
+
474
+ [[package]]
475
+ name = "dunce"
476
+ version = "1.0.5"
477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
478
+ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
479
+
480
+ [[package]]
481
+ name = "either"
482
+ version = "1.16.0"
483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
484
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
485
+
486
+ [[package]]
487
+ name = "encoding_rs"
488
+ version = "0.8.35"
489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
490
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
491
+ dependencies = [
492
+ "cfg-if",
493
+ ]
494
+
495
+ [[package]]
496
+ name = "equivalent"
497
+ version = "1.0.2"
498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
499
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
500
+
501
+ [[package]]
502
+ name = "errno"
503
+ version = "0.3.14"
504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
505
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
506
+ dependencies = [
507
+ "libc",
508
+ "windows-sys 0.61.2",
509
+ ]
510
+
511
+ [[package]]
512
+ name = "fastrand"
513
+ version = "2.4.1"
514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
515
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
516
+
517
+ [[package]]
518
+ name = "fdeflate"
519
+ version = "0.3.7"
520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
521
+ checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
522
+ dependencies = [
523
+ "simd-adler32",
524
+ ]
525
+
526
+ [[package]]
527
+ name = "filetime"
528
+ version = "0.2.29"
529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
530
+ checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
531
+ dependencies = [
532
+ "cfg-if",
533
+ "libc",
534
+ ]
535
+
536
+ [[package]]
537
+ name = "find-msvc-tools"
538
+ version = "0.1.9"
539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
540
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
541
+
542
+ [[package]]
543
+ name = "flate2"
544
+ version = "1.1.9"
545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
546
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
547
+ dependencies = [
548
+ "crc32fast",
549
+ "miniz_oxide",
550
+ ]
551
+
552
+ [[package]]
553
+ name = "fnv"
554
+ version = "1.0.7"
555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
556
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
557
+
558
+ [[package]]
559
+ name = "foreign-types"
560
+ version = "0.3.2"
561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
562
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
563
+ dependencies = [
564
+ "foreign-types-shared",
565
+ ]
566
+
567
+ [[package]]
568
+ name = "foreign-types-shared"
569
+ version = "0.1.1"
570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
571
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
572
+
573
+ [[package]]
574
+ name = "form_urlencoded"
575
+ version = "1.2.2"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
578
+ dependencies = [
579
+ "percent-encoding",
580
+ ]
581
+
582
+ [[package]]
583
+ name = "fs_extra"
584
+ version = "1.3.0"
585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
586
+ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
587
+
588
+ [[package]]
589
+ name = "futures-channel"
590
+ version = "0.3.32"
591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
592
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
593
+ dependencies = [
594
+ "futures-core",
595
+ "futures-sink",
596
+ ]
597
+
598
+ [[package]]
599
+ name = "futures-core"
600
+ version = "0.3.32"
601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
602
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
603
+
604
+ [[package]]
605
+ name = "futures-io"
606
+ version = "0.3.32"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
609
+
610
+ [[package]]
611
+ name = "futures-sink"
612
+ version = "0.3.32"
613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
614
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
615
+
616
+ [[package]]
617
+ name = "futures-task"
618
+ version = "0.3.32"
619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
620
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
621
+
622
+ [[package]]
623
+ name = "futures-util"
624
+ version = "0.3.32"
625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
626
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
627
+ dependencies = [
628
+ "futures-core",
629
+ "futures-io",
630
+ "futures-sink",
631
+ "futures-task",
632
+ "memchr",
633
+ "pin-project-lite",
634
+ "slab",
635
+ ]
636
+
637
+ [[package]]
638
+ name = "generic-array"
639
+ version = "0.14.7"
640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
641
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
642
+ dependencies = [
643
+ "typenum",
644
+ "version_check",
645
+ ]
646
+
647
+ [[package]]
648
+ name = "getrandom"
649
+ version = "0.2.17"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
652
+ dependencies = [
653
+ "cfg-if",
654
+ "js-sys",
655
+ "libc",
656
+ "wasi",
657
+ "wasm-bindgen",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "getrandom"
662
+ version = "0.3.4"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
665
+ dependencies = [
666
+ "cfg-if",
667
+ "js-sys",
668
+ "libc",
669
+ "r-efi 5.3.0",
670
+ "wasip2",
671
+ "wasm-bindgen",
672
+ ]
673
+
674
+ [[package]]
675
+ name = "getrandom"
676
+ version = "0.4.3"
677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
678
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
679
+ dependencies = [
680
+ "cfg-if",
681
+ "libc",
682
+ "r-efi 6.0.0",
683
+ ]
684
+
685
+ [[package]]
686
+ name = "glob"
687
+ version = "0.3.3"
688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
689
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
690
+
691
+ [[package]]
692
+ name = "h2"
693
+ version = "0.4.15"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
696
+ dependencies = [
697
+ "atomic-waker",
698
+ "bytes",
699
+ "fnv",
700
+ "futures-core",
701
+ "futures-sink",
702
+ "http",
703
+ "indexmap",
704
+ "slab",
705
+ "tokio",
706
+ "tokio-util",
707
+ "tracing",
708
+ ]
709
+
710
+ [[package]]
711
+ name = "hashbrown"
712
+ version = "0.17.1"
713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
714
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
715
+
716
+ [[package]]
717
+ name = "heck"
718
+ version = "0.5.0"
719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
720
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
721
+
722
+ [[package]]
723
+ name = "hmac"
724
+ version = "0.12.1"
725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
726
+ checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
727
+ dependencies = [
728
+ "digest",
729
+ ]
730
+
731
+ [[package]]
732
+ name = "http"
733
+ version = "1.4.2"
734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
735
+ checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
736
+ dependencies = [
737
+ "bytes",
738
+ "itoa",
739
+ ]
740
+
741
+ [[package]]
742
+ name = "http-body"
743
+ version = "1.0.1"
744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
745
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
746
+ dependencies = [
747
+ "bytes",
748
+ "http",
749
+ ]
750
+
751
+ [[package]]
752
+ name = "http-body-util"
753
+ version = "0.1.3"
754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
755
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
756
+ dependencies = [
757
+ "bytes",
758
+ "futures-core",
759
+ "http",
760
+ "http-body",
761
+ "pin-project-lite",
762
+ ]
763
+
764
+ [[package]]
765
+ name = "httparse"
766
+ version = "1.10.1"
767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
768
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
769
+
770
+ [[package]]
771
+ name = "hyper"
772
+ version = "1.10.1"
773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
774
+ checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
775
+ dependencies = [
776
+ "atomic-waker",
777
+ "bytes",
778
+ "futures-channel",
779
+ "futures-core",
780
+ "h2",
781
+ "http",
782
+ "http-body",
783
+ "httparse",
784
+ "itoa",
785
+ "pin-project-lite",
786
+ "smallvec",
787
+ "tokio",
788
+ "want",
789
+ ]
790
+
791
+ [[package]]
792
+ name = "hyper-rustls"
793
+ version = "0.27.9"
794
+ source = "registry+https://github.com/rust-lang/crates.io-index"
795
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
796
+ dependencies = [
797
+ "http",
798
+ "hyper",
799
+ "hyper-util",
800
+ "rustls",
801
+ "tokio",
802
+ "tokio-rustls",
803
+ "tower-service",
804
+ ]
805
+
806
+ [[package]]
807
+ name = "hyper-tls"
808
+ version = "0.6.0"
809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
810
+ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
811
+ dependencies = [
812
+ "bytes",
813
+ "http-body-util",
814
+ "hyper",
815
+ "hyper-util",
816
+ "native-tls",
817
+ "tokio",
818
+ "tokio-native-tls",
819
+ "tower-service",
820
+ ]
821
+
822
+ [[package]]
823
+ name = "hyper-util"
824
+ version = "0.1.20"
825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
826
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
827
+ dependencies = [
828
+ "base64",
829
+ "bytes",
830
+ "futures-channel",
831
+ "futures-util",
832
+ "http",
833
+ "http-body",
834
+ "hyper",
835
+ "ipnet",
836
+ "libc",
837
+ "percent-encoding",
838
+ "pin-project-lite",
839
+ "socket2",
840
+ "system-configuration",
841
+ "tokio",
842
+ "tower-service",
843
+ "tracing",
844
+ "windows-registry",
845
+ ]
846
+
847
+ [[package]]
848
+ name = "icu_collections"
849
+ version = "2.2.0"
850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
851
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
852
+ dependencies = [
853
+ "displaydoc",
854
+ "potential_utf",
855
+ "utf8_iter",
856
+ "yoke",
857
+ "zerofrom",
858
+ "zerovec",
859
+ ]
860
+
861
+ [[package]]
862
+ name = "icu_locale_core"
863
+ version = "2.2.0"
864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
865
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
866
+ dependencies = [
867
+ "displaydoc",
868
+ "litemap",
869
+ "tinystr",
870
+ "writeable",
871
+ "zerovec",
872
+ ]
873
+
874
+ [[package]]
875
+ name = "icu_normalizer"
876
+ version = "2.2.0"
877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
878
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
879
+ dependencies = [
880
+ "icu_collections",
881
+ "icu_normalizer_data",
882
+ "icu_properties",
883
+ "icu_provider",
884
+ "smallvec",
885
+ "zerovec",
886
+ ]
887
+
888
+ [[package]]
889
+ name = "icu_normalizer_data"
890
+ version = "2.2.0"
891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
892
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
893
+
894
+ [[package]]
895
+ name = "icu_properties"
896
+ version = "2.2.0"
897
+ source = "registry+https://github.com/rust-lang/crates.io-index"
898
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
899
+ dependencies = [
900
+ "icu_collections",
901
+ "icu_locale_core",
902
+ "icu_properties_data",
903
+ "icu_provider",
904
+ "zerotrie",
905
+ "zerovec",
906
+ ]
907
+
908
+ [[package]]
909
+ name = "icu_properties_data"
910
+ version = "2.2.0"
911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
912
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
913
+
914
+ [[package]]
915
+ name = "icu_provider"
916
+ version = "2.2.0"
917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
918
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
919
+ dependencies = [
920
+ "displaydoc",
921
+ "icu_locale_core",
922
+ "writeable",
923
+ "yoke",
924
+ "zerofrom",
925
+ "zerotrie",
926
+ "zerovec",
927
+ ]
928
+
929
+ [[package]]
930
+ name = "idna"
931
+ version = "1.1.0"
932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
933
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
934
+ dependencies = [
935
+ "idna_adapter",
936
+ "smallvec",
937
+ "utf8_iter",
938
+ ]
939
+
940
+ [[package]]
941
+ name = "idna_adapter"
942
+ version = "1.2.2"
943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
944
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
945
+ dependencies = [
946
+ "icu_normalizer",
947
+ "icu_properties",
948
+ ]
949
+
950
+ [[package]]
951
+ name = "image"
952
+ version = "0.25.10"
953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
954
+ checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
955
+ dependencies = [
956
+ "bytemuck",
957
+ "byteorder-lite",
958
+ "moxcms",
959
+ "num-traits",
960
+ "png",
961
+ ]
962
+
963
+ [[package]]
964
+ name = "indexmap"
965
+ version = "2.14.0"
966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
967
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
968
+ dependencies = [
969
+ "equivalent",
970
+ "hashbrown",
971
+ ]
972
+
973
+ [[package]]
974
+ name = "infer"
975
+ version = "0.19.0"
976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
977
+ checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7"
978
+ dependencies = [
979
+ "cfb",
980
+ ]
981
+
982
+ [[package]]
983
+ name = "inout"
984
+ version = "0.1.4"
985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
986
+ checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
987
+ dependencies = [
988
+ "generic-array",
989
+ ]
990
+
991
+ [[package]]
992
+ name = "ipnet"
993
+ version = "2.12.0"
994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
995
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
996
+
997
+ [[package]]
998
+ name = "is_terminal_polyfill"
999
+ version = "1.70.2"
1000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1001
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1002
+
1003
+ [[package]]
1004
+ name = "itertools"
1005
+ version = "0.13.0"
1006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1007
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1008
+ dependencies = [
1009
+ "either",
1010
+ ]
1011
+
1012
+ [[package]]
1013
+ name = "itoa"
1014
+ version = "1.0.18"
1015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1016
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1017
+
1018
+ [[package]]
1019
+ name = "jni"
1020
+ version = "0.22.4"
1021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1022
+ checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
1023
+ dependencies = [
1024
+ "cfg-if",
1025
+ "combine",
1026
+ "jni-macros",
1027
+ "jni-sys",
1028
+ "log",
1029
+ "simd_cesu8",
1030
+ "thiserror 2.0.18",
1031
+ "walkdir",
1032
+ "windows-link",
1033
+ ]
1034
+
1035
+ [[package]]
1036
+ name = "jni-macros"
1037
+ version = "0.22.4"
1038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1039
+ checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
1040
+ dependencies = [
1041
+ "proc-macro2",
1042
+ "quote",
1043
+ "rustc_version",
1044
+ "simd_cesu8",
1045
+ "syn",
1046
+ ]
1047
+
1048
+ [[package]]
1049
+ name = "jni-sys"
1050
+ version = "0.4.1"
1051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1052
+ checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
1053
+ dependencies = [
1054
+ "jni-sys-macros",
1055
+ ]
1056
+
1057
+ [[package]]
1058
+ name = "jni-sys-macros"
1059
+ version = "0.4.1"
1060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1061
+ checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
1062
+ dependencies = [
1063
+ "quote",
1064
+ "syn",
1065
+ ]
1066
+
1067
+ [[package]]
1068
+ name = "jobserver"
1069
+ version = "0.1.34"
1070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1071
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1072
+ dependencies = [
1073
+ "getrandom 0.3.4",
1074
+ "libc",
1075
+ ]
1076
+
1077
+ [[package]]
1078
+ name = "js-sys"
1079
+ version = "0.3.102"
1080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1081
+ checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31"
1082
+ dependencies = [
1083
+ "cfg-if",
1084
+ "futures-util",
1085
+ "wasm-bindgen",
1086
+ ]
1087
+
1088
+ [[package]]
1089
+ name = "lazy_static"
1090
+ version = "1.5.0"
1091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1092
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1093
+
1094
+ [[package]]
1095
+ name = "libc"
1096
+ version = "0.2.186"
1097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1098
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1099
+
1100
+ [[package]]
1101
+ name = "libloading"
1102
+ version = "0.8.9"
1103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1104
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1105
+ dependencies = [
1106
+ "cfg-if",
1107
+ "windows-link",
1108
+ ]
1109
+
1110
+ [[package]]
1111
+ name = "linux-raw-sys"
1112
+ version = "0.12.1"
1113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1114
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1115
+
1116
+ [[package]]
1117
+ name = "litemap"
1118
+ version = "0.8.2"
1119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1120
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1121
+
1122
+ [[package]]
1123
+ name = "liteparse"
1124
+ version = "0.1.7"
1125
+ dependencies = [
1126
+ "liteparse 2.1.1",
1127
+ "liteparse-ruby",
1128
+ "magnus",
1129
+ "rb-sys",
1130
+ ]
1131
+
1132
+ [[package]]
1133
+ name = "liteparse"
1134
+ version = "2.1.1"
1135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1136
+ checksum = "4f48250bfe3a99b8a2af7aff98e0fa9958e35c488573fa8cd2ceeda9ac69a2eb"
1137
+ dependencies = [
1138
+ "clap",
1139
+ "image",
1140
+ "infer",
1141
+ "liteparse-pdfium",
1142
+ "liteparse-pdfium-sys",
1143
+ "ordered-float",
1144
+ "reqwest 0.13.4",
1145
+ "serde",
1146
+ "serde_json",
1147
+ "tempfile",
1148
+ "tesseract-rs",
1149
+ "thiserror 2.0.18",
1150
+ "tokio",
1151
+ "url",
1152
+ "web-time",
1153
+ ]
1154
+
1155
+ [[package]]
1156
+ name = "liteparse-pdfium"
1157
+ version = "1.2.0"
1158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1159
+ checksum = "da32ff4cfed8ad099a7f4539b2765d5d74309f54deb0ca001b6331b530e2a9e8"
1160
+ dependencies = [
1161
+ "liteparse-pdfium-sys",
1162
+ ]
1163
+
1164
+ [[package]]
1165
+ name = "liteparse-pdfium-sys"
1166
+ version = "1.2.0"
1167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1168
+ checksum = "be18655d558598f1caec00ec9534e2798db9176a9549924a7508689e5ce15f24"
1169
+ dependencies = [
1170
+ "flate2",
1171
+ "libloading",
1172
+ "tar",
1173
+ "ureq",
1174
+ ]
1175
+
1176
+ [[package]]
1177
+ name = "liteparse-ruby"
1178
+ version = "0.1.7"
1179
+ dependencies = [
1180
+ "anyhow",
1181
+ "image",
1182
+ "liteparse 2.1.1",
1183
+ "liteparse-pdfium",
1184
+ "liteparse-pdfium-sys",
1185
+ "magnus",
1186
+ "serde",
1187
+ "serde_json",
1188
+ "tokio",
1189
+ ]
1190
+
1191
+ [[package]]
1192
+ name = "log"
1193
+ version = "0.4.33"
1194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1195
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1196
+
1197
+ [[package]]
1198
+ name = "lru-slab"
1199
+ version = "0.1.2"
1200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1201
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1202
+
1203
+ [[package]]
1204
+ name = "lzma-rs"
1205
+ version = "0.3.0"
1206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1207
+ checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e"
1208
+ dependencies = [
1209
+ "byteorder",
1210
+ "crc",
1211
+ ]
1212
+
1213
+ [[package]]
1214
+ name = "lzma-sys"
1215
+ version = "0.1.20"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
1218
+ dependencies = [
1219
+ "cc",
1220
+ "libc",
1221
+ "pkg-config",
1222
+ ]
1223
+
1224
+ [[package]]
1225
+ name = "magnus"
1226
+ version = "0.8.2"
1227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1228
+ checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
1229
+ dependencies = [
1230
+ "magnus-macros",
1231
+ "rb-sys",
1232
+ "rb-sys-env",
1233
+ "seq-macro",
1234
+ ]
1235
+
1236
+ [[package]]
1237
+ name = "magnus-macros"
1238
+ version = "0.8.0"
1239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1240
+ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
1241
+ dependencies = [
1242
+ "proc-macro2",
1243
+ "quote",
1244
+ "syn",
1245
+ ]
1246
+
1247
+ [[package]]
1248
+ name = "memchr"
1249
+ version = "2.8.2"
1250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1251
+ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
1252
+
1253
+ [[package]]
1254
+ name = "mime"
1255
+ version = "0.3.17"
1256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1257
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1258
+
1259
+ [[package]]
1260
+ name = "mime_guess"
1261
+ version = "2.0.5"
1262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1263
+ checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1264
+ dependencies = [
1265
+ "mime",
1266
+ "unicase",
1267
+ ]
1268
+
1269
+ [[package]]
1270
+ name = "minimal-lexical"
1271
+ version = "0.2.1"
1272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1273
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1274
+
1275
+ [[package]]
1276
+ name = "miniz_oxide"
1277
+ version = "0.8.9"
1278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1279
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1280
+ dependencies = [
1281
+ "adler2",
1282
+ "simd-adler32",
1283
+ ]
1284
+
1285
+ [[package]]
1286
+ name = "mio"
1287
+ version = "1.2.1"
1288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1289
+ checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
1290
+ dependencies = [
1291
+ "libc",
1292
+ "wasi",
1293
+ "windows-sys 0.61.2",
1294
+ ]
1295
+
1296
+ [[package]]
1297
+ name = "moxcms"
1298
+ version = "0.8.1"
1299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1300
+ checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
1301
+ dependencies = [
1302
+ "num-traits",
1303
+ "pxfm",
1304
+ ]
1305
+
1306
+ [[package]]
1307
+ name = "native-tls"
1308
+ version = "0.2.18"
1309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1310
+ checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
1311
+ dependencies = [
1312
+ "libc",
1313
+ "log",
1314
+ "openssl",
1315
+ "openssl-probe",
1316
+ "openssl-sys",
1317
+ "schannel",
1318
+ "security-framework",
1319
+ "security-framework-sys",
1320
+ "tempfile",
1321
+ ]
1322
+
1323
+ [[package]]
1324
+ name = "nom"
1325
+ version = "7.1.3"
1326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1327
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1328
+ dependencies = [
1329
+ "memchr",
1330
+ "minimal-lexical",
1331
+ ]
1332
+
1333
+ [[package]]
1334
+ name = "num-conv"
1335
+ version = "0.2.2"
1336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1337
+ checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
1338
+
1339
+ [[package]]
1340
+ name = "num-traits"
1341
+ version = "0.2.19"
1342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1343
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1344
+ dependencies = [
1345
+ "autocfg",
1346
+ ]
1347
+
1348
+ [[package]]
1349
+ name = "once_cell"
1350
+ version = "1.21.4"
1351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1352
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1353
+
1354
+ [[package]]
1355
+ name = "once_cell_polyfill"
1356
+ version = "1.70.2"
1357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1358
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1359
+
1360
+ [[package]]
1361
+ name = "openssl"
1362
+ version = "0.10.81"
1363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1364
+ checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45"
1365
+ dependencies = [
1366
+ "bitflags",
1367
+ "cfg-if",
1368
+ "foreign-types",
1369
+ "libc",
1370
+ "openssl-macros",
1371
+ "openssl-sys",
1372
+ ]
1373
+
1374
+ [[package]]
1375
+ name = "openssl-macros"
1376
+ version = "0.1.1"
1377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1378
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1379
+ dependencies = [
1380
+ "proc-macro2",
1381
+ "quote",
1382
+ "syn",
1383
+ ]
1384
+
1385
+ [[package]]
1386
+ name = "openssl-probe"
1387
+ version = "0.2.1"
1388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1389
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1390
+
1391
+ [[package]]
1392
+ name = "openssl-sys"
1393
+ version = "0.9.117"
1394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1395
+ checksum = "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695"
1396
+ dependencies = [
1397
+ "cc",
1398
+ "libc",
1399
+ "pkg-config",
1400
+ "vcpkg",
1401
+ ]
1402
+
1403
+ [[package]]
1404
+ name = "ordered-float"
1405
+ version = "5.3.0"
1406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1407
+ checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e"
1408
+ dependencies = [
1409
+ "num-traits",
1410
+ ]
1411
+
1412
+ [[package]]
1413
+ name = "pbkdf2"
1414
+ version = "0.12.2"
1415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1416
+ checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
1417
+ dependencies = [
1418
+ "digest",
1419
+ "hmac",
1420
+ ]
1421
+
1422
+ [[package]]
1423
+ name = "percent-encoding"
1424
+ version = "2.3.2"
1425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1426
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1427
+
1428
+ [[package]]
1429
+ name = "pin-project-lite"
1430
+ version = "0.2.17"
1431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1432
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1433
+
1434
+ [[package]]
1435
+ name = "pkg-config"
1436
+ version = "0.3.33"
1437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1438
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1439
+
1440
+ [[package]]
1441
+ name = "png"
1442
+ version = "0.18.1"
1443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1444
+ checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
1445
+ dependencies = [
1446
+ "bitflags",
1447
+ "crc32fast",
1448
+ "fdeflate",
1449
+ "flate2",
1450
+ "miniz_oxide",
1451
+ ]
1452
+
1453
+ [[package]]
1454
+ name = "potential_utf"
1455
+ version = "0.1.5"
1456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1457
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1458
+ dependencies = [
1459
+ "zerovec",
1460
+ ]
1461
+
1462
+ [[package]]
1463
+ name = "powerfmt"
1464
+ version = "0.2.0"
1465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1466
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1467
+
1468
+ [[package]]
1469
+ name = "ppv-lite86"
1470
+ version = "0.2.21"
1471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1472
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1473
+ dependencies = [
1474
+ "zerocopy",
1475
+ ]
1476
+
1477
+ [[package]]
1478
+ name = "proc-macro2"
1479
+ version = "1.0.106"
1480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1481
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1482
+ dependencies = [
1483
+ "unicode-ident",
1484
+ ]
1485
+
1486
+ [[package]]
1487
+ name = "pxfm"
1488
+ version = "0.1.29"
1489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1490
+ checksum = "e0c5ccf5294c6ccd63a74f1565028353830a9c2f5eb0c682c355c471726a6e3f"
1491
+
1492
+ [[package]]
1493
+ name = "quinn"
1494
+ version = "0.11.11"
1495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1496
+ checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
1497
+ dependencies = [
1498
+ "bytes",
1499
+ "cfg_aliases",
1500
+ "pin-project-lite",
1501
+ "quinn-proto",
1502
+ "quinn-udp",
1503
+ "rustc-hash",
1504
+ "rustls",
1505
+ "socket2",
1506
+ "thiserror 2.0.18",
1507
+ "tokio",
1508
+ "tracing",
1509
+ "web-time",
1510
+ ]
1511
+
1512
+ [[package]]
1513
+ name = "quinn-proto"
1514
+ version = "0.11.15"
1515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+ checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e"
1517
+ dependencies = [
1518
+ "aws-lc-rs",
1519
+ "bytes",
1520
+ "getrandom 0.3.4",
1521
+ "lru-slab",
1522
+ "rand",
1523
+ "ring",
1524
+ "rustc-hash",
1525
+ "rustls",
1526
+ "rustls-pki-types",
1527
+ "slab",
1528
+ "thiserror 2.0.18",
1529
+ "tinyvec",
1530
+ "tracing",
1531
+ "web-time",
1532
+ ]
1533
+
1534
+ [[package]]
1535
+ name = "quinn-udp"
1536
+ version = "0.5.14"
1537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1538
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1539
+ dependencies = [
1540
+ "cfg_aliases",
1541
+ "libc",
1542
+ "once_cell",
1543
+ "socket2",
1544
+ "tracing",
1545
+ "windows-sys 0.60.2",
1546
+ ]
1547
+
1548
+ [[package]]
1549
+ name = "quote"
1550
+ version = "1.0.46"
1551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1552
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
1553
+ dependencies = [
1554
+ "proc-macro2",
1555
+ ]
1556
+
1557
+ [[package]]
1558
+ name = "r-efi"
1559
+ version = "5.3.0"
1560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1561
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1562
+
1563
+ [[package]]
1564
+ name = "r-efi"
1565
+ version = "6.0.0"
1566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1567
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1568
+
1569
+ [[package]]
1570
+ name = "rand"
1571
+ version = "0.9.4"
1572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1573
+ checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
1574
+ dependencies = [
1575
+ "rand_chacha",
1576
+ "rand_core",
1577
+ ]
1578
+
1579
+ [[package]]
1580
+ name = "rand_chacha"
1581
+ version = "0.9.0"
1582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1583
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1584
+ dependencies = [
1585
+ "ppv-lite86",
1586
+ "rand_core",
1587
+ ]
1588
+
1589
+ [[package]]
1590
+ name = "rand_core"
1591
+ version = "0.9.5"
1592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1593
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1594
+ dependencies = [
1595
+ "getrandom 0.3.4",
1596
+ ]
1597
+
1598
+ [[package]]
1599
+ name = "rb-sys"
1600
+ version = "0.9.128"
1601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1602
+ checksum = "45ca28513560e56cfb79a62b1fce363c73af170a182024ce880c77ee9429920a"
1603
+ dependencies = [
1604
+ "rb-sys-build",
1605
+ ]
1606
+
1607
+ [[package]]
1608
+ name = "rb-sys-build"
1609
+ version = "0.9.128"
1610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1611
+ checksum = "ce04b2c55eff3a21aaa623fcc655d94373238e72cac6b3e1a3641ff31649f99a"
1612
+ dependencies = [
1613
+ "bindgen",
1614
+ "lazy_static",
1615
+ "proc-macro2",
1616
+ "quote",
1617
+ "regex",
1618
+ "shell-words",
1619
+ "syn",
1620
+ ]
1621
+
1622
+ [[package]]
1623
+ name = "rb-sys-env"
1624
+ version = "0.2.3"
1625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1626
+ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
1627
+
1628
+ [[package]]
1629
+ name = "regex"
1630
+ version = "1.12.4"
1631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1632
+ checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
1633
+ dependencies = [
1634
+ "aho-corasick",
1635
+ "memchr",
1636
+ "regex-automata",
1637
+ "regex-syntax",
1638
+ ]
1639
+
1640
+ [[package]]
1641
+ name = "regex-automata"
1642
+ version = "0.4.14"
1643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1644
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1645
+ dependencies = [
1646
+ "aho-corasick",
1647
+ "memchr",
1648
+ "regex-syntax",
1649
+ ]
1650
+
1651
+ [[package]]
1652
+ name = "regex-syntax"
1653
+ version = "0.8.11"
1654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1655
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
1656
+
1657
+ [[package]]
1658
+ name = "reqwest"
1659
+ version = "0.12.28"
1660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1661
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1662
+ dependencies = [
1663
+ "base64",
1664
+ "bytes",
1665
+ "encoding_rs",
1666
+ "futures-channel",
1667
+ "futures-core",
1668
+ "futures-util",
1669
+ "h2",
1670
+ "http",
1671
+ "http-body",
1672
+ "http-body-util",
1673
+ "hyper",
1674
+ "hyper-rustls",
1675
+ "hyper-tls",
1676
+ "hyper-util",
1677
+ "js-sys",
1678
+ "log",
1679
+ "mime",
1680
+ "native-tls",
1681
+ "percent-encoding",
1682
+ "pin-project-lite",
1683
+ "rustls-pki-types",
1684
+ "serde",
1685
+ "serde_json",
1686
+ "serde_urlencoded",
1687
+ "sync_wrapper",
1688
+ "tokio",
1689
+ "tokio-native-tls",
1690
+ "tower",
1691
+ "tower-http",
1692
+ "tower-service",
1693
+ "url",
1694
+ "wasm-bindgen",
1695
+ "wasm-bindgen-futures",
1696
+ "web-sys",
1697
+ ]
1698
+
1699
+ [[package]]
1700
+ name = "reqwest"
1701
+ version = "0.13.4"
1702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1703
+ checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
1704
+ dependencies = [
1705
+ "base64",
1706
+ "bytes",
1707
+ "futures-core",
1708
+ "futures-util",
1709
+ "http",
1710
+ "http-body",
1711
+ "http-body-util",
1712
+ "hyper",
1713
+ "hyper-rustls",
1714
+ "hyper-util",
1715
+ "js-sys",
1716
+ "log",
1717
+ "mime_guess",
1718
+ "percent-encoding",
1719
+ "pin-project-lite",
1720
+ "quinn",
1721
+ "rustls",
1722
+ "rustls-pki-types",
1723
+ "rustls-platform-verifier",
1724
+ "serde",
1725
+ "serde_json",
1726
+ "serde_urlencoded",
1727
+ "sync_wrapper",
1728
+ "tokio",
1729
+ "tokio-rustls",
1730
+ "tower",
1731
+ "tower-http",
1732
+ "tower-service",
1733
+ "url",
1734
+ "wasm-bindgen",
1735
+ "wasm-bindgen-futures",
1736
+ "web-sys",
1737
+ ]
1738
+
1739
+ [[package]]
1740
+ name = "ring"
1741
+ version = "0.17.14"
1742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1743
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1744
+ dependencies = [
1745
+ "cc",
1746
+ "cfg-if",
1747
+ "getrandom 0.2.17",
1748
+ "libc",
1749
+ "untrusted",
1750
+ "windows-sys 0.52.0",
1751
+ ]
1752
+
1753
+ [[package]]
1754
+ name = "rustc-hash"
1755
+ version = "2.1.2"
1756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1757
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1758
+
1759
+ [[package]]
1760
+ name = "rustc_version"
1761
+ version = "0.4.1"
1762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1763
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1764
+ dependencies = [
1765
+ "semver",
1766
+ ]
1767
+
1768
+ [[package]]
1769
+ name = "rustix"
1770
+ version = "1.1.4"
1771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1772
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1773
+ dependencies = [
1774
+ "bitflags",
1775
+ "errno",
1776
+ "libc",
1777
+ "linux-raw-sys",
1778
+ "windows-sys 0.61.2",
1779
+ ]
1780
+
1781
+ [[package]]
1782
+ name = "rustls"
1783
+ version = "0.23.41"
1784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1785
+ checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
1786
+ dependencies = [
1787
+ "aws-lc-rs",
1788
+ "log",
1789
+ "once_cell",
1790
+ "ring",
1791
+ "rustls-pki-types",
1792
+ "rustls-webpki",
1793
+ "subtle",
1794
+ "zeroize",
1795
+ ]
1796
+
1797
+ [[package]]
1798
+ name = "rustls-native-certs"
1799
+ version = "0.8.4"
1800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1801
+ checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
1802
+ dependencies = [
1803
+ "openssl-probe",
1804
+ "rustls-pki-types",
1805
+ "schannel",
1806
+ "security-framework",
1807
+ ]
1808
+
1809
+ [[package]]
1810
+ name = "rustls-pki-types"
1811
+ version = "1.14.1"
1812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1813
+ checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
1814
+ dependencies = [
1815
+ "web-time",
1816
+ "zeroize",
1817
+ ]
1818
+
1819
+ [[package]]
1820
+ name = "rustls-platform-verifier"
1821
+ version = "0.7.0"
1822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1823
+ checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
1824
+ dependencies = [
1825
+ "core-foundation 0.10.1",
1826
+ "core-foundation-sys",
1827
+ "jni",
1828
+ "log",
1829
+ "once_cell",
1830
+ "rustls",
1831
+ "rustls-native-certs",
1832
+ "rustls-platform-verifier-android",
1833
+ "rustls-webpki",
1834
+ "security-framework",
1835
+ "security-framework-sys",
1836
+ "webpki-root-certs",
1837
+ "windows-sys 0.61.2",
1838
+ ]
1839
+
1840
+ [[package]]
1841
+ name = "rustls-platform-verifier-android"
1842
+ version = "0.1.1"
1843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1844
+ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
1845
+
1846
+ [[package]]
1847
+ name = "rustls-webpki"
1848
+ version = "0.103.13"
1849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1850
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
1851
+ dependencies = [
1852
+ "aws-lc-rs",
1853
+ "ring",
1854
+ "rustls-pki-types",
1855
+ "untrusted",
1856
+ ]
1857
+
1858
+ [[package]]
1859
+ name = "rustversion"
1860
+ version = "1.0.22"
1861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1862
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1863
+
1864
+ [[package]]
1865
+ name = "ryu"
1866
+ version = "1.0.23"
1867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1868
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1869
+
1870
+ [[package]]
1871
+ name = "same-file"
1872
+ version = "1.0.6"
1873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1874
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1875
+ dependencies = [
1876
+ "winapi-util",
1877
+ ]
1878
+
1879
+ [[package]]
1880
+ name = "schannel"
1881
+ version = "0.1.29"
1882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1883
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
1884
+ dependencies = [
1885
+ "windows-sys 0.61.2",
1886
+ ]
1887
+
1888
+ [[package]]
1889
+ name = "security-framework"
1890
+ version = "3.7.0"
1891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1892
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1893
+ dependencies = [
1894
+ "bitflags",
1895
+ "core-foundation 0.10.1",
1896
+ "core-foundation-sys",
1897
+ "libc",
1898
+ "security-framework-sys",
1899
+ ]
1900
+
1901
+ [[package]]
1902
+ name = "security-framework-sys"
1903
+ version = "2.17.0"
1904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1905
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1906
+ dependencies = [
1907
+ "core-foundation-sys",
1908
+ "libc",
1909
+ ]
1910
+
1911
+ [[package]]
1912
+ name = "semver"
1913
+ version = "1.0.28"
1914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1915
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1916
+
1917
+ [[package]]
1918
+ name = "seq-macro"
1919
+ version = "0.3.6"
1920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1921
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
1922
+
1923
+ [[package]]
1924
+ name = "serde"
1925
+ version = "1.0.228"
1926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1927
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1928
+ dependencies = [
1929
+ "serde_core",
1930
+ "serde_derive",
1931
+ ]
1932
+
1933
+ [[package]]
1934
+ name = "serde_core"
1935
+ version = "1.0.228"
1936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1937
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1938
+ dependencies = [
1939
+ "serde_derive",
1940
+ ]
1941
+
1942
+ [[package]]
1943
+ name = "serde_derive"
1944
+ version = "1.0.228"
1945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1946
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1947
+ dependencies = [
1948
+ "proc-macro2",
1949
+ "quote",
1950
+ "syn",
1951
+ ]
1952
+
1953
+ [[package]]
1954
+ name = "serde_json"
1955
+ version = "1.0.150"
1956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1957
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
1958
+ dependencies = [
1959
+ "itoa",
1960
+ "memchr",
1961
+ "serde",
1962
+ "serde_core",
1963
+ "zmij",
1964
+ ]
1965
+
1966
+ [[package]]
1967
+ name = "serde_urlencoded"
1968
+ version = "0.7.1"
1969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1970
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1971
+ dependencies = [
1972
+ "form_urlencoded",
1973
+ "itoa",
1974
+ "ryu",
1975
+ "serde",
1976
+ ]
1977
+
1978
+ [[package]]
1979
+ name = "sha1"
1980
+ version = "0.10.6"
1981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1982
+ checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1983
+ dependencies = [
1984
+ "cfg-if",
1985
+ "cpufeatures",
1986
+ "digest",
1987
+ ]
1988
+
1989
+ [[package]]
1990
+ name = "shell-words"
1991
+ version = "1.1.1"
1992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1993
+ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
1994
+
1995
+ [[package]]
1996
+ name = "shlex"
1997
+ version = "1.3.0"
1998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1999
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2000
+
2001
+ [[package]]
2002
+ name = "shlex"
2003
+ version = "2.0.1"
2004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2005
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
2006
+
2007
+ [[package]]
2008
+ name = "signal-hook-registry"
2009
+ version = "1.4.8"
2010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2011
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2012
+ dependencies = [
2013
+ "errno",
2014
+ "libc",
2015
+ ]
2016
+
2017
+ [[package]]
2018
+ name = "simd-adler32"
2019
+ version = "0.3.9"
2020
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2021
+ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
2022
+
2023
+ [[package]]
2024
+ name = "simd_cesu8"
2025
+ version = "1.1.1"
2026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2027
+ checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
2028
+ dependencies = [
2029
+ "rustc_version",
2030
+ "simdutf8",
2031
+ ]
2032
+
2033
+ [[package]]
2034
+ name = "simdutf8"
2035
+ version = "0.1.5"
2036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2037
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2038
+
2039
+ [[package]]
2040
+ name = "slab"
2041
+ version = "0.4.12"
2042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2043
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2044
+
2045
+ [[package]]
2046
+ name = "smallvec"
2047
+ version = "1.15.2"
2048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2049
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
2050
+
2051
+ [[package]]
2052
+ name = "socket2"
2053
+ version = "0.6.4"
2054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2055
+ checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
2056
+ dependencies = [
2057
+ "libc",
2058
+ "windows-sys 0.61.2",
2059
+ ]
2060
+
2061
+ [[package]]
2062
+ name = "stable_deref_trait"
2063
+ version = "1.2.1"
2064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2065
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2066
+
2067
+ [[package]]
2068
+ name = "strsim"
2069
+ version = "0.11.1"
2070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2071
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2072
+
2073
+ [[package]]
2074
+ name = "subtle"
2075
+ version = "2.6.1"
2076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2077
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2078
+
2079
+ [[package]]
2080
+ name = "syn"
2081
+ version = "2.0.118"
2082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2083
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
2084
+ dependencies = [
2085
+ "proc-macro2",
2086
+ "quote",
2087
+ "unicode-ident",
2088
+ ]
2089
+
2090
+ [[package]]
2091
+ name = "sync_wrapper"
2092
+ version = "1.0.2"
2093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2094
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2095
+ dependencies = [
2096
+ "futures-core",
2097
+ ]
2098
+
2099
+ [[package]]
2100
+ name = "synstructure"
2101
+ version = "0.13.2"
2102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2103
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2104
+ dependencies = [
2105
+ "proc-macro2",
2106
+ "quote",
2107
+ "syn",
2108
+ ]
2109
+
2110
+ [[package]]
2111
+ name = "system-configuration"
2112
+ version = "0.7.0"
2113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2114
+ checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
2115
+ dependencies = [
2116
+ "bitflags",
2117
+ "core-foundation 0.9.4",
2118
+ "system-configuration-sys",
2119
+ ]
2120
+
2121
+ [[package]]
2122
+ name = "system-configuration-sys"
2123
+ version = "0.6.0"
2124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2125
+ checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2126
+ dependencies = [
2127
+ "core-foundation-sys",
2128
+ "libc",
2129
+ ]
2130
+
2131
+ [[package]]
2132
+ name = "tar"
2133
+ version = "0.4.46"
2134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2135
+ checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840"
2136
+ dependencies = [
2137
+ "filetime",
2138
+ "libc",
2139
+ "xattr",
2140
+ ]
2141
+
2142
+ [[package]]
2143
+ name = "tempfile"
2144
+ version = "3.27.0"
2145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2146
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2147
+ dependencies = [
2148
+ "fastrand",
2149
+ "getrandom 0.4.3",
2150
+ "once_cell",
2151
+ "rustix",
2152
+ "windows-sys 0.61.2",
2153
+ ]
2154
+
2155
+ [[package]]
2156
+ name = "tesseract-rs"
2157
+ version = "0.2.0"
2158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2159
+ checksum = "3d9125df4e77364963a9dc5dd2588bda37e30046336c79ca32a38f911e49a563"
2160
+ dependencies = [
2161
+ "cc",
2162
+ "cmake",
2163
+ "glob",
2164
+ "libc",
2165
+ "reqwest 0.12.28",
2166
+ "thiserror 1.0.69",
2167
+ "zip",
2168
+ ]
2169
+
2170
+ [[package]]
2171
+ name = "thiserror"
2172
+ version = "1.0.69"
2173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2174
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2175
+ dependencies = [
2176
+ "thiserror-impl 1.0.69",
2177
+ ]
2178
+
2179
+ [[package]]
2180
+ name = "thiserror"
2181
+ version = "2.0.18"
2182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2183
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2184
+ dependencies = [
2185
+ "thiserror-impl 2.0.18",
2186
+ ]
2187
+
2188
+ [[package]]
2189
+ name = "thiserror-impl"
2190
+ version = "1.0.69"
2191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2192
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2193
+ dependencies = [
2194
+ "proc-macro2",
2195
+ "quote",
2196
+ "syn",
2197
+ ]
2198
+
2199
+ [[package]]
2200
+ name = "thiserror-impl"
2201
+ version = "2.0.18"
2202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2203
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2204
+ dependencies = [
2205
+ "proc-macro2",
2206
+ "quote",
2207
+ "syn",
2208
+ ]
2209
+
2210
+ [[package]]
2211
+ name = "time"
2212
+ version = "0.3.51"
2213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2214
+ checksum = "85c17d80feb7334b40c484e45ed1a5273dfd8bfda537c3be2e74a06a6686f327"
2215
+ dependencies = [
2216
+ "deranged",
2217
+ "num-conv",
2218
+ "powerfmt",
2219
+ "serde_core",
2220
+ "time-core",
2221
+ ]
2222
+
2223
+ [[package]]
2224
+ name = "time-core"
2225
+ version = "0.1.9"
2226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2227
+ checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
2228
+
2229
+ [[package]]
2230
+ name = "tinystr"
2231
+ version = "0.8.3"
2232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2233
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2234
+ dependencies = [
2235
+ "displaydoc",
2236
+ "zerovec",
2237
+ ]
2238
+
2239
+ [[package]]
2240
+ name = "tinyvec"
2241
+ version = "1.11.0"
2242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2243
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
2244
+ dependencies = [
2245
+ "tinyvec_macros",
2246
+ ]
2247
+
2248
+ [[package]]
2249
+ name = "tinyvec_macros"
2250
+ version = "0.1.1"
2251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2252
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2253
+
2254
+ [[package]]
2255
+ name = "tokio"
2256
+ version = "1.52.3"
2257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2258
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
2259
+ dependencies = [
2260
+ "bytes",
2261
+ "libc",
2262
+ "mio",
2263
+ "pin-project-lite",
2264
+ "signal-hook-registry",
2265
+ "socket2",
2266
+ "tokio-macros",
2267
+ "windows-sys 0.61.2",
2268
+ ]
2269
+
2270
+ [[package]]
2271
+ name = "tokio-macros"
2272
+ version = "2.7.0"
2273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2274
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
2275
+ dependencies = [
2276
+ "proc-macro2",
2277
+ "quote",
2278
+ "syn",
2279
+ ]
2280
+
2281
+ [[package]]
2282
+ name = "tokio-native-tls"
2283
+ version = "0.3.1"
2284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2285
+ checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2286
+ dependencies = [
2287
+ "native-tls",
2288
+ "tokio",
2289
+ ]
2290
+
2291
+ [[package]]
2292
+ name = "tokio-rustls"
2293
+ version = "0.26.4"
2294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2295
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2296
+ dependencies = [
2297
+ "rustls",
2298
+ "tokio",
2299
+ ]
2300
+
2301
+ [[package]]
2302
+ name = "tokio-util"
2303
+ version = "0.7.18"
2304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2305
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2306
+ dependencies = [
2307
+ "bytes",
2308
+ "futures-core",
2309
+ "futures-sink",
2310
+ "pin-project-lite",
2311
+ "tokio",
2312
+ ]
2313
+
2314
+ [[package]]
2315
+ name = "tower"
2316
+ version = "0.5.3"
2317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2318
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2319
+ dependencies = [
2320
+ "futures-core",
2321
+ "futures-util",
2322
+ "pin-project-lite",
2323
+ "sync_wrapper",
2324
+ "tokio",
2325
+ "tower-layer",
2326
+ "tower-service",
2327
+ ]
2328
+
2329
+ [[package]]
2330
+ name = "tower-http"
2331
+ version = "0.6.11"
2332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2333
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
2334
+ dependencies = [
2335
+ "bitflags",
2336
+ "bytes",
2337
+ "futures-util",
2338
+ "http",
2339
+ "http-body",
2340
+ "pin-project-lite",
2341
+ "tower",
2342
+ "tower-layer",
2343
+ "tower-service",
2344
+ "url",
2345
+ ]
2346
+
2347
+ [[package]]
2348
+ name = "tower-layer"
2349
+ version = "0.3.3"
2350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2351
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2352
+
2353
+ [[package]]
2354
+ name = "tower-service"
2355
+ version = "0.3.3"
2356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2357
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2358
+
2359
+ [[package]]
2360
+ name = "tracing"
2361
+ version = "0.1.44"
2362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2363
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2364
+ dependencies = [
2365
+ "pin-project-lite",
2366
+ "tracing-core",
2367
+ ]
2368
+
2369
+ [[package]]
2370
+ name = "tracing-core"
2371
+ version = "0.1.36"
2372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2373
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2374
+ dependencies = [
2375
+ "once_cell",
2376
+ ]
2377
+
2378
+ [[package]]
2379
+ name = "try-lock"
2380
+ version = "0.2.5"
2381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2382
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2383
+
2384
+ [[package]]
2385
+ name = "typenum"
2386
+ version = "1.20.1"
2387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2388
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
2389
+
2390
+ [[package]]
2391
+ name = "unicase"
2392
+ version = "2.9.0"
2393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2394
+ checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
2395
+
2396
+ [[package]]
2397
+ name = "unicode-ident"
2398
+ version = "1.0.24"
2399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2400
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2401
+
2402
+ [[package]]
2403
+ name = "untrusted"
2404
+ version = "0.9.0"
2405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2406
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2407
+
2408
+ [[package]]
2409
+ name = "ureq"
2410
+ version = "3.3.0"
2411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2412
+ checksum = "dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0"
2413
+ dependencies = [
2414
+ "base64",
2415
+ "flate2",
2416
+ "log",
2417
+ "percent-encoding",
2418
+ "rustls",
2419
+ "rustls-pki-types",
2420
+ "ureq-proto",
2421
+ "utf8-zero",
2422
+ "webpki-roots",
2423
+ ]
2424
+
2425
+ [[package]]
2426
+ name = "ureq-proto"
2427
+ version = "0.6.0"
2428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2429
+ checksum = "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c"
2430
+ dependencies = [
2431
+ "base64",
2432
+ "http",
2433
+ "httparse",
2434
+ "log",
2435
+ ]
2436
+
2437
+ [[package]]
2438
+ name = "url"
2439
+ version = "2.5.8"
2440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2441
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2442
+ dependencies = [
2443
+ "form_urlencoded",
2444
+ "idna",
2445
+ "percent-encoding",
2446
+ "serde",
2447
+ ]
2448
+
2449
+ [[package]]
2450
+ name = "utf8-zero"
2451
+ version = "0.8.1"
2452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2453
+ checksum = "b8c0a043c9540bae7c578c88f91dda8bd82e59ae27c21baca69c8b191aaf5a6e"
2454
+
2455
+ [[package]]
2456
+ name = "utf8_iter"
2457
+ version = "1.0.4"
2458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2459
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2460
+
2461
+ [[package]]
2462
+ name = "utf8parse"
2463
+ version = "0.2.2"
2464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2465
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2466
+
2467
+ [[package]]
2468
+ name = "uuid"
2469
+ version = "1.23.3"
2470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2471
+ checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7"
2472
+ dependencies = [
2473
+ "js-sys",
2474
+ "wasm-bindgen",
2475
+ ]
2476
+
2477
+ [[package]]
2478
+ name = "vcpkg"
2479
+ version = "0.2.15"
2480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2481
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2482
+
2483
+ [[package]]
2484
+ name = "version_check"
2485
+ version = "0.9.5"
2486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2487
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2488
+
2489
+ [[package]]
2490
+ name = "walkdir"
2491
+ version = "2.5.0"
2492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2493
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2494
+ dependencies = [
2495
+ "same-file",
2496
+ "winapi-util",
2497
+ ]
2498
+
2499
+ [[package]]
2500
+ name = "want"
2501
+ version = "0.3.1"
2502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2503
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2504
+ dependencies = [
2505
+ "try-lock",
2506
+ ]
2507
+
2508
+ [[package]]
2509
+ name = "wasi"
2510
+ version = "0.11.1+wasi-snapshot-preview1"
2511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2512
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2513
+
2514
+ [[package]]
2515
+ name = "wasip2"
2516
+ version = "1.0.4+wasi-0.2.12"
2517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2518
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
2519
+ dependencies = [
2520
+ "wit-bindgen",
2521
+ ]
2522
+
2523
+ [[package]]
2524
+ name = "wasm-bindgen"
2525
+ version = "0.2.125"
2526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2527
+ checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a"
2528
+ dependencies = [
2529
+ "cfg-if",
2530
+ "once_cell",
2531
+ "rustversion",
2532
+ "wasm-bindgen-macro",
2533
+ "wasm-bindgen-shared",
2534
+ ]
2535
+
2536
+ [[package]]
2537
+ name = "wasm-bindgen-futures"
2538
+ version = "0.4.75"
2539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2540
+ checksum = "503b14d284f2c8dac03b819967e155ea753f573586193b2b2c95990cb5d69280"
2541
+ dependencies = [
2542
+ "js-sys",
2543
+ "wasm-bindgen",
2544
+ ]
2545
+
2546
+ [[package]]
2547
+ name = "wasm-bindgen-macro"
2548
+ version = "0.2.125"
2549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2550
+ checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d"
2551
+ dependencies = [
2552
+ "quote",
2553
+ "wasm-bindgen-macro-support",
2554
+ ]
2555
+
2556
+ [[package]]
2557
+ name = "wasm-bindgen-macro-support"
2558
+ version = "0.2.125"
2559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2560
+ checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd"
2561
+ dependencies = [
2562
+ "bumpalo",
2563
+ "proc-macro2",
2564
+ "quote",
2565
+ "syn",
2566
+ "wasm-bindgen-shared",
2567
+ ]
2568
+
2569
+ [[package]]
2570
+ name = "wasm-bindgen-shared"
2571
+ version = "0.2.125"
2572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2573
+ checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f"
2574
+ dependencies = [
2575
+ "unicode-ident",
2576
+ ]
2577
+
2578
+ [[package]]
2579
+ name = "web-sys"
2580
+ version = "0.3.102"
2581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2582
+ checksum = "a6430a72df5eb332242960fe84b3002a241163998241eb596d4f739b9757061d"
2583
+ dependencies = [
2584
+ "js-sys",
2585
+ "wasm-bindgen",
2586
+ ]
2587
+
2588
+ [[package]]
2589
+ name = "web-time"
2590
+ version = "1.1.0"
2591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2592
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2593
+ dependencies = [
2594
+ "js-sys",
2595
+ "wasm-bindgen",
2596
+ ]
2597
+
2598
+ [[package]]
2599
+ name = "webpki-root-certs"
2600
+ version = "1.0.8"
2601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2602
+ checksum = "0d46a5a140e6f7afeccd8eae97eff335163939eac8b929834875168b29b3d267"
2603
+ dependencies = [
2604
+ "rustls-pki-types",
2605
+ ]
2606
+
2607
+ [[package]]
2608
+ name = "webpki-roots"
2609
+ version = "1.0.8"
2610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2611
+ checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
2612
+ dependencies = [
2613
+ "rustls-pki-types",
2614
+ ]
2615
+
2616
+ [[package]]
2617
+ name = "winapi-util"
2618
+ version = "0.1.11"
2619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2620
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2621
+ dependencies = [
2622
+ "windows-sys 0.61.2",
2623
+ ]
2624
+
2625
+ [[package]]
2626
+ name = "windows-link"
2627
+ version = "0.2.1"
2628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2629
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2630
+
2631
+ [[package]]
2632
+ name = "windows-registry"
2633
+ version = "0.6.1"
2634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2635
+ checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
2636
+ dependencies = [
2637
+ "windows-link",
2638
+ "windows-result",
2639
+ "windows-strings",
2640
+ ]
2641
+
2642
+ [[package]]
2643
+ name = "windows-result"
2644
+ version = "0.4.1"
2645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2646
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2647
+ dependencies = [
2648
+ "windows-link",
2649
+ ]
2650
+
2651
+ [[package]]
2652
+ name = "windows-strings"
2653
+ version = "0.5.1"
2654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2655
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2656
+ dependencies = [
2657
+ "windows-link",
2658
+ ]
2659
+
2660
+ [[package]]
2661
+ name = "windows-sys"
2662
+ version = "0.52.0"
2663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2664
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2665
+ dependencies = [
2666
+ "windows-targets 0.52.6",
2667
+ ]
2668
+
2669
+ [[package]]
2670
+ name = "windows-sys"
2671
+ version = "0.60.2"
2672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2673
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2674
+ dependencies = [
2675
+ "windows-targets 0.53.5",
2676
+ ]
2677
+
2678
+ [[package]]
2679
+ name = "windows-sys"
2680
+ version = "0.61.2"
2681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2682
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2683
+ dependencies = [
2684
+ "windows-link",
2685
+ ]
2686
+
2687
+ [[package]]
2688
+ name = "windows-targets"
2689
+ version = "0.52.6"
2690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2691
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2692
+ dependencies = [
2693
+ "windows_aarch64_gnullvm 0.52.6",
2694
+ "windows_aarch64_msvc 0.52.6",
2695
+ "windows_i686_gnu 0.52.6",
2696
+ "windows_i686_gnullvm 0.52.6",
2697
+ "windows_i686_msvc 0.52.6",
2698
+ "windows_x86_64_gnu 0.52.6",
2699
+ "windows_x86_64_gnullvm 0.52.6",
2700
+ "windows_x86_64_msvc 0.52.6",
2701
+ ]
2702
+
2703
+ [[package]]
2704
+ name = "windows-targets"
2705
+ version = "0.53.5"
2706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2707
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2708
+ dependencies = [
2709
+ "windows-link",
2710
+ "windows_aarch64_gnullvm 0.53.1",
2711
+ "windows_aarch64_msvc 0.53.1",
2712
+ "windows_i686_gnu 0.53.1",
2713
+ "windows_i686_gnullvm 0.53.1",
2714
+ "windows_i686_msvc 0.53.1",
2715
+ "windows_x86_64_gnu 0.53.1",
2716
+ "windows_x86_64_gnullvm 0.53.1",
2717
+ "windows_x86_64_msvc 0.53.1",
2718
+ ]
2719
+
2720
+ [[package]]
2721
+ name = "windows_aarch64_gnullvm"
2722
+ version = "0.52.6"
2723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2724
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2725
+
2726
+ [[package]]
2727
+ name = "windows_aarch64_gnullvm"
2728
+ version = "0.53.1"
2729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2730
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2731
+
2732
+ [[package]]
2733
+ name = "windows_aarch64_msvc"
2734
+ version = "0.52.6"
2735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2736
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2737
+
2738
+ [[package]]
2739
+ name = "windows_aarch64_msvc"
2740
+ version = "0.53.1"
2741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2742
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2743
+
2744
+ [[package]]
2745
+ name = "windows_i686_gnu"
2746
+ version = "0.52.6"
2747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2748
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2749
+
2750
+ [[package]]
2751
+ name = "windows_i686_gnu"
2752
+ version = "0.53.1"
2753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2754
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2755
+
2756
+ [[package]]
2757
+ name = "windows_i686_gnullvm"
2758
+ version = "0.52.6"
2759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2760
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2761
+
2762
+ [[package]]
2763
+ name = "windows_i686_gnullvm"
2764
+ version = "0.53.1"
2765
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2766
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2767
+
2768
+ [[package]]
2769
+ name = "windows_i686_msvc"
2770
+ version = "0.52.6"
2771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2772
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2773
+
2774
+ [[package]]
2775
+ name = "windows_i686_msvc"
2776
+ version = "0.53.1"
2777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2778
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2779
+
2780
+ [[package]]
2781
+ name = "windows_x86_64_gnu"
2782
+ version = "0.52.6"
2783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2784
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2785
+
2786
+ [[package]]
2787
+ name = "windows_x86_64_gnu"
2788
+ version = "0.53.1"
2789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2790
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2791
+
2792
+ [[package]]
2793
+ name = "windows_x86_64_gnullvm"
2794
+ version = "0.52.6"
2795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2796
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2797
+
2798
+ [[package]]
2799
+ name = "windows_x86_64_gnullvm"
2800
+ version = "0.53.1"
2801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2802
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2803
+
2804
+ [[package]]
2805
+ name = "windows_x86_64_msvc"
2806
+ version = "0.52.6"
2807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2808
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2809
+
2810
+ [[package]]
2811
+ name = "windows_x86_64_msvc"
2812
+ version = "0.53.1"
2813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2814
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2815
+
2816
+ [[package]]
2817
+ name = "wit-bindgen"
2818
+ version = "0.57.1"
2819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2820
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2821
+
2822
+ [[package]]
2823
+ name = "writeable"
2824
+ version = "0.6.3"
2825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2826
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2827
+
2828
+ [[package]]
2829
+ name = "xattr"
2830
+ version = "1.6.1"
2831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2832
+ checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
2833
+ dependencies = [
2834
+ "libc",
2835
+ "rustix",
2836
+ ]
2837
+
2838
+ [[package]]
2839
+ name = "xz2"
2840
+ version = "0.1.7"
2841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2842
+ checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
2843
+ dependencies = [
2844
+ "lzma-sys",
2845
+ ]
2846
+
2847
+ [[package]]
2848
+ name = "yoke"
2849
+ version = "0.8.3"
2850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2851
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
2852
+ dependencies = [
2853
+ "stable_deref_trait",
2854
+ "yoke-derive",
2855
+ "zerofrom",
2856
+ ]
2857
+
2858
+ [[package]]
2859
+ name = "yoke-derive"
2860
+ version = "0.8.2"
2861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2862
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2863
+ dependencies = [
2864
+ "proc-macro2",
2865
+ "quote",
2866
+ "syn",
2867
+ "synstructure",
2868
+ ]
2869
+
2870
+ [[package]]
2871
+ name = "zerocopy"
2872
+ version = "0.8.52"
2873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2874
+ checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
2875
+ dependencies = [
2876
+ "zerocopy-derive",
2877
+ ]
2878
+
2879
+ [[package]]
2880
+ name = "zerocopy-derive"
2881
+ version = "0.8.52"
2882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2883
+ checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
2884
+ dependencies = [
2885
+ "proc-macro2",
2886
+ "quote",
2887
+ "syn",
2888
+ ]
2889
+
2890
+ [[package]]
2891
+ name = "zerofrom"
2892
+ version = "0.1.8"
2893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2894
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
2895
+ dependencies = [
2896
+ "zerofrom-derive",
2897
+ ]
2898
+
2899
+ [[package]]
2900
+ name = "zerofrom-derive"
2901
+ version = "0.1.7"
2902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2903
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2904
+ dependencies = [
2905
+ "proc-macro2",
2906
+ "quote",
2907
+ "syn",
2908
+ "synstructure",
2909
+ ]
2910
+
2911
+ [[package]]
2912
+ name = "zeroize"
2913
+ version = "1.9.0"
2914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2915
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
2916
+ dependencies = [
2917
+ "zeroize_derive",
2918
+ ]
2919
+
2920
+ [[package]]
2921
+ name = "zeroize_derive"
2922
+ version = "1.5.0"
2923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2924
+ checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
2925
+ dependencies = [
2926
+ "proc-macro2",
2927
+ "quote",
2928
+ "syn",
2929
+ ]
2930
+
2931
+ [[package]]
2932
+ name = "zerotrie"
2933
+ version = "0.2.4"
2934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2935
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2936
+ dependencies = [
2937
+ "displaydoc",
2938
+ "yoke",
2939
+ "zerofrom",
2940
+ ]
2941
+
2942
+ [[package]]
2943
+ name = "zerovec"
2944
+ version = "0.11.6"
2945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2946
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2947
+ dependencies = [
2948
+ "yoke",
2949
+ "zerofrom",
2950
+ "zerovec-derive",
2951
+ ]
2952
+
2953
+ [[package]]
2954
+ name = "zerovec-derive"
2955
+ version = "0.11.3"
2956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2957
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2958
+ dependencies = [
2959
+ "proc-macro2",
2960
+ "quote",
2961
+ "syn",
2962
+ ]
2963
+
2964
+ [[package]]
2965
+ name = "zip"
2966
+ version = "2.4.2"
2967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2968
+ checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50"
2969
+ dependencies = [
2970
+ "aes",
2971
+ "arbitrary",
2972
+ "bzip2",
2973
+ "constant_time_eq",
2974
+ "crc32fast",
2975
+ "crossbeam-utils",
2976
+ "deflate64",
2977
+ "displaydoc",
2978
+ "flate2",
2979
+ "getrandom 0.3.4",
2980
+ "hmac",
2981
+ "indexmap",
2982
+ "lzma-rs",
2983
+ "memchr",
2984
+ "pbkdf2",
2985
+ "sha1",
2986
+ "thiserror 2.0.18",
2987
+ "time",
2988
+ "xz2",
2989
+ "zeroize",
2990
+ "zopfli",
2991
+ "zstd",
2992
+ ]
2993
+
2994
+ [[package]]
2995
+ name = "zmij"
2996
+ version = "1.0.21"
2997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2998
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
2999
+
3000
+ [[package]]
3001
+ name = "zopfli"
3002
+ version = "0.8.3"
3003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3004
+ checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
3005
+ dependencies = [
3006
+ "bumpalo",
3007
+ "crc32fast",
3008
+ "log",
3009
+ "simd-adler32",
3010
+ ]
3011
+
3012
+ [[package]]
3013
+ name = "zstd"
3014
+ version = "0.13.3"
3015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3016
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
3017
+ dependencies = [
3018
+ "zstd-safe",
3019
+ ]
3020
+
3021
+ [[package]]
3022
+ name = "zstd-safe"
3023
+ version = "7.2.4"
3024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3025
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
3026
+ dependencies = [
3027
+ "zstd-sys",
3028
+ ]
3029
+
3030
+ [[package]]
3031
+ name = "zstd-sys"
3032
+ version = "2.0.16+zstd.1.5.7"
3033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3034
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
3035
+ dependencies = [
3036
+ "cc",
3037
+ "pkg-config",
3038
+ ]