red-candle 0.0.4 → 0.0.6

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,2937 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "addr2line"
7
+ version = "0.22.0"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
10
+ dependencies = [
11
+ "gimli",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "adler"
16
+ version = "1.0.2"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
+
20
+ [[package]]
21
+ name = "aho-corasick"
22
+ version = "1.1.2"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
25
+ dependencies = [
26
+ "memchr",
27
+ ]
28
+
29
+ [[package]]
30
+ name = "anstream"
31
+ version = "0.6.13"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
34
+ dependencies = [
35
+ "anstyle",
36
+ "anstyle-parse",
37
+ "anstyle-query",
38
+ "anstyle-wincon",
39
+ "colorchoice",
40
+ "utf8parse",
41
+ ]
42
+
43
+ [[package]]
44
+ name = "anstyle"
45
+ version = "1.0.6"
46
+ source = "registry+https://github.com/rust-lang/crates.io-index"
47
+ checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
48
+
49
+ [[package]]
50
+ name = "anstyle-parse"
51
+ version = "0.2.3"
52
+ source = "registry+https://github.com/rust-lang/crates.io-index"
53
+ checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
54
+ dependencies = [
55
+ "utf8parse",
56
+ ]
57
+
58
+ [[package]]
59
+ name = "anstyle-query"
60
+ version = "1.0.2"
61
+ source = "registry+https://github.com/rust-lang/crates.io-index"
62
+ checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
63
+ dependencies = [
64
+ "windows-sys 0.52.0",
65
+ ]
66
+
67
+ [[package]]
68
+ name = "anstyle-wincon"
69
+ version = "3.0.2"
70
+ source = "registry+https://github.com/rust-lang/crates.io-index"
71
+ checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
72
+ dependencies = [
73
+ "anstyle",
74
+ "windows-sys 0.52.0",
75
+ ]
76
+
77
+ [[package]]
78
+ name = "atomic-waker"
79
+ version = "1.1.2"
80
+ source = "registry+https://github.com/rust-lang/crates.io-index"
81
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
82
+
83
+ [[package]]
84
+ name = "autocfg"
85
+ version = "1.1.0"
86
+ source = "registry+https://github.com/rust-lang/crates.io-index"
87
+ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
88
+
89
+ [[package]]
90
+ name = "backtrace"
91
+ version = "0.3.73"
92
+ source = "registry+https://github.com/rust-lang/crates.io-index"
93
+ checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
94
+ dependencies = [
95
+ "addr2line",
96
+ "cc",
97
+ "cfg-if",
98
+ "libc",
99
+ "miniz_oxide",
100
+ "object",
101
+ "rustc-demangle",
102
+ ]
103
+
104
+ [[package]]
105
+ name = "base64"
106
+ version = "0.13.1"
107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
108
+ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
109
+
110
+ [[package]]
111
+ name = "base64"
112
+ version = "0.21.7"
113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
114
+ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
115
+
116
+ [[package]]
117
+ name = "base64"
118
+ version = "0.22.1"
119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
120
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
121
+
122
+ [[package]]
123
+ name = "bindgen"
124
+ version = "0.69.4"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
127
+ dependencies = [
128
+ "bitflags 2.4.2",
129
+ "cexpr",
130
+ "clang-sys",
131
+ "itertools 0.12.1",
132
+ "lazy_static",
133
+ "lazycell",
134
+ "proc-macro2",
135
+ "quote",
136
+ "regex",
137
+ "rustc-hash",
138
+ "shlex",
139
+ "syn 2.0.104",
140
+ ]
141
+
142
+ [[package]]
143
+ name = "bit-set"
144
+ version = "0.5.3"
145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
146
+ checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
147
+ dependencies = [
148
+ "bit-vec",
149
+ ]
150
+
151
+ [[package]]
152
+ name = "bit-vec"
153
+ version = "0.6.3"
154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
155
+ checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
156
+
157
+ [[package]]
158
+ name = "bitflags"
159
+ version = "1.3.2"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
162
+
163
+ [[package]]
164
+ name = "bitflags"
165
+ version = "2.4.2"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
168
+
169
+ [[package]]
170
+ name = "bumpalo"
171
+ version = "3.19.0"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
174
+
175
+ [[package]]
176
+ name = "bytemuck"
177
+ version = "1.14.3"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f"
180
+ dependencies = [
181
+ "bytemuck_derive",
182
+ ]
183
+
184
+ [[package]]
185
+ name = "bytemuck_derive"
186
+ version = "1.6.0"
187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
188
+ checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60"
189
+ dependencies = [
190
+ "proc-macro2",
191
+ "quote",
192
+ "syn 2.0.104",
193
+ ]
194
+
195
+ [[package]]
196
+ name = "byteorder"
197
+ version = "1.5.0"
198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
199
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
200
+
201
+ [[package]]
202
+ name = "bytes"
203
+ version = "1.10.1"
204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
205
+ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
206
+
207
+ [[package]]
208
+ name = "candle"
209
+ version = "0.1.0"
210
+ dependencies = [
211
+ "candle-core",
212
+ "candle-nn",
213
+ "candle-transformers",
214
+ "half",
215
+ "hf-hub",
216
+ "magnus",
217
+ "tokenizers",
218
+ ]
219
+
220
+ [[package]]
221
+ name = "candle-core"
222
+ version = "0.4.1"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "6f1b20174c1707e20f4cb364a355b449803c03e9b0c9193324623cf9787a4e00"
225
+ dependencies = [
226
+ "byteorder",
227
+ "gemm",
228
+ "half",
229
+ "memmap2",
230
+ "num-traits",
231
+ "num_cpus",
232
+ "rand 0.8.5",
233
+ "rand_distr",
234
+ "rayon",
235
+ "safetensors",
236
+ "thiserror 1.0.58",
237
+ "yoke",
238
+ "zip",
239
+ ]
240
+
241
+ [[package]]
242
+ name = "candle-nn"
243
+ version = "0.4.1"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "66a27533c8edfc915a6459f9850641ef523a829fa1a181c670766c1f752d873a"
246
+ dependencies = [
247
+ "candle-core",
248
+ "half",
249
+ "num-traits",
250
+ "rayon",
251
+ "safetensors",
252
+ "serde",
253
+ "thiserror 1.0.58",
254
+ ]
255
+
256
+ [[package]]
257
+ name = "candle-transformers"
258
+ version = "0.4.1"
259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
260
+ checksum = "b5847699f0643da05e57fc473672566e93dc36d82c1b7eeb970c6154d3434fe1"
261
+ dependencies = [
262
+ "byteorder",
263
+ "candle-core",
264
+ "candle-nn",
265
+ "num-traits",
266
+ "rand 0.8.5",
267
+ "rayon",
268
+ "serde",
269
+ "serde_json",
270
+ "serde_plain",
271
+ "tracing",
272
+ ]
273
+
274
+ [[package]]
275
+ name = "cc"
276
+ version = "1.2.29"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362"
279
+ dependencies = [
280
+ "shlex",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "cexpr"
285
+ version = "0.6.0"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
288
+ dependencies = [
289
+ "nom",
290
+ ]
291
+
292
+ [[package]]
293
+ name = "cfg-if"
294
+ version = "1.0.0"
295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
296
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
297
+
298
+ [[package]]
299
+ name = "clang-sys"
300
+ version = "1.7.0"
301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
302
+ checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
303
+ dependencies = [
304
+ "glob",
305
+ "libc",
306
+ "libloading",
307
+ ]
308
+
309
+ [[package]]
310
+ name = "clap"
311
+ version = "4.5.2"
312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
313
+ checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651"
314
+ dependencies = [
315
+ "clap_builder",
316
+ "clap_derive",
317
+ ]
318
+
319
+ [[package]]
320
+ name = "clap_builder"
321
+ version = "4.5.2"
322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
323
+ checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
324
+ dependencies = [
325
+ "anstream",
326
+ "anstyle",
327
+ "clap_lex",
328
+ "strsim 0.11.0",
329
+ ]
330
+
331
+ [[package]]
332
+ name = "clap_derive"
333
+ version = "4.5.0"
334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
335
+ checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47"
336
+ dependencies = [
337
+ "heck",
338
+ "proc-macro2",
339
+ "quote",
340
+ "syn 2.0.104",
341
+ ]
342
+
343
+ [[package]]
344
+ name = "clap_lex"
345
+ version = "0.7.0"
346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
347
+ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
348
+
349
+ [[package]]
350
+ name = "colorchoice"
351
+ version = "1.0.0"
352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
353
+ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
354
+
355
+ [[package]]
356
+ name = "console"
357
+ version = "0.15.8"
358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
359
+ checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
360
+ dependencies = [
361
+ "encode_unicode",
362
+ "lazy_static",
363
+ "libc",
364
+ "unicode-width",
365
+ "windows-sys 0.52.0",
366
+ ]
367
+
368
+ [[package]]
369
+ name = "core-foundation"
370
+ version = "0.9.4"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
373
+ dependencies = [
374
+ "core-foundation-sys",
375
+ "libc",
376
+ ]
377
+
378
+ [[package]]
379
+ name = "core-foundation-sys"
380
+ version = "0.8.6"
381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
382
+ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
383
+
384
+ [[package]]
385
+ name = "crc32fast"
386
+ version = "1.4.0"
387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
388
+ checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
389
+ dependencies = [
390
+ "cfg-if",
391
+ ]
392
+
393
+ [[package]]
394
+ name = "crossbeam-deque"
395
+ version = "0.8.5"
396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
397
+ checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
398
+ dependencies = [
399
+ "crossbeam-epoch",
400
+ "crossbeam-utils",
401
+ ]
402
+
403
+ [[package]]
404
+ name = "crossbeam-epoch"
405
+ version = "0.9.18"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
408
+ dependencies = [
409
+ "crossbeam-utils",
410
+ ]
411
+
412
+ [[package]]
413
+ name = "crossbeam-utils"
414
+ version = "0.8.19"
415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
416
+ checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
417
+
418
+ [[package]]
419
+ name = "crunchy"
420
+ version = "0.2.2"
421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
422
+ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
423
+
424
+ [[package]]
425
+ name = "darling"
426
+ version = "0.14.4"
427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
428
+ checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
429
+ dependencies = [
430
+ "darling_core",
431
+ "darling_macro",
432
+ ]
433
+
434
+ [[package]]
435
+ name = "darling_core"
436
+ version = "0.14.4"
437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
438
+ checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
439
+ dependencies = [
440
+ "fnv",
441
+ "ident_case",
442
+ "proc-macro2",
443
+ "quote",
444
+ "strsim 0.10.0",
445
+ "syn 1.0.109",
446
+ ]
447
+
448
+ [[package]]
449
+ name = "darling_macro"
450
+ version = "0.14.4"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
453
+ dependencies = [
454
+ "darling_core",
455
+ "quote",
456
+ "syn 1.0.109",
457
+ ]
458
+
459
+ [[package]]
460
+ name = "derive_builder"
461
+ version = "0.12.0"
462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
463
+ checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
464
+ dependencies = [
465
+ "derive_builder_macro",
466
+ ]
467
+
468
+ [[package]]
469
+ name = "derive_builder_core"
470
+ version = "0.12.0"
471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
472
+ checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
473
+ dependencies = [
474
+ "darling",
475
+ "proc-macro2",
476
+ "quote",
477
+ "syn 1.0.109",
478
+ ]
479
+
480
+ [[package]]
481
+ name = "derive_builder_macro"
482
+ version = "0.12.0"
483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
484
+ checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
485
+ dependencies = [
486
+ "derive_builder_core",
487
+ "syn 1.0.109",
488
+ ]
489
+
490
+ [[package]]
491
+ name = "dirs"
492
+ version = "6.0.0"
493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
494
+ checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
495
+ dependencies = [
496
+ "dirs-sys",
497
+ ]
498
+
499
+ [[package]]
500
+ name = "dirs-sys"
501
+ version = "0.5.0"
502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
503
+ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
504
+ dependencies = [
505
+ "libc",
506
+ "option-ext",
507
+ "redox_users",
508
+ "windows-sys 0.60.2",
509
+ ]
510
+
511
+ [[package]]
512
+ name = "dyn-stack"
513
+ version = "0.10.0"
514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
515
+ checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
516
+ dependencies = [
517
+ "bytemuck",
518
+ "reborrow",
519
+ ]
520
+
521
+ [[package]]
522
+ name = "either"
523
+ version = "1.10.0"
524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
525
+ checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
526
+
527
+ [[package]]
528
+ name = "encode_unicode"
529
+ version = "0.3.6"
530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
531
+ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
532
+
533
+ [[package]]
534
+ name = "encoding_rs"
535
+ version = "0.8.35"
536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
537
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
538
+ dependencies = [
539
+ "cfg-if",
540
+ ]
541
+
542
+ [[package]]
543
+ name = "enum-as-inner"
544
+ version = "0.6.0"
545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
546
+ checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a"
547
+ dependencies = [
548
+ "heck",
549
+ "proc-macro2",
550
+ "quote",
551
+ "syn 2.0.104",
552
+ ]
553
+
554
+ [[package]]
555
+ name = "equivalent"
556
+ version = "1.0.2"
557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
558
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
559
+
560
+ [[package]]
561
+ name = "errno"
562
+ version = "0.3.8"
563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
564
+ checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
565
+ dependencies = [
566
+ "libc",
567
+ "windows-sys 0.52.0",
568
+ ]
569
+
570
+ [[package]]
571
+ name = "esaxx-rs"
572
+ version = "0.1.10"
573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
574
+ checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6"
575
+ dependencies = [
576
+ "cc",
577
+ ]
578
+
579
+ [[package]]
580
+ name = "fancy-regex"
581
+ version = "0.13.0"
582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
583
+ checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
584
+ dependencies = [
585
+ "bit-set",
586
+ "regex-automata",
587
+ "regex-syntax",
588
+ ]
589
+
590
+ [[package]]
591
+ name = "fastrand"
592
+ version = "2.0.1"
593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
594
+ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
595
+
596
+ [[package]]
597
+ name = "flate2"
598
+ version = "1.0.28"
599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
600
+ checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
601
+ dependencies = [
602
+ "crc32fast",
603
+ "miniz_oxide",
604
+ ]
605
+
606
+ [[package]]
607
+ name = "fnv"
608
+ version = "1.0.7"
609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
610
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
611
+
612
+ [[package]]
613
+ name = "foreign-types"
614
+ version = "0.3.2"
615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
616
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
617
+ dependencies = [
618
+ "foreign-types-shared",
619
+ ]
620
+
621
+ [[package]]
622
+ name = "foreign-types-shared"
623
+ version = "0.1.1"
624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
625
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
626
+
627
+ [[package]]
628
+ name = "form_urlencoded"
629
+ version = "1.2.1"
630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
631
+ checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
632
+ dependencies = [
633
+ "percent-encoding",
634
+ ]
635
+
636
+ [[package]]
637
+ name = "futures"
638
+ version = "0.3.31"
639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
640
+ checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
641
+ dependencies = [
642
+ "futures-channel",
643
+ "futures-core",
644
+ "futures-executor",
645
+ "futures-io",
646
+ "futures-sink",
647
+ "futures-task",
648
+ "futures-util",
649
+ ]
650
+
651
+ [[package]]
652
+ name = "futures-channel"
653
+ version = "0.3.31"
654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
655
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
656
+ dependencies = [
657
+ "futures-core",
658
+ "futures-sink",
659
+ ]
660
+
661
+ [[package]]
662
+ name = "futures-core"
663
+ version = "0.3.31"
664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
665
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
666
+
667
+ [[package]]
668
+ name = "futures-executor"
669
+ version = "0.3.31"
670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
671
+ checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
672
+ dependencies = [
673
+ "futures-core",
674
+ "futures-task",
675
+ "futures-util",
676
+ ]
677
+
678
+ [[package]]
679
+ name = "futures-io"
680
+ version = "0.3.31"
681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
682
+ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
683
+
684
+ [[package]]
685
+ name = "futures-macro"
686
+ version = "0.3.31"
687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
688
+ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
689
+ dependencies = [
690
+ "proc-macro2",
691
+ "quote",
692
+ "syn 2.0.104",
693
+ ]
694
+
695
+ [[package]]
696
+ name = "futures-sink"
697
+ version = "0.3.31"
698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
699
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
700
+
701
+ [[package]]
702
+ name = "futures-task"
703
+ version = "0.3.31"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
706
+
707
+ [[package]]
708
+ name = "futures-util"
709
+ version = "0.3.31"
710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
711
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
712
+ dependencies = [
713
+ "futures-channel",
714
+ "futures-core",
715
+ "futures-io",
716
+ "futures-macro",
717
+ "futures-sink",
718
+ "futures-task",
719
+ "memchr",
720
+ "pin-project-lite",
721
+ "pin-utils",
722
+ "slab",
723
+ ]
724
+
725
+ [[package]]
726
+ name = "gemm"
727
+ version = "0.17.1"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
730
+ dependencies = [
731
+ "dyn-stack",
732
+ "gemm-c32",
733
+ "gemm-c64",
734
+ "gemm-common",
735
+ "gemm-f16",
736
+ "gemm-f32",
737
+ "gemm-f64",
738
+ "num-complex",
739
+ "num-traits",
740
+ "paste",
741
+ "raw-cpuid",
742
+ "seq-macro",
743
+ ]
744
+
745
+ [[package]]
746
+ name = "gemm-c32"
747
+ version = "0.17.1"
748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
749
+ checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
750
+ dependencies = [
751
+ "dyn-stack",
752
+ "gemm-common",
753
+ "num-complex",
754
+ "num-traits",
755
+ "paste",
756
+ "raw-cpuid",
757
+ "seq-macro",
758
+ ]
759
+
760
+ [[package]]
761
+ name = "gemm-c64"
762
+ version = "0.17.1"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
765
+ dependencies = [
766
+ "dyn-stack",
767
+ "gemm-common",
768
+ "num-complex",
769
+ "num-traits",
770
+ "paste",
771
+ "raw-cpuid",
772
+ "seq-macro",
773
+ ]
774
+
775
+ [[package]]
776
+ name = "gemm-common"
777
+ version = "0.17.1"
778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
779
+ checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
780
+ dependencies = [
781
+ "bytemuck",
782
+ "dyn-stack",
783
+ "half",
784
+ "num-complex",
785
+ "num-traits",
786
+ "once_cell",
787
+ "paste",
788
+ "pulp",
789
+ "raw-cpuid",
790
+ "rayon",
791
+ "seq-macro",
792
+ "sysctl",
793
+ ]
794
+
795
+ [[package]]
796
+ name = "gemm-f16"
797
+ version = "0.17.1"
798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
799
+ checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
800
+ dependencies = [
801
+ "dyn-stack",
802
+ "gemm-common",
803
+ "gemm-f32",
804
+ "half",
805
+ "num-complex",
806
+ "num-traits",
807
+ "paste",
808
+ "raw-cpuid",
809
+ "rayon",
810
+ "seq-macro",
811
+ ]
812
+
813
+ [[package]]
814
+ name = "gemm-f32"
815
+ version = "0.17.1"
816
+ source = "registry+https://github.com/rust-lang/crates.io-index"
817
+ checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
818
+ dependencies = [
819
+ "dyn-stack",
820
+ "gemm-common",
821
+ "num-complex",
822
+ "num-traits",
823
+ "paste",
824
+ "raw-cpuid",
825
+ "seq-macro",
826
+ ]
827
+
828
+ [[package]]
829
+ name = "gemm-f64"
830
+ version = "0.17.1"
831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
832
+ checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
833
+ dependencies = [
834
+ "dyn-stack",
835
+ "gemm-common",
836
+ "num-complex",
837
+ "num-traits",
838
+ "paste",
839
+ "raw-cpuid",
840
+ "seq-macro",
841
+ ]
842
+
843
+ [[package]]
844
+ name = "getrandom"
845
+ version = "0.2.12"
846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
847
+ checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
848
+ dependencies = [
849
+ "cfg-if",
850
+ "libc",
851
+ "wasi 0.11.0+wasi-snapshot-preview1",
852
+ ]
853
+
854
+ [[package]]
855
+ name = "getrandom"
856
+ version = "0.3.3"
857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
858
+ checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
859
+ dependencies = [
860
+ "cfg-if",
861
+ "libc",
862
+ "r-efi",
863
+ "wasi 0.14.2+wasi-0.2.4",
864
+ ]
865
+
866
+ [[package]]
867
+ name = "gimli"
868
+ version = "0.29.0"
869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
870
+ checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
871
+
872
+ [[package]]
873
+ name = "glob"
874
+ version = "0.3.1"
875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
876
+ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
877
+
878
+ [[package]]
879
+ name = "h2"
880
+ version = "0.4.11"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785"
883
+ dependencies = [
884
+ "atomic-waker",
885
+ "bytes",
886
+ "fnv",
887
+ "futures-core",
888
+ "futures-sink",
889
+ "http",
890
+ "indexmap",
891
+ "slab",
892
+ "tokio",
893
+ "tokio-util",
894
+ "tracing",
895
+ ]
896
+
897
+ [[package]]
898
+ name = "half"
899
+ version = "2.4.0"
900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
901
+ checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e"
902
+ dependencies = [
903
+ "bytemuck",
904
+ "cfg-if",
905
+ "crunchy",
906
+ "num-traits",
907
+ "rand 0.8.5",
908
+ "rand_distr",
909
+ ]
910
+
911
+ [[package]]
912
+ name = "hashbrown"
913
+ version = "0.15.4"
914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
915
+ checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
916
+
917
+ [[package]]
918
+ name = "heck"
919
+ version = "0.4.1"
920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
921
+ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
922
+
923
+ [[package]]
924
+ name = "hermit-abi"
925
+ version = "0.3.9"
926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
927
+ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
928
+
929
+ [[package]]
930
+ name = "hf-hub"
931
+ version = "0.4.3"
932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
933
+ checksum = "629d8f3bbeda9d148036d6b0de0a3ab947abd08ce90626327fc3547a49d59d97"
934
+ dependencies = [
935
+ "dirs",
936
+ "futures",
937
+ "http",
938
+ "indicatif",
939
+ "libc",
940
+ "log",
941
+ "native-tls",
942
+ "num_cpus",
943
+ "rand 0.9.1",
944
+ "reqwest",
945
+ "serde",
946
+ "serde_json",
947
+ "thiserror 2.0.12",
948
+ "tokio",
949
+ "ureq",
950
+ "windows-sys 0.60.2",
951
+ ]
952
+
953
+ [[package]]
954
+ name = "http"
955
+ version = "1.3.1"
956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
957
+ checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
958
+ dependencies = [
959
+ "bytes",
960
+ "fnv",
961
+ "itoa",
962
+ ]
963
+
964
+ [[package]]
965
+ name = "http-body"
966
+ version = "1.0.1"
967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
968
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
969
+ dependencies = [
970
+ "bytes",
971
+ "http",
972
+ ]
973
+
974
+ [[package]]
975
+ name = "http-body-util"
976
+ version = "0.1.3"
977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
978
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
979
+ dependencies = [
980
+ "bytes",
981
+ "futures-core",
982
+ "http",
983
+ "http-body",
984
+ "pin-project-lite",
985
+ ]
986
+
987
+ [[package]]
988
+ name = "httparse"
989
+ version = "1.10.1"
990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
991
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
992
+
993
+ [[package]]
994
+ name = "hyper"
995
+ version = "1.6.0"
996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
997
+ checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
998
+ dependencies = [
999
+ "bytes",
1000
+ "futures-channel",
1001
+ "futures-util",
1002
+ "h2",
1003
+ "http",
1004
+ "http-body",
1005
+ "httparse",
1006
+ "itoa",
1007
+ "pin-project-lite",
1008
+ "smallvec",
1009
+ "tokio",
1010
+ "want",
1011
+ ]
1012
+
1013
+ [[package]]
1014
+ name = "hyper-rustls"
1015
+ version = "0.27.7"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1018
+ dependencies = [
1019
+ "http",
1020
+ "hyper",
1021
+ "hyper-util",
1022
+ "rustls 0.23.28",
1023
+ "rustls-pki-types",
1024
+ "tokio",
1025
+ "tokio-rustls",
1026
+ "tower-service",
1027
+ ]
1028
+
1029
+ [[package]]
1030
+ name = "hyper-tls"
1031
+ version = "0.6.0"
1032
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1033
+ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1034
+ dependencies = [
1035
+ "bytes",
1036
+ "http-body-util",
1037
+ "hyper",
1038
+ "hyper-util",
1039
+ "native-tls",
1040
+ "tokio",
1041
+ "tokio-native-tls",
1042
+ "tower-service",
1043
+ ]
1044
+
1045
+ [[package]]
1046
+ name = "hyper-util"
1047
+ version = "0.1.15"
1048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1049
+ checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df"
1050
+ dependencies = [
1051
+ "base64 0.22.1",
1052
+ "bytes",
1053
+ "futures-channel",
1054
+ "futures-core",
1055
+ "futures-util",
1056
+ "http",
1057
+ "http-body",
1058
+ "hyper",
1059
+ "ipnet",
1060
+ "libc",
1061
+ "percent-encoding",
1062
+ "pin-project-lite",
1063
+ "socket2",
1064
+ "system-configuration",
1065
+ "tokio",
1066
+ "tower-service",
1067
+ "tracing",
1068
+ "windows-registry",
1069
+ ]
1070
+
1071
+ [[package]]
1072
+ name = "ident_case"
1073
+ version = "1.0.1"
1074
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1075
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1076
+
1077
+ [[package]]
1078
+ name = "idna"
1079
+ version = "0.5.0"
1080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1081
+ checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
1082
+ dependencies = [
1083
+ "unicode-bidi",
1084
+ "unicode-normalization",
1085
+ ]
1086
+
1087
+ [[package]]
1088
+ name = "indexmap"
1089
+ version = "2.10.0"
1090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1091
+ checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
1092
+ dependencies = [
1093
+ "equivalent",
1094
+ "hashbrown",
1095
+ ]
1096
+
1097
+ [[package]]
1098
+ name = "indicatif"
1099
+ version = "0.17.8"
1100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1101
+ checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
1102
+ dependencies = [
1103
+ "console",
1104
+ "instant",
1105
+ "number_prefix",
1106
+ "portable-atomic",
1107
+ "unicode-width",
1108
+ ]
1109
+
1110
+ [[package]]
1111
+ name = "instant"
1112
+ version = "0.1.12"
1113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1114
+ checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1115
+ dependencies = [
1116
+ "cfg-if",
1117
+ ]
1118
+
1119
+ [[package]]
1120
+ name = "io-uring"
1121
+ version = "0.7.8"
1122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1123
+ checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
1124
+ dependencies = [
1125
+ "bitflags 2.4.2",
1126
+ "cfg-if",
1127
+ "libc",
1128
+ ]
1129
+
1130
+ [[package]]
1131
+ name = "ipnet"
1132
+ version = "2.11.0"
1133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1134
+ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1135
+
1136
+ [[package]]
1137
+ name = "iri-string"
1138
+ version = "0.7.8"
1139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1140
+ checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
1141
+ dependencies = [
1142
+ "memchr",
1143
+ "serde",
1144
+ ]
1145
+
1146
+ [[package]]
1147
+ name = "itertools"
1148
+ version = "0.11.0"
1149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1150
+ checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
1151
+ dependencies = [
1152
+ "either",
1153
+ ]
1154
+
1155
+ [[package]]
1156
+ name = "itertools"
1157
+ version = "0.12.1"
1158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1159
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1160
+ dependencies = [
1161
+ "either",
1162
+ ]
1163
+
1164
+ [[package]]
1165
+ name = "itoa"
1166
+ version = "1.0.10"
1167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1168
+ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
1169
+
1170
+ [[package]]
1171
+ name = "js-sys"
1172
+ version = "0.3.77"
1173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1174
+ checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1175
+ dependencies = [
1176
+ "once_cell",
1177
+ "wasm-bindgen",
1178
+ ]
1179
+
1180
+ [[package]]
1181
+ name = "lazy_static"
1182
+ version = "1.4.0"
1183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1184
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1185
+
1186
+ [[package]]
1187
+ name = "lazycell"
1188
+ version = "1.3.0"
1189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1190
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1191
+
1192
+ [[package]]
1193
+ name = "libc"
1194
+ version = "0.2.174"
1195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1196
+ checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
1197
+
1198
+ [[package]]
1199
+ name = "libloading"
1200
+ version = "0.8.3"
1201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1202
+ checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
1203
+ dependencies = [
1204
+ "cfg-if",
1205
+ "windows-targets 0.52.4",
1206
+ ]
1207
+
1208
+ [[package]]
1209
+ name = "libm"
1210
+ version = "0.2.8"
1211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1212
+ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
1213
+
1214
+ [[package]]
1215
+ name = "libredox"
1216
+ version = "0.1.4"
1217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1218
+ checksum = "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638"
1219
+ dependencies = [
1220
+ "bitflags 2.4.2",
1221
+ "libc",
1222
+ ]
1223
+
1224
+ [[package]]
1225
+ name = "linux-raw-sys"
1226
+ version = "0.4.13"
1227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1228
+ checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
1229
+
1230
+ [[package]]
1231
+ name = "log"
1232
+ version = "0.4.21"
1233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1234
+ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
1235
+
1236
+ [[package]]
1237
+ name = "macro_rules_attribute"
1238
+ version = "0.2.0"
1239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1240
+ checksum = "8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13"
1241
+ dependencies = [
1242
+ "macro_rules_attribute-proc_macro",
1243
+ "paste",
1244
+ ]
1245
+
1246
+ [[package]]
1247
+ name = "macro_rules_attribute-proc_macro"
1248
+ version = "0.2.0"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568"
1251
+
1252
+ [[package]]
1253
+ name = "magnus"
1254
+ version = "0.6.2"
1255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1256
+ checksum = "4778544796676e8428e9c622460ebf284bea52d8b10db3aeb449d8b5e61b3a13"
1257
+ dependencies = [
1258
+ "magnus-macros",
1259
+ "rb-sys",
1260
+ "rb-sys-env",
1261
+ "seq-macro",
1262
+ ]
1263
+
1264
+ [[package]]
1265
+ name = "magnus-macros"
1266
+ version = "0.6.0"
1267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1268
+ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
1269
+ dependencies = [
1270
+ "proc-macro2",
1271
+ "quote",
1272
+ "syn 2.0.104",
1273
+ ]
1274
+
1275
+ [[package]]
1276
+ name = "memchr"
1277
+ version = "2.7.1"
1278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1279
+ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
1280
+
1281
+ [[package]]
1282
+ name = "memmap2"
1283
+ version = "0.9.4"
1284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1285
+ checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
1286
+ dependencies = [
1287
+ "libc",
1288
+ "stable_deref_trait",
1289
+ ]
1290
+
1291
+ [[package]]
1292
+ name = "mime"
1293
+ version = "0.3.17"
1294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1295
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1296
+
1297
+ [[package]]
1298
+ name = "minimal-lexical"
1299
+ version = "0.2.1"
1300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1301
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1302
+
1303
+ [[package]]
1304
+ name = "miniz_oxide"
1305
+ version = "0.7.2"
1306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1307
+ checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
1308
+ dependencies = [
1309
+ "adler",
1310
+ ]
1311
+
1312
+ [[package]]
1313
+ name = "mio"
1314
+ version = "1.0.3"
1315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1316
+ checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
1317
+ dependencies = [
1318
+ "libc",
1319
+ "wasi 0.11.0+wasi-snapshot-preview1",
1320
+ "windows-sys 0.52.0",
1321
+ ]
1322
+
1323
+ [[package]]
1324
+ name = "monostate"
1325
+ version = "0.1.11"
1326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1327
+ checksum = "878c2a1f1c70e5724fa28f101ca787b6a7e8ad5c5e4ae4ca3b0fa4a419fa9075"
1328
+ dependencies = [
1329
+ "monostate-impl",
1330
+ "serde",
1331
+ ]
1332
+
1333
+ [[package]]
1334
+ name = "monostate-impl"
1335
+ version = "0.1.11"
1336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1337
+ checksum = "f686d68a09079e63b1d2c64aa305095887ce50565f00a922ebfaeeee0d9ba6ce"
1338
+ dependencies = [
1339
+ "proc-macro2",
1340
+ "quote",
1341
+ "syn 2.0.104",
1342
+ ]
1343
+
1344
+ [[package]]
1345
+ name = "native-tls"
1346
+ version = "0.2.14"
1347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1348
+ checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1349
+ dependencies = [
1350
+ "libc",
1351
+ "log",
1352
+ "openssl",
1353
+ "openssl-probe",
1354
+ "openssl-sys",
1355
+ "schannel",
1356
+ "security-framework",
1357
+ "security-framework-sys",
1358
+ "tempfile",
1359
+ ]
1360
+
1361
+ [[package]]
1362
+ name = "nom"
1363
+ version = "7.1.3"
1364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1365
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1366
+ dependencies = [
1367
+ "memchr",
1368
+ "minimal-lexical",
1369
+ ]
1370
+
1371
+ [[package]]
1372
+ name = "num-complex"
1373
+ version = "0.4.5"
1374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1375
+ checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6"
1376
+ dependencies = [
1377
+ "bytemuck",
1378
+ "num-traits",
1379
+ ]
1380
+
1381
+ [[package]]
1382
+ name = "num-traits"
1383
+ version = "0.2.18"
1384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1385
+ checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
1386
+ dependencies = [
1387
+ "autocfg",
1388
+ "libm",
1389
+ ]
1390
+
1391
+ [[package]]
1392
+ name = "num_cpus"
1393
+ version = "1.16.0"
1394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1395
+ checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
1396
+ dependencies = [
1397
+ "hermit-abi",
1398
+ "libc",
1399
+ ]
1400
+
1401
+ [[package]]
1402
+ name = "number_prefix"
1403
+ version = "0.4.0"
1404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1405
+ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
1406
+
1407
+ [[package]]
1408
+ name = "object"
1409
+ version = "0.36.7"
1410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1411
+ checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
1412
+ dependencies = [
1413
+ "memchr",
1414
+ ]
1415
+
1416
+ [[package]]
1417
+ name = "once_cell"
1418
+ version = "1.19.0"
1419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1420
+ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1421
+
1422
+ [[package]]
1423
+ name = "onig"
1424
+ version = "6.4.0"
1425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1426
+ checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
1427
+ dependencies = [
1428
+ "bitflags 1.3.2",
1429
+ "libc",
1430
+ "once_cell",
1431
+ "onig_sys",
1432
+ ]
1433
+
1434
+ [[package]]
1435
+ name = "onig_sys"
1436
+ version = "69.8.1"
1437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1438
+ checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
1439
+ dependencies = [
1440
+ "cc",
1441
+ "pkg-config",
1442
+ ]
1443
+
1444
+ [[package]]
1445
+ name = "openssl"
1446
+ version = "0.10.73"
1447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1448
+ checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
1449
+ dependencies = [
1450
+ "bitflags 2.4.2",
1451
+ "cfg-if",
1452
+ "foreign-types",
1453
+ "libc",
1454
+ "once_cell",
1455
+ "openssl-macros",
1456
+ "openssl-sys",
1457
+ ]
1458
+
1459
+ [[package]]
1460
+ name = "openssl-macros"
1461
+ version = "0.1.1"
1462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1463
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1464
+ dependencies = [
1465
+ "proc-macro2",
1466
+ "quote",
1467
+ "syn 2.0.104",
1468
+ ]
1469
+
1470
+ [[package]]
1471
+ name = "openssl-probe"
1472
+ version = "0.1.5"
1473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1474
+ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1475
+
1476
+ [[package]]
1477
+ name = "openssl-sys"
1478
+ version = "0.9.109"
1479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1480
+ checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
1481
+ dependencies = [
1482
+ "cc",
1483
+ "libc",
1484
+ "pkg-config",
1485
+ "vcpkg",
1486
+ ]
1487
+
1488
+ [[package]]
1489
+ name = "option-ext"
1490
+ version = "0.2.0"
1491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1492
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
1493
+
1494
+ [[package]]
1495
+ name = "paste"
1496
+ version = "1.0.14"
1497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1498
+ checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
1499
+
1500
+ [[package]]
1501
+ name = "percent-encoding"
1502
+ version = "2.3.1"
1503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1504
+ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1505
+
1506
+ [[package]]
1507
+ name = "pin-project-lite"
1508
+ version = "0.2.13"
1509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1510
+ checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
1511
+
1512
+ [[package]]
1513
+ name = "pin-utils"
1514
+ version = "0.1.0"
1515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1517
+
1518
+ [[package]]
1519
+ name = "pkg-config"
1520
+ version = "0.3.30"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
1523
+
1524
+ [[package]]
1525
+ name = "portable-atomic"
1526
+ version = "1.6.0"
1527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1528
+ checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
1529
+
1530
+ [[package]]
1531
+ name = "ppv-lite86"
1532
+ version = "0.2.17"
1533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1534
+ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1535
+
1536
+ [[package]]
1537
+ name = "proc-macro2"
1538
+ version = "1.0.95"
1539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1540
+ checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
1541
+ dependencies = [
1542
+ "unicode-ident",
1543
+ ]
1544
+
1545
+ [[package]]
1546
+ name = "pulp"
1547
+ version = "0.18.8"
1548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1549
+ checksum = "091bad01115892393939669b38f88ff2b70838e969a7ac172a9d06d05345a732"
1550
+ dependencies = [
1551
+ "bytemuck",
1552
+ "libm",
1553
+ "num-complex",
1554
+ "reborrow",
1555
+ ]
1556
+
1557
+ [[package]]
1558
+ name = "quote"
1559
+ version = "1.0.35"
1560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1561
+ checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
1562
+ dependencies = [
1563
+ "proc-macro2",
1564
+ ]
1565
+
1566
+ [[package]]
1567
+ name = "r-efi"
1568
+ version = "5.3.0"
1569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1570
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1571
+
1572
+ [[package]]
1573
+ name = "rand"
1574
+ version = "0.8.5"
1575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1576
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1577
+ dependencies = [
1578
+ "libc",
1579
+ "rand_chacha 0.3.1",
1580
+ "rand_core 0.6.4",
1581
+ ]
1582
+
1583
+ [[package]]
1584
+ name = "rand"
1585
+ version = "0.9.1"
1586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1587
+ checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
1588
+ dependencies = [
1589
+ "rand_chacha 0.9.0",
1590
+ "rand_core 0.9.3",
1591
+ ]
1592
+
1593
+ [[package]]
1594
+ name = "rand_chacha"
1595
+ version = "0.3.1"
1596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1597
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1598
+ dependencies = [
1599
+ "ppv-lite86",
1600
+ "rand_core 0.6.4",
1601
+ ]
1602
+
1603
+ [[package]]
1604
+ name = "rand_chacha"
1605
+ version = "0.9.0"
1606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1607
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1608
+ dependencies = [
1609
+ "ppv-lite86",
1610
+ "rand_core 0.9.3",
1611
+ ]
1612
+
1613
+ [[package]]
1614
+ name = "rand_core"
1615
+ version = "0.6.4"
1616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1617
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1618
+ dependencies = [
1619
+ "getrandom 0.2.12",
1620
+ ]
1621
+
1622
+ [[package]]
1623
+ name = "rand_core"
1624
+ version = "0.9.3"
1625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1626
+ checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1627
+ dependencies = [
1628
+ "getrandom 0.3.3",
1629
+ ]
1630
+
1631
+ [[package]]
1632
+ name = "rand_distr"
1633
+ version = "0.4.3"
1634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1635
+ checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
1636
+ dependencies = [
1637
+ "num-traits",
1638
+ "rand 0.8.5",
1639
+ ]
1640
+
1641
+ [[package]]
1642
+ name = "raw-cpuid"
1643
+ version = "10.7.0"
1644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1645
+ checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
1646
+ dependencies = [
1647
+ "bitflags 1.3.2",
1648
+ ]
1649
+
1650
+ [[package]]
1651
+ name = "rayon"
1652
+ version = "1.9.0"
1653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1654
+ checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd"
1655
+ dependencies = [
1656
+ "either",
1657
+ "rayon-core",
1658
+ ]
1659
+
1660
+ [[package]]
1661
+ name = "rayon-cond"
1662
+ version = "0.3.0"
1663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1664
+ checksum = "059f538b55efd2309c9794130bc149c6a553db90e9d99c2030785c82f0bd7df9"
1665
+ dependencies = [
1666
+ "either",
1667
+ "itertools 0.11.0",
1668
+ "rayon",
1669
+ ]
1670
+
1671
+ [[package]]
1672
+ name = "rayon-core"
1673
+ version = "1.12.1"
1674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1675
+ checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
1676
+ dependencies = [
1677
+ "crossbeam-deque",
1678
+ "crossbeam-utils",
1679
+ ]
1680
+
1681
+ [[package]]
1682
+ name = "rb-sys"
1683
+ version = "0.9.111"
1684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1685
+ checksum = "becea799ce051c16fb140be80f5e7cf781070f99ca099332383c2b17861249af"
1686
+ dependencies = [
1687
+ "rb-sys-build",
1688
+ ]
1689
+
1690
+ [[package]]
1691
+ name = "rb-sys-build"
1692
+ version = "0.9.111"
1693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1694
+ checksum = "64691175abc704862f60a9ca8ef06174080cc50615f2bf1d4759f46db18b4d29"
1695
+ dependencies = [
1696
+ "bindgen",
1697
+ "lazy_static",
1698
+ "proc-macro2",
1699
+ "quote",
1700
+ "regex",
1701
+ "shell-words",
1702
+ "syn 2.0.104",
1703
+ ]
1704
+
1705
+ [[package]]
1706
+ name = "rb-sys-env"
1707
+ version = "0.1.2"
1708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1709
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
1710
+
1711
+ [[package]]
1712
+ name = "reborrow"
1713
+ version = "0.5.5"
1714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1715
+ checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
1716
+
1717
+ [[package]]
1718
+ name = "redox_users"
1719
+ version = "0.5.0"
1720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1721
+ checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
1722
+ dependencies = [
1723
+ "getrandom 0.2.12",
1724
+ "libredox",
1725
+ "thiserror 2.0.12",
1726
+ ]
1727
+
1728
+ [[package]]
1729
+ name = "regex"
1730
+ version = "1.10.3"
1731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1732
+ checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
1733
+ dependencies = [
1734
+ "aho-corasick",
1735
+ "memchr",
1736
+ "regex-automata",
1737
+ "regex-syntax",
1738
+ ]
1739
+
1740
+ [[package]]
1741
+ name = "regex-automata"
1742
+ version = "0.4.6"
1743
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1744
+ checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
1745
+ dependencies = [
1746
+ "aho-corasick",
1747
+ "memchr",
1748
+ "regex-syntax",
1749
+ ]
1750
+
1751
+ [[package]]
1752
+ name = "regex-syntax"
1753
+ version = "0.8.2"
1754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1755
+ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
1756
+
1757
+ [[package]]
1758
+ name = "reqwest"
1759
+ version = "0.12.22"
1760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1761
+ checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
1762
+ dependencies = [
1763
+ "base64 0.22.1",
1764
+ "bytes",
1765
+ "encoding_rs",
1766
+ "futures-core",
1767
+ "futures-util",
1768
+ "h2",
1769
+ "http",
1770
+ "http-body",
1771
+ "http-body-util",
1772
+ "hyper",
1773
+ "hyper-rustls",
1774
+ "hyper-tls",
1775
+ "hyper-util",
1776
+ "js-sys",
1777
+ "log",
1778
+ "mime",
1779
+ "native-tls",
1780
+ "percent-encoding",
1781
+ "pin-project-lite",
1782
+ "rustls-pki-types",
1783
+ "serde",
1784
+ "serde_json",
1785
+ "serde_urlencoded",
1786
+ "sync_wrapper",
1787
+ "tokio",
1788
+ "tokio-native-tls",
1789
+ "tokio-util",
1790
+ "tower",
1791
+ "tower-http",
1792
+ "tower-service",
1793
+ "url",
1794
+ "wasm-bindgen",
1795
+ "wasm-bindgen-futures",
1796
+ "wasm-streams",
1797
+ "web-sys",
1798
+ ]
1799
+
1800
+ [[package]]
1801
+ name = "ring"
1802
+ version = "0.17.8"
1803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1804
+ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
1805
+ dependencies = [
1806
+ "cc",
1807
+ "cfg-if",
1808
+ "getrandom 0.2.12",
1809
+ "libc",
1810
+ "spin",
1811
+ "untrusted",
1812
+ "windows-sys 0.52.0",
1813
+ ]
1814
+
1815
+ [[package]]
1816
+ name = "rustc-demangle"
1817
+ version = "0.1.25"
1818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1819
+ checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
1820
+
1821
+ [[package]]
1822
+ name = "rustc-hash"
1823
+ version = "1.1.0"
1824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1825
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1826
+
1827
+ [[package]]
1828
+ name = "rustix"
1829
+ version = "0.38.31"
1830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1831
+ checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
1832
+ dependencies = [
1833
+ "bitflags 2.4.2",
1834
+ "errno",
1835
+ "libc",
1836
+ "linux-raw-sys",
1837
+ "windows-sys 0.52.0",
1838
+ ]
1839
+
1840
+ [[package]]
1841
+ name = "rustls"
1842
+ version = "0.22.2"
1843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1844
+ checksum = "e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41"
1845
+ dependencies = [
1846
+ "log",
1847
+ "ring",
1848
+ "rustls-pki-types",
1849
+ "rustls-webpki 0.102.2",
1850
+ "subtle",
1851
+ "zeroize",
1852
+ ]
1853
+
1854
+ [[package]]
1855
+ name = "rustls"
1856
+ version = "0.23.28"
1857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1858
+ checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643"
1859
+ dependencies = [
1860
+ "once_cell",
1861
+ "rustls-pki-types",
1862
+ "rustls-webpki 0.103.3",
1863
+ "subtle",
1864
+ "zeroize",
1865
+ ]
1866
+
1867
+ [[package]]
1868
+ name = "rustls-pki-types"
1869
+ version = "1.12.0"
1870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1871
+ checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
1872
+ dependencies = [
1873
+ "zeroize",
1874
+ ]
1875
+
1876
+ [[package]]
1877
+ name = "rustls-webpki"
1878
+ version = "0.102.2"
1879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1880
+ checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610"
1881
+ dependencies = [
1882
+ "ring",
1883
+ "rustls-pki-types",
1884
+ "untrusted",
1885
+ ]
1886
+
1887
+ [[package]]
1888
+ name = "rustls-webpki"
1889
+ version = "0.103.3"
1890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1891
+ checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
1892
+ dependencies = [
1893
+ "ring",
1894
+ "rustls-pki-types",
1895
+ "untrusted",
1896
+ ]
1897
+
1898
+ [[package]]
1899
+ name = "rustversion"
1900
+ version = "1.0.21"
1901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1902
+ checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
1903
+
1904
+ [[package]]
1905
+ name = "ryu"
1906
+ version = "1.0.17"
1907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1908
+ checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
1909
+
1910
+ [[package]]
1911
+ name = "safetensors"
1912
+ version = "0.4.2"
1913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1914
+ checksum = "8d980e6bfb34436fb0a81e42bc41af43f11805bbbca443e7f68e9faaabe669ed"
1915
+ dependencies = [
1916
+ "serde",
1917
+ "serde_json",
1918
+ ]
1919
+
1920
+ [[package]]
1921
+ name = "same-file"
1922
+ version = "1.0.6"
1923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1924
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1925
+ dependencies = [
1926
+ "winapi-util",
1927
+ ]
1928
+
1929
+ [[package]]
1930
+ name = "schannel"
1931
+ version = "0.1.23"
1932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1933
+ checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
1934
+ dependencies = [
1935
+ "windows-sys 0.52.0",
1936
+ ]
1937
+
1938
+ [[package]]
1939
+ name = "security-framework"
1940
+ version = "2.9.2"
1941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1942
+ checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
1943
+ dependencies = [
1944
+ "bitflags 1.3.2",
1945
+ "core-foundation",
1946
+ "core-foundation-sys",
1947
+ "libc",
1948
+ "security-framework-sys",
1949
+ ]
1950
+
1951
+ [[package]]
1952
+ name = "security-framework-sys"
1953
+ version = "2.9.1"
1954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1955
+ checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
1956
+ dependencies = [
1957
+ "core-foundation-sys",
1958
+ "libc",
1959
+ ]
1960
+
1961
+ [[package]]
1962
+ name = "seq-macro"
1963
+ version = "0.3.5"
1964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1965
+ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
1966
+
1967
+ [[package]]
1968
+ name = "serde"
1969
+ version = "1.0.197"
1970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1971
+ checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
1972
+ dependencies = [
1973
+ "serde_derive",
1974
+ ]
1975
+
1976
+ [[package]]
1977
+ name = "serde_derive"
1978
+ version = "1.0.197"
1979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1980
+ checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
1981
+ dependencies = [
1982
+ "proc-macro2",
1983
+ "quote",
1984
+ "syn 2.0.104",
1985
+ ]
1986
+
1987
+ [[package]]
1988
+ name = "serde_json"
1989
+ version = "1.0.114"
1990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1991
+ checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
1992
+ dependencies = [
1993
+ "itoa",
1994
+ "ryu",
1995
+ "serde",
1996
+ ]
1997
+
1998
+ [[package]]
1999
+ name = "serde_plain"
2000
+ version = "1.0.2"
2001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2002
+ checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
2003
+ dependencies = [
2004
+ "serde",
2005
+ ]
2006
+
2007
+ [[package]]
2008
+ name = "serde_urlencoded"
2009
+ version = "0.7.1"
2010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2011
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2012
+ dependencies = [
2013
+ "form_urlencoded",
2014
+ "itoa",
2015
+ "ryu",
2016
+ "serde",
2017
+ ]
2018
+
2019
+ [[package]]
2020
+ name = "shell-words"
2021
+ version = "1.1.0"
2022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2023
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2024
+
2025
+ [[package]]
2026
+ name = "shlex"
2027
+ version = "1.3.0"
2028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2029
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2030
+
2031
+ [[package]]
2032
+ name = "slab"
2033
+ version = "0.4.10"
2034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2035
+ checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
2036
+
2037
+ [[package]]
2038
+ name = "smallvec"
2039
+ version = "1.13.1"
2040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2041
+ checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
2042
+
2043
+ [[package]]
2044
+ name = "socket2"
2045
+ version = "0.5.10"
2046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2047
+ checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2048
+ dependencies = [
2049
+ "libc",
2050
+ "windows-sys 0.52.0",
2051
+ ]
2052
+
2053
+ [[package]]
2054
+ name = "socks"
2055
+ version = "0.3.4"
2056
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2057
+ checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b"
2058
+ dependencies = [
2059
+ "byteorder",
2060
+ "libc",
2061
+ "winapi",
2062
+ ]
2063
+
2064
+ [[package]]
2065
+ name = "spin"
2066
+ version = "0.9.8"
2067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2068
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2069
+
2070
+ [[package]]
2071
+ name = "spm_precompiled"
2072
+ version = "0.1.4"
2073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2074
+ checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326"
2075
+ dependencies = [
2076
+ "base64 0.13.1",
2077
+ "nom",
2078
+ "serde",
2079
+ "unicode-segmentation",
2080
+ ]
2081
+
2082
+ [[package]]
2083
+ name = "stable_deref_trait"
2084
+ version = "1.2.0"
2085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2086
+ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2087
+
2088
+ [[package]]
2089
+ name = "strsim"
2090
+ version = "0.10.0"
2091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2092
+ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2093
+
2094
+ [[package]]
2095
+ name = "strsim"
2096
+ version = "0.11.0"
2097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2098
+ checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
2099
+
2100
+ [[package]]
2101
+ name = "subtle"
2102
+ version = "2.5.0"
2103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2104
+ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2105
+
2106
+ [[package]]
2107
+ name = "syn"
2108
+ version = "1.0.109"
2109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2110
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2111
+ dependencies = [
2112
+ "proc-macro2",
2113
+ "quote",
2114
+ "unicode-ident",
2115
+ ]
2116
+
2117
+ [[package]]
2118
+ name = "syn"
2119
+ version = "2.0.104"
2120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2121
+ checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
2122
+ dependencies = [
2123
+ "proc-macro2",
2124
+ "quote",
2125
+ "unicode-ident",
2126
+ ]
2127
+
2128
+ [[package]]
2129
+ name = "sync_wrapper"
2130
+ version = "1.0.2"
2131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2132
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2133
+ dependencies = [
2134
+ "futures-core",
2135
+ ]
2136
+
2137
+ [[package]]
2138
+ name = "synstructure"
2139
+ version = "0.13.1"
2140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2141
+ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
2142
+ dependencies = [
2143
+ "proc-macro2",
2144
+ "quote",
2145
+ "syn 2.0.104",
2146
+ ]
2147
+
2148
+ [[package]]
2149
+ name = "sysctl"
2150
+ version = "0.5.5"
2151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2152
+ checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
2153
+ dependencies = [
2154
+ "bitflags 2.4.2",
2155
+ "byteorder",
2156
+ "enum-as-inner",
2157
+ "libc",
2158
+ "thiserror 1.0.58",
2159
+ "walkdir",
2160
+ ]
2161
+
2162
+ [[package]]
2163
+ name = "system-configuration"
2164
+ version = "0.6.1"
2165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2166
+ checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
2167
+ dependencies = [
2168
+ "bitflags 2.4.2",
2169
+ "core-foundation",
2170
+ "system-configuration-sys",
2171
+ ]
2172
+
2173
+ [[package]]
2174
+ name = "system-configuration-sys"
2175
+ version = "0.6.0"
2176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2177
+ checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2178
+ dependencies = [
2179
+ "core-foundation-sys",
2180
+ "libc",
2181
+ ]
2182
+
2183
+ [[package]]
2184
+ name = "tempfile"
2185
+ version = "3.10.1"
2186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2187
+ checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2188
+ dependencies = [
2189
+ "cfg-if",
2190
+ "fastrand",
2191
+ "rustix",
2192
+ "windows-sys 0.52.0",
2193
+ ]
2194
+
2195
+ [[package]]
2196
+ name = "thiserror"
2197
+ version = "1.0.58"
2198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2199
+ checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
2200
+ dependencies = [
2201
+ "thiserror-impl 1.0.58",
2202
+ ]
2203
+
2204
+ [[package]]
2205
+ name = "thiserror"
2206
+ version = "2.0.12"
2207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2208
+ checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
2209
+ dependencies = [
2210
+ "thiserror-impl 2.0.12",
2211
+ ]
2212
+
2213
+ [[package]]
2214
+ name = "thiserror-impl"
2215
+ version = "1.0.58"
2216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2217
+ checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
2218
+ dependencies = [
2219
+ "proc-macro2",
2220
+ "quote",
2221
+ "syn 2.0.104",
2222
+ ]
2223
+
2224
+ [[package]]
2225
+ name = "thiserror-impl"
2226
+ version = "2.0.12"
2227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2228
+ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
2229
+ dependencies = [
2230
+ "proc-macro2",
2231
+ "quote",
2232
+ "syn 2.0.104",
2233
+ ]
2234
+
2235
+ [[package]]
2236
+ name = "tinyvec"
2237
+ version = "1.6.0"
2238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2239
+ checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2240
+ dependencies = [
2241
+ "tinyvec_macros",
2242
+ ]
2243
+
2244
+ [[package]]
2245
+ name = "tinyvec_macros"
2246
+ version = "0.1.1"
2247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2248
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2249
+
2250
+ [[package]]
2251
+ name = "tokenizers"
2252
+ version = "0.15.2"
2253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2254
+ checksum = "3dd47962b0ba36e7fd33518fbf1754d136fd1474000162bbf2a8b5fcb2d3654d"
2255
+ dependencies = [
2256
+ "aho-corasick",
2257
+ "clap",
2258
+ "derive_builder",
2259
+ "esaxx-rs",
2260
+ "fancy-regex",
2261
+ "getrandom 0.2.12",
2262
+ "indicatif",
2263
+ "itertools 0.12.1",
2264
+ "lazy_static",
2265
+ "log",
2266
+ "macro_rules_attribute",
2267
+ "monostate",
2268
+ "onig",
2269
+ "paste",
2270
+ "rand 0.8.5",
2271
+ "rayon",
2272
+ "rayon-cond",
2273
+ "regex",
2274
+ "regex-syntax",
2275
+ "serde",
2276
+ "serde_json",
2277
+ "spm_precompiled",
2278
+ "thiserror 1.0.58",
2279
+ "unicode-normalization-alignments",
2280
+ "unicode-segmentation",
2281
+ "unicode_categories",
2282
+ ]
2283
+
2284
+ [[package]]
2285
+ name = "tokio"
2286
+ version = "1.46.1"
2287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2288
+ checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
2289
+ dependencies = [
2290
+ "backtrace",
2291
+ "bytes",
2292
+ "io-uring",
2293
+ "libc",
2294
+ "mio",
2295
+ "pin-project-lite",
2296
+ "slab",
2297
+ "socket2",
2298
+ "tokio-macros",
2299
+ "windows-sys 0.52.0",
2300
+ ]
2301
+
2302
+ [[package]]
2303
+ name = "tokio-macros"
2304
+ version = "2.5.0"
2305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2306
+ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2307
+ dependencies = [
2308
+ "proc-macro2",
2309
+ "quote",
2310
+ "syn 2.0.104",
2311
+ ]
2312
+
2313
+ [[package]]
2314
+ name = "tokio-native-tls"
2315
+ version = "0.3.1"
2316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2317
+ checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2318
+ dependencies = [
2319
+ "native-tls",
2320
+ "tokio",
2321
+ ]
2322
+
2323
+ [[package]]
2324
+ name = "tokio-rustls"
2325
+ version = "0.26.2"
2326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2327
+ checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
2328
+ dependencies = [
2329
+ "rustls 0.23.28",
2330
+ "tokio",
2331
+ ]
2332
+
2333
+ [[package]]
2334
+ name = "tokio-util"
2335
+ version = "0.7.15"
2336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2337
+ checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
2338
+ dependencies = [
2339
+ "bytes",
2340
+ "futures-core",
2341
+ "futures-sink",
2342
+ "pin-project-lite",
2343
+ "tokio",
2344
+ ]
2345
+
2346
+ [[package]]
2347
+ name = "tower"
2348
+ version = "0.5.2"
2349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2350
+ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2351
+ dependencies = [
2352
+ "futures-core",
2353
+ "futures-util",
2354
+ "pin-project-lite",
2355
+ "sync_wrapper",
2356
+ "tokio",
2357
+ "tower-layer",
2358
+ "tower-service",
2359
+ ]
2360
+
2361
+ [[package]]
2362
+ name = "tower-http"
2363
+ version = "0.6.6"
2364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2365
+ checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
2366
+ dependencies = [
2367
+ "bitflags 2.4.2",
2368
+ "bytes",
2369
+ "futures-util",
2370
+ "http",
2371
+ "http-body",
2372
+ "iri-string",
2373
+ "pin-project-lite",
2374
+ "tower",
2375
+ "tower-layer",
2376
+ "tower-service",
2377
+ ]
2378
+
2379
+ [[package]]
2380
+ name = "tower-layer"
2381
+ version = "0.3.3"
2382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2383
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2384
+
2385
+ [[package]]
2386
+ name = "tower-service"
2387
+ version = "0.3.3"
2388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2389
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2390
+
2391
+ [[package]]
2392
+ name = "tracing"
2393
+ version = "0.1.40"
2394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2395
+ checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2396
+ dependencies = [
2397
+ "pin-project-lite",
2398
+ "tracing-attributes",
2399
+ "tracing-core",
2400
+ ]
2401
+
2402
+ [[package]]
2403
+ name = "tracing-attributes"
2404
+ version = "0.1.27"
2405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2406
+ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2407
+ dependencies = [
2408
+ "proc-macro2",
2409
+ "quote",
2410
+ "syn 2.0.104",
2411
+ ]
2412
+
2413
+ [[package]]
2414
+ name = "tracing-core"
2415
+ version = "0.1.32"
2416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2417
+ checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2418
+ dependencies = [
2419
+ "once_cell",
2420
+ ]
2421
+
2422
+ [[package]]
2423
+ name = "try-lock"
2424
+ version = "0.2.5"
2425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2426
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2427
+
2428
+ [[package]]
2429
+ name = "unicode-bidi"
2430
+ version = "0.3.15"
2431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2432
+ checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2433
+
2434
+ [[package]]
2435
+ name = "unicode-ident"
2436
+ version = "1.0.12"
2437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2438
+ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2439
+
2440
+ [[package]]
2441
+ name = "unicode-normalization"
2442
+ version = "0.1.23"
2443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2444
+ checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2445
+ dependencies = [
2446
+ "tinyvec",
2447
+ ]
2448
+
2449
+ [[package]]
2450
+ name = "unicode-normalization-alignments"
2451
+ version = "0.1.12"
2452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2453
+ checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de"
2454
+ dependencies = [
2455
+ "smallvec",
2456
+ ]
2457
+
2458
+ [[package]]
2459
+ name = "unicode-segmentation"
2460
+ version = "1.11.0"
2461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2462
+ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2463
+
2464
+ [[package]]
2465
+ name = "unicode-width"
2466
+ version = "0.1.11"
2467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2468
+ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
2469
+
2470
+ [[package]]
2471
+ name = "unicode_categories"
2472
+ version = "0.1.1"
2473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2474
+ checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2475
+
2476
+ [[package]]
2477
+ name = "untrusted"
2478
+ version = "0.9.0"
2479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2480
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2481
+
2482
+ [[package]]
2483
+ name = "ureq"
2484
+ version = "2.9.6"
2485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2486
+ checksum = "11f214ce18d8b2cbe84ed3aa6486ed3f5b285cf8d8fbdbce9f3f767a724adc35"
2487
+ dependencies = [
2488
+ "base64 0.21.7",
2489
+ "flate2",
2490
+ "log",
2491
+ "native-tls",
2492
+ "once_cell",
2493
+ "rustls 0.22.2",
2494
+ "rustls-pki-types",
2495
+ "rustls-webpki 0.102.2",
2496
+ "serde",
2497
+ "serde_json",
2498
+ "socks",
2499
+ "url",
2500
+ "webpki-roots",
2501
+ ]
2502
+
2503
+ [[package]]
2504
+ name = "url"
2505
+ version = "2.5.0"
2506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2507
+ checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
2508
+ dependencies = [
2509
+ "form_urlencoded",
2510
+ "idna",
2511
+ "percent-encoding",
2512
+ ]
2513
+
2514
+ [[package]]
2515
+ name = "utf8parse"
2516
+ version = "0.2.1"
2517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2518
+ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2519
+
2520
+ [[package]]
2521
+ name = "vcpkg"
2522
+ version = "0.2.15"
2523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2524
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2525
+
2526
+ [[package]]
2527
+ name = "walkdir"
2528
+ version = "2.5.0"
2529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2530
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2531
+ dependencies = [
2532
+ "same-file",
2533
+ "winapi-util",
2534
+ ]
2535
+
2536
+ [[package]]
2537
+ name = "want"
2538
+ version = "0.3.1"
2539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2540
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2541
+ dependencies = [
2542
+ "try-lock",
2543
+ ]
2544
+
2545
+ [[package]]
2546
+ name = "wasi"
2547
+ version = "0.11.0+wasi-snapshot-preview1"
2548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2549
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2550
+
2551
+ [[package]]
2552
+ name = "wasi"
2553
+ version = "0.14.2+wasi-0.2.4"
2554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2555
+ checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
2556
+ dependencies = [
2557
+ "wit-bindgen-rt",
2558
+ ]
2559
+
2560
+ [[package]]
2561
+ name = "wasm-bindgen"
2562
+ version = "0.2.100"
2563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2564
+ checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2565
+ dependencies = [
2566
+ "cfg-if",
2567
+ "once_cell",
2568
+ "rustversion",
2569
+ "wasm-bindgen-macro",
2570
+ ]
2571
+
2572
+ [[package]]
2573
+ name = "wasm-bindgen-backend"
2574
+ version = "0.2.100"
2575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2576
+ checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2577
+ dependencies = [
2578
+ "bumpalo",
2579
+ "log",
2580
+ "proc-macro2",
2581
+ "quote",
2582
+ "syn 2.0.104",
2583
+ "wasm-bindgen-shared",
2584
+ ]
2585
+
2586
+ [[package]]
2587
+ name = "wasm-bindgen-futures"
2588
+ version = "0.4.50"
2589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2590
+ checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
2591
+ dependencies = [
2592
+ "cfg-if",
2593
+ "js-sys",
2594
+ "once_cell",
2595
+ "wasm-bindgen",
2596
+ "web-sys",
2597
+ ]
2598
+
2599
+ [[package]]
2600
+ name = "wasm-bindgen-macro"
2601
+ version = "0.2.100"
2602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2603
+ checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2604
+ dependencies = [
2605
+ "quote",
2606
+ "wasm-bindgen-macro-support",
2607
+ ]
2608
+
2609
+ [[package]]
2610
+ name = "wasm-bindgen-macro-support"
2611
+ version = "0.2.100"
2612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2613
+ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2614
+ dependencies = [
2615
+ "proc-macro2",
2616
+ "quote",
2617
+ "syn 2.0.104",
2618
+ "wasm-bindgen-backend",
2619
+ "wasm-bindgen-shared",
2620
+ ]
2621
+
2622
+ [[package]]
2623
+ name = "wasm-bindgen-shared"
2624
+ version = "0.2.100"
2625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2626
+ checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
2627
+ dependencies = [
2628
+ "unicode-ident",
2629
+ ]
2630
+
2631
+ [[package]]
2632
+ name = "wasm-streams"
2633
+ version = "0.4.2"
2634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2635
+ checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
2636
+ dependencies = [
2637
+ "futures-util",
2638
+ "js-sys",
2639
+ "wasm-bindgen",
2640
+ "wasm-bindgen-futures",
2641
+ "web-sys",
2642
+ ]
2643
+
2644
+ [[package]]
2645
+ name = "web-sys"
2646
+ version = "0.3.77"
2647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2648
+ checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
2649
+ dependencies = [
2650
+ "js-sys",
2651
+ "wasm-bindgen",
2652
+ ]
2653
+
2654
+ [[package]]
2655
+ name = "webpki-roots"
2656
+ version = "0.26.1"
2657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2658
+ checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
2659
+ dependencies = [
2660
+ "rustls-pki-types",
2661
+ ]
2662
+
2663
+ [[package]]
2664
+ name = "winapi"
2665
+ version = "0.3.9"
2666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2667
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2668
+ dependencies = [
2669
+ "winapi-i686-pc-windows-gnu",
2670
+ "winapi-x86_64-pc-windows-gnu",
2671
+ ]
2672
+
2673
+ [[package]]
2674
+ name = "winapi-i686-pc-windows-gnu"
2675
+ version = "0.4.0"
2676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2677
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2678
+
2679
+ [[package]]
2680
+ name = "winapi-util"
2681
+ version = "0.1.6"
2682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2683
+ checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2684
+ dependencies = [
2685
+ "winapi",
2686
+ ]
2687
+
2688
+ [[package]]
2689
+ name = "winapi-x86_64-pc-windows-gnu"
2690
+ version = "0.4.0"
2691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2692
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2693
+
2694
+ [[package]]
2695
+ name = "windows-link"
2696
+ version = "0.1.3"
2697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2698
+ checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
2699
+
2700
+ [[package]]
2701
+ name = "windows-registry"
2702
+ version = "0.5.3"
2703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2704
+ checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
2705
+ dependencies = [
2706
+ "windows-link",
2707
+ "windows-result",
2708
+ "windows-strings",
2709
+ ]
2710
+
2711
+ [[package]]
2712
+ name = "windows-result"
2713
+ version = "0.3.4"
2714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2715
+ checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
2716
+ dependencies = [
2717
+ "windows-link",
2718
+ ]
2719
+
2720
+ [[package]]
2721
+ name = "windows-strings"
2722
+ version = "0.4.2"
2723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2724
+ checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
2725
+ dependencies = [
2726
+ "windows-link",
2727
+ ]
2728
+
2729
+ [[package]]
2730
+ name = "windows-sys"
2731
+ version = "0.52.0"
2732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2733
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2734
+ dependencies = [
2735
+ "windows-targets 0.52.4",
2736
+ ]
2737
+
2738
+ [[package]]
2739
+ name = "windows-sys"
2740
+ version = "0.60.2"
2741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2742
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2743
+ dependencies = [
2744
+ "windows-targets 0.53.2",
2745
+ ]
2746
+
2747
+ [[package]]
2748
+ name = "windows-targets"
2749
+ version = "0.52.4"
2750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2751
+ checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
2752
+ dependencies = [
2753
+ "windows_aarch64_gnullvm 0.52.4",
2754
+ "windows_aarch64_msvc 0.52.4",
2755
+ "windows_i686_gnu 0.52.4",
2756
+ "windows_i686_msvc 0.52.4",
2757
+ "windows_x86_64_gnu 0.52.4",
2758
+ "windows_x86_64_gnullvm 0.52.4",
2759
+ "windows_x86_64_msvc 0.52.4",
2760
+ ]
2761
+
2762
+ [[package]]
2763
+ name = "windows-targets"
2764
+ version = "0.53.2"
2765
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2766
+ checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
2767
+ dependencies = [
2768
+ "windows_aarch64_gnullvm 0.53.0",
2769
+ "windows_aarch64_msvc 0.53.0",
2770
+ "windows_i686_gnu 0.53.0",
2771
+ "windows_i686_gnullvm",
2772
+ "windows_i686_msvc 0.53.0",
2773
+ "windows_x86_64_gnu 0.53.0",
2774
+ "windows_x86_64_gnullvm 0.53.0",
2775
+ "windows_x86_64_msvc 0.53.0",
2776
+ ]
2777
+
2778
+ [[package]]
2779
+ name = "windows_aarch64_gnullvm"
2780
+ version = "0.52.4"
2781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2782
+ checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
2783
+
2784
+ [[package]]
2785
+ name = "windows_aarch64_gnullvm"
2786
+ version = "0.53.0"
2787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2788
+ checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
2789
+
2790
+ [[package]]
2791
+ name = "windows_aarch64_msvc"
2792
+ version = "0.52.4"
2793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2794
+ checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
2795
+
2796
+ [[package]]
2797
+ name = "windows_aarch64_msvc"
2798
+ version = "0.53.0"
2799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2800
+ checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
2801
+
2802
+ [[package]]
2803
+ name = "windows_i686_gnu"
2804
+ version = "0.52.4"
2805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2806
+ checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
2807
+
2808
+ [[package]]
2809
+ name = "windows_i686_gnu"
2810
+ version = "0.53.0"
2811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2812
+ checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
2813
+
2814
+ [[package]]
2815
+ name = "windows_i686_gnullvm"
2816
+ version = "0.53.0"
2817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2818
+ checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
2819
+
2820
+ [[package]]
2821
+ name = "windows_i686_msvc"
2822
+ version = "0.52.4"
2823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2824
+ checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
2825
+
2826
+ [[package]]
2827
+ name = "windows_i686_msvc"
2828
+ version = "0.53.0"
2829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2830
+ checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
2831
+
2832
+ [[package]]
2833
+ name = "windows_x86_64_gnu"
2834
+ version = "0.52.4"
2835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2836
+ checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
2837
+
2838
+ [[package]]
2839
+ name = "windows_x86_64_gnu"
2840
+ version = "0.53.0"
2841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2842
+ checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
2843
+
2844
+ [[package]]
2845
+ name = "windows_x86_64_gnullvm"
2846
+ version = "0.52.4"
2847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2848
+ checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
2849
+
2850
+ [[package]]
2851
+ name = "windows_x86_64_gnullvm"
2852
+ version = "0.53.0"
2853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2854
+ checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
2855
+
2856
+ [[package]]
2857
+ name = "windows_x86_64_msvc"
2858
+ version = "0.52.4"
2859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2860
+ checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
2861
+
2862
+ [[package]]
2863
+ name = "windows_x86_64_msvc"
2864
+ version = "0.53.0"
2865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2866
+ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
2867
+
2868
+ [[package]]
2869
+ name = "wit-bindgen-rt"
2870
+ version = "0.39.0"
2871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2872
+ checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
2873
+ dependencies = [
2874
+ "bitflags 2.4.2",
2875
+ ]
2876
+
2877
+ [[package]]
2878
+ name = "yoke"
2879
+ version = "0.7.3"
2880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2881
+ checksum = "65e71b2e4f287f467794c671e2b8f8a5f3716b3c829079a1c44740148eff07e4"
2882
+ dependencies = [
2883
+ "serde",
2884
+ "stable_deref_trait",
2885
+ "yoke-derive",
2886
+ "zerofrom",
2887
+ ]
2888
+
2889
+ [[package]]
2890
+ name = "yoke-derive"
2891
+ version = "0.7.3"
2892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2893
+ checksum = "9e6936f0cce458098a201c245a11bef556c6a0181129c7034d10d76d1ec3a2b8"
2894
+ dependencies = [
2895
+ "proc-macro2",
2896
+ "quote",
2897
+ "syn 2.0.104",
2898
+ "synstructure",
2899
+ ]
2900
+
2901
+ [[package]]
2902
+ name = "zerofrom"
2903
+ version = "0.1.3"
2904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2905
+ checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7"
2906
+ dependencies = [
2907
+ "zerofrom-derive",
2908
+ ]
2909
+
2910
+ [[package]]
2911
+ name = "zerofrom-derive"
2912
+ version = "0.1.3"
2913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2914
+ checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3"
2915
+ dependencies = [
2916
+ "proc-macro2",
2917
+ "quote",
2918
+ "syn 2.0.104",
2919
+ "synstructure",
2920
+ ]
2921
+
2922
+ [[package]]
2923
+ name = "zeroize"
2924
+ version = "1.7.0"
2925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2926
+ checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
2927
+
2928
+ [[package]]
2929
+ name = "zip"
2930
+ version = "0.6.6"
2931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2932
+ checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
2933
+ dependencies = [
2934
+ "byteorder",
2935
+ "crc32fast",
2936
+ "crossbeam-utils",
2937
+ ]