microloop 0.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4180 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "ahash"
13
+ version = "0.8.12"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
16
+ dependencies = [
17
+ "cfg-if",
18
+ "getrandom 0.3.4",
19
+ "once_cell",
20
+ "serde",
21
+ "version_check",
22
+ "zerocopy",
23
+ ]
24
+
25
+ [[package]]
26
+ name = "aho-corasick"
27
+ version = "1.1.4"
28
+ source = "registry+https://github.com/rust-lang/crates.io-index"
29
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
30
+ dependencies = [
31
+ "memchr",
32
+ ]
33
+
34
+ [[package]]
35
+ name = "anstream"
36
+ version = "1.0.0"
37
+ source = "registry+https://github.com/rust-lang/crates.io-index"
38
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
39
+ dependencies = [
40
+ "anstyle",
41
+ "anstyle-parse",
42
+ "anstyle-query",
43
+ "anstyle-wincon",
44
+ "colorchoice",
45
+ "is_terminal_polyfill",
46
+ "utf8parse",
47
+ ]
48
+
49
+ [[package]]
50
+ name = "anstyle"
51
+ version = "1.0.14"
52
+ source = "registry+https://github.com/rust-lang/crates.io-index"
53
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
54
+
55
+ [[package]]
56
+ name = "anstyle-parse"
57
+ version = "1.0.0"
58
+ source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
60
+ dependencies = [
61
+ "utf8parse",
62
+ ]
63
+
64
+ [[package]]
65
+ name = "anstyle-query"
66
+ version = "1.1.5"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
69
+ dependencies = [
70
+ "windows-sys 0.61.2",
71
+ ]
72
+
73
+ [[package]]
74
+ name = "anstyle-wincon"
75
+ version = "3.0.11"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
78
+ dependencies = [
79
+ "anstyle",
80
+ "once_cell_polyfill",
81
+ "windows-sys 0.61.2",
82
+ ]
83
+
84
+ [[package]]
85
+ name = "anyhow"
86
+ version = "1.0.103"
87
+ source = "registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
89
+
90
+ [[package]]
91
+ name = "arbitrary"
92
+ version = "1.4.2"
93
+ source = "registry+https://github.com/rust-lang/crates.io-index"
94
+ checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
95
+ dependencies = [
96
+ "derive_arbitrary",
97
+ ]
98
+
99
+ [[package]]
100
+ name = "arcstr"
101
+ version = "1.2.0"
102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
103
+ checksum = "03918c3dbd7701a85c6b9887732e2921175f26c350b4563841d0958c21d57e6d"
104
+
105
+ [[package]]
106
+ name = "async-lock"
107
+ version = "3.4.2"
108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
109
+ checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
110
+ dependencies = [
111
+ "event-listener",
112
+ "event-listener-strategy",
113
+ "pin-project-lite",
114
+ ]
115
+
116
+ [[package]]
117
+ name = "async-stream"
118
+ version = "0.3.6"
119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
120
+ checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
121
+ dependencies = [
122
+ "async-stream-impl",
123
+ "futures-core",
124
+ "pin-project-lite",
125
+ ]
126
+
127
+ [[package]]
128
+ name = "async-stream-impl"
129
+ version = "0.3.6"
130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
131
+ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
132
+ dependencies = [
133
+ "proc-macro2",
134
+ "quote",
135
+ "syn",
136
+ ]
137
+
138
+ [[package]]
139
+ name = "async-trait"
140
+ version = "0.1.89"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
143
+ dependencies = [
144
+ "proc-macro2",
145
+ "quote",
146
+ "syn",
147
+ ]
148
+
149
+ [[package]]
150
+ name = "atomic-waker"
151
+ version = "1.1.2"
152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
153
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
154
+
155
+ [[package]]
156
+ name = "autocfg"
157
+ version = "1.5.1"
158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
159
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
160
+
161
+ [[package]]
162
+ name = "aws-lc-rs"
163
+ version = "1.17.0"
164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
165
+ checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00"
166
+ dependencies = [
167
+ "aws-lc-sys",
168
+ "zeroize",
169
+ ]
170
+
171
+ [[package]]
172
+ name = "aws-lc-sys"
173
+ version = "0.41.0"
174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
175
+ checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4"
176
+ dependencies = [
177
+ "cc",
178
+ "cmake",
179
+ "dunce",
180
+ "fs_extra",
181
+ ]
182
+
183
+ [[package]]
184
+ name = "axum"
185
+ version = "0.8.9"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
188
+ dependencies = [
189
+ "axum-core",
190
+ "bytes",
191
+ "form_urlencoded",
192
+ "futures-util",
193
+ "http",
194
+ "http-body",
195
+ "http-body-util",
196
+ "hyper",
197
+ "hyper-util",
198
+ "itoa",
199
+ "matchit",
200
+ "memchr",
201
+ "mime",
202
+ "percent-encoding",
203
+ "pin-project-lite",
204
+ "serde_core",
205
+ "serde_json",
206
+ "serde_path_to_error",
207
+ "serde_urlencoded",
208
+ "sync_wrapper",
209
+ "tokio",
210
+ "tower",
211
+ "tower-layer",
212
+ "tower-service",
213
+ "tracing",
214
+ ]
215
+
216
+ [[package]]
217
+ name = "axum-core"
218
+ version = "0.5.6"
219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
220
+ checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
221
+ dependencies = [
222
+ "bytes",
223
+ "futures-core",
224
+ "http",
225
+ "http-body",
226
+ "http-body-util",
227
+ "mime",
228
+ "pin-project-lite",
229
+ "sync_wrapper",
230
+ "tower-layer",
231
+ "tower-service",
232
+ "tracing",
233
+ ]
234
+
235
+ [[package]]
236
+ name = "base64"
237
+ version = "0.13.1"
238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
239
+ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
240
+
241
+ [[package]]
242
+ name = "base64"
243
+ version = "0.22.1"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
246
+
247
+ [[package]]
248
+ name = "bit-set"
249
+ version = "0.5.3"
250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
251
+ checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
252
+ dependencies = [
253
+ "bit-vec",
254
+ ]
255
+
256
+ [[package]]
257
+ name = "bit-vec"
258
+ version = "0.6.3"
259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
260
+ checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
261
+
262
+ [[package]]
263
+ name = "bitflags"
264
+ version = "1.3.2"
265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
266
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
267
+
268
+ [[package]]
269
+ name = "bitflags"
270
+ version = "2.13.0"
271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
272
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
273
+
274
+ [[package]]
275
+ name = "bumpalo"
276
+ version = "3.20.3"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
279
+
280
+ [[package]]
281
+ name = "bytemuck"
282
+ version = "1.25.0"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
285
+ dependencies = [
286
+ "bytemuck_derive",
287
+ ]
288
+
289
+ [[package]]
290
+ name = "bytemuck_derive"
291
+ version = "1.10.2"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
294
+ dependencies = [
295
+ "proc-macro2",
296
+ "quote",
297
+ "syn",
298
+ ]
299
+
300
+ [[package]]
301
+ name = "byteorder"
302
+ version = "1.5.0"
303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
304
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
305
+
306
+ [[package]]
307
+ name = "bytes"
308
+ version = "1.12.0"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
311
+
312
+ [[package]]
313
+ name = "candle-core"
314
+ version = "0.8.4"
315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
316
+ checksum = "06ccf5ee3532e66868516d9b315f73aec9f34ea1a37ae98514534d458915dbf1"
317
+ dependencies = [
318
+ "byteorder",
319
+ "gemm 0.17.1",
320
+ "half",
321
+ "memmap2",
322
+ "num-traits",
323
+ "num_cpus",
324
+ "rand",
325
+ "rand_distr",
326
+ "rayon",
327
+ "safetensors",
328
+ "thiserror 1.0.69",
329
+ "ug",
330
+ "yoke 0.7.5",
331
+ "zip",
332
+ ]
333
+
334
+ [[package]]
335
+ name = "candle-nn"
336
+ version = "0.8.4"
337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
338
+ checksum = "be1160c3b63f47d40d91110a3e1e1e566ae38edddbbf492a60b40ffc3bc1ff38"
339
+ dependencies = [
340
+ "candle-core",
341
+ "half",
342
+ "num-traits",
343
+ "rayon",
344
+ "safetensors",
345
+ "serde",
346
+ "thiserror 1.0.69",
347
+ ]
348
+
349
+ [[package]]
350
+ name = "candle-transformers"
351
+ version = "0.8.4"
352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
353
+ checksum = "94a0900d49f8605e0e7e6693a1f560e6271279de98e5fa369e7abf3aac245020"
354
+ dependencies = [
355
+ "byteorder",
356
+ "candle-core",
357
+ "candle-nn",
358
+ "fancy-regex",
359
+ "num-traits",
360
+ "rand",
361
+ "rayon",
362
+ "serde",
363
+ "serde_json",
364
+ "serde_plain",
365
+ "tracing",
366
+ ]
367
+
368
+ [[package]]
369
+ name = "castaway"
370
+ version = "0.2.4"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
373
+ dependencies = [
374
+ "rustversion",
375
+ ]
376
+
377
+ [[package]]
378
+ name = "cbindgen"
379
+ version = "0.29.4"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "2ecb53484c9c167ba674026b656d8a27d7657a58e6066aa902bfb1a4aa00ae20"
382
+ dependencies = [
383
+ "clap",
384
+ "heck 0.5.0",
385
+ "indexmap",
386
+ "log",
387
+ "proc-macro2",
388
+ "quote",
389
+ "serde",
390
+ "serde_json",
391
+ "syn",
392
+ "tempfile",
393
+ "toml",
394
+ ]
395
+
396
+ [[package]]
397
+ name = "cc"
398
+ version = "1.2.65"
399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
400
+ checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
401
+ dependencies = [
402
+ "find-msvc-tools",
403
+ "jobserver",
404
+ "libc",
405
+ "shlex",
406
+ ]
407
+
408
+ [[package]]
409
+ name = "cfg-if"
410
+ version = "1.0.4"
411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
413
+
414
+ [[package]]
415
+ name = "cfg_aliases"
416
+ version = "0.2.1"
417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
418
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
419
+
420
+ [[package]]
421
+ name = "clap"
422
+ version = "4.6.1"
423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
424
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
425
+ dependencies = [
426
+ "clap_builder",
427
+ ]
428
+
429
+ [[package]]
430
+ name = "clap_builder"
431
+ version = "4.6.0"
432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
433
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
434
+ dependencies = [
435
+ "anstream",
436
+ "anstyle",
437
+ "clap_lex",
438
+ "strsim",
439
+ ]
440
+
441
+ [[package]]
442
+ name = "clap_lex"
443
+ version = "1.1.0"
444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
445
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
446
+
447
+ [[package]]
448
+ name = "cmake"
449
+ version = "0.1.58"
450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
451
+ checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
452
+ dependencies = [
453
+ "cc",
454
+ ]
455
+
456
+ [[package]]
457
+ name = "colorchoice"
458
+ version = "1.0.5"
459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
460
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
461
+
462
+ [[package]]
463
+ name = "combine"
464
+ version = "4.6.7"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
467
+ dependencies = [
468
+ "bytes",
469
+ "futures-core",
470
+ "memchr",
471
+ "pin-project-lite",
472
+ "tokio",
473
+ "tokio-util",
474
+ ]
475
+
476
+ [[package]]
477
+ name = "compact_str"
478
+ version = "0.9.1"
479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
480
+ checksum = "9dfdd1c2274d9aa354115b09dc9a901d6c5576818cdf70d14cae2bdb47df00ab"
481
+ dependencies = [
482
+ "castaway",
483
+ "cfg-if",
484
+ "itoa",
485
+ "rustversion",
486
+ "ryu",
487
+ "serde",
488
+ "static_assertions",
489
+ ]
490
+
491
+ [[package]]
492
+ name = "concurrent-queue"
493
+ version = "2.5.0"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
496
+ dependencies = [
497
+ "crossbeam-utils",
498
+ ]
499
+
500
+ [[package]]
501
+ name = "console"
502
+ version = "0.15.11"
503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
504
+ checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
505
+ dependencies = [
506
+ "encode_unicode",
507
+ "libc",
508
+ "once_cell",
509
+ "unicode-width",
510
+ "windows-sys 0.59.0",
511
+ ]
512
+
513
+ [[package]]
514
+ name = "core-foundation"
515
+ version = "0.9.4"
516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
517
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
518
+ dependencies = [
519
+ "core-foundation-sys",
520
+ "libc",
521
+ ]
522
+
523
+ [[package]]
524
+ name = "core-foundation"
525
+ version = "0.10.1"
526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
527
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
528
+ dependencies = [
529
+ "core-foundation-sys",
530
+ "libc",
531
+ ]
532
+
533
+ [[package]]
534
+ name = "core-foundation-sys"
535
+ version = "0.8.7"
536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
537
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
538
+
539
+ [[package]]
540
+ name = "crc32fast"
541
+ version = "1.5.0"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
544
+ dependencies = [
545
+ "cfg-if",
546
+ ]
547
+
548
+ [[package]]
549
+ name = "crossbeam-deque"
550
+ version = "0.8.6"
551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
552
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
553
+ dependencies = [
554
+ "crossbeam-epoch",
555
+ "crossbeam-utils",
556
+ ]
557
+
558
+ [[package]]
559
+ name = "crossbeam-epoch"
560
+ version = "0.9.18"
561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
562
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
563
+ dependencies = [
564
+ "crossbeam-utils",
565
+ ]
566
+
567
+ [[package]]
568
+ name = "crossbeam-utils"
569
+ version = "0.8.21"
570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
571
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
572
+
573
+ [[package]]
574
+ name = "crunchy"
575
+ version = "0.2.4"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
578
+
579
+ [[package]]
580
+ name = "darling"
581
+ version = "0.20.11"
582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
583
+ checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
584
+ dependencies = [
585
+ "darling_core",
586
+ "darling_macro",
587
+ ]
588
+
589
+ [[package]]
590
+ name = "darling_core"
591
+ version = "0.20.11"
592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
593
+ checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
594
+ dependencies = [
595
+ "fnv",
596
+ "ident_case",
597
+ "proc-macro2",
598
+ "quote",
599
+ "strsim",
600
+ "syn",
601
+ ]
602
+
603
+ [[package]]
604
+ name = "darling_macro"
605
+ version = "0.20.11"
606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
607
+ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
608
+ dependencies = [
609
+ "darling_core",
610
+ "quote",
611
+ "syn",
612
+ ]
613
+
614
+ [[package]]
615
+ name = "dary_heap"
616
+ version = "0.3.9"
617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
618
+ checksum = "8b1e3a325bc115f096c8b77bbf027a7c2592230e70be2d985be950d3d5e60ebe"
619
+ dependencies = [
620
+ "serde",
621
+ ]
622
+
623
+ [[package]]
624
+ name = "derive_arbitrary"
625
+ version = "1.4.2"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
628
+ dependencies = [
629
+ "proc-macro2",
630
+ "quote",
631
+ "syn",
632
+ ]
633
+
634
+ [[package]]
635
+ name = "derive_builder"
636
+ version = "0.20.2"
637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
638
+ checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
639
+ dependencies = [
640
+ "derive_builder_macro",
641
+ ]
642
+
643
+ [[package]]
644
+ name = "derive_builder_core"
645
+ version = "0.20.2"
646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
647
+ checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
648
+ dependencies = [
649
+ "darling",
650
+ "proc-macro2",
651
+ "quote",
652
+ "syn",
653
+ ]
654
+
655
+ [[package]]
656
+ name = "derive_builder_macro"
657
+ version = "0.20.2"
658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
659
+ checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
660
+ dependencies = [
661
+ "derive_builder_core",
662
+ "syn",
663
+ ]
664
+
665
+ [[package]]
666
+ name = "dirs"
667
+ version = "6.0.0"
668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
669
+ checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
670
+ dependencies = [
671
+ "dirs-sys",
672
+ ]
673
+
674
+ [[package]]
675
+ name = "dirs-sys"
676
+ version = "0.5.0"
677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
678
+ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
679
+ dependencies = [
680
+ "libc",
681
+ "option-ext",
682
+ "redox_users",
683
+ "windows-sys 0.61.2",
684
+ ]
685
+
686
+ [[package]]
687
+ name = "displaydoc"
688
+ version = "0.2.6"
689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
690
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
691
+ dependencies = [
692
+ "proc-macro2",
693
+ "quote",
694
+ "syn",
695
+ ]
696
+
697
+ [[package]]
698
+ name = "dunce"
699
+ version = "1.0.5"
700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
701
+ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
702
+
703
+ [[package]]
704
+ name = "dyn-stack"
705
+ version = "0.10.0"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
708
+ dependencies = [
709
+ "bytemuck",
710
+ "reborrow",
711
+ ]
712
+
713
+ [[package]]
714
+ name = "dyn-stack"
715
+ version = "0.13.2"
716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
717
+ checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
718
+ dependencies = [
719
+ "bytemuck",
720
+ "dyn-stack-macros",
721
+ ]
722
+
723
+ [[package]]
724
+ name = "dyn-stack-macros"
725
+ version = "0.1.3"
726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
727
+ checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
728
+
729
+ [[package]]
730
+ name = "either"
731
+ version = "1.16.0"
732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
733
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
734
+
735
+ [[package]]
736
+ name = "encode_unicode"
737
+ version = "1.0.0"
738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
739
+ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
740
+
741
+ [[package]]
742
+ name = "encoding_rs"
743
+ version = "0.8.35"
744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
745
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
746
+ dependencies = [
747
+ "cfg-if",
748
+ ]
749
+
750
+ [[package]]
751
+ name = "enum-as-inner"
752
+ version = "0.6.1"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
755
+ dependencies = [
756
+ "heck 0.5.0",
757
+ "proc-macro2",
758
+ "quote",
759
+ "syn",
760
+ ]
761
+
762
+ [[package]]
763
+ name = "equivalent"
764
+ version = "1.0.2"
765
+ source = "registry+https://github.com/rust-lang/crates.io-index"
766
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
767
+
768
+ [[package]]
769
+ name = "errno"
770
+ version = "0.3.14"
771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
772
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
773
+ dependencies = [
774
+ "libc",
775
+ "windows-sys 0.61.2",
776
+ ]
777
+
778
+ [[package]]
779
+ name = "esaxx-rs"
780
+ version = "0.1.10"
781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
782
+ checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6"
783
+ dependencies = [
784
+ "cc",
785
+ ]
786
+
787
+ [[package]]
788
+ name = "event-listener"
789
+ version = "5.4.1"
790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
791
+ checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
792
+ dependencies = [
793
+ "concurrent-queue",
794
+ "parking",
795
+ "pin-project-lite",
796
+ ]
797
+
798
+ [[package]]
799
+ name = "event-listener-strategy"
800
+ version = "0.5.4"
801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
802
+ checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
803
+ dependencies = [
804
+ "event-listener",
805
+ "pin-project-lite",
806
+ ]
807
+
808
+ [[package]]
809
+ name = "fancy-regex"
810
+ version = "0.13.0"
811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
812
+ checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
813
+ dependencies = [
814
+ "bit-set",
815
+ "regex-automata",
816
+ "regex-syntax",
817
+ ]
818
+
819
+ [[package]]
820
+ name = "fastrand"
821
+ version = "2.4.1"
822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
823
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
824
+
825
+ [[package]]
826
+ name = "find-msvc-tools"
827
+ version = "0.1.9"
828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
829
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
830
+
831
+ [[package]]
832
+ name = "flate2"
833
+ version = "1.1.9"
834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
835
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
836
+ dependencies = [
837
+ "crc32fast",
838
+ "miniz_oxide",
839
+ ]
840
+
841
+ [[package]]
842
+ name = "fnv"
843
+ version = "1.0.7"
844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
845
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
846
+
847
+ [[package]]
848
+ name = "foreign-types"
849
+ version = "0.3.2"
850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
851
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
852
+ dependencies = [
853
+ "foreign-types-shared",
854
+ ]
855
+
856
+ [[package]]
857
+ name = "foreign-types-shared"
858
+ version = "0.1.1"
859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
860
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
861
+
862
+ [[package]]
863
+ name = "form_urlencoded"
864
+ version = "1.2.2"
865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
866
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
867
+ dependencies = [
868
+ "percent-encoding",
869
+ ]
870
+
871
+ [[package]]
872
+ name = "fs_extra"
873
+ version = "1.3.0"
874
+ source = "registry+https://github.com/rust-lang/crates.io-index"
875
+ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
876
+
877
+ [[package]]
878
+ name = "futures"
879
+ version = "0.3.32"
880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
881
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
882
+ dependencies = [
883
+ "futures-channel",
884
+ "futures-core",
885
+ "futures-executor",
886
+ "futures-io",
887
+ "futures-sink",
888
+ "futures-task",
889
+ "futures-util",
890
+ ]
891
+
892
+ [[package]]
893
+ name = "futures-channel"
894
+ version = "0.3.32"
895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
896
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
897
+ dependencies = [
898
+ "futures-core",
899
+ "futures-sink",
900
+ ]
901
+
902
+ [[package]]
903
+ name = "futures-core"
904
+ version = "0.3.32"
905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
906
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
907
+
908
+ [[package]]
909
+ name = "futures-executor"
910
+ version = "0.3.32"
911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
912
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
913
+ dependencies = [
914
+ "futures-core",
915
+ "futures-task",
916
+ "futures-util",
917
+ ]
918
+
919
+ [[package]]
920
+ name = "futures-io"
921
+ version = "0.3.32"
922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
923
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
924
+
925
+ [[package]]
926
+ name = "futures-macro"
927
+ version = "0.3.32"
928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
929
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
930
+ dependencies = [
931
+ "proc-macro2",
932
+ "quote",
933
+ "syn",
934
+ ]
935
+
936
+ [[package]]
937
+ name = "futures-sink"
938
+ version = "0.3.32"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
941
+
942
+ [[package]]
943
+ name = "futures-task"
944
+ version = "0.3.32"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
947
+
948
+ [[package]]
949
+ name = "futures-util"
950
+ version = "0.3.32"
951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
952
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
953
+ dependencies = [
954
+ "futures-channel",
955
+ "futures-core",
956
+ "futures-io",
957
+ "futures-macro",
958
+ "futures-sink",
959
+ "futures-task",
960
+ "memchr",
961
+ "pin-project-lite",
962
+ "slab",
963
+ ]
964
+
965
+ [[package]]
966
+ name = "gemm"
967
+ version = "0.17.1"
968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
969
+ checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
970
+ dependencies = [
971
+ "dyn-stack 0.10.0",
972
+ "gemm-c32 0.17.1",
973
+ "gemm-c64 0.17.1",
974
+ "gemm-common 0.17.1",
975
+ "gemm-f16 0.17.1",
976
+ "gemm-f32 0.17.1",
977
+ "gemm-f64 0.17.1",
978
+ "num-complex",
979
+ "num-traits",
980
+ "paste",
981
+ "raw-cpuid 10.7.0",
982
+ "seq-macro",
983
+ ]
984
+
985
+ [[package]]
986
+ name = "gemm"
987
+ version = "0.18.2"
988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
989
+ checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
990
+ dependencies = [
991
+ "dyn-stack 0.13.2",
992
+ "gemm-c32 0.18.2",
993
+ "gemm-c64 0.18.2",
994
+ "gemm-common 0.18.2",
995
+ "gemm-f16 0.18.2",
996
+ "gemm-f32 0.18.2",
997
+ "gemm-f64 0.18.2",
998
+ "num-complex",
999
+ "num-traits",
1000
+ "paste",
1001
+ "raw-cpuid 11.6.0",
1002
+ "seq-macro",
1003
+ ]
1004
+
1005
+ [[package]]
1006
+ name = "gemm-c32"
1007
+ version = "0.17.1"
1008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1009
+ checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
1010
+ dependencies = [
1011
+ "dyn-stack 0.10.0",
1012
+ "gemm-common 0.17.1",
1013
+ "num-complex",
1014
+ "num-traits",
1015
+ "paste",
1016
+ "raw-cpuid 10.7.0",
1017
+ "seq-macro",
1018
+ ]
1019
+
1020
+ [[package]]
1021
+ name = "gemm-c32"
1022
+ version = "0.18.2"
1023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1024
+ checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
1025
+ dependencies = [
1026
+ "dyn-stack 0.13.2",
1027
+ "gemm-common 0.18.2",
1028
+ "num-complex",
1029
+ "num-traits",
1030
+ "paste",
1031
+ "raw-cpuid 11.6.0",
1032
+ "seq-macro",
1033
+ ]
1034
+
1035
+ [[package]]
1036
+ name = "gemm-c64"
1037
+ version = "0.17.1"
1038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1039
+ checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
1040
+ dependencies = [
1041
+ "dyn-stack 0.10.0",
1042
+ "gemm-common 0.17.1",
1043
+ "num-complex",
1044
+ "num-traits",
1045
+ "paste",
1046
+ "raw-cpuid 10.7.0",
1047
+ "seq-macro",
1048
+ ]
1049
+
1050
+ [[package]]
1051
+ name = "gemm-c64"
1052
+ version = "0.18.2"
1053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
1055
+ dependencies = [
1056
+ "dyn-stack 0.13.2",
1057
+ "gemm-common 0.18.2",
1058
+ "num-complex",
1059
+ "num-traits",
1060
+ "paste",
1061
+ "raw-cpuid 11.6.0",
1062
+ "seq-macro",
1063
+ ]
1064
+
1065
+ [[package]]
1066
+ name = "gemm-common"
1067
+ version = "0.17.1"
1068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1069
+ checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
1070
+ dependencies = [
1071
+ "bytemuck",
1072
+ "dyn-stack 0.10.0",
1073
+ "half",
1074
+ "num-complex",
1075
+ "num-traits",
1076
+ "once_cell",
1077
+ "paste",
1078
+ "pulp 0.18.22",
1079
+ "raw-cpuid 10.7.0",
1080
+ "rayon",
1081
+ "seq-macro",
1082
+ "sysctl 0.5.5",
1083
+ ]
1084
+
1085
+ [[package]]
1086
+ name = "gemm-common"
1087
+ version = "0.18.2"
1088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1089
+ checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
1090
+ dependencies = [
1091
+ "bytemuck",
1092
+ "dyn-stack 0.13.2",
1093
+ "half",
1094
+ "libm",
1095
+ "num-complex",
1096
+ "num-traits",
1097
+ "once_cell",
1098
+ "paste",
1099
+ "pulp 0.21.5",
1100
+ "raw-cpuid 11.6.0",
1101
+ "rayon",
1102
+ "seq-macro",
1103
+ "sysctl 0.6.0",
1104
+ ]
1105
+
1106
+ [[package]]
1107
+ name = "gemm-f16"
1108
+ version = "0.17.1"
1109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1110
+ checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
1111
+ dependencies = [
1112
+ "dyn-stack 0.10.0",
1113
+ "gemm-common 0.17.1",
1114
+ "gemm-f32 0.17.1",
1115
+ "half",
1116
+ "num-complex",
1117
+ "num-traits",
1118
+ "paste",
1119
+ "raw-cpuid 10.7.0",
1120
+ "rayon",
1121
+ "seq-macro",
1122
+ ]
1123
+
1124
+ [[package]]
1125
+ name = "gemm-f16"
1126
+ version = "0.18.2"
1127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1128
+ checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
1129
+ dependencies = [
1130
+ "dyn-stack 0.13.2",
1131
+ "gemm-common 0.18.2",
1132
+ "gemm-f32 0.18.2",
1133
+ "half",
1134
+ "num-complex",
1135
+ "num-traits",
1136
+ "paste",
1137
+ "raw-cpuid 11.6.0",
1138
+ "rayon",
1139
+ "seq-macro",
1140
+ ]
1141
+
1142
+ [[package]]
1143
+ name = "gemm-f32"
1144
+ version = "0.17.1"
1145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1146
+ checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
1147
+ dependencies = [
1148
+ "dyn-stack 0.10.0",
1149
+ "gemm-common 0.17.1",
1150
+ "num-complex",
1151
+ "num-traits",
1152
+ "paste",
1153
+ "raw-cpuid 10.7.0",
1154
+ "seq-macro",
1155
+ ]
1156
+
1157
+ [[package]]
1158
+ name = "gemm-f32"
1159
+ version = "0.18.2"
1160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1161
+ checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
1162
+ dependencies = [
1163
+ "dyn-stack 0.13.2",
1164
+ "gemm-common 0.18.2",
1165
+ "num-complex",
1166
+ "num-traits",
1167
+ "paste",
1168
+ "raw-cpuid 11.6.0",
1169
+ "seq-macro",
1170
+ ]
1171
+
1172
+ [[package]]
1173
+ name = "gemm-f64"
1174
+ version = "0.17.1"
1175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1176
+ checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
1177
+ dependencies = [
1178
+ "dyn-stack 0.10.0",
1179
+ "gemm-common 0.17.1",
1180
+ "num-complex",
1181
+ "num-traits",
1182
+ "paste",
1183
+ "raw-cpuid 10.7.0",
1184
+ "seq-macro",
1185
+ ]
1186
+
1187
+ [[package]]
1188
+ name = "gemm-f64"
1189
+ version = "0.18.2"
1190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1191
+ checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
1192
+ dependencies = [
1193
+ "dyn-stack 0.13.2",
1194
+ "gemm-common 0.18.2",
1195
+ "num-complex",
1196
+ "num-traits",
1197
+ "paste",
1198
+ "raw-cpuid 11.6.0",
1199
+ "seq-macro",
1200
+ ]
1201
+
1202
+ [[package]]
1203
+ name = "getrandom"
1204
+ version = "0.2.17"
1205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1206
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1207
+ dependencies = [
1208
+ "cfg-if",
1209
+ "js-sys",
1210
+ "libc",
1211
+ "wasi",
1212
+ "wasm-bindgen",
1213
+ ]
1214
+
1215
+ [[package]]
1216
+ name = "getrandom"
1217
+ version = "0.3.4"
1218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1219
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1220
+ dependencies = [
1221
+ "cfg-if",
1222
+ "js-sys",
1223
+ "libc",
1224
+ "r-efi 5.3.0",
1225
+ "wasip2",
1226
+ "wasm-bindgen",
1227
+ ]
1228
+
1229
+ [[package]]
1230
+ name = "getrandom"
1231
+ version = "0.4.3"
1232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1233
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
1234
+ dependencies = [
1235
+ "cfg-if",
1236
+ "libc",
1237
+ "r-efi 6.0.0",
1238
+ ]
1239
+
1240
+ [[package]]
1241
+ name = "h2"
1242
+ version = "0.4.15"
1243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1244
+ checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
1245
+ dependencies = [
1246
+ "atomic-waker",
1247
+ "bytes",
1248
+ "fnv",
1249
+ "futures-core",
1250
+ "futures-sink",
1251
+ "http",
1252
+ "indexmap",
1253
+ "slab",
1254
+ "tokio",
1255
+ "tokio-util",
1256
+ "tracing",
1257
+ ]
1258
+
1259
+ [[package]]
1260
+ name = "half"
1261
+ version = "2.7.1"
1262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1263
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1264
+ dependencies = [
1265
+ "bytemuck",
1266
+ "cfg-if",
1267
+ "crunchy",
1268
+ "num-traits",
1269
+ "rand",
1270
+ "rand_distr",
1271
+ "zerocopy",
1272
+ ]
1273
+
1274
+ [[package]]
1275
+ name = "hashbrown"
1276
+ version = "0.17.1"
1277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1278
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
1279
+
1280
+ [[package]]
1281
+ name = "heck"
1282
+ version = "0.4.1"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1285
+
1286
+ [[package]]
1287
+ name = "heck"
1288
+ version = "0.5.0"
1289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1290
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1291
+
1292
+ [[package]]
1293
+ name = "hermit-abi"
1294
+ version = "0.5.2"
1295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1296
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1297
+
1298
+ [[package]]
1299
+ name = "hf-hub"
1300
+ version = "0.4.3"
1301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1302
+ checksum = "629d8f3bbeda9d148036d6b0de0a3ab947abd08ce90626327fc3547a49d59d97"
1303
+ dependencies = [
1304
+ "dirs",
1305
+ "futures",
1306
+ "http",
1307
+ "indicatif",
1308
+ "libc",
1309
+ "log",
1310
+ "native-tls",
1311
+ "num_cpus",
1312
+ "rand",
1313
+ "reqwest 0.12.28",
1314
+ "serde",
1315
+ "serde_json",
1316
+ "thiserror 2.0.18",
1317
+ "tokio",
1318
+ "ureq",
1319
+ "windows-sys 0.60.2",
1320
+ ]
1321
+
1322
+ [[package]]
1323
+ name = "http"
1324
+ version = "1.4.2"
1325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1326
+ checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
1327
+ dependencies = [
1328
+ "bytes",
1329
+ "itoa",
1330
+ ]
1331
+
1332
+ [[package]]
1333
+ name = "http-body"
1334
+ version = "1.0.1"
1335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1336
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1337
+ dependencies = [
1338
+ "bytes",
1339
+ "http",
1340
+ ]
1341
+
1342
+ [[package]]
1343
+ name = "http-body-util"
1344
+ version = "0.1.3"
1345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1346
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1347
+ dependencies = [
1348
+ "bytes",
1349
+ "futures-core",
1350
+ "http",
1351
+ "http-body",
1352
+ "pin-project-lite",
1353
+ ]
1354
+
1355
+ [[package]]
1356
+ name = "httparse"
1357
+ version = "1.10.1"
1358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1359
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1360
+
1361
+ [[package]]
1362
+ name = "httpdate"
1363
+ version = "1.0.3"
1364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1365
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1366
+
1367
+ [[package]]
1368
+ name = "hyper"
1369
+ version = "1.10.1"
1370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1371
+ checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
1372
+ dependencies = [
1373
+ "atomic-waker",
1374
+ "bytes",
1375
+ "futures-channel",
1376
+ "futures-core",
1377
+ "h2",
1378
+ "http",
1379
+ "http-body",
1380
+ "httparse",
1381
+ "httpdate",
1382
+ "itoa",
1383
+ "pin-project-lite",
1384
+ "smallvec",
1385
+ "tokio",
1386
+ "want",
1387
+ ]
1388
+
1389
+ [[package]]
1390
+ name = "hyper-rustls"
1391
+ version = "0.27.9"
1392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1393
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
1394
+ dependencies = [
1395
+ "http",
1396
+ "hyper",
1397
+ "hyper-util",
1398
+ "rustls",
1399
+ "tokio",
1400
+ "tokio-rustls",
1401
+ "tower-service",
1402
+ ]
1403
+
1404
+ [[package]]
1405
+ name = "hyper-tls"
1406
+ version = "0.6.0"
1407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1408
+ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1409
+ dependencies = [
1410
+ "bytes",
1411
+ "http-body-util",
1412
+ "hyper",
1413
+ "hyper-util",
1414
+ "native-tls",
1415
+ "tokio",
1416
+ "tokio-native-tls",
1417
+ "tower-service",
1418
+ ]
1419
+
1420
+ [[package]]
1421
+ name = "hyper-util"
1422
+ version = "0.1.20"
1423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1424
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1425
+ dependencies = [
1426
+ "base64 0.22.1",
1427
+ "bytes",
1428
+ "futures-channel",
1429
+ "futures-util",
1430
+ "http",
1431
+ "http-body",
1432
+ "hyper",
1433
+ "ipnet",
1434
+ "libc",
1435
+ "percent-encoding",
1436
+ "pin-project-lite",
1437
+ "socket2",
1438
+ "system-configuration",
1439
+ "tokio",
1440
+ "tower-service",
1441
+ "tracing",
1442
+ "windows-registry",
1443
+ ]
1444
+
1445
+ [[package]]
1446
+ name = "icu_collections"
1447
+ version = "2.2.0"
1448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1449
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1450
+ dependencies = [
1451
+ "displaydoc",
1452
+ "potential_utf",
1453
+ "utf8_iter",
1454
+ "yoke 0.8.3",
1455
+ "zerofrom",
1456
+ "zerovec",
1457
+ ]
1458
+
1459
+ [[package]]
1460
+ name = "icu_locale_core"
1461
+ version = "2.2.0"
1462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1463
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1464
+ dependencies = [
1465
+ "displaydoc",
1466
+ "litemap",
1467
+ "tinystr",
1468
+ "writeable",
1469
+ "zerovec",
1470
+ ]
1471
+
1472
+ [[package]]
1473
+ name = "icu_normalizer"
1474
+ version = "2.2.0"
1475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1476
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1477
+ dependencies = [
1478
+ "icu_collections",
1479
+ "icu_normalizer_data",
1480
+ "icu_properties",
1481
+ "icu_provider",
1482
+ "smallvec",
1483
+ "zerovec",
1484
+ ]
1485
+
1486
+ [[package]]
1487
+ name = "icu_normalizer_data"
1488
+ version = "2.2.0"
1489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1490
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1491
+
1492
+ [[package]]
1493
+ name = "icu_properties"
1494
+ version = "2.2.0"
1495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1496
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1497
+ dependencies = [
1498
+ "icu_collections",
1499
+ "icu_locale_core",
1500
+ "icu_properties_data",
1501
+ "icu_provider",
1502
+ "zerotrie",
1503
+ "zerovec",
1504
+ ]
1505
+
1506
+ [[package]]
1507
+ name = "icu_properties_data"
1508
+ version = "2.2.0"
1509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1510
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1511
+
1512
+ [[package]]
1513
+ name = "icu_provider"
1514
+ version = "2.2.0"
1515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1517
+ dependencies = [
1518
+ "displaydoc",
1519
+ "icu_locale_core",
1520
+ "writeable",
1521
+ "yoke 0.8.3",
1522
+ "zerofrom",
1523
+ "zerotrie",
1524
+ "zerovec",
1525
+ ]
1526
+
1527
+ [[package]]
1528
+ name = "ident_case"
1529
+ version = "1.0.1"
1530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1531
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1532
+
1533
+ [[package]]
1534
+ name = "idna"
1535
+ version = "1.1.0"
1536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1537
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1538
+ dependencies = [
1539
+ "idna_adapter",
1540
+ "smallvec",
1541
+ "utf8_iter",
1542
+ ]
1543
+
1544
+ [[package]]
1545
+ name = "idna_adapter"
1546
+ version = "1.2.2"
1547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1548
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1549
+ dependencies = [
1550
+ "icu_normalizer",
1551
+ "icu_properties",
1552
+ ]
1553
+
1554
+ [[package]]
1555
+ name = "indexmap"
1556
+ version = "2.14.0"
1557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1558
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1559
+ dependencies = [
1560
+ "equivalent",
1561
+ "hashbrown",
1562
+ ]
1563
+
1564
+ [[package]]
1565
+ name = "indicatif"
1566
+ version = "0.17.11"
1567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1568
+ checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
1569
+ dependencies = [
1570
+ "console",
1571
+ "number_prefix",
1572
+ "portable-atomic",
1573
+ "unicode-width",
1574
+ "web-time",
1575
+ ]
1576
+
1577
+ [[package]]
1578
+ name = "indoc"
1579
+ version = "2.0.7"
1580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1581
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
1582
+ dependencies = [
1583
+ "rustversion",
1584
+ ]
1585
+
1586
+ [[package]]
1587
+ name = "ipnet"
1588
+ version = "2.12.0"
1589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1590
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1591
+
1592
+ [[package]]
1593
+ name = "is_terminal_polyfill"
1594
+ version = "1.70.2"
1595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1596
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1597
+
1598
+ [[package]]
1599
+ name = "itertools"
1600
+ version = "0.14.0"
1601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1602
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1603
+ dependencies = [
1604
+ "either",
1605
+ ]
1606
+
1607
+ [[package]]
1608
+ name = "itoa"
1609
+ version = "1.0.18"
1610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1611
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1612
+
1613
+ [[package]]
1614
+ name = "jni"
1615
+ version = "0.22.4"
1616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1617
+ checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
1618
+ dependencies = [
1619
+ "cfg-if",
1620
+ "combine",
1621
+ "jni-macros",
1622
+ "jni-sys",
1623
+ "log",
1624
+ "simd_cesu8",
1625
+ "thiserror 2.0.18",
1626
+ "walkdir",
1627
+ "windows-link",
1628
+ ]
1629
+
1630
+ [[package]]
1631
+ name = "jni-macros"
1632
+ version = "0.22.4"
1633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1634
+ checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
1635
+ dependencies = [
1636
+ "proc-macro2",
1637
+ "quote",
1638
+ "rustc_version",
1639
+ "simd_cesu8",
1640
+ "syn",
1641
+ ]
1642
+
1643
+ [[package]]
1644
+ name = "jni-sys"
1645
+ version = "0.4.1"
1646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1647
+ checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
1648
+ dependencies = [
1649
+ "jni-sys-macros",
1650
+ ]
1651
+
1652
+ [[package]]
1653
+ name = "jni-sys-macros"
1654
+ version = "0.4.1"
1655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1656
+ checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
1657
+ dependencies = [
1658
+ "quote",
1659
+ "syn",
1660
+ ]
1661
+
1662
+ [[package]]
1663
+ name = "jobserver"
1664
+ version = "0.1.34"
1665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1666
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1667
+ dependencies = [
1668
+ "getrandom 0.3.4",
1669
+ "libc",
1670
+ ]
1671
+
1672
+ [[package]]
1673
+ name = "js-sys"
1674
+ version = "0.3.103"
1675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1676
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
1677
+ dependencies = [
1678
+ "cfg-if",
1679
+ "futures-util",
1680
+ "wasm-bindgen",
1681
+ ]
1682
+
1683
+ [[package]]
1684
+ name = "libc"
1685
+ version = "0.2.186"
1686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1687
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1688
+
1689
+ [[package]]
1690
+ name = "libloading"
1691
+ version = "0.8.9"
1692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1693
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1694
+ dependencies = [
1695
+ "cfg-if",
1696
+ "windows-link",
1697
+ ]
1698
+
1699
+ [[package]]
1700
+ name = "libm"
1701
+ version = "0.2.16"
1702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1703
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1704
+
1705
+ [[package]]
1706
+ name = "libredox"
1707
+ version = "0.1.17"
1708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1709
+ checksum = "f02ab6bace2054fb888a3c16f990117b579d14a3088e472d63c6011fa185c9d3"
1710
+ dependencies = [
1711
+ "libc",
1712
+ ]
1713
+
1714
+ [[package]]
1715
+ name = "linux-raw-sys"
1716
+ version = "0.12.1"
1717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1718
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1719
+
1720
+ [[package]]
1721
+ name = "litemap"
1722
+ version = "0.8.2"
1723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1724
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1725
+
1726
+ [[package]]
1727
+ name = "lock_api"
1728
+ version = "0.4.14"
1729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1730
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1731
+ dependencies = [
1732
+ "scopeguard",
1733
+ ]
1734
+
1735
+ [[package]]
1736
+ name = "log"
1737
+ version = "0.4.33"
1738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1739
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1740
+
1741
+ [[package]]
1742
+ name = "lru-slab"
1743
+ version = "0.1.2"
1744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1745
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1746
+
1747
+ [[package]]
1748
+ name = "macro_rules_attribute"
1749
+ version = "0.2.2"
1750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1751
+ checksum = "65049d7923698040cd0b1ddcced9b0eb14dd22c5f86ae59c3740eab64a676520"
1752
+ dependencies = [
1753
+ "macro_rules_attribute-proc_macro",
1754
+ "paste",
1755
+ ]
1756
+
1757
+ [[package]]
1758
+ name = "macro_rules_attribute-proc_macro"
1759
+ version = "0.2.2"
1760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1761
+ checksum = "670fdfda89751bc4a84ac13eaa63e205cf0fd22b4c9a5fbfa085b63c1f1d3a30"
1762
+
1763
+ [[package]]
1764
+ name = "matchit"
1765
+ version = "0.8.4"
1766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1767
+ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1768
+
1769
+ [[package]]
1770
+ name = "memchr"
1771
+ version = "2.8.2"
1772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1773
+ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
1774
+
1775
+ [[package]]
1776
+ name = "memmap2"
1777
+ version = "0.9.11"
1778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1779
+ checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
1780
+ dependencies = [
1781
+ "libc",
1782
+ "stable_deref_trait",
1783
+ ]
1784
+
1785
+ [[package]]
1786
+ name = "memoffset"
1787
+ version = "0.9.1"
1788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1789
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1790
+ dependencies = [
1791
+ "autocfg",
1792
+ ]
1793
+
1794
+ [[package]]
1795
+ name = "microloop"
1796
+ version = "0.2.0"
1797
+ dependencies = [
1798
+ "cbindgen",
1799
+ "regex",
1800
+ "serde",
1801
+ "serde_json",
1802
+ "serde_yaml",
1803
+ ]
1804
+
1805
+ [[package]]
1806
+ name = "microloop"
1807
+ version = "0.2.0"
1808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1809
+ checksum = "829eac7cff1c7ec50e21eb27a15da10f5c2531f56506f24c9a1d5834cf34fbeb"
1810
+ dependencies = [
1811
+ "cbindgen",
1812
+ "regex",
1813
+ "serde",
1814
+ "serde_json",
1815
+ "serde_yaml",
1816
+ ]
1817
+
1818
+ [[package]]
1819
+ name = "microloop-proxy"
1820
+ version = "0.1.1"
1821
+ dependencies = [
1822
+ "async-stream",
1823
+ "async-trait",
1824
+ "axum",
1825
+ "futures",
1826
+ "microloop 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1827
+ "redis",
1828
+ "reqwest 0.13.4",
1829
+ "serde",
1830
+ "serde_json",
1831
+ "tokio",
1832
+ "tokio-test",
1833
+ "uuid",
1834
+ ]
1835
+
1836
+ [[package]]
1837
+ name = "microloop-python"
1838
+ version = "0.1.2"
1839
+ dependencies = [
1840
+ "microloop 0.2.0",
1841
+ "pyo3",
1842
+ ]
1843
+
1844
+ [[package]]
1845
+ name = "microloop-semantic"
1846
+ version = "0.1.0"
1847
+ dependencies = [
1848
+ "anyhow",
1849
+ "axum",
1850
+ "candle-core",
1851
+ "candle-nn",
1852
+ "candle-transformers",
1853
+ "hf-hub",
1854
+ "reqwest 0.13.4",
1855
+ "serde",
1856
+ "serde_json",
1857
+ "tokenizers",
1858
+ "tokio",
1859
+ ]
1860
+
1861
+ [[package]]
1862
+ name = "microloop-wasm"
1863
+ version = "0.1.0"
1864
+ dependencies = [
1865
+ "microloop 0.2.0",
1866
+ "wasm-bindgen",
1867
+ ]
1868
+
1869
+ [[package]]
1870
+ name = "mime"
1871
+ version = "0.3.17"
1872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1873
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1874
+
1875
+ [[package]]
1876
+ name = "minimal-lexical"
1877
+ version = "0.2.1"
1878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1879
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1880
+
1881
+ [[package]]
1882
+ name = "miniz_oxide"
1883
+ version = "0.8.9"
1884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1885
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1886
+ dependencies = [
1887
+ "adler2",
1888
+ "simd-adler32",
1889
+ ]
1890
+
1891
+ [[package]]
1892
+ name = "mio"
1893
+ version = "1.2.1"
1894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1895
+ checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
1896
+ dependencies = [
1897
+ "libc",
1898
+ "wasi",
1899
+ "windows-sys 0.61.2",
1900
+ ]
1901
+
1902
+ [[package]]
1903
+ name = "monostate"
1904
+ version = "0.1.18"
1905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1906
+ checksum = "3341a273f6c9d5bef1908f17b7267bbab0e95c9bf69a0d4dcf8e9e1b2c76ef67"
1907
+ dependencies = [
1908
+ "monostate-impl",
1909
+ "serde",
1910
+ "serde_core",
1911
+ ]
1912
+
1913
+ [[package]]
1914
+ name = "monostate-impl"
1915
+ version = "0.1.18"
1916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1917
+ checksum = "e4db6d5580af57bf992f59068d4ea26fd518574ff48d7639b255a36f9de6e7e9"
1918
+ dependencies = [
1919
+ "proc-macro2",
1920
+ "quote",
1921
+ "syn",
1922
+ ]
1923
+
1924
+ [[package]]
1925
+ name = "native-tls"
1926
+ version = "0.2.18"
1927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1928
+ checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
1929
+ dependencies = [
1930
+ "libc",
1931
+ "log",
1932
+ "openssl",
1933
+ "openssl-probe",
1934
+ "openssl-sys",
1935
+ "schannel",
1936
+ "security-framework",
1937
+ "security-framework-sys",
1938
+ "tempfile",
1939
+ ]
1940
+
1941
+ [[package]]
1942
+ name = "nom"
1943
+ version = "7.1.3"
1944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1945
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1946
+ dependencies = [
1947
+ "memchr",
1948
+ "minimal-lexical",
1949
+ ]
1950
+
1951
+ [[package]]
1952
+ name = "num"
1953
+ version = "0.4.3"
1954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1955
+ checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
1956
+ dependencies = [
1957
+ "num-bigint",
1958
+ "num-complex",
1959
+ "num-integer",
1960
+ "num-iter",
1961
+ "num-rational",
1962
+ "num-traits",
1963
+ ]
1964
+
1965
+ [[package]]
1966
+ name = "num-bigint"
1967
+ version = "0.4.6"
1968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1969
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1970
+ dependencies = [
1971
+ "num-integer",
1972
+ "num-traits",
1973
+ ]
1974
+
1975
+ [[package]]
1976
+ name = "num-complex"
1977
+ version = "0.4.6"
1978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1979
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
1980
+ dependencies = [
1981
+ "bytemuck",
1982
+ "num-traits",
1983
+ ]
1984
+
1985
+ [[package]]
1986
+ name = "num-integer"
1987
+ version = "0.1.46"
1988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1989
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1990
+ dependencies = [
1991
+ "num-traits",
1992
+ ]
1993
+
1994
+ [[package]]
1995
+ name = "num-iter"
1996
+ version = "0.1.45"
1997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1998
+ checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
1999
+ dependencies = [
2000
+ "autocfg",
2001
+ "num-integer",
2002
+ "num-traits",
2003
+ ]
2004
+
2005
+ [[package]]
2006
+ name = "num-rational"
2007
+ version = "0.4.2"
2008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2009
+ checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2010
+ dependencies = [
2011
+ "num-bigint",
2012
+ "num-integer",
2013
+ "num-traits",
2014
+ ]
2015
+
2016
+ [[package]]
2017
+ name = "num-traits"
2018
+ version = "0.2.19"
2019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2020
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2021
+ dependencies = [
2022
+ "autocfg",
2023
+ "libm",
2024
+ ]
2025
+
2026
+ [[package]]
2027
+ name = "num_cpus"
2028
+ version = "1.17.0"
2029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2030
+ checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
2031
+ dependencies = [
2032
+ "hermit-abi",
2033
+ "libc",
2034
+ ]
2035
+
2036
+ [[package]]
2037
+ name = "num_enum"
2038
+ version = "0.7.6"
2039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2040
+ checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26"
2041
+ dependencies = [
2042
+ "num_enum_derive",
2043
+ "rustversion",
2044
+ ]
2045
+
2046
+ [[package]]
2047
+ name = "num_enum_derive"
2048
+ version = "0.7.6"
2049
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2050
+ checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
2051
+ dependencies = [
2052
+ "proc-macro-crate",
2053
+ "proc-macro2",
2054
+ "quote",
2055
+ "syn",
2056
+ ]
2057
+
2058
+ [[package]]
2059
+ name = "number_prefix"
2060
+ version = "0.4.0"
2061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2062
+ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2063
+
2064
+ [[package]]
2065
+ name = "once_cell"
2066
+ version = "1.21.4"
2067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2068
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
2069
+
2070
+ [[package]]
2071
+ name = "once_cell_polyfill"
2072
+ version = "1.70.2"
2073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2074
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
2075
+
2076
+ [[package]]
2077
+ name = "onig"
2078
+ version = "6.5.3"
2079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2080
+ checksum = "0cc3cbf698f9438986c11a880c90a6d04b9de27575afd28bbf45b154b6c709e2"
2081
+ dependencies = [
2082
+ "bitflags 2.13.0",
2083
+ "libc",
2084
+ "once_cell",
2085
+ "onig_sys",
2086
+ ]
2087
+
2088
+ [[package]]
2089
+ name = "onig_sys"
2090
+ version = "69.9.3"
2091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2092
+ checksum = "1e68317604e77e53b85896388e1a803c1d21b74c899ec9e5e1112db90735edd7"
2093
+ dependencies = [
2094
+ "cc",
2095
+ "pkg-config",
2096
+ ]
2097
+
2098
+ [[package]]
2099
+ name = "openssl"
2100
+ version = "0.10.81"
2101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2102
+ checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45"
2103
+ dependencies = [
2104
+ "bitflags 2.13.0",
2105
+ "cfg-if",
2106
+ "foreign-types",
2107
+ "libc",
2108
+ "openssl-macros",
2109
+ "openssl-sys",
2110
+ ]
2111
+
2112
+ [[package]]
2113
+ name = "openssl-macros"
2114
+ version = "0.1.1"
2115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2116
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2117
+ dependencies = [
2118
+ "proc-macro2",
2119
+ "quote",
2120
+ "syn",
2121
+ ]
2122
+
2123
+ [[package]]
2124
+ name = "openssl-probe"
2125
+ version = "0.2.1"
2126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2127
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
2128
+
2129
+ [[package]]
2130
+ name = "openssl-sys"
2131
+ version = "0.9.117"
2132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2133
+ checksum = "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695"
2134
+ dependencies = [
2135
+ "cc",
2136
+ "libc",
2137
+ "pkg-config",
2138
+ "vcpkg",
2139
+ ]
2140
+
2141
+ [[package]]
2142
+ name = "option-ext"
2143
+ version = "0.2.0"
2144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2145
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2146
+
2147
+ [[package]]
2148
+ name = "parking"
2149
+ version = "2.2.1"
2150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2151
+ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2152
+
2153
+ [[package]]
2154
+ name = "parking_lot"
2155
+ version = "0.12.5"
2156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2157
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2158
+ dependencies = [
2159
+ "lock_api",
2160
+ "parking_lot_core",
2161
+ ]
2162
+
2163
+ [[package]]
2164
+ name = "parking_lot_core"
2165
+ version = "0.9.12"
2166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2167
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2168
+ dependencies = [
2169
+ "cfg-if",
2170
+ "libc",
2171
+ "redox_syscall",
2172
+ "smallvec",
2173
+ "windows-link",
2174
+ ]
2175
+
2176
+ [[package]]
2177
+ name = "paste"
2178
+ version = "1.0.15"
2179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2180
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2181
+
2182
+ [[package]]
2183
+ name = "percent-encoding"
2184
+ version = "2.3.2"
2185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2186
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2187
+
2188
+ [[package]]
2189
+ name = "pin-project-lite"
2190
+ version = "0.2.17"
2191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2192
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
2193
+
2194
+ [[package]]
2195
+ name = "pkg-config"
2196
+ version = "0.3.33"
2197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2198
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
2199
+
2200
+ [[package]]
2201
+ name = "portable-atomic"
2202
+ version = "1.13.1"
2203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2204
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
2205
+
2206
+ [[package]]
2207
+ name = "potential_utf"
2208
+ version = "0.1.5"
2209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2210
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
2211
+ dependencies = [
2212
+ "zerovec",
2213
+ ]
2214
+
2215
+ [[package]]
2216
+ name = "ppv-lite86"
2217
+ version = "0.2.21"
2218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2219
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2220
+ dependencies = [
2221
+ "zerocopy",
2222
+ ]
2223
+
2224
+ [[package]]
2225
+ name = "proc-macro-crate"
2226
+ version = "3.5.0"
2227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2228
+ checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
2229
+ dependencies = [
2230
+ "toml_edit",
2231
+ ]
2232
+
2233
+ [[package]]
2234
+ name = "proc-macro2"
2235
+ version = "1.0.106"
2236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2237
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2238
+ dependencies = [
2239
+ "unicode-ident",
2240
+ ]
2241
+
2242
+ [[package]]
2243
+ name = "pulp"
2244
+ version = "0.18.22"
2245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2246
+ checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
2247
+ dependencies = [
2248
+ "bytemuck",
2249
+ "libm",
2250
+ "num-complex",
2251
+ "reborrow",
2252
+ ]
2253
+
2254
+ [[package]]
2255
+ name = "pulp"
2256
+ version = "0.21.5"
2257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2258
+ checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
2259
+ dependencies = [
2260
+ "bytemuck",
2261
+ "cfg-if",
2262
+ "libm",
2263
+ "num-complex",
2264
+ "reborrow",
2265
+ "version_check",
2266
+ ]
2267
+
2268
+ [[package]]
2269
+ name = "pyo3"
2270
+ version = "0.21.2"
2271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2272
+ checksum = "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8"
2273
+ dependencies = [
2274
+ "cfg-if",
2275
+ "indoc",
2276
+ "libc",
2277
+ "memoffset",
2278
+ "parking_lot",
2279
+ "portable-atomic",
2280
+ "pyo3-build-config",
2281
+ "pyo3-ffi",
2282
+ "pyo3-macros",
2283
+ "unindent",
2284
+ ]
2285
+
2286
+ [[package]]
2287
+ name = "pyo3-build-config"
2288
+ version = "0.21.2"
2289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2290
+ checksum = "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50"
2291
+ dependencies = [
2292
+ "once_cell",
2293
+ "target-lexicon",
2294
+ ]
2295
+
2296
+ [[package]]
2297
+ name = "pyo3-ffi"
2298
+ version = "0.21.2"
2299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2300
+ checksum = "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403"
2301
+ dependencies = [
2302
+ "libc",
2303
+ "pyo3-build-config",
2304
+ ]
2305
+
2306
+ [[package]]
2307
+ name = "pyo3-macros"
2308
+ version = "0.21.2"
2309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2310
+ checksum = "77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c"
2311
+ dependencies = [
2312
+ "proc-macro2",
2313
+ "pyo3-macros-backend",
2314
+ "quote",
2315
+ "syn",
2316
+ ]
2317
+
2318
+ [[package]]
2319
+ name = "pyo3-macros-backend"
2320
+ version = "0.21.2"
2321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2322
+ checksum = "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c"
2323
+ dependencies = [
2324
+ "heck 0.4.1",
2325
+ "proc-macro2",
2326
+ "pyo3-build-config",
2327
+ "quote",
2328
+ "syn",
2329
+ ]
2330
+
2331
+ [[package]]
2332
+ name = "quinn"
2333
+ version = "0.11.11"
2334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2335
+ checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
2336
+ dependencies = [
2337
+ "bytes",
2338
+ "cfg_aliases",
2339
+ "pin-project-lite",
2340
+ "quinn-proto",
2341
+ "quinn-udp",
2342
+ "rustc-hash",
2343
+ "rustls",
2344
+ "socket2",
2345
+ "thiserror 2.0.18",
2346
+ "tokio",
2347
+ "tracing",
2348
+ "web-time",
2349
+ ]
2350
+
2351
+ [[package]]
2352
+ name = "quinn-proto"
2353
+ version = "0.11.15"
2354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2355
+ checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e"
2356
+ dependencies = [
2357
+ "aws-lc-rs",
2358
+ "bytes",
2359
+ "getrandom 0.3.4",
2360
+ "lru-slab",
2361
+ "rand",
2362
+ "ring",
2363
+ "rustc-hash",
2364
+ "rustls",
2365
+ "rustls-pki-types",
2366
+ "slab",
2367
+ "thiserror 2.0.18",
2368
+ "tinyvec",
2369
+ "tracing",
2370
+ "web-time",
2371
+ ]
2372
+
2373
+ [[package]]
2374
+ name = "quinn-udp"
2375
+ version = "0.5.14"
2376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2377
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
2378
+ dependencies = [
2379
+ "cfg_aliases",
2380
+ "libc",
2381
+ "once_cell",
2382
+ "socket2",
2383
+ "tracing",
2384
+ "windows-sys 0.60.2",
2385
+ ]
2386
+
2387
+ [[package]]
2388
+ name = "quote"
2389
+ version = "1.0.46"
2390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2391
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
2392
+ dependencies = [
2393
+ "proc-macro2",
2394
+ ]
2395
+
2396
+ [[package]]
2397
+ name = "r-efi"
2398
+ version = "5.3.0"
2399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2400
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2401
+
2402
+ [[package]]
2403
+ name = "r-efi"
2404
+ version = "6.0.0"
2405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2406
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2407
+
2408
+ [[package]]
2409
+ name = "rand"
2410
+ version = "0.9.4"
2411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2412
+ checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
2413
+ dependencies = [
2414
+ "rand_chacha",
2415
+ "rand_core",
2416
+ ]
2417
+
2418
+ [[package]]
2419
+ name = "rand_chacha"
2420
+ version = "0.9.0"
2421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2422
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2423
+ dependencies = [
2424
+ "ppv-lite86",
2425
+ "rand_core",
2426
+ ]
2427
+
2428
+ [[package]]
2429
+ name = "rand_core"
2430
+ version = "0.9.5"
2431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2432
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2433
+ dependencies = [
2434
+ "getrandom 0.3.4",
2435
+ ]
2436
+
2437
+ [[package]]
2438
+ name = "rand_distr"
2439
+ version = "0.5.1"
2440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2441
+ checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
2442
+ dependencies = [
2443
+ "num-traits",
2444
+ "rand",
2445
+ ]
2446
+
2447
+ [[package]]
2448
+ name = "raw-cpuid"
2449
+ version = "10.7.0"
2450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2451
+ checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
2452
+ dependencies = [
2453
+ "bitflags 1.3.2",
2454
+ ]
2455
+
2456
+ [[package]]
2457
+ name = "raw-cpuid"
2458
+ version = "11.6.0"
2459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2460
+ checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
2461
+ dependencies = [
2462
+ "bitflags 2.13.0",
2463
+ ]
2464
+
2465
+ [[package]]
2466
+ name = "rayon"
2467
+ version = "1.12.0"
2468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2469
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
2470
+ dependencies = [
2471
+ "either",
2472
+ "rayon-core",
2473
+ ]
2474
+
2475
+ [[package]]
2476
+ name = "rayon-cond"
2477
+ version = "0.4.0"
2478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2479
+ checksum = "2964d0cf57a3e7a06e8183d14a8b527195c706b7983549cd5462d5aa3747438f"
2480
+ dependencies = [
2481
+ "either",
2482
+ "itertools",
2483
+ "rayon",
2484
+ ]
2485
+
2486
+ [[package]]
2487
+ name = "rayon-core"
2488
+ version = "1.13.0"
2489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2490
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
2491
+ dependencies = [
2492
+ "crossbeam-deque",
2493
+ "crossbeam-utils",
2494
+ ]
2495
+
2496
+ [[package]]
2497
+ name = "reborrow"
2498
+ version = "0.5.5"
2499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2500
+ checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
2501
+
2502
+ [[package]]
2503
+ name = "redis"
2504
+ version = "1.3.0"
2505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2506
+ checksum = "2fa6f8e4b491d7a8ef3a9550a4d71969bd0064f46e32b8dbbcc7fc60dad94fed"
2507
+ dependencies = [
2508
+ "arcstr",
2509
+ "async-lock",
2510
+ "bytes",
2511
+ "cfg-if",
2512
+ "combine",
2513
+ "futures-util",
2514
+ "itoa",
2515
+ "num-bigint",
2516
+ "percent-encoding",
2517
+ "pin-project-lite",
2518
+ "ryu",
2519
+ "sha1_smol",
2520
+ "socket2",
2521
+ "tokio",
2522
+ "tokio-util",
2523
+ "url",
2524
+ "xxhash-rust",
2525
+ ]
2526
+
2527
+ [[package]]
2528
+ name = "redox_syscall"
2529
+ version = "0.5.18"
2530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2531
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2532
+ dependencies = [
2533
+ "bitflags 2.13.0",
2534
+ ]
2535
+
2536
+ [[package]]
2537
+ name = "redox_users"
2538
+ version = "0.5.2"
2539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2540
+ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
2541
+ dependencies = [
2542
+ "getrandom 0.2.17",
2543
+ "libredox",
2544
+ "thiserror 2.0.18",
2545
+ ]
2546
+
2547
+ [[package]]
2548
+ name = "regex"
2549
+ version = "1.12.4"
2550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2551
+ checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
2552
+ dependencies = [
2553
+ "aho-corasick",
2554
+ "memchr",
2555
+ "regex-automata",
2556
+ "regex-syntax",
2557
+ ]
2558
+
2559
+ [[package]]
2560
+ name = "regex-automata"
2561
+ version = "0.4.14"
2562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2563
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2564
+ dependencies = [
2565
+ "aho-corasick",
2566
+ "memchr",
2567
+ "regex-syntax",
2568
+ ]
2569
+
2570
+ [[package]]
2571
+ name = "regex-syntax"
2572
+ version = "0.8.11"
2573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2574
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
2575
+
2576
+ [[package]]
2577
+ name = "reqwest"
2578
+ version = "0.12.28"
2579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2580
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
2581
+ dependencies = [
2582
+ "base64 0.22.1",
2583
+ "bytes",
2584
+ "encoding_rs",
2585
+ "futures-core",
2586
+ "futures-util",
2587
+ "h2",
2588
+ "http",
2589
+ "http-body",
2590
+ "http-body-util",
2591
+ "hyper",
2592
+ "hyper-rustls",
2593
+ "hyper-tls",
2594
+ "hyper-util",
2595
+ "js-sys",
2596
+ "log",
2597
+ "mime",
2598
+ "native-tls",
2599
+ "percent-encoding",
2600
+ "pin-project-lite",
2601
+ "rustls-pki-types",
2602
+ "serde",
2603
+ "serde_json",
2604
+ "serde_urlencoded",
2605
+ "sync_wrapper",
2606
+ "tokio",
2607
+ "tokio-native-tls",
2608
+ "tokio-util",
2609
+ "tower",
2610
+ "tower-http",
2611
+ "tower-service",
2612
+ "url",
2613
+ "wasm-bindgen",
2614
+ "wasm-bindgen-futures",
2615
+ "wasm-streams",
2616
+ "web-sys",
2617
+ ]
2618
+
2619
+ [[package]]
2620
+ name = "reqwest"
2621
+ version = "0.13.4"
2622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2623
+ checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
2624
+ dependencies = [
2625
+ "base64 0.22.1",
2626
+ "bytes",
2627
+ "encoding_rs",
2628
+ "futures-core",
2629
+ "h2",
2630
+ "http",
2631
+ "http-body",
2632
+ "http-body-util",
2633
+ "hyper",
2634
+ "hyper-rustls",
2635
+ "hyper-util",
2636
+ "js-sys",
2637
+ "log",
2638
+ "mime",
2639
+ "percent-encoding",
2640
+ "pin-project-lite",
2641
+ "quinn",
2642
+ "rustls",
2643
+ "rustls-pki-types",
2644
+ "rustls-platform-verifier",
2645
+ "serde",
2646
+ "serde_json",
2647
+ "sync_wrapper",
2648
+ "tokio",
2649
+ "tokio-rustls",
2650
+ "tower",
2651
+ "tower-http",
2652
+ "tower-service",
2653
+ "url",
2654
+ "wasm-bindgen",
2655
+ "wasm-bindgen-futures",
2656
+ "web-sys",
2657
+ ]
2658
+
2659
+ [[package]]
2660
+ name = "ring"
2661
+ version = "0.17.14"
2662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2663
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2664
+ dependencies = [
2665
+ "cc",
2666
+ "cfg-if",
2667
+ "getrandom 0.2.17",
2668
+ "libc",
2669
+ "untrusted",
2670
+ "windows-sys 0.52.0",
2671
+ ]
2672
+
2673
+ [[package]]
2674
+ name = "rustc-hash"
2675
+ version = "2.1.2"
2676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2677
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
2678
+
2679
+ [[package]]
2680
+ name = "rustc_version"
2681
+ version = "0.4.1"
2682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2683
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2684
+ dependencies = [
2685
+ "semver",
2686
+ ]
2687
+
2688
+ [[package]]
2689
+ name = "rustix"
2690
+ version = "1.1.4"
2691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2692
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2693
+ dependencies = [
2694
+ "bitflags 2.13.0",
2695
+ "errno",
2696
+ "libc",
2697
+ "linux-raw-sys",
2698
+ "windows-sys 0.61.2",
2699
+ ]
2700
+
2701
+ [[package]]
2702
+ name = "rustls"
2703
+ version = "0.23.41"
2704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2705
+ checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
2706
+ dependencies = [
2707
+ "aws-lc-rs",
2708
+ "log",
2709
+ "once_cell",
2710
+ "ring",
2711
+ "rustls-pki-types",
2712
+ "rustls-webpki",
2713
+ "subtle",
2714
+ "zeroize",
2715
+ ]
2716
+
2717
+ [[package]]
2718
+ name = "rustls-native-certs"
2719
+ version = "0.8.4"
2720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2721
+ checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
2722
+ dependencies = [
2723
+ "openssl-probe",
2724
+ "rustls-pki-types",
2725
+ "schannel",
2726
+ "security-framework",
2727
+ ]
2728
+
2729
+ [[package]]
2730
+ name = "rustls-pki-types"
2731
+ version = "1.14.1"
2732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2733
+ checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
2734
+ dependencies = [
2735
+ "web-time",
2736
+ "zeroize",
2737
+ ]
2738
+
2739
+ [[package]]
2740
+ name = "rustls-platform-verifier"
2741
+ version = "0.7.0"
2742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2743
+ checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
2744
+ dependencies = [
2745
+ "core-foundation 0.10.1",
2746
+ "core-foundation-sys",
2747
+ "jni",
2748
+ "log",
2749
+ "once_cell",
2750
+ "rustls",
2751
+ "rustls-native-certs",
2752
+ "rustls-platform-verifier-android",
2753
+ "rustls-webpki",
2754
+ "security-framework",
2755
+ "security-framework-sys",
2756
+ "webpki-root-certs",
2757
+ "windows-sys 0.61.2",
2758
+ ]
2759
+
2760
+ [[package]]
2761
+ name = "rustls-platform-verifier-android"
2762
+ version = "0.1.1"
2763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2764
+ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
2765
+
2766
+ [[package]]
2767
+ name = "rustls-webpki"
2768
+ version = "0.103.13"
2769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2770
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
2771
+ dependencies = [
2772
+ "aws-lc-rs",
2773
+ "ring",
2774
+ "rustls-pki-types",
2775
+ "untrusted",
2776
+ ]
2777
+
2778
+ [[package]]
2779
+ name = "rustversion"
2780
+ version = "1.0.22"
2781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2782
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2783
+
2784
+ [[package]]
2785
+ name = "ryu"
2786
+ version = "1.0.23"
2787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2788
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2789
+
2790
+ [[package]]
2791
+ name = "safetensors"
2792
+ version = "0.4.5"
2793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2794
+ checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
2795
+ dependencies = [
2796
+ "serde",
2797
+ "serde_json",
2798
+ ]
2799
+
2800
+ [[package]]
2801
+ name = "same-file"
2802
+ version = "1.0.6"
2803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2804
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2805
+ dependencies = [
2806
+ "winapi-util",
2807
+ ]
2808
+
2809
+ [[package]]
2810
+ name = "schannel"
2811
+ version = "0.1.29"
2812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2813
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
2814
+ dependencies = [
2815
+ "windows-sys 0.61.2",
2816
+ ]
2817
+
2818
+ [[package]]
2819
+ name = "scopeguard"
2820
+ version = "1.2.0"
2821
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2822
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2823
+
2824
+ [[package]]
2825
+ name = "security-framework"
2826
+ version = "3.7.0"
2827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2828
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
2829
+ dependencies = [
2830
+ "bitflags 2.13.0",
2831
+ "core-foundation 0.10.1",
2832
+ "core-foundation-sys",
2833
+ "libc",
2834
+ "security-framework-sys",
2835
+ ]
2836
+
2837
+ [[package]]
2838
+ name = "security-framework-sys"
2839
+ version = "2.17.0"
2840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2841
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
2842
+ dependencies = [
2843
+ "core-foundation-sys",
2844
+ "libc",
2845
+ ]
2846
+
2847
+ [[package]]
2848
+ name = "semver"
2849
+ version = "1.0.28"
2850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2851
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
2852
+
2853
+ [[package]]
2854
+ name = "seq-macro"
2855
+ version = "0.3.6"
2856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2857
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
2858
+
2859
+ [[package]]
2860
+ name = "serde"
2861
+ version = "1.0.228"
2862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2863
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2864
+ dependencies = [
2865
+ "serde_core",
2866
+ "serde_derive",
2867
+ ]
2868
+
2869
+ [[package]]
2870
+ name = "serde_core"
2871
+ version = "1.0.228"
2872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2873
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2874
+ dependencies = [
2875
+ "serde_derive",
2876
+ ]
2877
+
2878
+ [[package]]
2879
+ name = "serde_derive"
2880
+ version = "1.0.228"
2881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2882
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2883
+ dependencies = [
2884
+ "proc-macro2",
2885
+ "quote",
2886
+ "syn",
2887
+ ]
2888
+
2889
+ [[package]]
2890
+ name = "serde_json"
2891
+ version = "1.0.150"
2892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2893
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
2894
+ dependencies = [
2895
+ "itoa",
2896
+ "memchr",
2897
+ "serde",
2898
+ "serde_core",
2899
+ "zmij",
2900
+ ]
2901
+
2902
+ [[package]]
2903
+ name = "serde_path_to_error"
2904
+ version = "0.1.20"
2905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2906
+ checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2907
+ dependencies = [
2908
+ "itoa",
2909
+ "serde",
2910
+ "serde_core",
2911
+ ]
2912
+
2913
+ [[package]]
2914
+ name = "serde_plain"
2915
+ version = "1.0.2"
2916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2917
+ checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
2918
+ dependencies = [
2919
+ "serde",
2920
+ ]
2921
+
2922
+ [[package]]
2923
+ name = "serde_spanned"
2924
+ version = "1.1.1"
2925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2926
+ checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
2927
+ dependencies = [
2928
+ "serde_core",
2929
+ ]
2930
+
2931
+ [[package]]
2932
+ name = "serde_urlencoded"
2933
+ version = "0.7.1"
2934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2935
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2936
+ dependencies = [
2937
+ "form_urlencoded",
2938
+ "itoa",
2939
+ "ryu",
2940
+ "serde",
2941
+ ]
2942
+
2943
+ [[package]]
2944
+ name = "serde_yaml"
2945
+ version = "0.9.34+deprecated"
2946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2947
+ checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
2948
+ dependencies = [
2949
+ "indexmap",
2950
+ "itoa",
2951
+ "ryu",
2952
+ "serde",
2953
+ "unsafe-libyaml",
2954
+ ]
2955
+
2956
+ [[package]]
2957
+ name = "sha1_smol"
2958
+ version = "1.0.1"
2959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2960
+ checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
2961
+
2962
+ [[package]]
2963
+ name = "shlex"
2964
+ version = "2.0.1"
2965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2966
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
2967
+
2968
+ [[package]]
2969
+ name = "simd-adler32"
2970
+ version = "0.3.9"
2971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2972
+ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
2973
+
2974
+ [[package]]
2975
+ name = "simd_cesu8"
2976
+ version = "1.1.1"
2977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2978
+ checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33"
2979
+ dependencies = [
2980
+ "rustc_version",
2981
+ "simdutf8",
2982
+ ]
2983
+
2984
+ [[package]]
2985
+ name = "simdutf8"
2986
+ version = "0.1.5"
2987
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2988
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2989
+
2990
+ [[package]]
2991
+ name = "slab"
2992
+ version = "0.4.12"
2993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2994
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2995
+
2996
+ [[package]]
2997
+ name = "smallvec"
2998
+ version = "1.15.2"
2999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3000
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
3001
+
3002
+ [[package]]
3003
+ name = "socket2"
3004
+ version = "0.6.4"
3005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3006
+ checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
3007
+ dependencies = [
3008
+ "libc",
3009
+ "windows-sys 0.61.2",
3010
+ ]
3011
+
3012
+ [[package]]
3013
+ name = "socks"
3014
+ version = "0.3.4"
3015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3016
+ checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b"
3017
+ dependencies = [
3018
+ "byteorder",
3019
+ "libc",
3020
+ "winapi",
3021
+ ]
3022
+
3023
+ [[package]]
3024
+ name = "spm_precompiled"
3025
+ version = "0.1.4"
3026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3027
+ checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326"
3028
+ dependencies = [
3029
+ "base64 0.13.1",
3030
+ "nom",
3031
+ "serde",
3032
+ "unicode-segmentation",
3033
+ ]
3034
+
3035
+ [[package]]
3036
+ name = "stable_deref_trait"
3037
+ version = "1.2.1"
3038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3039
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3040
+
3041
+ [[package]]
3042
+ name = "static_assertions"
3043
+ version = "1.1.0"
3044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3045
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3046
+
3047
+ [[package]]
3048
+ name = "strsim"
3049
+ version = "0.11.1"
3050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3051
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3052
+
3053
+ [[package]]
3054
+ name = "subtle"
3055
+ version = "2.6.1"
3056
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3057
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3058
+
3059
+ [[package]]
3060
+ name = "syn"
3061
+ version = "2.0.118"
3062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3063
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
3064
+ dependencies = [
3065
+ "proc-macro2",
3066
+ "quote",
3067
+ "unicode-ident",
3068
+ ]
3069
+
3070
+ [[package]]
3071
+ name = "sync_wrapper"
3072
+ version = "1.0.2"
3073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3074
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3075
+ dependencies = [
3076
+ "futures-core",
3077
+ ]
3078
+
3079
+ [[package]]
3080
+ name = "synstructure"
3081
+ version = "0.13.2"
3082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3083
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3084
+ dependencies = [
3085
+ "proc-macro2",
3086
+ "quote",
3087
+ "syn",
3088
+ ]
3089
+
3090
+ [[package]]
3091
+ name = "sysctl"
3092
+ version = "0.5.5"
3093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3094
+ checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
3095
+ dependencies = [
3096
+ "bitflags 2.13.0",
3097
+ "byteorder",
3098
+ "enum-as-inner",
3099
+ "libc",
3100
+ "thiserror 1.0.69",
3101
+ "walkdir",
3102
+ ]
3103
+
3104
+ [[package]]
3105
+ name = "sysctl"
3106
+ version = "0.6.0"
3107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3108
+ checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
3109
+ dependencies = [
3110
+ "bitflags 2.13.0",
3111
+ "byteorder",
3112
+ "enum-as-inner",
3113
+ "libc",
3114
+ "thiserror 1.0.69",
3115
+ "walkdir",
3116
+ ]
3117
+
3118
+ [[package]]
3119
+ name = "system-configuration"
3120
+ version = "0.7.0"
3121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3122
+ checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
3123
+ dependencies = [
3124
+ "bitflags 2.13.0",
3125
+ "core-foundation 0.9.4",
3126
+ "system-configuration-sys",
3127
+ ]
3128
+
3129
+ [[package]]
3130
+ name = "system-configuration-sys"
3131
+ version = "0.6.0"
3132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3133
+ checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
3134
+ dependencies = [
3135
+ "core-foundation-sys",
3136
+ "libc",
3137
+ ]
3138
+
3139
+ [[package]]
3140
+ name = "target-lexicon"
3141
+ version = "0.12.16"
3142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3143
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
3144
+
3145
+ [[package]]
3146
+ name = "tempfile"
3147
+ version = "3.27.0"
3148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3149
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
3150
+ dependencies = [
3151
+ "fastrand",
3152
+ "getrandom 0.4.3",
3153
+ "once_cell",
3154
+ "rustix",
3155
+ "windows-sys 0.61.2",
3156
+ ]
3157
+
3158
+ [[package]]
3159
+ name = "thiserror"
3160
+ version = "1.0.69"
3161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3162
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3163
+ dependencies = [
3164
+ "thiserror-impl 1.0.69",
3165
+ ]
3166
+
3167
+ [[package]]
3168
+ name = "thiserror"
3169
+ version = "2.0.18"
3170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3171
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
3172
+ dependencies = [
3173
+ "thiserror-impl 2.0.18",
3174
+ ]
3175
+
3176
+ [[package]]
3177
+ name = "thiserror-impl"
3178
+ version = "1.0.69"
3179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3180
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3181
+ dependencies = [
3182
+ "proc-macro2",
3183
+ "quote",
3184
+ "syn",
3185
+ ]
3186
+
3187
+ [[package]]
3188
+ name = "thiserror-impl"
3189
+ version = "2.0.18"
3190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3191
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
3192
+ dependencies = [
3193
+ "proc-macro2",
3194
+ "quote",
3195
+ "syn",
3196
+ ]
3197
+
3198
+ [[package]]
3199
+ name = "tinystr"
3200
+ version = "0.8.3"
3201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3202
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
3203
+ dependencies = [
3204
+ "displaydoc",
3205
+ "zerovec",
3206
+ ]
3207
+
3208
+ [[package]]
3209
+ name = "tinyvec"
3210
+ version = "1.11.0"
3211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3212
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
3213
+ dependencies = [
3214
+ "tinyvec_macros",
3215
+ ]
3216
+
3217
+ [[package]]
3218
+ name = "tinyvec_macros"
3219
+ version = "0.1.1"
3220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3221
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3222
+
3223
+ [[package]]
3224
+ name = "tokenizers"
3225
+ version = "0.21.4"
3226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3227
+ checksum = "a620b996116a59e184c2fa2dfd8251ea34a36d0a514758c6f966386bd2e03476"
3228
+ dependencies = [
3229
+ "ahash",
3230
+ "aho-corasick",
3231
+ "compact_str",
3232
+ "dary_heap",
3233
+ "derive_builder",
3234
+ "esaxx-rs",
3235
+ "getrandom 0.3.4",
3236
+ "indicatif",
3237
+ "itertools",
3238
+ "log",
3239
+ "macro_rules_attribute",
3240
+ "monostate",
3241
+ "onig",
3242
+ "paste",
3243
+ "rand",
3244
+ "rayon",
3245
+ "rayon-cond",
3246
+ "regex",
3247
+ "regex-syntax",
3248
+ "serde",
3249
+ "serde_json",
3250
+ "spm_precompiled",
3251
+ "thiserror 2.0.18",
3252
+ "unicode-normalization-alignments",
3253
+ "unicode-segmentation",
3254
+ "unicode_categories",
3255
+ ]
3256
+
3257
+ [[package]]
3258
+ name = "tokio"
3259
+ version = "1.52.3"
3260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3261
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
3262
+ dependencies = [
3263
+ "bytes",
3264
+ "libc",
3265
+ "mio",
3266
+ "pin-project-lite",
3267
+ "socket2",
3268
+ "tokio-macros",
3269
+ "windows-sys 0.61.2",
3270
+ ]
3271
+
3272
+ [[package]]
3273
+ name = "tokio-macros"
3274
+ version = "2.7.0"
3275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3276
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
3277
+ dependencies = [
3278
+ "proc-macro2",
3279
+ "quote",
3280
+ "syn",
3281
+ ]
3282
+
3283
+ [[package]]
3284
+ name = "tokio-native-tls"
3285
+ version = "0.3.1"
3286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3287
+ checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
3288
+ dependencies = [
3289
+ "native-tls",
3290
+ "tokio",
3291
+ ]
3292
+
3293
+ [[package]]
3294
+ name = "tokio-rustls"
3295
+ version = "0.26.4"
3296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3297
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
3298
+ dependencies = [
3299
+ "rustls",
3300
+ "tokio",
3301
+ ]
3302
+
3303
+ [[package]]
3304
+ name = "tokio-stream"
3305
+ version = "0.1.18"
3306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3307
+ checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
3308
+ dependencies = [
3309
+ "futures-core",
3310
+ "pin-project-lite",
3311
+ "tokio",
3312
+ ]
3313
+
3314
+ [[package]]
3315
+ name = "tokio-test"
3316
+ version = "0.4.5"
3317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3318
+ checksum = "3f6d24790a10a7af737693a3e8f1d03faef7e6ca0cc99aae5066f533766de545"
3319
+ dependencies = [
3320
+ "futures-core",
3321
+ "tokio",
3322
+ "tokio-stream",
3323
+ ]
3324
+
3325
+ [[package]]
3326
+ name = "tokio-util"
3327
+ version = "0.7.18"
3328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3329
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
3330
+ dependencies = [
3331
+ "bytes",
3332
+ "futures-core",
3333
+ "futures-sink",
3334
+ "pin-project-lite",
3335
+ "tokio",
3336
+ ]
3337
+
3338
+ [[package]]
3339
+ name = "toml"
3340
+ version = "0.9.12+spec-1.1.0"
3341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3342
+ checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
3343
+ dependencies = [
3344
+ "indexmap",
3345
+ "serde_core",
3346
+ "serde_spanned",
3347
+ "toml_datetime 0.7.5+spec-1.1.0",
3348
+ "toml_parser",
3349
+ "toml_writer",
3350
+ "winnow 0.7.15",
3351
+ ]
3352
+
3353
+ [[package]]
3354
+ name = "toml_datetime"
3355
+ version = "0.7.5+spec-1.1.0"
3356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3357
+ checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
3358
+ dependencies = [
3359
+ "serde_core",
3360
+ ]
3361
+
3362
+ [[package]]
3363
+ name = "toml_datetime"
3364
+ version = "1.1.1+spec-1.1.0"
3365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3366
+ checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
3367
+ dependencies = [
3368
+ "serde_core",
3369
+ ]
3370
+
3371
+ [[package]]
3372
+ name = "toml_edit"
3373
+ version = "0.25.12+spec-1.1.0"
3374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3375
+ checksum = "d2153edc6955a6c354fad8f5efd38b6a8769bdccf9fe50f8e1329f81b0baa5d7"
3376
+ dependencies = [
3377
+ "indexmap",
3378
+ "toml_datetime 1.1.1+spec-1.1.0",
3379
+ "toml_parser",
3380
+ "winnow 1.0.3",
3381
+ ]
3382
+
3383
+ [[package]]
3384
+ name = "toml_parser"
3385
+ version = "1.1.2+spec-1.1.0"
3386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3387
+ checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
3388
+ dependencies = [
3389
+ "winnow 1.0.3",
3390
+ ]
3391
+
3392
+ [[package]]
3393
+ name = "toml_writer"
3394
+ version = "1.1.1+spec-1.1.0"
3395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3396
+ checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
3397
+
3398
+ [[package]]
3399
+ name = "tower"
3400
+ version = "0.5.3"
3401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3402
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
3403
+ dependencies = [
3404
+ "futures-core",
3405
+ "futures-util",
3406
+ "pin-project-lite",
3407
+ "sync_wrapper",
3408
+ "tokio",
3409
+ "tower-layer",
3410
+ "tower-service",
3411
+ "tracing",
3412
+ ]
3413
+
3414
+ [[package]]
3415
+ name = "tower-http"
3416
+ version = "0.6.11"
3417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3418
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
3419
+ dependencies = [
3420
+ "bitflags 2.13.0",
3421
+ "bytes",
3422
+ "futures-util",
3423
+ "http",
3424
+ "http-body",
3425
+ "pin-project-lite",
3426
+ "tower",
3427
+ "tower-layer",
3428
+ "tower-service",
3429
+ "url",
3430
+ ]
3431
+
3432
+ [[package]]
3433
+ name = "tower-layer"
3434
+ version = "0.3.3"
3435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3436
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3437
+
3438
+ [[package]]
3439
+ name = "tower-service"
3440
+ version = "0.3.3"
3441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3442
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3443
+
3444
+ [[package]]
3445
+ name = "tracing"
3446
+ version = "0.1.44"
3447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3448
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3449
+ dependencies = [
3450
+ "log",
3451
+ "pin-project-lite",
3452
+ "tracing-attributes",
3453
+ "tracing-core",
3454
+ ]
3455
+
3456
+ [[package]]
3457
+ name = "tracing-attributes"
3458
+ version = "0.1.31"
3459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3460
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3461
+ dependencies = [
3462
+ "proc-macro2",
3463
+ "quote",
3464
+ "syn",
3465
+ ]
3466
+
3467
+ [[package]]
3468
+ name = "tracing-core"
3469
+ version = "0.1.36"
3470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3471
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3472
+ dependencies = [
3473
+ "once_cell",
3474
+ ]
3475
+
3476
+ [[package]]
3477
+ name = "try-lock"
3478
+ version = "0.2.5"
3479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3480
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3481
+
3482
+ [[package]]
3483
+ name = "ug"
3484
+ version = "0.1.0"
3485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3486
+ checksum = "03719c61a91b51541f076dfdba45caacf750b230cefaa4b32d6f5411c3f7f437"
3487
+ dependencies = [
3488
+ "gemm 0.18.2",
3489
+ "half",
3490
+ "libloading",
3491
+ "memmap2",
3492
+ "num",
3493
+ "num-traits",
3494
+ "num_cpus",
3495
+ "rayon",
3496
+ "safetensors",
3497
+ "serde",
3498
+ "thiserror 1.0.69",
3499
+ "tracing",
3500
+ "yoke 0.7.5",
3501
+ ]
3502
+
3503
+ [[package]]
3504
+ name = "unicode-ident"
3505
+ version = "1.0.24"
3506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3507
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3508
+
3509
+ [[package]]
3510
+ name = "unicode-normalization-alignments"
3511
+ version = "0.1.12"
3512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3513
+ checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de"
3514
+ dependencies = [
3515
+ "smallvec",
3516
+ ]
3517
+
3518
+ [[package]]
3519
+ name = "unicode-segmentation"
3520
+ version = "1.13.3"
3521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3522
+ checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
3523
+
3524
+ [[package]]
3525
+ name = "unicode-width"
3526
+ version = "0.2.2"
3527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3528
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
3529
+
3530
+ [[package]]
3531
+ name = "unicode_categories"
3532
+ version = "0.1.1"
3533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3534
+ checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
3535
+
3536
+ [[package]]
3537
+ name = "unindent"
3538
+ version = "0.2.4"
3539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3540
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
3541
+
3542
+ [[package]]
3543
+ name = "unsafe-libyaml"
3544
+ version = "0.2.11"
3545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3546
+ checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
3547
+
3548
+ [[package]]
3549
+ name = "untrusted"
3550
+ version = "0.9.0"
3551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3552
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3553
+
3554
+ [[package]]
3555
+ name = "ureq"
3556
+ version = "2.12.1"
3557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3558
+ checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d"
3559
+ dependencies = [
3560
+ "base64 0.22.1",
3561
+ "flate2",
3562
+ "log",
3563
+ "native-tls",
3564
+ "once_cell",
3565
+ "rustls",
3566
+ "rustls-pki-types",
3567
+ "serde",
3568
+ "serde_json",
3569
+ "socks",
3570
+ "url",
3571
+ "webpki-roots 0.26.11",
3572
+ ]
3573
+
3574
+ [[package]]
3575
+ name = "url"
3576
+ version = "2.5.8"
3577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3578
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3579
+ dependencies = [
3580
+ "form_urlencoded",
3581
+ "idna",
3582
+ "percent-encoding",
3583
+ "serde",
3584
+ ]
3585
+
3586
+ [[package]]
3587
+ name = "utf8_iter"
3588
+ version = "1.0.4"
3589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3590
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3591
+
3592
+ [[package]]
3593
+ name = "utf8parse"
3594
+ version = "0.2.2"
3595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3596
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3597
+
3598
+ [[package]]
3599
+ name = "uuid"
3600
+ version = "1.23.4"
3601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3602
+ checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
3603
+ dependencies = [
3604
+ "getrandom 0.4.3",
3605
+ "js-sys",
3606
+ "wasm-bindgen",
3607
+ ]
3608
+
3609
+ [[package]]
3610
+ name = "vcpkg"
3611
+ version = "0.2.15"
3612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3613
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3614
+
3615
+ [[package]]
3616
+ name = "version_check"
3617
+ version = "0.9.5"
3618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3619
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3620
+
3621
+ [[package]]
3622
+ name = "walkdir"
3623
+ version = "2.5.0"
3624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3625
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3626
+ dependencies = [
3627
+ "same-file",
3628
+ "winapi-util",
3629
+ ]
3630
+
3631
+ [[package]]
3632
+ name = "want"
3633
+ version = "0.3.1"
3634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3635
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3636
+ dependencies = [
3637
+ "try-lock",
3638
+ ]
3639
+
3640
+ [[package]]
3641
+ name = "wasi"
3642
+ version = "0.11.1+wasi-snapshot-preview1"
3643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3644
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3645
+
3646
+ [[package]]
3647
+ name = "wasip2"
3648
+ version = "1.0.4+wasi-0.2.12"
3649
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3650
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
3651
+ dependencies = [
3652
+ "wit-bindgen",
3653
+ ]
3654
+
3655
+ [[package]]
3656
+ name = "wasm-bindgen"
3657
+ version = "0.2.126"
3658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3659
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
3660
+ dependencies = [
3661
+ "cfg-if",
3662
+ "once_cell",
3663
+ "rustversion",
3664
+ "wasm-bindgen-macro",
3665
+ "wasm-bindgen-shared",
3666
+ ]
3667
+
3668
+ [[package]]
3669
+ name = "wasm-bindgen-futures"
3670
+ version = "0.4.76"
3671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3672
+ checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
3673
+ dependencies = [
3674
+ "js-sys",
3675
+ "wasm-bindgen",
3676
+ ]
3677
+
3678
+ [[package]]
3679
+ name = "wasm-bindgen-macro"
3680
+ version = "0.2.126"
3681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3682
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
3683
+ dependencies = [
3684
+ "quote",
3685
+ "wasm-bindgen-macro-support",
3686
+ ]
3687
+
3688
+ [[package]]
3689
+ name = "wasm-bindgen-macro-support"
3690
+ version = "0.2.126"
3691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3692
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
3693
+ dependencies = [
3694
+ "bumpalo",
3695
+ "proc-macro2",
3696
+ "quote",
3697
+ "syn",
3698
+ "wasm-bindgen-shared",
3699
+ ]
3700
+
3701
+ [[package]]
3702
+ name = "wasm-bindgen-shared"
3703
+ version = "0.2.126"
3704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3705
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
3706
+ dependencies = [
3707
+ "unicode-ident",
3708
+ ]
3709
+
3710
+ [[package]]
3711
+ name = "wasm-streams"
3712
+ version = "0.4.2"
3713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3714
+ checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
3715
+ dependencies = [
3716
+ "futures-util",
3717
+ "js-sys",
3718
+ "wasm-bindgen",
3719
+ "wasm-bindgen-futures",
3720
+ "web-sys",
3721
+ ]
3722
+
3723
+ [[package]]
3724
+ name = "web-sys"
3725
+ version = "0.3.103"
3726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3727
+ checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
3728
+ dependencies = [
3729
+ "js-sys",
3730
+ "wasm-bindgen",
3731
+ ]
3732
+
3733
+ [[package]]
3734
+ name = "web-time"
3735
+ version = "1.1.0"
3736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3737
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3738
+ dependencies = [
3739
+ "js-sys",
3740
+ "wasm-bindgen",
3741
+ ]
3742
+
3743
+ [[package]]
3744
+ name = "webpki-root-certs"
3745
+ version = "1.0.8"
3746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3747
+ checksum = "0d46a5a140e6f7afeccd8eae97eff335163939eac8b929834875168b29b3d267"
3748
+ dependencies = [
3749
+ "rustls-pki-types",
3750
+ ]
3751
+
3752
+ [[package]]
3753
+ name = "webpki-roots"
3754
+ version = "0.26.11"
3755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3756
+ checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
3757
+ dependencies = [
3758
+ "webpki-roots 1.0.8",
3759
+ ]
3760
+
3761
+ [[package]]
3762
+ name = "webpki-roots"
3763
+ version = "1.0.8"
3764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3765
+ checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
3766
+ dependencies = [
3767
+ "rustls-pki-types",
3768
+ ]
3769
+
3770
+ [[package]]
3771
+ name = "winapi"
3772
+ version = "0.3.9"
3773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3774
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3775
+ dependencies = [
3776
+ "winapi-i686-pc-windows-gnu",
3777
+ "winapi-x86_64-pc-windows-gnu",
3778
+ ]
3779
+
3780
+ [[package]]
3781
+ name = "winapi-i686-pc-windows-gnu"
3782
+ version = "0.4.0"
3783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3784
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3785
+
3786
+ [[package]]
3787
+ name = "winapi-util"
3788
+ version = "0.1.11"
3789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3790
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3791
+ dependencies = [
3792
+ "windows-sys 0.61.2",
3793
+ ]
3794
+
3795
+ [[package]]
3796
+ name = "winapi-x86_64-pc-windows-gnu"
3797
+ version = "0.4.0"
3798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3799
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3800
+
3801
+ [[package]]
3802
+ name = "windows-link"
3803
+ version = "0.2.1"
3804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3805
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3806
+
3807
+ [[package]]
3808
+ name = "windows-registry"
3809
+ version = "0.6.1"
3810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3811
+ checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
3812
+ dependencies = [
3813
+ "windows-link",
3814
+ "windows-result",
3815
+ "windows-strings",
3816
+ ]
3817
+
3818
+ [[package]]
3819
+ name = "windows-result"
3820
+ version = "0.4.1"
3821
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3822
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3823
+ dependencies = [
3824
+ "windows-link",
3825
+ ]
3826
+
3827
+ [[package]]
3828
+ name = "windows-strings"
3829
+ version = "0.5.1"
3830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3831
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3832
+ dependencies = [
3833
+ "windows-link",
3834
+ ]
3835
+
3836
+ [[package]]
3837
+ name = "windows-sys"
3838
+ version = "0.52.0"
3839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3840
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3841
+ dependencies = [
3842
+ "windows-targets 0.52.6",
3843
+ ]
3844
+
3845
+ [[package]]
3846
+ name = "windows-sys"
3847
+ version = "0.59.0"
3848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3849
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3850
+ dependencies = [
3851
+ "windows-targets 0.52.6",
3852
+ ]
3853
+
3854
+ [[package]]
3855
+ name = "windows-sys"
3856
+ version = "0.60.2"
3857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3858
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3859
+ dependencies = [
3860
+ "windows-targets 0.53.5",
3861
+ ]
3862
+
3863
+ [[package]]
3864
+ name = "windows-sys"
3865
+ version = "0.61.2"
3866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3867
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3868
+ dependencies = [
3869
+ "windows-link",
3870
+ ]
3871
+
3872
+ [[package]]
3873
+ name = "windows-targets"
3874
+ version = "0.52.6"
3875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3876
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3877
+ dependencies = [
3878
+ "windows_aarch64_gnullvm 0.52.6",
3879
+ "windows_aarch64_msvc 0.52.6",
3880
+ "windows_i686_gnu 0.52.6",
3881
+ "windows_i686_gnullvm 0.52.6",
3882
+ "windows_i686_msvc 0.52.6",
3883
+ "windows_x86_64_gnu 0.52.6",
3884
+ "windows_x86_64_gnullvm 0.52.6",
3885
+ "windows_x86_64_msvc 0.52.6",
3886
+ ]
3887
+
3888
+ [[package]]
3889
+ name = "windows-targets"
3890
+ version = "0.53.5"
3891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3892
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
3893
+ dependencies = [
3894
+ "windows-link",
3895
+ "windows_aarch64_gnullvm 0.53.1",
3896
+ "windows_aarch64_msvc 0.53.1",
3897
+ "windows_i686_gnu 0.53.1",
3898
+ "windows_i686_gnullvm 0.53.1",
3899
+ "windows_i686_msvc 0.53.1",
3900
+ "windows_x86_64_gnu 0.53.1",
3901
+ "windows_x86_64_gnullvm 0.53.1",
3902
+ "windows_x86_64_msvc 0.53.1",
3903
+ ]
3904
+
3905
+ [[package]]
3906
+ name = "windows_aarch64_gnullvm"
3907
+ version = "0.52.6"
3908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3909
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3910
+
3911
+ [[package]]
3912
+ name = "windows_aarch64_gnullvm"
3913
+ version = "0.53.1"
3914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3915
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
3916
+
3917
+ [[package]]
3918
+ name = "windows_aarch64_msvc"
3919
+ version = "0.52.6"
3920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3921
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3922
+
3923
+ [[package]]
3924
+ name = "windows_aarch64_msvc"
3925
+ version = "0.53.1"
3926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3927
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
3928
+
3929
+ [[package]]
3930
+ name = "windows_i686_gnu"
3931
+ version = "0.52.6"
3932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3933
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3934
+
3935
+ [[package]]
3936
+ name = "windows_i686_gnu"
3937
+ version = "0.53.1"
3938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3939
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
3940
+
3941
+ [[package]]
3942
+ name = "windows_i686_gnullvm"
3943
+ version = "0.52.6"
3944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3945
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3946
+
3947
+ [[package]]
3948
+ name = "windows_i686_gnullvm"
3949
+ version = "0.53.1"
3950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3951
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
3952
+
3953
+ [[package]]
3954
+ name = "windows_i686_msvc"
3955
+ version = "0.52.6"
3956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3957
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3958
+
3959
+ [[package]]
3960
+ name = "windows_i686_msvc"
3961
+ version = "0.53.1"
3962
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3963
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
3964
+
3965
+ [[package]]
3966
+ name = "windows_x86_64_gnu"
3967
+ version = "0.52.6"
3968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3969
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3970
+
3971
+ [[package]]
3972
+ name = "windows_x86_64_gnu"
3973
+ version = "0.53.1"
3974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3975
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
3976
+
3977
+ [[package]]
3978
+ name = "windows_x86_64_gnullvm"
3979
+ version = "0.52.6"
3980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3981
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3982
+
3983
+ [[package]]
3984
+ name = "windows_x86_64_gnullvm"
3985
+ version = "0.53.1"
3986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3987
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
3988
+
3989
+ [[package]]
3990
+ name = "windows_x86_64_msvc"
3991
+ version = "0.52.6"
3992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3993
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3994
+
3995
+ [[package]]
3996
+ name = "windows_x86_64_msvc"
3997
+ version = "0.53.1"
3998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3999
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
4000
+
4001
+ [[package]]
4002
+ name = "winnow"
4003
+ version = "0.7.15"
4004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4005
+ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
4006
+
4007
+ [[package]]
4008
+ name = "winnow"
4009
+ version = "1.0.3"
4010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4011
+ checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
4012
+ dependencies = [
4013
+ "memchr",
4014
+ ]
4015
+
4016
+ [[package]]
4017
+ name = "wit-bindgen"
4018
+ version = "0.57.1"
4019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4020
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
4021
+
4022
+ [[package]]
4023
+ name = "writeable"
4024
+ version = "0.6.3"
4025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4026
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
4027
+
4028
+ [[package]]
4029
+ name = "xxhash-rust"
4030
+ version = "0.8.15"
4031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4032
+ checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
4033
+
4034
+ [[package]]
4035
+ name = "yoke"
4036
+ version = "0.7.5"
4037
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4038
+ checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
4039
+ dependencies = [
4040
+ "serde",
4041
+ "stable_deref_trait",
4042
+ "yoke-derive 0.7.5",
4043
+ "zerofrom",
4044
+ ]
4045
+
4046
+ [[package]]
4047
+ name = "yoke"
4048
+ version = "0.8.3"
4049
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4050
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
4051
+ dependencies = [
4052
+ "stable_deref_trait",
4053
+ "yoke-derive 0.8.2",
4054
+ "zerofrom",
4055
+ ]
4056
+
4057
+ [[package]]
4058
+ name = "yoke-derive"
4059
+ version = "0.7.5"
4060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4061
+ checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
4062
+ dependencies = [
4063
+ "proc-macro2",
4064
+ "quote",
4065
+ "syn",
4066
+ "synstructure",
4067
+ ]
4068
+
4069
+ [[package]]
4070
+ name = "yoke-derive"
4071
+ version = "0.8.2"
4072
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4073
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
4074
+ dependencies = [
4075
+ "proc-macro2",
4076
+ "quote",
4077
+ "syn",
4078
+ "synstructure",
4079
+ ]
4080
+
4081
+ [[package]]
4082
+ name = "zerocopy"
4083
+ version = "0.8.52"
4084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4085
+ checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
4086
+ dependencies = [
4087
+ "zerocopy-derive",
4088
+ ]
4089
+
4090
+ [[package]]
4091
+ name = "zerocopy-derive"
4092
+ version = "0.8.52"
4093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4094
+ checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
4095
+ dependencies = [
4096
+ "proc-macro2",
4097
+ "quote",
4098
+ "syn",
4099
+ ]
4100
+
4101
+ [[package]]
4102
+ name = "zerofrom"
4103
+ version = "0.1.8"
4104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4105
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
4106
+ dependencies = [
4107
+ "zerofrom-derive",
4108
+ ]
4109
+
4110
+ [[package]]
4111
+ name = "zerofrom-derive"
4112
+ version = "0.1.7"
4113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4114
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
4115
+ dependencies = [
4116
+ "proc-macro2",
4117
+ "quote",
4118
+ "syn",
4119
+ "synstructure",
4120
+ ]
4121
+
4122
+ [[package]]
4123
+ name = "zeroize"
4124
+ version = "1.9.0"
4125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4126
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
4127
+
4128
+ [[package]]
4129
+ name = "zerotrie"
4130
+ version = "0.2.4"
4131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4132
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
4133
+ dependencies = [
4134
+ "displaydoc",
4135
+ "yoke 0.8.3",
4136
+ "zerofrom",
4137
+ ]
4138
+
4139
+ [[package]]
4140
+ name = "zerovec"
4141
+ version = "0.11.6"
4142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4143
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
4144
+ dependencies = [
4145
+ "yoke 0.8.3",
4146
+ "zerofrom",
4147
+ "zerovec-derive",
4148
+ ]
4149
+
4150
+ [[package]]
4151
+ name = "zerovec-derive"
4152
+ version = "0.11.3"
4153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4154
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
4155
+ dependencies = [
4156
+ "proc-macro2",
4157
+ "quote",
4158
+ "syn",
4159
+ ]
4160
+
4161
+ [[package]]
4162
+ name = "zip"
4163
+ version = "1.1.4"
4164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4165
+ checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
4166
+ dependencies = [
4167
+ "arbitrary",
4168
+ "crc32fast",
4169
+ "crossbeam-utils",
4170
+ "displaydoc",
4171
+ "indexmap",
4172
+ "num_enum",
4173
+ "thiserror 1.0.69",
4174
+ ]
4175
+
4176
+ [[package]]
4177
+ name = "zmij"
4178
+ version = "1.0.21"
4179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4180
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"