nlproxy 0.1.0__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,3565 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "ahash"
7
+ version = "0.8.12"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
10
+ dependencies = [
11
+ "cfg-if",
12
+ "getrandom 0.3.4",
13
+ "once_cell",
14
+ "serde",
15
+ "version_check",
16
+ "zerocopy",
17
+ ]
18
+
19
+ [[package]]
20
+ name = "aho-corasick"
21
+ version = "1.1.4"
22
+ source = "registry+https://github.com/rust-lang/crates.io-index"
23
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
24
+ dependencies = [
25
+ "memchr",
26
+ ]
27
+
28
+ [[package]]
29
+ name = "allocator-api2"
30
+ version = "0.2.21"
31
+ source = "registry+https://github.com/rust-lang/crates.io-index"
32
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
33
+
34
+ [[package]]
35
+ name = "anyhow"
36
+ version = "1.0.102"
37
+ source = "registry+https://github.com/rust-lang/crates.io-index"
38
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
39
+
40
+ [[package]]
41
+ name = "approx"
42
+ version = "0.5.1"
43
+ source = "registry+https://github.com/rust-lang/crates.io-index"
44
+ checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
45
+ dependencies = [
46
+ "num-traits",
47
+ ]
48
+
49
+ [[package]]
50
+ name = "async-trait"
51
+ version = "0.1.89"
52
+ source = "registry+https://github.com/rust-lang/crates.io-index"
53
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
54
+ dependencies = [
55
+ "proc-macro2",
56
+ "quote",
57
+ "syn",
58
+ ]
59
+
60
+ [[package]]
61
+ name = "atomic-waker"
62
+ version = "1.1.2"
63
+ source = "registry+https://github.com/rust-lang/crates.io-index"
64
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
65
+
66
+ [[package]]
67
+ name = "autocfg"
68
+ version = "1.5.1"
69
+ source = "registry+https://github.com/rust-lang/crates.io-index"
70
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
71
+
72
+ [[package]]
73
+ name = "base64"
74
+ version = "0.13.1"
75
+ source = "registry+https://github.com/rust-lang/crates.io-index"
76
+ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
77
+
78
+ [[package]]
79
+ name = "base64"
80
+ version = "0.22.1"
81
+ source = "registry+https://github.com/rust-lang/crates.io-index"
82
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
83
+
84
+ [[package]]
85
+ name = "bit-set"
86
+ version = "0.8.0"
87
+ source = "registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
89
+ dependencies = [
90
+ "bit-vec",
91
+ ]
92
+
93
+ [[package]]
94
+ name = "bit-vec"
95
+ version = "0.8.0"
96
+ source = "registry+https://github.com/rust-lang/crates.io-index"
97
+ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
98
+
99
+ [[package]]
100
+ name = "bitflags"
101
+ version = "2.11.1"
102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
103
+ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
104
+
105
+ [[package]]
106
+ name = "block-buffer"
107
+ version = "0.10.4"
108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
109
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
110
+ dependencies = [
111
+ "generic-array",
112
+ ]
113
+
114
+ [[package]]
115
+ name = "bumpalo"
116
+ version = "3.20.3"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
119
+
120
+ [[package]]
121
+ name = "bytemuck"
122
+ version = "1.25.0"
123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
124
+ checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
125
+ dependencies = [
126
+ "bytemuck_derive",
127
+ ]
128
+
129
+ [[package]]
130
+ name = "bytemuck_derive"
131
+ version = "1.10.2"
132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
133
+ checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
134
+ dependencies = [
135
+ "proc-macro2",
136
+ "quote",
137
+ "syn",
138
+ ]
139
+
140
+ [[package]]
141
+ name = "byteorder"
142
+ version = "1.5.0"
143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
144
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
145
+
146
+ [[package]]
147
+ name = "bytes"
148
+ version = "1.11.1"
149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
150
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
151
+
152
+ [[package]]
153
+ name = "candle-core"
154
+ version = "0.10.2"
155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
156
+ checksum = "6bd9895436c1ba5dc1037a19935d084b838db066ff4e15ef7dded020b7c12a4a"
157
+ dependencies = [
158
+ "byteorder",
159
+ "float8",
160
+ "gemm",
161
+ "half",
162
+ "libm",
163
+ "memmap2",
164
+ "num-traits",
165
+ "num_cpus",
166
+ "rand 0.9.4",
167
+ "rand_distr 0.5.1",
168
+ "rayon",
169
+ "safetensors",
170
+ "thiserror 2.0.18",
171
+ "tokenizers 0.22.2",
172
+ "yoke",
173
+ "zip",
174
+ ]
175
+
176
+ [[package]]
177
+ name = "candle-nn"
178
+ version = "0.10.2"
179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
180
+ checksum = "a9317a09d6530b758990ed7f625ac69ff43653bc9ee28b0464644ad1169ada87"
181
+ dependencies = [
182
+ "candle-core",
183
+ "half",
184
+ "libc",
185
+ "num-traits",
186
+ "rayon",
187
+ "safetensors",
188
+ "serde",
189
+ "thiserror 2.0.18",
190
+ ]
191
+
192
+ [[package]]
193
+ name = "candle-transformers"
194
+ version = "0.10.2"
195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
196
+ checksum = "f59d08c89e9f4af9c464e2f3a8e16199e7cc601e6f34538c2cfbb42b623b1783"
197
+ dependencies = [
198
+ "byteorder",
199
+ "candle-core",
200
+ "candle-nn",
201
+ "fancy-regex",
202
+ "num-traits",
203
+ "rand 0.9.4",
204
+ "rayon",
205
+ "serde",
206
+ "serde_json",
207
+ "serde_plain",
208
+ "tracing",
209
+ ]
210
+
211
+ [[package]]
212
+ name = "castaway"
213
+ version = "0.2.4"
214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
215
+ checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
216
+ dependencies = [
217
+ "rustversion",
218
+ ]
219
+
220
+ [[package]]
221
+ name = "cc"
222
+ version = "1.2.62"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98"
225
+ dependencies = [
226
+ "find-msvc-tools",
227
+ "shlex",
228
+ ]
229
+
230
+ [[package]]
231
+ name = "cfg-if"
232
+ version = "1.0.4"
233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
234
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
235
+
236
+ [[package]]
237
+ name = "combine"
238
+ version = "4.6.7"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
241
+ dependencies = [
242
+ "bytes",
243
+ "futures-core",
244
+ "memchr",
245
+ "pin-project-lite",
246
+ "tokio",
247
+ "tokio-util",
248
+ ]
249
+
250
+ [[package]]
251
+ name = "compact_str"
252
+ version = "0.9.1"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "9dfdd1c2274d9aa354115b09dc9a901d6c5576818cdf70d14cae2bdb47df00ab"
255
+ dependencies = [
256
+ "castaway",
257
+ "cfg-if",
258
+ "itoa",
259
+ "rustversion",
260
+ "ryu",
261
+ "serde",
262
+ "static_assertions",
263
+ ]
264
+
265
+ [[package]]
266
+ name = "console"
267
+ version = "0.16.3"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
270
+ dependencies = [
271
+ "encode_unicode",
272
+ "libc",
273
+ "unicode-width",
274
+ "windows-sys 0.61.2",
275
+ ]
276
+
277
+ [[package]]
278
+ name = "convert_case"
279
+ version = "0.11.0"
280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
281
+ checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
282
+ dependencies = [
283
+ "unicode-segmentation",
284
+ ]
285
+
286
+ [[package]]
287
+ name = "core-foundation"
288
+ version = "0.9.4"
289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
290
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
291
+ dependencies = [
292
+ "core-foundation-sys",
293
+ "libc",
294
+ ]
295
+
296
+ [[package]]
297
+ name = "core-foundation"
298
+ version = "0.10.1"
299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
300
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
301
+ dependencies = [
302
+ "core-foundation-sys",
303
+ "libc",
304
+ ]
305
+
306
+ [[package]]
307
+ name = "core-foundation-sys"
308
+ version = "0.8.7"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
311
+
312
+ [[package]]
313
+ name = "cpufeatures"
314
+ version = "0.2.17"
315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
316
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
317
+ dependencies = [
318
+ "libc",
319
+ ]
320
+
321
+ [[package]]
322
+ name = "crc32fast"
323
+ version = "1.5.0"
324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
325
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
326
+ dependencies = [
327
+ "cfg-if",
328
+ ]
329
+
330
+ [[package]]
331
+ name = "crossbeam-deque"
332
+ version = "0.8.6"
333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
334
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
335
+ dependencies = [
336
+ "crossbeam-epoch",
337
+ "crossbeam-utils",
338
+ ]
339
+
340
+ [[package]]
341
+ name = "crossbeam-epoch"
342
+ version = "0.9.18"
343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
344
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
345
+ dependencies = [
346
+ "crossbeam-utils",
347
+ ]
348
+
349
+ [[package]]
350
+ name = "crossbeam-utils"
351
+ version = "0.8.21"
352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
353
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
354
+
355
+ [[package]]
356
+ name = "crunchy"
357
+ version = "0.2.4"
358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
359
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
360
+
361
+ [[package]]
362
+ name = "crypto-common"
363
+ version = "0.1.7"
364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
365
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
366
+ dependencies = [
367
+ "generic-array",
368
+ "typenum",
369
+ ]
370
+
371
+ [[package]]
372
+ name = "ctor"
373
+ version = "1.0.6"
374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
375
+ checksum = "6d765eb1c0bda10d31e0ea185f5ee15da532d60b0912d2bd1441783439e749c5"
376
+
377
+ [[package]]
378
+ name = "daachorse"
379
+ version = "1.0.1"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "6f55d7153ba3b507595872a3874803f07a8a81d1e888abed8e5db7da0597d6e2"
382
+
383
+ [[package]]
384
+ name = "darling"
385
+ version = "0.20.11"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
388
+ dependencies = [
389
+ "darling_core",
390
+ "darling_macro",
391
+ ]
392
+
393
+ [[package]]
394
+ name = "darling_core"
395
+ version = "0.20.11"
396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
397
+ checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
398
+ dependencies = [
399
+ "fnv",
400
+ "ident_case",
401
+ "proc-macro2",
402
+ "quote",
403
+ "strsim",
404
+ "syn",
405
+ ]
406
+
407
+ [[package]]
408
+ name = "darling_macro"
409
+ version = "0.20.11"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
412
+ dependencies = [
413
+ "darling_core",
414
+ "quote",
415
+ "syn",
416
+ ]
417
+
418
+ [[package]]
419
+ name = "dary_heap"
420
+ version = "0.3.9"
421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
422
+ checksum = "8b1e3a325bc115f096c8b77bbf027a7c2592230e70be2d985be950d3d5e60ebe"
423
+ dependencies = [
424
+ "serde",
425
+ ]
426
+
427
+ [[package]]
428
+ name = "derive_builder"
429
+ version = "0.20.2"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
432
+ dependencies = [
433
+ "derive_builder_macro",
434
+ ]
435
+
436
+ [[package]]
437
+ name = "derive_builder_core"
438
+ version = "0.20.2"
439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
440
+ checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
441
+ dependencies = [
442
+ "darling",
443
+ "proc-macro2",
444
+ "quote",
445
+ "syn",
446
+ ]
447
+
448
+ [[package]]
449
+ name = "derive_builder_macro"
450
+ version = "0.20.2"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
453
+ dependencies = [
454
+ "derive_builder_core",
455
+ "syn",
456
+ ]
457
+
458
+ [[package]]
459
+ name = "digest"
460
+ version = "0.10.7"
461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
462
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
463
+ dependencies = [
464
+ "block-buffer",
465
+ "crypto-common",
466
+ ]
467
+
468
+ [[package]]
469
+ name = "displaydoc"
470
+ version = "0.2.6"
471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
472
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
473
+ dependencies = [
474
+ "proc-macro2",
475
+ "quote",
476
+ "syn",
477
+ ]
478
+
479
+ [[package]]
480
+ name = "doc-comment"
481
+ version = "0.3.4"
482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
483
+ checksum = "780955b8b195a21ab8e4ac6b60dd1dbdcec1dc6c51c0617964b08c81785e12c9"
484
+
485
+ [[package]]
486
+ name = "dotenvy"
487
+ version = "0.15.7"
488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
489
+ checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
490
+
491
+ [[package]]
492
+ name = "dyn-stack"
493
+ version = "0.13.2"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
496
+ dependencies = [
497
+ "bytemuck",
498
+ "dyn-stack-macros",
499
+ ]
500
+
501
+ [[package]]
502
+ name = "dyn-stack-macros"
503
+ version = "0.1.3"
504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
505
+ checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
506
+
507
+ [[package]]
508
+ name = "either"
509
+ version = "1.16.0"
510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
511
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
512
+
513
+ [[package]]
514
+ name = "encode_unicode"
515
+ version = "1.0.0"
516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
517
+ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
518
+
519
+ [[package]]
520
+ name = "encoding_rs"
521
+ version = "0.8.35"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
524
+ dependencies = [
525
+ "cfg-if",
526
+ ]
527
+
528
+ [[package]]
529
+ name = "enum-as-inner"
530
+ version = "0.6.1"
531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
532
+ checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
533
+ dependencies = [
534
+ "heck 0.5.0",
535
+ "proc-macro2",
536
+ "quote",
537
+ "syn",
538
+ ]
539
+
540
+ [[package]]
541
+ name = "equivalent"
542
+ version = "1.0.2"
543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
544
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
545
+
546
+ [[package]]
547
+ name = "errno"
548
+ version = "0.3.14"
549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
550
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
551
+ dependencies = [
552
+ "libc",
553
+ "windows-sys 0.61.2",
554
+ ]
555
+
556
+ [[package]]
557
+ name = "esaxx-rs"
558
+ version = "0.1.10"
559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
560
+ checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6"
561
+ dependencies = [
562
+ "cc",
563
+ ]
564
+
565
+ [[package]]
566
+ name = "fancy-regex"
567
+ version = "0.17.0"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
570
+ dependencies = [
571
+ "bit-set",
572
+ "regex-automata",
573
+ "regex-syntax",
574
+ ]
575
+
576
+ [[package]]
577
+ name = "fastrand"
578
+ version = "2.4.1"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
581
+
582
+ [[package]]
583
+ name = "find-msvc-tools"
584
+ version = "0.1.9"
585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
586
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
587
+
588
+ [[package]]
589
+ name = "float8"
590
+ version = "0.7.0"
591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
592
+ checksum = "c2d1f04709a8ac06e8e8042875a3c466cc4832d3c1a18dbcb9dba3c6e83046bc"
593
+ dependencies = [
594
+ "half",
595
+ "num-traits",
596
+ "rand 0.9.4",
597
+ "rand_distr 0.5.1",
598
+ ]
599
+
600
+ [[package]]
601
+ name = "fnv"
602
+ version = "1.0.7"
603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
604
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
605
+
606
+ [[package]]
607
+ name = "foldhash"
608
+ version = "0.1.5"
609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
610
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
611
+
612
+ [[package]]
613
+ name = "foldhash"
614
+ version = "0.2.0"
615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
616
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
617
+
618
+ [[package]]
619
+ name = "foreign-types"
620
+ version = "0.3.2"
621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
622
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
623
+ dependencies = [
624
+ "foreign-types-shared",
625
+ ]
626
+
627
+ [[package]]
628
+ name = "foreign-types-shared"
629
+ version = "0.1.1"
630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
631
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
632
+
633
+ [[package]]
634
+ name = "form_urlencoded"
635
+ version = "1.2.2"
636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
637
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
638
+ dependencies = [
639
+ "percent-encoding",
640
+ ]
641
+
642
+ [[package]]
643
+ name = "futures"
644
+ version = "0.3.32"
645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
646
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
647
+ dependencies = [
648
+ "futures-channel",
649
+ "futures-core",
650
+ "futures-executor",
651
+ "futures-io",
652
+ "futures-sink",
653
+ "futures-task",
654
+ "futures-util",
655
+ ]
656
+
657
+ [[package]]
658
+ name = "futures-channel"
659
+ version = "0.3.32"
660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
661
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
662
+ dependencies = [
663
+ "futures-core",
664
+ "futures-sink",
665
+ ]
666
+
667
+ [[package]]
668
+ name = "futures-core"
669
+ version = "0.3.32"
670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
671
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
672
+
673
+ [[package]]
674
+ name = "futures-executor"
675
+ version = "0.3.32"
676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
677
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
678
+ dependencies = [
679
+ "futures-core",
680
+ "futures-task",
681
+ "futures-util",
682
+ ]
683
+
684
+ [[package]]
685
+ name = "futures-io"
686
+ version = "0.3.32"
687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
688
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
689
+
690
+ [[package]]
691
+ name = "futures-macro"
692
+ version = "0.3.32"
693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
694
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
695
+ dependencies = [
696
+ "proc-macro2",
697
+ "quote",
698
+ "syn",
699
+ ]
700
+
701
+ [[package]]
702
+ name = "futures-sink"
703
+ version = "0.3.32"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
706
+
707
+ [[package]]
708
+ name = "futures-task"
709
+ version = "0.3.32"
710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
711
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
712
+
713
+ [[package]]
714
+ name = "futures-util"
715
+ version = "0.3.32"
716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
717
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
718
+ dependencies = [
719
+ "futures-channel",
720
+ "futures-core",
721
+ "futures-io",
722
+ "futures-macro",
723
+ "futures-sink",
724
+ "futures-task",
725
+ "memchr",
726
+ "pin-project-lite",
727
+ "slab",
728
+ ]
729
+
730
+ [[package]]
731
+ name = "gemm"
732
+ version = "0.19.0"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "aa0673db364b12263d103b68337a68fbecc541d6f6b61ba72fe438654709eacb"
735
+ dependencies = [
736
+ "dyn-stack",
737
+ "gemm-c32",
738
+ "gemm-c64",
739
+ "gemm-common",
740
+ "gemm-f16",
741
+ "gemm-f32",
742
+ "gemm-f64",
743
+ "num-complex",
744
+ "num-traits",
745
+ "paste",
746
+ "raw-cpuid",
747
+ "seq-macro",
748
+ ]
749
+
750
+ [[package]]
751
+ name = "gemm-c32"
752
+ version = "0.19.0"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "086936dbdcb99e37aad81d320f98f670e53c1e55a98bee70573e83f95beb128c"
755
+ dependencies = [
756
+ "dyn-stack",
757
+ "gemm-common",
758
+ "num-complex",
759
+ "num-traits",
760
+ "paste",
761
+ "raw-cpuid",
762
+ "seq-macro",
763
+ ]
764
+
765
+ [[package]]
766
+ name = "gemm-c64"
767
+ version = "0.19.0"
768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
769
+ checksum = "20c8aeeeec425959bda4d9827664029ba1501a90a0d1e6228e48bef741db3a3f"
770
+ dependencies = [
771
+ "dyn-stack",
772
+ "gemm-common",
773
+ "num-complex",
774
+ "num-traits",
775
+ "paste",
776
+ "raw-cpuid",
777
+ "seq-macro",
778
+ ]
779
+
780
+ [[package]]
781
+ name = "gemm-common"
782
+ version = "0.19.0"
783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
784
+ checksum = "88027625910cc9b1085aaaa1c4bc46bb3a36aad323452b33c25b5e4e7c8e2a3e"
785
+ dependencies = [
786
+ "bytemuck",
787
+ "dyn-stack",
788
+ "half",
789
+ "libm",
790
+ "num-complex",
791
+ "num-traits",
792
+ "once_cell",
793
+ "paste",
794
+ "pulp",
795
+ "raw-cpuid",
796
+ "rayon",
797
+ "seq-macro",
798
+ "sysctl",
799
+ ]
800
+
801
+ [[package]]
802
+ name = "gemm-f16"
803
+ version = "0.19.0"
804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
805
+ checksum = "e3df7a55202e6cd6739d82ae3399c8e0c7e1402859b30e4cb780e61525d9486e"
806
+ dependencies = [
807
+ "dyn-stack",
808
+ "gemm-common",
809
+ "gemm-f32",
810
+ "half",
811
+ "num-complex",
812
+ "num-traits",
813
+ "paste",
814
+ "raw-cpuid",
815
+ "rayon",
816
+ "seq-macro",
817
+ ]
818
+
819
+ [[package]]
820
+ name = "gemm-f32"
821
+ version = "0.19.0"
822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
823
+ checksum = "02e0b8c9da1fbec6e3e3ab2ce6bc259ef18eb5f6f0d3e4edf54b75f9fd41a81c"
824
+ dependencies = [
825
+ "dyn-stack",
826
+ "gemm-common",
827
+ "num-complex",
828
+ "num-traits",
829
+ "paste",
830
+ "raw-cpuid",
831
+ "seq-macro",
832
+ ]
833
+
834
+ [[package]]
835
+ name = "gemm-f64"
836
+ version = "0.19.0"
837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
838
+ checksum = "056131e8f2a521bfab322f804ccd652520c79700d81209e9d9275bbdecaadc6a"
839
+ dependencies = [
840
+ "dyn-stack",
841
+ "gemm-common",
842
+ "num-complex",
843
+ "num-traits",
844
+ "paste",
845
+ "raw-cpuid",
846
+ "seq-macro",
847
+ ]
848
+
849
+ [[package]]
850
+ name = "generic-array"
851
+ version = "0.14.7"
852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
853
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
854
+ dependencies = [
855
+ "typenum",
856
+ "version_check",
857
+ ]
858
+
859
+ [[package]]
860
+ name = "getrandom"
861
+ version = "0.2.17"
862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
863
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
864
+ dependencies = [
865
+ "cfg-if",
866
+ "libc",
867
+ "wasi",
868
+ ]
869
+
870
+ [[package]]
871
+ name = "getrandom"
872
+ version = "0.3.4"
873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
874
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
875
+ dependencies = [
876
+ "cfg-if",
877
+ "libc",
878
+ "r-efi 5.3.0",
879
+ "wasip2",
880
+ ]
881
+
882
+ [[package]]
883
+ name = "getrandom"
884
+ version = "0.4.2"
885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
886
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
887
+ dependencies = [
888
+ "cfg-if",
889
+ "libc",
890
+ "r-efi 6.0.0",
891
+ "wasip2",
892
+ "wasip3",
893
+ ]
894
+
895
+ [[package]]
896
+ name = "h2"
897
+ version = "0.4.14"
898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
899
+ checksum = "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733"
900
+ dependencies = [
901
+ "atomic-waker",
902
+ "bytes",
903
+ "fnv",
904
+ "futures-core",
905
+ "futures-sink",
906
+ "http",
907
+ "indexmap",
908
+ "slab",
909
+ "tokio",
910
+ "tokio-util",
911
+ "tracing",
912
+ ]
913
+
914
+ [[package]]
915
+ name = "half"
916
+ version = "2.7.1"
917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
918
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
919
+ dependencies = [
920
+ "bytemuck",
921
+ "cfg-if",
922
+ "crunchy",
923
+ "num-traits",
924
+ "rand 0.9.4",
925
+ "rand_distr 0.5.1",
926
+ "zerocopy",
927
+ ]
928
+
929
+ [[package]]
930
+ name = "hashbrown"
931
+ version = "0.15.5"
932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
933
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
934
+ dependencies = [
935
+ "foldhash 0.1.5",
936
+ ]
937
+
938
+ [[package]]
939
+ name = "hashbrown"
940
+ version = "0.16.1"
941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
942
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
943
+ dependencies = [
944
+ "allocator-api2",
945
+ "equivalent",
946
+ "foldhash 0.2.0",
947
+ "serde",
948
+ "serde_core",
949
+ ]
950
+
951
+ [[package]]
952
+ name = "hashbrown"
953
+ version = "0.17.1"
954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
955
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
956
+
957
+ [[package]]
958
+ name = "heck"
959
+ version = "0.4.1"
960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
961
+ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
962
+
963
+ [[package]]
964
+ name = "heck"
965
+ version = "0.5.0"
966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
967
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
968
+
969
+ [[package]]
970
+ name = "hermit-abi"
971
+ version = "0.5.2"
972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
973
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
974
+
975
+ [[package]]
976
+ name = "http"
977
+ version = "1.4.1"
978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
979
+ checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0"
980
+ dependencies = [
981
+ "bytes",
982
+ "itoa",
983
+ ]
984
+
985
+ [[package]]
986
+ name = "http-body"
987
+ version = "1.0.1"
988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
989
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
990
+ dependencies = [
991
+ "bytes",
992
+ "http",
993
+ ]
994
+
995
+ [[package]]
996
+ name = "http-body-util"
997
+ version = "0.1.3"
998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
999
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1000
+ dependencies = [
1001
+ "bytes",
1002
+ "futures-core",
1003
+ "http",
1004
+ "http-body",
1005
+ "pin-project-lite",
1006
+ ]
1007
+
1008
+ [[package]]
1009
+ name = "httparse"
1010
+ version = "1.10.1"
1011
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1012
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1013
+
1014
+ [[package]]
1015
+ name = "hyper"
1016
+ version = "1.10.0"
1017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1018
+ checksum = "eb92f162bf56536459fc83c79b974bb12837acfed43d6bc370a7916d0ae15ecc"
1019
+ dependencies = [
1020
+ "atomic-waker",
1021
+ "bytes",
1022
+ "futures-channel",
1023
+ "futures-core",
1024
+ "h2",
1025
+ "http",
1026
+ "http-body",
1027
+ "httparse",
1028
+ "itoa",
1029
+ "pin-project-lite",
1030
+ "smallvec",
1031
+ "tokio",
1032
+ "want",
1033
+ ]
1034
+
1035
+ [[package]]
1036
+ name = "hyper-rustls"
1037
+ version = "0.27.9"
1038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1039
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
1040
+ dependencies = [
1041
+ "http",
1042
+ "hyper",
1043
+ "hyper-util",
1044
+ "rustls",
1045
+ "tokio",
1046
+ "tokio-rustls",
1047
+ "tower-service",
1048
+ ]
1049
+
1050
+ [[package]]
1051
+ name = "hyper-tls"
1052
+ version = "0.6.0"
1053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1055
+ dependencies = [
1056
+ "bytes",
1057
+ "http-body-util",
1058
+ "hyper",
1059
+ "hyper-util",
1060
+ "native-tls",
1061
+ "tokio",
1062
+ "tokio-native-tls",
1063
+ "tower-service",
1064
+ ]
1065
+
1066
+ [[package]]
1067
+ name = "hyper-util"
1068
+ version = "0.1.20"
1069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1070
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1071
+ dependencies = [
1072
+ "base64 0.22.1",
1073
+ "bytes",
1074
+ "futures-channel",
1075
+ "futures-util",
1076
+ "http",
1077
+ "http-body",
1078
+ "hyper",
1079
+ "ipnet",
1080
+ "libc",
1081
+ "percent-encoding",
1082
+ "pin-project-lite",
1083
+ "socket2 0.6.3",
1084
+ "system-configuration",
1085
+ "tokio",
1086
+ "tower-service",
1087
+ "tracing",
1088
+ "windows-registry",
1089
+ ]
1090
+
1091
+ [[package]]
1092
+ name = "icu_collections"
1093
+ version = "2.2.0"
1094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1095
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1096
+ dependencies = [
1097
+ "displaydoc",
1098
+ "potential_utf",
1099
+ "utf8_iter",
1100
+ "yoke",
1101
+ "zerofrom",
1102
+ "zerovec",
1103
+ ]
1104
+
1105
+ [[package]]
1106
+ name = "icu_locale_core"
1107
+ version = "2.2.0"
1108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1109
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1110
+ dependencies = [
1111
+ "displaydoc",
1112
+ "litemap",
1113
+ "tinystr",
1114
+ "writeable",
1115
+ "zerovec",
1116
+ ]
1117
+
1118
+ [[package]]
1119
+ name = "icu_normalizer"
1120
+ version = "2.2.0"
1121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1122
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1123
+ dependencies = [
1124
+ "icu_collections",
1125
+ "icu_normalizer_data",
1126
+ "icu_properties",
1127
+ "icu_provider",
1128
+ "smallvec",
1129
+ "zerovec",
1130
+ ]
1131
+
1132
+ [[package]]
1133
+ name = "icu_normalizer_data"
1134
+ version = "2.2.0"
1135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1136
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1137
+
1138
+ [[package]]
1139
+ name = "icu_properties"
1140
+ version = "2.2.0"
1141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1142
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1143
+ dependencies = [
1144
+ "icu_collections",
1145
+ "icu_locale_core",
1146
+ "icu_properties_data",
1147
+ "icu_provider",
1148
+ "zerotrie",
1149
+ "zerovec",
1150
+ ]
1151
+
1152
+ [[package]]
1153
+ name = "icu_properties_data"
1154
+ version = "2.2.0"
1155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1156
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1157
+
1158
+ [[package]]
1159
+ name = "icu_provider"
1160
+ version = "2.2.0"
1161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1162
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1163
+ dependencies = [
1164
+ "displaydoc",
1165
+ "icu_locale_core",
1166
+ "writeable",
1167
+ "yoke",
1168
+ "zerofrom",
1169
+ "zerotrie",
1170
+ "zerovec",
1171
+ ]
1172
+
1173
+ [[package]]
1174
+ name = "id-arena"
1175
+ version = "2.3.0"
1176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1177
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1178
+
1179
+ [[package]]
1180
+ name = "ident_case"
1181
+ version = "1.0.1"
1182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1183
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1184
+
1185
+ [[package]]
1186
+ name = "idna"
1187
+ version = "1.1.0"
1188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1189
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1190
+ dependencies = [
1191
+ "idna_adapter",
1192
+ "smallvec",
1193
+ "utf8_iter",
1194
+ ]
1195
+
1196
+ [[package]]
1197
+ name = "idna_adapter"
1198
+ version = "1.2.2"
1199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1200
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1201
+ dependencies = [
1202
+ "icu_normalizer",
1203
+ "icu_properties",
1204
+ ]
1205
+
1206
+ [[package]]
1207
+ name = "indexmap"
1208
+ version = "2.14.0"
1209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1210
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1211
+ dependencies = [
1212
+ "equivalent",
1213
+ "hashbrown 0.17.1",
1214
+ "serde",
1215
+ "serde_core",
1216
+ ]
1217
+
1218
+ [[package]]
1219
+ name = "indicatif"
1220
+ version = "0.18.4"
1221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1222
+ checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb"
1223
+ dependencies = [
1224
+ "console",
1225
+ "portable-atomic",
1226
+ "unicode-width",
1227
+ "unit-prefix",
1228
+ "web-time",
1229
+ ]
1230
+
1231
+ [[package]]
1232
+ name = "indoc"
1233
+ version = "2.0.7"
1234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1235
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
1236
+ dependencies = [
1237
+ "rustversion",
1238
+ ]
1239
+
1240
+ [[package]]
1241
+ name = "ipnet"
1242
+ version = "2.12.0"
1243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1244
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1245
+
1246
+ [[package]]
1247
+ name = "itertools"
1248
+ version = "0.13.0"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1251
+ dependencies = [
1252
+ "either",
1253
+ ]
1254
+
1255
+ [[package]]
1256
+ name = "itertools"
1257
+ version = "0.14.0"
1258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1259
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1260
+ dependencies = [
1261
+ "either",
1262
+ ]
1263
+
1264
+ [[package]]
1265
+ name = "itoa"
1266
+ version = "1.0.18"
1267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1268
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1269
+
1270
+ [[package]]
1271
+ name = "js-sys"
1272
+ version = "0.3.99"
1273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1274
+ checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11"
1275
+ dependencies = [
1276
+ "cfg-if",
1277
+ "futures-util",
1278
+ "once_cell",
1279
+ "wasm-bindgen",
1280
+ ]
1281
+
1282
+ [[package]]
1283
+ name = "kdtree"
1284
+ version = "0.7.0"
1285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1286
+ checksum = "0f0a0e9f770b65bac9aad00f97a67ab5c5319effed07f6da385da3c2115e47ba"
1287
+ dependencies = [
1288
+ "num-traits",
1289
+ "thiserror 1.0.69",
1290
+ ]
1291
+
1292
+ [[package]]
1293
+ name = "lazy_static"
1294
+ version = "1.5.0"
1295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1296
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1297
+
1298
+ [[package]]
1299
+ name = "leb128fmt"
1300
+ version = "0.1.0"
1301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1302
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1303
+
1304
+ [[package]]
1305
+ name = "libc"
1306
+ version = "0.2.186"
1307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1308
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1309
+
1310
+ [[package]]
1311
+ name = "libloading"
1312
+ version = "0.9.0"
1313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1314
+ checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60"
1315
+ dependencies = [
1316
+ "cfg-if",
1317
+ "windows-link",
1318
+ ]
1319
+
1320
+ [[package]]
1321
+ name = "libm"
1322
+ version = "0.2.16"
1323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1324
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1325
+
1326
+ [[package]]
1327
+ name = "linfa"
1328
+ version = "0.8.1"
1329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1330
+ checksum = "87b84e47ca7a9d63f5be24c104e216c8263bfada38080cbdfe1082e611a81fd3"
1331
+ dependencies = [
1332
+ "approx",
1333
+ "ndarray",
1334
+ "num-traits",
1335
+ "rand 0.8.6",
1336
+ "sprs",
1337
+ "thiserror 2.0.18",
1338
+ ]
1339
+
1340
+ [[package]]
1341
+ name = "linfa-clustering"
1342
+ version = "0.8.1"
1343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1344
+ checksum = "928ab4447b02bdf856ec2f52a577d34016018bf4848a49c339d3137847c46eb3"
1345
+ dependencies = [
1346
+ "linfa",
1347
+ "linfa-linalg",
1348
+ "linfa-nn",
1349
+ "ndarray",
1350
+ "ndarray-rand",
1351
+ "ndarray-stats",
1352
+ "noisy_float",
1353
+ "num-traits",
1354
+ "rand_xoshiro",
1355
+ "space",
1356
+ "thiserror 2.0.18",
1357
+ ]
1358
+
1359
+ [[package]]
1360
+ name = "linfa-linalg"
1361
+ version = "0.2.1"
1362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1363
+ checksum = "02a834c0ec063937688a0d13573aa515ab8c425bd8de3154b908dd3b9c197dc4"
1364
+ dependencies = [
1365
+ "ndarray",
1366
+ "num-traits",
1367
+ "thiserror 1.0.69",
1368
+ ]
1369
+
1370
+ [[package]]
1371
+ name = "linfa-nn"
1372
+ version = "0.8.1"
1373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1374
+ checksum = "d7ba257f89880df17b486e67731ef20c4a748a5f5f5eaace010853f69a0beee3"
1375
+ dependencies = [
1376
+ "kdtree",
1377
+ "linfa",
1378
+ "ndarray",
1379
+ "ndarray-stats",
1380
+ "noisy_float",
1381
+ "num-traits",
1382
+ "order-stat",
1383
+ "thiserror 2.0.18",
1384
+ ]
1385
+
1386
+ [[package]]
1387
+ name = "linux-raw-sys"
1388
+ version = "0.12.1"
1389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1390
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1391
+
1392
+ [[package]]
1393
+ name = "litemap"
1394
+ version = "0.8.2"
1395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1396
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1397
+
1398
+ [[package]]
1399
+ name = "lock_api"
1400
+ version = "0.4.14"
1401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1402
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1403
+ dependencies = [
1404
+ "scopeguard",
1405
+ ]
1406
+
1407
+ [[package]]
1408
+ name = "log"
1409
+ version = "0.4.30"
1410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1411
+ checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5"
1412
+
1413
+ [[package]]
1414
+ name = "macro_rules_attribute"
1415
+ version = "0.2.2"
1416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1417
+ checksum = "65049d7923698040cd0b1ddcced9b0eb14dd22c5f86ae59c3740eab64a676520"
1418
+ dependencies = [
1419
+ "macro_rules_attribute-proc_macro",
1420
+ "paste",
1421
+ ]
1422
+
1423
+ [[package]]
1424
+ name = "macro_rules_attribute-proc_macro"
1425
+ version = "0.2.2"
1426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1427
+ checksum = "670fdfda89751bc4a84ac13eaa63e205cf0fd22b4c9a5fbfa085b63c1f1d3a30"
1428
+
1429
+ [[package]]
1430
+ name = "matrixmultiply"
1431
+ version = "0.3.10"
1432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1433
+ checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
1434
+ dependencies = [
1435
+ "autocfg",
1436
+ "rawpointer",
1437
+ ]
1438
+
1439
+ [[package]]
1440
+ name = "memchr"
1441
+ version = "2.8.1"
1442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1443
+ checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
1444
+
1445
+ [[package]]
1446
+ name = "memmap2"
1447
+ version = "0.9.10"
1448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1449
+ checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
1450
+ dependencies = [
1451
+ "libc",
1452
+ "stable_deref_trait",
1453
+ ]
1454
+
1455
+ [[package]]
1456
+ name = "memoffset"
1457
+ version = "0.9.1"
1458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1459
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1460
+ dependencies = [
1461
+ "autocfg",
1462
+ ]
1463
+
1464
+ [[package]]
1465
+ name = "mime"
1466
+ version = "0.3.17"
1467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1468
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1469
+
1470
+ [[package]]
1471
+ name = "minimal-lexical"
1472
+ version = "0.2.1"
1473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1474
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1475
+
1476
+ [[package]]
1477
+ name = "mio"
1478
+ version = "1.2.0"
1479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1480
+ checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1481
+ dependencies = [
1482
+ "libc",
1483
+ "wasi",
1484
+ "windows-sys 0.61.2",
1485
+ ]
1486
+
1487
+ [[package]]
1488
+ name = "monostate"
1489
+ version = "0.1.18"
1490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1491
+ checksum = "3341a273f6c9d5bef1908f17b7267bbab0e95c9bf69a0d4dcf8e9e1b2c76ef67"
1492
+ dependencies = [
1493
+ "monostate-impl",
1494
+ "serde",
1495
+ "serde_core",
1496
+ ]
1497
+
1498
+ [[package]]
1499
+ name = "monostate-impl"
1500
+ version = "0.1.18"
1501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1502
+ checksum = "e4db6d5580af57bf992f59068d4ea26fd518574ff48d7639b255a36f9de6e7e9"
1503
+ dependencies = [
1504
+ "proc-macro2",
1505
+ "quote",
1506
+ "syn",
1507
+ ]
1508
+
1509
+ [[package]]
1510
+ name = "napi"
1511
+ version = "3.9.0"
1512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1513
+ checksum = "f1d395473824516f38dd1071a1a37bc57daa7be65b293ebba4ead5f7abb017a2"
1514
+ dependencies = [
1515
+ "bitflags",
1516
+ "ctor",
1517
+ "futures",
1518
+ "napi-build",
1519
+ "napi-sys",
1520
+ "nohash-hasher",
1521
+ "rustc-hash",
1522
+ "serde",
1523
+ "tokio",
1524
+ ]
1525
+
1526
+ [[package]]
1527
+ name = "napi-build"
1528
+ version = "2.3.2"
1529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1530
+ checksum = "c9c366d2c8c60b86fa632df75f745509b52f9128f91a6bad4c796e44abb505e1"
1531
+
1532
+ [[package]]
1533
+ name = "napi-derive"
1534
+ version = "3.5.6"
1535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1536
+ checksum = "89b3f766e04667e6da0e181e2da4f85475d5a6513b7cf6a80bea184e224a5b42"
1537
+ dependencies = [
1538
+ "convert_case",
1539
+ "ctor",
1540
+ "napi-derive-backend",
1541
+ "proc-macro2",
1542
+ "quote",
1543
+ "syn",
1544
+ ]
1545
+
1546
+ [[package]]
1547
+ name = "napi-derive-backend"
1548
+ version = "5.0.4"
1549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1550
+ checksum = "0d5af30503edf933ce7377cf6d4c877a62b0f1107ea05585f1b5e430e88d5baf"
1551
+ dependencies = [
1552
+ "convert_case",
1553
+ "proc-macro2",
1554
+ "quote",
1555
+ "semver",
1556
+ "syn",
1557
+ ]
1558
+
1559
+ [[package]]
1560
+ name = "napi-sys"
1561
+ version = "3.2.1"
1562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1563
+ checksum = "8eb602b84d7c1edae45e50bbf1374696548f36ae179dfa667f577e384bb90c2b"
1564
+ dependencies = [
1565
+ "libloading",
1566
+ ]
1567
+
1568
+ [[package]]
1569
+ name = "native-tls"
1570
+ version = "0.2.18"
1571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1572
+ checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
1573
+ dependencies = [
1574
+ "libc",
1575
+ "log",
1576
+ "openssl",
1577
+ "openssl-probe",
1578
+ "openssl-sys",
1579
+ "schannel",
1580
+ "security-framework",
1581
+ "security-framework-sys",
1582
+ "tempfile",
1583
+ ]
1584
+
1585
+ [[package]]
1586
+ name = "ndarray"
1587
+ version = "0.16.1"
1588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1589
+ checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841"
1590
+ dependencies = [
1591
+ "approx",
1592
+ "matrixmultiply",
1593
+ "num-complex",
1594
+ "num-integer",
1595
+ "num-traits",
1596
+ "portable-atomic",
1597
+ "portable-atomic-util",
1598
+ "rawpointer",
1599
+ "rayon",
1600
+ ]
1601
+
1602
+ [[package]]
1603
+ name = "ndarray-rand"
1604
+ version = "0.15.0"
1605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1606
+ checksum = "f093b3db6fd194718dcdeea6bd8c829417deae904e3fcc7732dabcd4416d25d8"
1607
+ dependencies = [
1608
+ "ndarray",
1609
+ "rand 0.8.6",
1610
+ "rand_distr 0.4.3",
1611
+ ]
1612
+
1613
+ [[package]]
1614
+ name = "ndarray-stats"
1615
+ version = "0.6.0"
1616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1617
+ checksum = "17ebbe97acce52d06aebed4cd4a87c0941f4b2519b59b82b4feb5bd0ce003dfd"
1618
+ dependencies = [
1619
+ "indexmap",
1620
+ "itertools 0.13.0",
1621
+ "ndarray",
1622
+ "noisy_float",
1623
+ "num-integer",
1624
+ "num-traits",
1625
+ "rand 0.8.6",
1626
+ ]
1627
+
1628
+ [[package]]
1629
+ name = "nlproxy"
1630
+ version = "0.1.0"
1631
+ dependencies = [
1632
+ "anyhow",
1633
+ "base64 0.13.1",
1634
+ "candle-core",
1635
+ "candle-nn",
1636
+ "candle-transformers",
1637
+ "dotenvy",
1638
+ "lazy_static",
1639
+ "linfa",
1640
+ "linfa-clustering",
1641
+ "ndarray",
1642
+ "rand 0.8.6",
1643
+ "rand_chacha 0.3.1",
1644
+ "rayon",
1645
+ "redis",
1646
+ "regex",
1647
+ "reqwest",
1648
+ "serde",
1649
+ "serde_json",
1650
+ "sha2",
1651
+ "tokenizers 0.23.1",
1652
+ "tokio",
1653
+ "uuid",
1654
+ ]
1655
+
1656
+ [[package]]
1657
+ name = "nlproxy-napi"
1658
+ version = "0.1.0"
1659
+ dependencies = [
1660
+ "napi",
1661
+ "napi-build",
1662
+ "napi-derive",
1663
+ "nlproxy",
1664
+ "serde",
1665
+ "serde_json",
1666
+ ]
1667
+
1668
+ [[package]]
1669
+ name = "nlproxy-pyo3"
1670
+ version = "0.1.0"
1671
+ dependencies = [
1672
+ "nlproxy",
1673
+ "pyo3",
1674
+ "serde",
1675
+ "serde_json",
1676
+ "tokio",
1677
+ ]
1678
+
1679
+ [[package]]
1680
+ name = "nohash-hasher"
1681
+ version = "0.2.0"
1682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1683
+ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
1684
+
1685
+ [[package]]
1686
+ name = "noisy_float"
1687
+ version = "0.2.1"
1688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1689
+ checksum = "c16843be85dd410c6a12251c4eca0dd1d3ee8c5725f746c4d5e0fdcec0a864b2"
1690
+ dependencies = [
1691
+ "num-traits",
1692
+ ]
1693
+
1694
+ [[package]]
1695
+ name = "nom"
1696
+ version = "7.1.3"
1697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1698
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1699
+ dependencies = [
1700
+ "memchr",
1701
+ "minimal-lexical",
1702
+ ]
1703
+
1704
+ [[package]]
1705
+ name = "num-complex"
1706
+ version = "0.4.6"
1707
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1708
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
1709
+ dependencies = [
1710
+ "bytemuck",
1711
+ "num-traits",
1712
+ ]
1713
+
1714
+ [[package]]
1715
+ name = "num-integer"
1716
+ version = "0.1.46"
1717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1718
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1719
+ dependencies = [
1720
+ "num-traits",
1721
+ ]
1722
+
1723
+ [[package]]
1724
+ name = "num-traits"
1725
+ version = "0.2.19"
1726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1727
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1728
+ dependencies = [
1729
+ "autocfg",
1730
+ "libm",
1731
+ ]
1732
+
1733
+ [[package]]
1734
+ name = "num_cpus"
1735
+ version = "1.17.0"
1736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1737
+ checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
1738
+ dependencies = [
1739
+ "hermit-abi",
1740
+ "libc",
1741
+ ]
1742
+
1743
+ [[package]]
1744
+ name = "once_cell"
1745
+ version = "1.21.4"
1746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1747
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1748
+
1749
+ [[package]]
1750
+ name = "onig"
1751
+ version = "6.5.3"
1752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1753
+ checksum = "0cc3cbf698f9438986c11a880c90a6d04b9de27575afd28bbf45b154b6c709e2"
1754
+ dependencies = [
1755
+ "bitflags",
1756
+ "libc",
1757
+ "once_cell",
1758
+ "onig_sys",
1759
+ ]
1760
+
1761
+ [[package]]
1762
+ name = "onig_sys"
1763
+ version = "69.9.3"
1764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1765
+ checksum = "1e68317604e77e53b85896388e1a803c1d21b74c899ec9e5e1112db90735edd7"
1766
+ dependencies = [
1767
+ "cc",
1768
+ "pkg-config",
1769
+ ]
1770
+
1771
+ [[package]]
1772
+ name = "openssl"
1773
+ version = "0.10.80"
1774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1775
+ checksum = "a45fa2aa886c42762255da344f0a0d313e254066c46aad76f300c3d3da62d967"
1776
+ dependencies = [
1777
+ "bitflags",
1778
+ "cfg-if",
1779
+ "foreign-types",
1780
+ "libc",
1781
+ "openssl-macros",
1782
+ "openssl-sys",
1783
+ ]
1784
+
1785
+ [[package]]
1786
+ name = "openssl-macros"
1787
+ version = "0.1.1"
1788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1789
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1790
+ dependencies = [
1791
+ "proc-macro2",
1792
+ "quote",
1793
+ "syn",
1794
+ ]
1795
+
1796
+ [[package]]
1797
+ name = "openssl-probe"
1798
+ version = "0.2.1"
1799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1800
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1801
+
1802
+ [[package]]
1803
+ name = "openssl-sys"
1804
+ version = "0.9.116"
1805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1806
+ checksum = "f28a22dc7140cda5f096e5e7724a6962ca81a7f8bfd2979f9b18c11af56318c4"
1807
+ dependencies = [
1808
+ "cc",
1809
+ "libc",
1810
+ "pkg-config",
1811
+ "vcpkg",
1812
+ ]
1813
+
1814
+ [[package]]
1815
+ name = "order-stat"
1816
+ version = "0.1.3"
1817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1818
+ checksum = "efa535d5117d3661134dbf1719b6f0ffe06f2375843b13935db186cd094105eb"
1819
+
1820
+ [[package]]
1821
+ name = "parking_lot"
1822
+ version = "0.12.5"
1823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1824
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1825
+ dependencies = [
1826
+ "lock_api",
1827
+ "parking_lot_core",
1828
+ ]
1829
+
1830
+ [[package]]
1831
+ name = "parking_lot_core"
1832
+ version = "0.9.12"
1833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1834
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1835
+ dependencies = [
1836
+ "cfg-if",
1837
+ "libc",
1838
+ "redox_syscall",
1839
+ "smallvec",
1840
+ "windows-link",
1841
+ ]
1842
+
1843
+ [[package]]
1844
+ name = "paste"
1845
+ version = "1.0.15"
1846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1847
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1848
+
1849
+ [[package]]
1850
+ name = "percent-encoding"
1851
+ version = "2.3.2"
1852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1853
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1854
+
1855
+ [[package]]
1856
+ name = "pgat"
1857
+ version = "0.3.0"
1858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1859
+ checksum = "a4869dd82b796b9550e24016b4695f63fc5ecf903cae9078e109831532120e48"
1860
+ dependencies = [
1861
+ "doc-comment",
1862
+ ]
1863
+
1864
+ [[package]]
1865
+ name = "pin-project-lite"
1866
+ version = "0.2.17"
1867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1868
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1869
+
1870
+ [[package]]
1871
+ name = "pkg-config"
1872
+ version = "0.3.33"
1873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1874
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1875
+
1876
+ [[package]]
1877
+ name = "portable-atomic"
1878
+ version = "1.13.1"
1879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1880
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1881
+
1882
+ [[package]]
1883
+ name = "portable-atomic-util"
1884
+ version = "0.2.7"
1885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1886
+ checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
1887
+ dependencies = [
1888
+ "portable-atomic",
1889
+ ]
1890
+
1891
+ [[package]]
1892
+ name = "potential_utf"
1893
+ version = "0.1.5"
1894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1895
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1896
+ dependencies = [
1897
+ "zerovec",
1898
+ ]
1899
+
1900
+ [[package]]
1901
+ name = "ppv-lite86"
1902
+ version = "0.2.21"
1903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1904
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1905
+ dependencies = [
1906
+ "zerocopy",
1907
+ ]
1908
+
1909
+ [[package]]
1910
+ name = "prettyplease"
1911
+ version = "0.2.37"
1912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1913
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1914
+ dependencies = [
1915
+ "proc-macro2",
1916
+ "syn",
1917
+ ]
1918
+
1919
+ [[package]]
1920
+ name = "proc-macro2"
1921
+ version = "1.0.106"
1922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1923
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1924
+ dependencies = [
1925
+ "unicode-ident",
1926
+ ]
1927
+
1928
+ [[package]]
1929
+ name = "pulp"
1930
+ version = "0.22.2"
1931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1932
+ checksum = "2e205bb30d5b916c55e584c22201771bcf2bad9aabd5d4127f38387140c38632"
1933
+ dependencies = [
1934
+ "bytemuck",
1935
+ "cfg-if",
1936
+ "libm",
1937
+ "num-complex",
1938
+ "paste",
1939
+ "pulp-wasm-simd-flag",
1940
+ "raw-cpuid",
1941
+ "reborrow",
1942
+ "version_check",
1943
+ ]
1944
+
1945
+ [[package]]
1946
+ name = "pulp-wasm-simd-flag"
1947
+ version = "0.1.0"
1948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1949
+ checksum = "40e24eee682d89fb193496edf918a7f407d30175b2e785fe057e4392dfd182e0"
1950
+
1951
+ [[package]]
1952
+ name = "pyo3"
1953
+ version = "0.21.2"
1954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1955
+ checksum = "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8"
1956
+ dependencies = [
1957
+ "cfg-if",
1958
+ "indoc",
1959
+ "libc",
1960
+ "memoffset",
1961
+ "parking_lot",
1962
+ "portable-atomic",
1963
+ "pyo3-build-config",
1964
+ "pyo3-ffi",
1965
+ "pyo3-macros",
1966
+ "serde",
1967
+ "unindent",
1968
+ ]
1969
+
1970
+ [[package]]
1971
+ name = "pyo3-build-config"
1972
+ version = "0.21.2"
1973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1974
+ checksum = "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50"
1975
+ dependencies = [
1976
+ "once_cell",
1977
+ "target-lexicon",
1978
+ ]
1979
+
1980
+ [[package]]
1981
+ name = "pyo3-ffi"
1982
+ version = "0.21.2"
1983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1984
+ checksum = "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403"
1985
+ dependencies = [
1986
+ "libc",
1987
+ "pyo3-build-config",
1988
+ ]
1989
+
1990
+ [[package]]
1991
+ name = "pyo3-macros"
1992
+ version = "0.21.2"
1993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1994
+ checksum = "77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c"
1995
+ dependencies = [
1996
+ "proc-macro2",
1997
+ "pyo3-macros-backend",
1998
+ "quote",
1999
+ "syn",
2000
+ ]
2001
+
2002
+ [[package]]
2003
+ name = "pyo3-macros-backend"
2004
+ version = "0.21.2"
2005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2006
+ checksum = "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c"
2007
+ dependencies = [
2008
+ "heck 0.4.1",
2009
+ "proc-macro2",
2010
+ "pyo3-build-config",
2011
+ "quote",
2012
+ "syn",
2013
+ ]
2014
+
2015
+ [[package]]
2016
+ name = "quote"
2017
+ version = "1.0.45"
2018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2019
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
2020
+ dependencies = [
2021
+ "proc-macro2",
2022
+ ]
2023
+
2024
+ [[package]]
2025
+ name = "r-efi"
2026
+ version = "5.3.0"
2027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2028
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2029
+
2030
+ [[package]]
2031
+ name = "r-efi"
2032
+ version = "6.0.0"
2033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2034
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2035
+
2036
+ [[package]]
2037
+ name = "rand"
2038
+ version = "0.8.6"
2039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2040
+ checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
2041
+ dependencies = [
2042
+ "libc",
2043
+ "rand_chacha 0.3.1",
2044
+ "rand_core 0.6.4",
2045
+ ]
2046
+
2047
+ [[package]]
2048
+ name = "rand"
2049
+ version = "0.9.4"
2050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2051
+ checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
2052
+ dependencies = [
2053
+ "rand_chacha 0.9.0",
2054
+ "rand_core 0.9.5",
2055
+ ]
2056
+
2057
+ [[package]]
2058
+ name = "rand_chacha"
2059
+ version = "0.3.1"
2060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2061
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2062
+ dependencies = [
2063
+ "ppv-lite86",
2064
+ "rand_core 0.6.4",
2065
+ ]
2066
+
2067
+ [[package]]
2068
+ name = "rand_chacha"
2069
+ version = "0.9.0"
2070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2071
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2072
+ dependencies = [
2073
+ "ppv-lite86",
2074
+ "rand_core 0.9.5",
2075
+ ]
2076
+
2077
+ [[package]]
2078
+ name = "rand_core"
2079
+ version = "0.6.4"
2080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2081
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2082
+ dependencies = [
2083
+ "getrandom 0.2.17",
2084
+ ]
2085
+
2086
+ [[package]]
2087
+ name = "rand_core"
2088
+ version = "0.9.5"
2089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2090
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2091
+ dependencies = [
2092
+ "getrandom 0.3.4",
2093
+ ]
2094
+
2095
+ [[package]]
2096
+ name = "rand_distr"
2097
+ version = "0.4.3"
2098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2099
+ checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
2100
+ dependencies = [
2101
+ "num-traits",
2102
+ "rand 0.8.6",
2103
+ ]
2104
+
2105
+ [[package]]
2106
+ name = "rand_distr"
2107
+ version = "0.5.1"
2108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2109
+ checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
2110
+ dependencies = [
2111
+ "num-traits",
2112
+ "rand 0.9.4",
2113
+ ]
2114
+
2115
+ [[package]]
2116
+ name = "rand_xoshiro"
2117
+ version = "0.6.0"
2118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2119
+ checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
2120
+ dependencies = [
2121
+ "rand_core 0.6.4",
2122
+ ]
2123
+
2124
+ [[package]]
2125
+ name = "raw-cpuid"
2126
+ version = "11.6.0"
2127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2128
+ checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
2129
+ dependencies = [
2130
+ "bitflags",
2131
+ ]
2132
+
2133
+ [[package]]
2134
+ name = "rawpointer"
2135
+ version = "0.2.1"
2136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2137
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
2138
+
2139
+ [[package]]
2140
+ name = "rayon"
2141
+ version = "1.12.0"
2142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2143
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
2144
+ dependencies = [
2145
+ "either",
2146
+ "rayon-core",
2147
+ ]
2148
+
2149
+ [[package]]
2150
+ name = "rayon-cond"
2151
+ version = "0.4.0"
2152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2153
+ checksum = "2964d0cf57a3e7a06e8183d14a8b527195c706b7983549cd5462d5aa3747438f"
2154
+ dependencies = [
2155
+ "either",
2156
+ "itertools 0.14.0",
2157
+ "rayon",
2158
+ ]
2159
+
2160
+ [[package]]
2161
+ name = "rayon-core"
2162
+ version = "1.13.0"
2163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2164
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
2165
+ dependencies = [
2166
+ "crossbeam-deque",
2167
+ "crossbeam-utils",
2168
+ ]
2169
+
2170
+ [[package]]
2171
+ name = "reborrow"
2172
+ version = "0.5.5"
2173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2174
+ checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
2175
+
2176
+ [[package]]
2177
+ name = "redis"
2178
+ version = "0.25.5"
2179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2180
+ checksum = "5e46922bd01fefcfdcf58d9cd626da082bb2cde27211920dacfde6b2ecf9a35b"
2181
+ dependencies = [
2182
+ "async-trait",
2183
+ "bytes",
2184
+ "combine",
2185
+ "futures-util",
2186
+ "itoa",
2187
+ "percent-encoding",
2188
+ "pin-project-lite",
2189
+ "ryu",
2190
+ "serde",
2191
+ "serde_json",
2192
+ "sha1_smol",
2193
+ "socket2 0.5.10",
2194
+ "tokio",
2195
+ "tokio-util",
2196
+ "url",
2197
+ ]
2198
+
2199
+ [[package]]
2200
+ name = "redox_syscall"
2201
+ version = "0.5.18"
2202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2203
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2204
+ dependencies = [
2205
+ "bitflags",
2206
+ ]
2207
+
2208
+ [[package]]
2209
+ name = "regex"
2210
+ version = "1.12.3"
2211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2212
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
2213
+ dependencies = [
2214
+ "aho-corasick",
2215
+ "memchr",
2216
+ "regex-automata",
2217
+ "regex-syntax",
2218
+ ]
2219
+
2220
+ [[package]]
2221
+ name = "regex-automata"
2222
+ version = "0.4.14"
2223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2224
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2225
+ dependencies = [
2226
+ "aho-corasick",
2227
+ "memchr",
2228
+ "regex-syntax",
2229
+ ]
2230
+
2231
+ [[package]]
2232
+ name = "regex-syntax"
2233
+ version = "0.8.10"
2234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2235
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
2236
+
2237
+ [[package]]
2238
+ name = "reqwest"
2239
+ version = "0.12.28"
2240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2241
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
2242
+ dependencies = [
2243
+ "base64 0.22.1",
2244
+ "bytes",
2245
+ "encoding_rs",
2246
+ "futures-core",
2247
+ "h2",
2248
+ "http",
2249
+ "http-body",
2250
+ "http-body-util",
2251
+ "hyper",
2252
+ "hyper-rustls",
2253
+ "hyper-tls",
2254
+ "hyper-util",
2255
+ "js-sys",
2256
+ "log",
2257
+ "mime",
2258
+ "native-tls",
2259
+ "percent-encoding",
2260
+ "pin-project-lite",
2261
+ "rustls-pki-types",
2262
+ "serde",
2263
+ "serde_json",
2264
+ "serde_urlencoded",
2265
+ "sync_wrapper",
2266
+ "tokio",
2267
+ "tokio-native-tls",
2268
+ "tower",
2269
+ "tower-http",
2270
+ "tower-service",
2271
+ "url",
2272
+ "wasm-bindgen",
2273
+ "wasm-bindgen-futures",
2274
+ "web-sys",
2275
+ ]
2276
+
2277
+ [[package]]
2278
+ name = "ring"
2279
+ version = "0.17.14"
2280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2281
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2282
+ dependencies = [
2283
+ "cc",
2284
+ "cfg-if",
2285
+ "getrandom 0.2.17",
2286
+ "libc",
2287
+ "untrusted",
2288
+ "windows-sys 0.52.0",
2289
+ ]
2290
+
2291
+ [[package]]
2292
+ name = "rustc-hash"
2293
+ version = "2.1.2"
2294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2295
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
2296
+
2297
+ [[package]]
2298
+ name = "rustix"
2299
+ version = "1.1.4"
2300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2301
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2302
+ dependencies = [
2303
+ "bitflags",
2304
+ "errno",
2305
+ "libc",
2306
+ "linux-raw-sys",
2307
+ "windows-sys 0.61.2",
2308
+ ]
2309
+
2310
+ [[package]]
2311
+ name = "rustls"
2312
+ version = "0.23.40"
2313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2314
+ checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
2315
+ dependencies = [
2316
+ "once_cell",
2317
+ "rustls-pki-types",
2318
+ "rustls-webpki",
2319
+ "subtle",
2320
+ "zeroize",
2321
+ ]
2322
+
2323
+ [[package]]
2324
+ name = "rustls-pki-types"
2325
+ version = "1.14.1"
2326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2327
+ checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
2328
+ dependencies = [
2329
+ "zeroize",
2330
+ ]
2331
+
2332
+ [[package]]
2333
+ name = "rustls-webpki"
2334
+ version = "0.103.13"
2335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2336
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
2337
+ dependencies = [
2338
+ "ring",
2339
+ "rustls-pki-types",
2340
+ "untrusted",
2341
+ ]
2342
+
2343
+ [[package]]
2344
+ name = "rustversion"
2345
+ version = "1.0.22"
2346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2347
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2348
+
2349
+ [[package]]
2350
+ name = "ryu"
2351
+ version = "1.0.23"
2352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2353
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2354
+
2355
+ [[package]]
2356
+ name = "safetensors"
2357
+ version = "0.7.0"
2358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2359
+ checksum = "675656c1eabb620b921efea4f9199f97fc86e36dd6ffd1fbbe48d0f59a4987f5"
2360
+ dependencies = [
2361
+ "hashbrown 0.16.1",
2362
+ "serde",
2363
+ "serde_json",
2364
+ ]
2365
+
2366
+ [[package]]
2367
+ name = "same-file"
2368
+ version = "1.0.6"
2369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2370
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2371
+ dependencies = [
2372
+ "winapi-util",
2373
+ ]
2374
+
2375
+ [[package]]
2376
+ name = "schannel"
2377
+ version = "0.1.29"
2378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2379
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
2380
+ dependencies = [
2381
+ "windows-sys 0.61.2",
2382
+ ]
2383
+
2384
+ [[package]]
2385
+ name = "scopeguard"
2386
+ version = "1.2.0"
2387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2388
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2389
+
2390
+ [[package]]
2391
+ name = "security-framework"
2392
+ version = "3.7.0"
2393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2394
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
2395
+ dependencies = [
2396
+ "bitflags",
2397
+ "core-foundation 0.10.1",
2398
+ "core-foundation-sys",
2399
+ "libc",
2400
+ "security-framework-sys",
2401
+ ]
2402
+
2403
+ [[package]]
2404
+ name = "security-framework-sys"
2405
+ version = "2.17.0"
2406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2407
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
2408
+ dependencies = [
2409
+ "core-foundation-sys",
2410
+ "libc",
2411
+ ]
2412
+
2413
+ [[package]]
2414
+ name = "semver"
2415
+ version = "1.0.28"
2416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2417
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
2418
+
2419
+ [[package]]
2420
+ name = "seq-macro"
2421
+ version = "0.3.6"
2422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2423
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
2424
+
2425
+ [[package]]
2426
+ name = "serde"
2427
+ version = "1.0.228"
2428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2429
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2430
+ dependencies = [
2431
+ "serde_core",
2432
+ "serde_derive",
2433
+ ]
2434
+
2435
+ [[package]]
2436
+ name = "serde_core"
2437
+ version = "1.0.228"
2438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2439
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2440
+ dependencies = [
2441
+ "serde_derive",
2442
+ ]
2443
+
2444
+ [[package]]
2445
+ name = "serde_derive"
2446
+ version = "1.0.228"
2447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2448
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2449
+ dependencies = [
2450
+ "proc-macro2",
2451
+ "quote",
2452
+ "syn",
2453
+ ]
2454
+
2455
+ [[package]]
2456
+ name = "serde_json"
2457
+ version = "1.0.150"
2458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2459
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
2460
+ dependencies = [
2461
+ "itoa",
2462
+ "memchr",
2463
+ "serde",
2464
+ "serde_core",
2465
+ "zmij",
2466
+ ]
2467
+
2468
+ [[package]]
2469
+ name = "serde_plain"
2470
+ version = "1.0.2"
2471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2472
+ checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
2473
+ dependencies = [
2474
+ "serde",
2475
+ ]
2476
+
2477
+ [[package]]
2478
+ name = "serde_urlencoded"
2479
+ version = "0.7.1"
2480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2481
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2482
+ dependencies = [
2483
+ "form_urlencoded",
2484
+ "itoa",
2485
+ "ryu",
2486
+ "serde",
2487
+ ]
2488
+
2489
+ [[package]]
2490
+ name = "sha1_smol"
2491
+ version = "1.0.1"
2492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2493
+ checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
2494
+
2495
+ [[package]]
2496
+ name = "sha2"
2497
+ version = "0.10.9"
2498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2499
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2500
+ dependencies = [
2501
+ "cfg-if",
2502
+ "cpufeatures",
2503
+ "digest",
2504
+ ]
2505
+
2506
+ [[package]]
2507
+ name = "shlex"
2508
+ version = "1.3.0"
2509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2510
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2511
+
2512
+ [[package]]
2513
+ name = "signal-hook-registry"
2514
+ version = "1.4.8"
2515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2516
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2517
+ dependencies = [
2518
+ "errno",
2519
+ "libc",
2520
+ ]
2521
+
2522
+ [[package]]
2523
+ name = "slab"
2524
+ version = "0.4.12"
2525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2526
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2527
+
2528
+ [[package]]
2529
+ name = "smallvec"
2530
+ version = "1.15.1"
2531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2532
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2533
+
2534
+ [[package]]
2535
+ name = "socket2"
2536
+ version = "0.5.10"
2537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2538
+ checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2539
+ dependencies = [
2540
+ "libc",
2541
+ "windows-sys 0.52.0",
2542
+ ]
2543
+
2544
+ [[package]]
2545
+ name = "socket2"
2546
+ version = "0.6.3"
2547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2548
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2549
+ dependencies = [
2550
+ "libc",
2551
+ "windows-sys 0.61.2",
2552
+ ]
2553
+
2554
+ [[package]]
2555
+ name = "space"
2556
+ version = "0.19.0"
2557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2558
+ checksum = "7324caaf44e7e7bf7465364048c12a50b169b0e4f86821ea37277dc98eb3c4fe"
2559
+ dependencies = [
2560
+ "doc-comment",
2561
+ "num-traits",
2562
+ "pgat",
2563
+ ]
2564
+
2565
+ [[package]]
2566
+ name = "spm_precompiled"
2567
+ version = "0.1.4"
2568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2569
+ checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326"
2570
+ dependencies = [
2571
+ "base64 0.13.1",
2572
+ "nom",
2573
+ "serde",
2574
+ "unicode-segmentation",
2575
+ ]
2576
+
2577
+ [[package]]
2578
+ name = "sprs"
2579
+ version = "0.11.2"
2580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2581
+ checksum = "704ef26d974e8a452313ed629828cd9d4e4fa34667ca1ad9d6b1fffa43c6e166"
2582
+ dependencies = [
2583
+ "ndarray",
2584
+ "num-complex",
2585
+ "num-traits",
2586
+ "smallvec",
2587
+ ]
2588
+
2589
+ [[package]]
2590
+ name = "stable_deref_trait"
2591
+ version = "1.2.1"
2592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2593
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2594
+
2595
+ [[package]]
2596
+ name = "static_assertions"
2597
+ version = "1.1.0"
2598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2599
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2600
+
2601
+ [[package]]
2602
+ name = "strsim"
2603
+ version = "0.11.1"
2604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2605
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2606
+
2607
+ [[package]]
2608
+ name = "subtle"
2609
+ version = "2.6.1"
2610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2611
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2612
+
2613
+ [[package]]
2614
+ name = "syn"
2615
+ version = "2.0.117"
2616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2617
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2618
+ dependencies = [
2619
+ "proc-macro2",
2620
+ "quote",
2621
+ "unicode-ident",
2622
+ ]
2623
+
2624
+ [[package]]
2625
+ name = "sync_wrapper"
2626
+ version = "1.0.2"
2627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2628
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2629
+ dependencies = [
2630
+ "futures-core",
2631
+ ]
2632
+
2633
+ [[package]]
2634
+ name = "synstructure"
2635
+ version = "0.13.2"
2636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2637
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2638
+ dependencies = [
2639
+ "proc-macro2",
2640
+ "quote",
2641
+ "syn",
2642
+ ]
2643
+
2644
+ [[package]]
2645
+ name = "sysctl"
2646
+ version = "0.6.0"
2647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2648
+ checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
2649
+ dependencies = [
2650
+ "bitflags",
2651
+ "byteorder",
2652
+ "enum-as-inner",
2653
+ "libc",
2654
+ "thiserror 1.0.69",
2655
+ "walkdir",
2656
+ ]
2657
+
2658
+ [[package]]
2659
+ name = "system-configuration"
2660
+ version = "0.7.0"
2661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2662
+ checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
2663
+ dependencies = [
2664
+ "bitflags",
2665
+ "core-foundation 0.9.4",
2666
+ "system-configuration-sys",
2667
+ ]
2668
+
2669
+ [[package]]
2670
+ name = "system-configuration-sys"
2671
+ version = "0.6.0"
2672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2673
+ checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2674
+ dependencies = [
2675
+ "core-foundation-sys",
2676
+ "libc",
2677
+ ]
2678
+
2679
+ [[package]]
2680
+ name = "target-lexicon"
2681
+ version = "0.12.16"
2682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2683
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
2684
+
2685
+ [[package]]
2686
+ name = "tempfile"
2687
+ version = "3.27.0"
2688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2689
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2690
+ dependencies = [
2691
+ "fastrand",
2692
+ "getrandom 0.4.2",
2693
+ "once_cell",
2694
+ "rustix",
2695
+ "windows-sys 0.61.2",
2696
+ ]
2697
+
2698
+ [[package]]
2699
+ name = "thiserror"
2700
+ version = "1.0.69"
2701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2702
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2703
+ dependencies = [
2704
+ "thiserror-impl 1.0.69",
2705
+ ]
2706
+
2707
+ [[package]]
2708
+ name = "thiserror"
2709
+ version = "2.0.18"
2710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2711
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2712
+ dependencies = [
2713
+ "thiserror-impl 2.0.18",
2714
+ ]
2715
+
2716
+ [[package]]
2717
+ name = "thiserror-impl"
2718
+ version = "1.0.69"
2719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2720
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2721
+ dependencies = [
2722
+ "proc-macro2",
2723
+ "quote",
2724
+ "syn",
2725
+ ]
2726
+
2727
+ [[package]]
2728
+ name = "thiserror-impl"
2729
+ version = "2.0.18"
2730
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2731
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2732
+ dependencies = [
2733
+ "proc-macro2",
2734
+ "quote",
2735
+ "syn",
2736
+ ]
2737
+
2738
+ [[package]]
2739
+ name = "tinystr"
2740
+ version = "0.8.3"
2741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2742
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2743
+ dependencies = [
2744
+ "displaydoc",
2745
+ "zerovec",
2746
+ ]
2747
+
2748
+ [[package]]
2749
+ name = "tokenizers"
2750
+ version = "0.22.2"
2751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2752
+ checksum = "b238e22d44a15349529690fb07bd645cf58149a1b1e44d6cb5bd1641ff1a6223"
2753
+ dependencies = [
2754
+ "ahash",
2755
+ "aho-corasick",
2756
+ "compact_str",
2757
+ "dary_heap",
2758
+ "derive_builder",
2759
+ "esaxx-rs",
2760
+ "getrandom 0.3.4",
2761
+ "itertools 0.14.0",
2762
+ "log",
2763
+ "macro_rules_attribute",
2764
+ "monostate",
2765
+ "onig",
2766
+ "paste",
2767
+ "rand 0.9.4",
2768
+ "rayon",
2769
+ "rayon-cond",
2770
+ "regex",
2771
+ "regex-syntax",
2772
+ "serde",
2773
+ "serde_json",
2774
+ "spm_precompiled",
2775
+ "thiserror 2.0.18",
2776
+ "unicode-normalization-alignments",
2777
+ "unicode-segmentation",
2778
+ "unicode_categories",
2779
+ ]
2780
+
2781
+ [[package]]
2782
+ name = "tokenizers"
2783
+ version = "0.23.1"
2784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2785
+ checksum = "44e5bea67576e04b6ff8564c5d9e09c2ef0cf476502245f2f120e497769d3112"
2786
+ dependencies = [
2787
+ "ahash",
2788
+ "compact_str",
2789
+ "daachorse",
2790
+ "dary_heap",
2791
+ "derive_builder",
2792
+ "esaxx-rs",
2793
+ "getrandom 0.3.4",
2794
+ "indicatif",
2795
+ "itertools 0.14.0",
2796
+ "log",
2797
+ "macro_rules_attribute",
2798
+ "monostate",
2799
+ "onig",
2800
+ "paste",
2801
+ "rand 0.9.4",
2802
+ "rayon",
2803
+ "rayon-cond",
2804
+ "regex",
2805
+ "regex-syntax",
2806
+ "serde",
2807
+ "serde_json",
2808
+ "spm_precompiled",
2809
+ "thiserror 2.0.18",
2810
+ "unicode-normalization-alignments",
2811
+ "unicode-segmentation",
2812
+ "unicode_categories",
2813
+ ]
2814
+
2815
+ [[package]]
2816
+ name = "tokio"
2817
+ version = "1.52.3"
2818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2819
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
2820
+ dependencies = [
2821
+ "bytes",
2822
+ "libc",
2823
+ "mio",
2824
+ "parking_lot",
2825
+ "pin-project-lite",
2826
+ "signal-hook-registry",
2827
+ "socket2 0.6.3",
2828
+ "tokio-macros",
2829
+ "windows-sys 0.61.2",
2830
+ ]
2831
+
2832
+ [[package]]
2833
+ name = "tokio-macros"
2834
+ version = "2.7.0"
2835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2836
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
2837
+ dependencies = [
2838
+ "proc-macro2",
2839
+ "quote",
2840
+ "syn",
2841
+ ]
2842
+
2843
+ [[package]]
2844
+ name = "tokio-native-tls"
2845
+ version = "0.3.1"
2846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2847
+ checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2848
+ dependencies = [
2849
+ "native-tls",
2850
+ "tokio",
2851
+ ]
2852
+
2853
+ [[package]]
2854
+ name = "tokio-rustls"
2855
+ version = "0.26.4"
2856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2857
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2858
+ dependencies = [
2859
+ "rustls",
2860
+ "tokio",
2861
+ ]
2862
+
2863
+ [[package]]
2864
+ name = "tokio-util"
2865
+ version = "0.7.18"
2866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2867
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2868
+ dependencies = [
2869
+ "bytes",
2870
+ "futures-core",
2871
+ "futures-sink",
2872
+ "pin-project-lite",
2873
+ "tokio",
2874
+ ]
2875
+
2876
+ [[package]]
2877
+ name = "tower"
2878
+ version = "0.5.3"
2879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2880
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2881
+ dependencies = [
2882
+ "futures-core",
2883
+ "futures-util",
2884
+ "pin-project-lite",
2885
+ "sync_wrapper",
2886
+ "tokio",
2887
+ "tower-layer",
2888
+ "tower-service",
2889
+ ]
2890
+
2891
+ [[package]]
2892
+ name = "tower-http"
2893
+ version = "0.6.11"
2894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2895
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
2896
+ dependencies = [
2897
+ "bitflags",
2898
+ "bytes",
2899
+ "futures-util",
2900
+ "http",
2901
+ "http-body",
2902
+ "pin-project-lite",
2903
+ "tower",
2904
+ "tower-layer",
2905
+ "tower-service",
2906
+ "url",
2907
+ ]
2908
+
2909
+ [[package]]
2910
+ name = "tower-layer"
2911
+ version = "0.3.3"
2912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2913
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2914
+
2915
+ [[package]]
2916
+ name = "tower-service"
2917
+ version = "0.3.3"
2918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2919
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2920
+
2921
+ [[package]]
2922
+ name = "tracing"
2923
+ version = "0.1.44"
2924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2925
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2926
+ dependencies = [
2927
+ "pin-project-lite",
2928
+ "tracing-attributes",
2929
+ "tracing-core",
2930
+ ]
2931
+
2932
+ [[package]]
2933
+ name = "tracing-attributes"
2934
+ version = "0.1.31"
2935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2936
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2937
+ dependencies = [
2938
+ "proc-macro2",
2939
+ "quote",
2940
+ "syn",
2941
+ ]
2942
+
2943
+ [[package]]
2944
+ name = "tracing-core"
2945
+ version = "0.1.36"
2946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2947
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2948
+ dependencies = [
2949
+ "once_cell",
2950
+ ]
2951
+
2952
+ [[package]]
2953
+ name = "try-lock"
2954
+ version = "0.2.5"
2955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2956
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2957
+
2958
+ [[package]]
2959
+ name = "typed-path"
2960
+ version = "0.12.3"
2961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2962
+ checksum = "8e28f89b80c87b8fb0cf04ab448d5dd0dd0ade2f8891bae878de66a75a28600e"
2963
+
2964
+ [[package]]
2965
+ name = "typenum"
2966
+ version = "1.20.0"
2967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2968
+ checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
2969
+
2970
+ [[package]]
2971
+ name = "unicode-ident"
2972
+ version = "1.0.24"
2973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2974
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2975
+
2976
+ [[package]]
2977
+ name = "unicode-normalization-alignments"
2978
+ version = "0.1.12"
2979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2980
+ checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de"
2981
+ dependencies = [
2982
+ "smallvec",
2983
+ ]
2984
+
2985
+ [[package]]
2986
+ name = "unicode-segmentation"
2987
+ version = "1.13.2"
2988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2989
+ checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
2990
+
2991
+ [[package]]
2992
+ name = "unicode-width"
2993
+ version = "0.2.2"
2994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2995
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
2996
+
2997
+ [[package]]
2998
+ name = "unicode-xid"
2999
+ version = "0.2.6"
3000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3001
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3002
+
3003
+ [[package]]
3004
+ name = "unicode_categories"
3005
+ version = "0.1.1"
3006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3007
+ checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
3008
+
3009
+ [[package]]
3010
+ name = "unindent"
3011
+ version = "0.2.4"
3012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3013
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
3014
+
3015
+ [[package]]
3016
+ name = "unit-prefix"
3017
+ version = "0.5.2"
3018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3019
+ checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3"
3020
+
3021
+ [[package]]
3022
+ name = "untrusted"
3023
+ version = "0.9.0"
3024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3025
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3026
+
3027
+ [[package]]
3028
+ name = "url"
3029
+ version = "2.5.8"
3030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3031
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3032
+ dependencies = [
3033
+ "form_urlencoded",
3034
+ "idna",
3035
+ "percent-encoding",
3036
+ "serde",
3037
+ ]
3038
+
3039
+ [[package]]
3040
+ name = "utf8_iter"
3041
+ version = "1.0.4"
3042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3043
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3044
+
3045
+ [[package]]
3046
+ name = "uuid"
3047
+ version = "1.23.1"
3048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3049
+ checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
3050
+ dependencies = [
3051
+ "getrandom 0.4.2",
3052
+ "js-sys",
3053
+ "wasm-bindgen",
3054
+ ]
3055
+
3056
+ [[package]]
3057
+ name = "vcpkg"
3058
+ version = "0.2.15"
3059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3060
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3061
+
3062
+ [[package]]
3063
+ name = "version_check"
3064
+ version = "0.9.5"
3065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3066
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3067
+
3068
+ [[package]]
3069
+ name = "walkdir"
3070
+ version = "2.5.0"
3071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3072
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3073
+ dependencies = [
3074
+ "same-file",
3075
+ "winapi-util",
3076
+ ]
3077
+
3078
+ [[package]]
3079
+ name = "want"
3080
+ version = "0.3.1"
3081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3082
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3083
+ dependencies = [
3084
+ "try-lock",
3085
+ ]
3086
+
3087
+ [[package]]
3088
+ name = "wasi"
3089
+ version = "0.11.1+wasi-snapshot-preview1"
3090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3091
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3092
+
3093
+ [[package]]
3094
+ name = "wasip2"
3095
+ version = "1.0.3+wasi-0.2.9"
3096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3097
+ checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
3098
+ dependencies = [
3099
+ "wit-bindgen 0.57.1",
3100
+ ]
3101
+
3102
+ [[package]]
3103
+ name = "wasip3"
3104
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
3105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3106
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
3107
+ dependencies = [
3108
+ "wit-bindgen 0.51.0",
3109
+ ]
3110
+
3111
+ [[package]]
3112
+ name = "wasm-bindgen"
3113
+ version = "0.2.122"
3114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3115
+ checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409"
3116
+ dependencies = [
3117
+ "cfg-if",
3118
+ "once_cell",
3119
+ "rustversion",
3120
+ "wasm-bindgen-macro",
3121
+ "wasm-bindgen-shared",
3122
+ ]
3123
+
3124
+ [[package]]
3125
+ name = "wasm-bindgen-futures"
3126
+ version = "0.4.72"
3127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3128
+ checksum = "9473dbd2991ae90b6291c3c32c30c6187ac49aa32f9905d1cce280ec1e110b0f"
3129
+ dependencies = [
3130
+ "js-sys",
3131
+ "wasm-bindgen",
3132
+ ]
3133
+
3134
+ [[package]]
3135
+ name = "wasm-bindgen-macro"
3136
+ version = "0.2.122"
3137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3138
+ checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6"
3139
+ dependencies = [
3140
+ "quote",
3141
+ "wasm-bindgen-macro-support",
3142
+ ]
3143
+
3144
+ [[package]]
3145
+ name = "wasm-bindgen-macro-support"
3146
+ version = "0.2.122"
3147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3148
+ checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e"
3149
+ dependencies = [
3150
+ "bumpalo",
3151
+ "proc-macro2",
3152
+ "quote",
3153
+ "syn",
3154
+ "wasm-bindgen-shared",
3155
+ ]
3156
+
3157
+ [[package]]
3158
+ name = "wasm-bindgen-shared"
3159
+ version = "0.2.122"
3160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3161
+ checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437"
3162
+ dependencies = [
3163
+ "unicode-ident",
3164
+ ]
3165
+
3166
+ [[package]]
3167
+ name = "wasm-encoder"
3168
+ version = "0.244.0"
3169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3170
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
3171
+ dependencies = [
3172
+ "leb128fmt",
3173
+ "wasmparser",
3174
+ ]
3175
+
3176
+ [[package]]
3177
+ name = "wasm-metadata"
3178
+ version = "0.244.0"
3179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3180
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
3181
+ dependencies = [
3182
+ "anyhow",
3183
+ "indexmap",
3184
+ "wasm-encoder",
3185
+ "wasmparser",
3186
+ ]
3187
+
3188
+ [[package]]
3189
+ name = "wasmparser"
3190
+ version = "0.244.0"
3191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3192
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
3193
+ dependencies = [
3194
+ "bitflags",
3195
+ "hashbrown 0.15.5",
3196
+ "indexmap",
3197
+ "semver",
3198
+ ]
3199
+
3200
+ [[package]]
3201
+ name = "web-sys"
3202
+ version = "0.3.99"
3203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3204
+ checksum = "6d621441cfc37b84979402712047321980c178f299193a3589d05b99e8763436"
3205
+ dependencies = [
3206
+ "js-sys",
3207
+ "wasm-bindgen",
3208
+ ]
3209
+
3210
+ [[package]]
3211
+ name = "web-time"
3212
+ version = "1.1.0"
3213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3214
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3215
+ dependencies = [
3216
+ "js-sys",
3217
+ "wasm-bindgen",
3218
+ ]
3219
+
3220
+ [[package]]
3221
+ name = "winapi-util"
3222
+ version = "0.1.11"
3223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3224
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3225
+ dependencies = [
3226
+ "windows-sys 0.61.2",
3227
+ ]
3228
+
3229
+ [[package]]
3230
+ name = "windows-link"
3231
+ version = "0.2.1"
3232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3233
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3234
+
3235
+ [[package]]
3236
+ name = "windows-registry"
3237
+ version = "0.6.1"
3238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3239
+ checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
3240
+ dependencies = [
3241
+ "windows-link",
3242
+ "windows-result",
3243
+ "windows-strings",
3244
+ ]
3245
+
3246
+ [[package]]
3247
+ name = "windows-result"
3248
+ version = "0.4.1"
3249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3250
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3251
+ dependencies = [
3252
+ "windows-link",
3253
+ ]
3254
+
3255
+ [[package]]
3256
+ name = "windows-strings"
3257
+ version = "0.5.1"
3258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3259
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3260
+ dependencies = [
3261
+ "windows-link",
3262
+ ]
3263
+
3264
+ [[package]]
3265
+ name = "windows-sys"
3266
+ version = "0.52.0"
3267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3268
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3269
+ dependencies = [
3270
+ "windows-targets",
3271
+ ]
3272
+
3273
+ [[package]]
3274
+ name = "windows-sys"
3275
+ version = "0.61.2"
3276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3277
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3278
+ dependencies = [
3279
+ "windows-link",
3280
+ ]
3281
+
3282
+ [[package]]
3283
+ name = "windows-targets"
3284
+ version = "0.52.6"
3285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3286
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3287
+ dependencies = [
3288
+ "windows_aarch64_gnullvm",
3289
+ "windows_aarch64_msvc",
3290
+ "windows_i686_gnu",
3291
+ "windows_i686_gnullvm",
3292
+ "windows_i686_msvc",
3293
+ "windows_x86_64_gnu",
3294
+ "windows_x86_64_gnullvm",
3295
+ "windows_x86_64_msvc",
3296
+ ]
3297
+
3298
+ [[package]]
3299
+ name = "windows_aarch64_gnullvm"
3300
+ version = "0.52.6"
3301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3302
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3303
+
3304
+ [[package]]
3305
+ name = "windows_aarch64_msvc"
3306
+ version = "0.52.6"
3307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3308
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3309
+
3310
+ [[package]]
3311
+ name = "windows_i686_gnu"
3312
+ version = "0.52.6"
3313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3314
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3315
+
3316
+ [[package]]
3317
+ name = "windows_i686_gnullvm"
3318
+ version = "0.52.6"
3319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3320
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3321
+
3322
+ [[package]]
3323
+ name = "windows_i686_msvc"
3324
+ version = "0.52.6"
3325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3326
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3327
+
3328
+ [[package]]
3329
+ name = "windows_x86_64_gnu"
3330
+ version = "0.52.6"
3331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3332
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3333
+
3334
+ [[package]]
3335
+ name = "windows_x86_64_gnullvm"
3336
+ version = "0.52.6"
3337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3338
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3339
+
3340
+ [[package]]
3341
+ name = "windows_x86_64_msvc"
3342
+ version = "0.52.6"
3343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3344
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3345
+
3346
+ [[package]]
3347
+ name = "wit-bindgen"
3348
+ version = "0.51.0"
3349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3350
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
3351
+ dependencies = [
3352
+ "wit-bindgen-rust-macro",
3353
+ ]
3354
+
3355
+ [[package]]
3356
+ name = "wit-bindgen"
3357
+ version = "0.57.1"
3358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3359
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
3360
+
3361
+ [[package]]
3362
+ name = "wit-bindgen-core"
3363
+ version = "0.51.0"
3364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3365
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
3366
+ dependencies = [
3367
+ "anyhow",
3368
+ "heck 0.5.0",
3369
+ "wit-parser",
3370
+ ]
3371
+
3372
+ [[package]]
3373
+ name = "wit-bindgen-rust"
3374
+ version = "0.51.0"
3375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3376
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
3377
+ dependencies = [
3378
+ "anyhow",
3379
+ "heck 0.5.0",
3380
+ "indexmap",
3381
+ "prettyplease",
3382
+ "syn",
3383
+ "wasm-metadata",
3384
+ "wit-bindgen-core",
3385
+ "wit-component",
3386
+ ]
3387
+
3388
+ [[package]]
3389
+ name = "wit-bindgen-rust-macro"
3390
+ version = "0.51.0"
3391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3392
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
3393
+ dependencies = [
3394
+ "anyhow",
3395
+ "prettyplease",
3396
+ "proc-macro2",
3397
+ "quote",
3398
+ "syn",
3399
+ "wit-bindgen-core",
3400
+ "wit-bindgen-rust",
3401
+ ]
3402
+
3403
+ [[package]]
3404
+ name = "wit-component"
3405
+ version = "0.244.0"
3406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3407
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
3408
+ dependencies = [
3409
+ "anyhow",
3410
+ "bitflags",
3411
+ "indexmap",
3412
+ "log",
3413
+ "serde",
3414
+ "serde_derive",
3415
+ "serde_json",
3416
+ "wasm-encoder",
3417
+ "wasm-metadata",
3418
+ "wasmparser",
3419
+ "wit-parser",
3420
+ ]
3421
+
3422
+ [[package]]
3423
+ name = "wit-parser"
3424
+ version = "0.244.0"
3425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3426
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
3427
+ dependencies = [
3428
+ "anyhow",
3429
+ "id-arena",
3430
+ "indexmap",
3431
+ "log",
3432
+ "semver",
3433
+ "serde",
3434
+ "serde_derive",
3435
+ "serde_json",
3436
+ "unicode-xid",
3437
+ "wasmparser",
3438
+ ]
3439
+
3440
+ [[package]]
3441
+ name = "writeable"
3442
+ version = "0.6.3"
3443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3444
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
3445
+
3446
+ [[package]]
3447
+ name = "yoke"
3448
+ version = "0.8.2"
3449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3450
+ checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
3451
+ dependencies = [
3452
+ "stable_deref_trait",
3453
+ "yoke-derive",
3454
+ "zerofrom",
3455
+ ]
3456
+
3457
+ [[package]]
3458
+ name = "yoke-derive"
3459
+ version = "0.8.2"
3460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3461
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
3462
+ dependencies = [
3463
+ "proc-macro2",
3464
+ "quote",
3465
+ "syn",
3466
+ "synstructure",
3467
+ ]
3468
+
3469
+ [[package]]
3470
+ name = "zerocopy"
3471
+ version = "0.8.48"
3472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3473
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
3474
+ dependencies = [
3475
+ "zerocopy-derive",
3476
+ ]
3477
+
3478
+ [[package]]
3479
+ name = "zerocopy-derive"
3480
+ version = "0.8.48"
3481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3482
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
3483
+ dependencies = [
3484
+ "proc-macro2",
3485
+ "quote",
3486
+ "syn",
3487
+ ]
3488
+
3489
+ [[package]]
3490
+ name = "zerofrom"
3491
+ version = "0.1.8"
3492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3493
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
3494
+ dependencies = [
3495
+ "zerofrom-derive",
3496
+ ]
3497
+
3498
+ [[package]]
3499
+ name = "zerofrom-derive"
3500
+ version = "0.1.7"
3501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3502
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
3503
+ dependencies = [
3504
+ "proc-macro2",
3505
+ "quote",
3506
+ "syn",
3507
+ "synstructure",
3508
+ ]
3509
+
3510
+ [[package]]
3511
+ name = "zeroize"
3512
+ version = "1.8.2"
3513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3514
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3515
+
3516
+ [[package]]
3517
+ name = "zerotrie"
3518
+ version = "0.2.4"
3519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3520
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
3521
+ dependencies = [
3522
+ "displaydoc",
3523
+ "yoke",
3524
+ "zerofrom",
3525
+ ]
3526
+
3527
+ [[package]]
3528
+ name = "zerovec"
3529
+ version = "0.11.6"
3530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3531
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
3532
+ dependencies = [
3533
+ "yoke",
3534
+ "zerofrom",
3535
+ "zerovec-derive",
3536
+ ]
3537
+
3538
+ [[package]]
3539
+ name = "zerovec-derive"
3540
+ version = "0.11.3"
3541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3542
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
3543
+ dependencies = [
3544
+ "proc-macro2",
3545
+ "quote",
3546
+ "syn",
3547
+ ]
3548
+
3549
+ [[package]]
3550
+ name = "zip"
3551
+ version = "7.2.0"
3552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3553
+ checksum = "c42e33efc22a0650c311c2ef19115ce232583abbe80850bc8b66509ebef02de0"
3554
+ dependencies = [
3555
+ "crc32fast",
3556
+ "indexmap",
3557
+ "memchr",
3558
+ "typed-path",
3559
+ ]
3560
+
3561
+ [[package]]
3562
+ name = "zmij"
3563
+ version = "1.0.21"
3564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3565
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"