clusterkit 0.2.1 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Cargo.lock ADDED
@@ -0,0 +1,3236 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "accelerate-src"
7
+ version = "0.3.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "415ed64958754dbe991900f3940677e6a7eefb4d7367afd70d642677b0c7d19d"
10
+
11
+ [[package]]
12
+ name = "adler2"
13
+ version = "2.0.1"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
16
+
17
+ [[package]]
18
+ name = "ahash"
19
+ version = "0.8.12"
20
+ source = "registry+https://github.com/rust-lang/crates.io-index"
21
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
22
+ dependencies = [
23
+ "cfg-if",
24
+ "getrandom 0.3.3",
25
+ "once_cell",
26
+ "version_check",
27
+ "zerocopy",
28
+ ]
29
+
30
+ [[package]]
31
+ name = "aho-corasick"
32
+ version = "1.1.3"
33
+ source = "registry+https://github.com/rust-lang/crates.io-index"
34
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
35
+ dependencies = [
36
+ "memchr",
37
+ ]
38
+
39
+ [[package]]
40
+ name = "alga"
41
+ version = "0.9.3"
42
+ source = "registry+https://github.com/rust-lang/crates.io-index"
43
+ checksum = "4f823d037a7ec6ea2197046bafd4ae150e6bc36f9ca347404f46a46823fa84f2"
44
+ dependencies = [
45
+ "approx",
46
+ "num-complex 0.2.4",
47
+ "num-traits",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "allocator-api2"
52
+ version = "0.2.21"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
55
+
56
+ [[package]]
57
+ name = "android-tzdata"
58
+ version = "0.1.1"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
61
+
62
+ [[package]]
63
+ name = "android_system_properties"
64
+ version = "0.1.5"
65
+ source = "registry+https://github.com/rust-lang/crates.io-index"
66
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
67
+ dependencies = [
68
+ "libc",
69
+ ]
70
+
71
+ [[package]]
72
+ name = "anndists"
73
+ version = "0.1.3"
74
+ source = "registry+https://github.com/rust-lang/crates.io-index"
75
+ checksum = "d4bbb2296f2525e53a52680f5c2df6de9a83b8a94cc22a8cc629301a27b5e0b7"
76
+ dependencies = [
77
+ "anyhow",
78
+ "cfg-if",
79
+ "cpu-time",
80
+ "env_logger",
81
+ "lazy_static",
82
+ "log",
83
+ "num-traits",
84
+ "num_cpus",
85
+ "rayon",
86
+ ]
87
+
88
+ [[package]]
89
+ name = "annembed"
90
+ version = "0.1.5"
91
+ source = "git+https://github.com/scientist-labs/annembed?tag=clusterkit-0.1.1#7a5803405087c10c82185f113e3befb953cc9bab"
92
+ dependencies = [
93
+ "anyhow",
94
+ "bincode 2.0.1",
95
+ "blas-src",
96
+ "bson",
97
+ "byteorder",
98
+ "clap",
99
+ "cpu-time",
100
+ "csv",
101
+ "env_logger",
102
+ "hdrhistogram",
103
+ "hnsw_rs",
104
+ "indexmap",
105
+ "indxvec",
106
+ "katexit",
107
+ "lax",
108
+ "lazy_static",
109
+ "log",
110
+ "memory-stats",
111
+ "ndarray",
112
+ "num-traits",
113
+ "num_cpus",
114
+ "parking_lot",
115
+ "quantiles",
116
+ "rand 0.9.2",
117
+ "rand_distr",
118
+ "rand_xoshiro",
119
+ "rayon",
120
+ "serde",
121
+ "sprs",
122
+ ]
123
+
124
+ [[package]]
125
+ name = "anstream"
126
+ version = "0.6.20"
127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
128
+ checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192"
129
+ dependencies = [
130
+ "anstyle",
131
+ "anstyle-parse",
132
+ "anstyle-query",
133
+ "anstyle-wincon",
134
+ "colorchoice",
135
+ "is_terminal_polyfill",
136
+ "utf8parse",
137
+ ]
138
+
139
+ [[package]]
140
+ name = "anstyle"
141
+ version = "1.0.11"
142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
143
+ checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
144
+
145
+ [[package]]
146
+ name = "anstyle-parse"
147
+ version = "0.2.7"
148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
149
+ checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
150
+ dependencies = [
151
+ "utf8parse",
152
+ ]
153
+
154
+ [[package]]
155
+ name = "anstyle-query"
156
+ version = "1.1.4"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
159
+ dependencies = [
160
+ "windows-sys 0.60.2",
161
+ ]
162
+
163
+ [[package]]
164
+ name = "anstyle-wincon"
165
+ version = "3.0.10"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
168
+ dependencies = [
169
+ "anstyle",
170
+ "once_cell_polyfill",
171
+ "windows-sys 0.60.2",
172
+ ]
173
+
174
+ [[package]]
175
+ name = "anyhow"
176
+ version = "1.0.99"
177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
178
+ checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
179
+
180
+ [[package]]
181
+ name = "approx"
182
+ version = "0.3.2"
183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
184
+ checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"
185
+ dependencies = [
186
+ "num-traits",
187
+ ]
188
+
189
+ [[package]]
190
+ name = "autocfg"
191
+ version = "1.5.0"
192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
193
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
194
+
195
+ [[package]]
196
+ name = "base16ct"
197
+ version = "0.2.0"
198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
199
+ checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
200
+
201
+ [[package]]
202
+ name = "base64"
203
+ version = "0.21.7"
204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
205
+ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
206
+
207
+ [[package]]
208
+ name = "base64"
209
+ version = "0.22.1"
210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
211
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
212
+
213
+ [[package]]
214
+ name = "base64ct"
215
+ version = "1.8.0"
216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
217
+ checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
218
+
219
+ [[package]]
220
+ name = "bincode"
221
+ version = "1.3.3"
222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
223
+ checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
224
+ dependencies = [
225
+ "serde",
226
+ ]
227
+
228
+ [[package]]
229
+ name = "bincode"
230
+ version = "2.0.1"
231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
232
+ checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
233
+ dependencies = [
234
+ "bincode_derive",
235
+ "serde",
236
+ "unty",
237
+ ]
238
+
239
+ [[package]]
240
+ name = "bincode_derive"
241
+ version = "2.0.1"
242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
243
+ checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
244
+ dependencies = [
245
+ "virtue",
246
+ ]
247
+
248
+ [[package]]
249
+ name = "bindgen"
250
+ version = "0.69.5"
251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
252
+ checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
253
+ dependencies = [
254
+ "bitflags 2.9.2",
255
+ "cexpr",
256
+ "clang-sys",
257
+ "itertools",
258
+ "lazy_static",
259
+ "lazycell",
260
+ "proc-macro2",
261
+ "quote",
262
+ "regex",
263
+ "rustc-hash",
264
+ "shlex",
265
+ "syn",
266
+ ]
267
+
268
+ [[package]]
269
+ name = "bitflags"
270
+ version = "1.3.2"
271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
272
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
273
+
274
+ [[package]]
275
+ name = "bitflags"
276
+ version = "2.9.2"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "6a65b545ab31d687cff52899d4890855fec459eb6afe0da6417b8a18da87aa29"
279
+
280
+ [[package]]
281
+ name = "bitvec"
282
+ version = "1.0.1"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
285
+ dependencies = [
286
+ "funty",
287
+ "radium",
288
+ "tap",
289
+ "wyz",
290
+ ]
291
+
292
+ [[package]]
293
+ name = "blas-src"
294
+ version = "0.11.1"
295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
296
+ checksum = "1d0100d9f97abc0a589f13eb0ff41500f8d012fb1c3472c0636fa3ed0c61c28b"
297
+ dependencies = [
298
+ "accelerate-src",
299
+ ]
300
+
301
+ [[package]]
302
+ name = "block-buffer"
303
+ version = "0.10.4"
304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
305
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
306
+ dependencies = [
307
+ "generic-array",
308
+ ]
309
+
310
+ [[package]]
311
+ name = "bson"
312
+ version = "2.15.0"
313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
314
+ checksum = "7969a9ba84b0ff843813e7249eed1678d9b6607ce5a3b8f0a47af3fcf7978e6e"
315
+ dependencies = [
316
+ "ahash",
317
+ "base64 0.22.1",
318
+ "bitvec",
319
+ "getrandom 0.2.16",
320
+ "getrandom 0.3.3",
321
+ "hex",
322
+ "indexmap",
323
+ "js-sys",
324
+ "once_cell",
325
+ "rand 0.9.2",
326
+ "serde",
327
+ "serde_bytes",
328
+ "serde_json",
329
+ "time",
330
+ "uuid",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "bumpalo"
335
+ version = "3.19.0"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
338
+
339
+ [[package]]
340
+ name = "byteorder"
341
+ version = "1.5.0"
342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
343
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
344
+
345
+ [[package]]
346
+ name = "bytes"
347
+ version = "1.10.1"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
350
+
351
+ [[package]]
352
+ name = "cauchy"
353
+ version = "0.4.0"
354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
355
+ checksum = "9ff11ddd2af3b5e80dd0297fee6e56ac038d9bdc549573cdb51bd6d2efe7f05e"
356
+ dependencies = [
357
+ "num-complex 0.4.6",
358
+ "num-traits",
359
+ "rand 0.8.5",
360
+ "serde",
361
+ ]
362
+
363
+ [[package]]
364
+ name = "cblas-sys"
365
+ version = "0.1.4"
366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
367
+ checksum = "b6feecd82cce51b0204cf063f0041d69f24ce83f680d87514b004248e7b0fa65"
368
+ dependencies = [
369
+ "libc",
370
+ ]
371
+
372
+ [[package]]
373
+ name = "cc"
374
+ version = "1.2.33"
375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
376
+ checksum = "3ee0f8803222ba5a7e2777dd72ca451868909b1ac410621b676adf07280e9b5f"
377
+ dependencies = [
378
+ "shlex",
379
+ ]
380
+
381
+ [[package]]
382
+ name = "cexpr"
383
+ version = "0.6.0"
384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
385
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
386
+ dependencies = [
387
+ "nom",
388
+ ]
389
+
390
+ [[package]]
391
+ name = "cfg-if"
392
+ version = "1.0.1"
393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
394
+ checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
395
+
396
+ [[package]]
397
+ name = "chrono"
398
+ version = "0.4.41"
399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
400
+ checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
401
+ dependencies = [
402
+ "android-tzdata",
403
+ "iana-time-zone",
404
+ "js-sys",
405
+ "num-traits",
406
+ "wasm-bindgen",
407
+ "windows-link",
408
+ ]
409
+
410
+ [[package]]
411
+ name = "clang-sys"
412
+ version = "1.8.1"
413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
414
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
415
+ dependencies = [
416
+ "glob",
417
+ "libc",
418
+ "libloading",
419
+ ]
420
+
421
+ [[package]]
422
+ name = "clap"
423
+ version = "4.5.45"
424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
425
+ checksum = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318"
426
+ dependencies = [
427
+ "clap_builder",
428
+ "clap_derive",
429
+ ]
430
+
431
+ [[package]]
432
+ name = "clap_builder"
433
+ version = "4.5.44"
434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
435
+ checksum = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8"
436
+ dependencies = [
437
+ "anstream",
438
+ "anstyle",
439
+ "clap_lex",
440
+ "strsim",
441
+ ]
442
+
443
+ [[package]]
444
+ name = "clap_derive"
445
+ version = "4.5.45"
446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
447
+ checksum = "14cb31bb0a7d536caef2639baa7fad459e15c3144efefa6dbd1c84562c4739f6"
448
+ dependencies = [
449
+ "heck",
450
+ "proc-macro2",
451
+ "quote",
452
+ "syn",
453
+ ]
454
+
455
+ [[package]]
456
+ name = "clap_lex"
457
+ version = "0.7.5"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
460
+
461
+ [[package]]
462
+ name = "clusterkit"
463
+ version = "0.1.0"
464
+ dependencies = [
465
+ "annembed",
466
+ "bincode 1.3.3",
467
+ "hdbscan",
468
+ "hnsw_rs",
469
+ "magnus",
470
+ "ndarray",
471
+ "num-traits",
472
+ "rand 0.8.5",
473
+ "rayon",
474
+ "serde",
475
+ ]
476
+
477
+ [[package]]
478
+ name = "colorchoice"
479
+ version = "1.0.4"
480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
481
+ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
482
+
483
+ [[package]]
484
+ name = "combine"
485
+ version = "4.6.7"
486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
487
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
488
+ dependencies = [
489
+ "bytes",
490
+ "memchr",
491
+ ]
492
+
493
+ [[package]]
494
+ name = "core-foundation"
495
+ version = "0.9.4"
496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
497
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
498
+ dependencies = [
499
+ "core-foundation-sys",
500
+ "libc",
501
+ ]
502
+
503
+ [[package]]
504
+ name = "core-foundation-sys"
505
+ version = "0.8.7"
506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
507
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
508
+
509
+ [[package]]
510
+ name = "cpu-time"
511
+ version = "1.0.0"
512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
513
+ checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded"
514
+ dependencies = [
515
+ "libc",
516
+ "winapi",
517
+ ]
518
+
519
+ [[package]]
520
+ name = "cpufeatures"
521
+ version = "0.2.17"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
524
+ dependencies = [
525
+ "libc",
526
+ ]
527
+
528
+ [[package]]
529
+ name = "crc32fast"
530
+ version = "1.5.0"
531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
532
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
533
+ dependencies = [
534
+ "cfg-if",
535
+ ]
536
+
537
+ [[package]]
538
+ name = "crossbeam-channel"
539
+ version = "0.5.15"
540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
541
+ checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
542
+ dependencies = [
543
+ "crossbeam-utils",
544
+ ]
545
+
546
+ [[package]]
547
+ name = "crossbeam-deque"
548
+ version = "0.8.6"
549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
550
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
551
+ dependencies = [
552
+ "crossbeam-epoch",
553
+ "crossbeam-utils",
554
+ ]
555
+
556
+ [[package]]
557
+ name = "crossbeam-epoch"
558
+ version = "0.9.18"
559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
560
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
561
+ dependencies = [
562
+ "crossbeam-utils",
563
+ ]
564
+
565
+ [[package]]
566
+ name = "crossbeam-utils"
567
+ version = "0.8.21"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
570
+
571
+ [[package]]
572
+ name = "crypto-common"
573
+ version = "0.1.6"
574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
575
+ checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
576
+ dependencies = [
577
+ "generic-array",
578
+ "typenum",
579
+ ]
580
+
581
+ [[package]]
582
+ name = "csv"
583
+ version = "1.3.1"
584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
585
+ checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf"
586
+ dependencies = [
587
+ "csv-core",
588
+ "itoa",
589
+ "ryu",
590
+ "serde",
591
+ ]
592
+
593
+ [[package]]
594
+ name = "csv-core"
595
+ version = "0.1.12"
596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
597
+ checksum = "7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d"
598
+ dependencies = [
599
+ "memchr",
600
+ ]
601
+
602
+ [[package]]
603
+ name = "darling"
604
+ version = "0.20.11"
605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
606
+ checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
607
+ dependencies = [
608
+ "darling_core",
609
+ "darling_macro",
610
+ ]
611
+
612
+ [[package]]
613
+ name = "darling_core"
614
+ version = "0.20.11"
615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
616
+ checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
617
+ dependencies = [
618
+ "fnv",
619
+ "ident_case",
620
+ "proc-macro2",
621
+ "quote",
622
+ "strsim",
623
+ "syn",
624
+ ]
625
+
626
+ [[package]]
627
+ name = "darling_macro"
628
+ version = "0.20.11"
629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
630
+ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
631
+ dependencies = [
632
+ "darling_core",
633
+ "quote",
634
+ "syn",
635
+ ]
636
+
637
+ [[package]]
638
+ name = "der"
639
+ version = "0.7.10"
640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
641
+ checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
642
+ dependencies = [
643
+ "pem-rfc7468",
644
+ "zeroize",
645
+ ]
646
+
647
+ [[package]]
648
+ name = "deranged"
649
+ version = "0.4.0"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
652
+ dependencies = [
653
+ "powerfmt",
654
+ ]
655
+
656
+ [[package]]
657
+ name = "derive_builder"
658
+ version = "0.20.2"
659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
660
+ checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
661
+ dependencies = [
662
+ "derive_builder_macro",
663
+ ]
664
+
665
+ [[package]]
666
+ name = "derive_builder_core"
667
+ version = "0.20.2"
668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
669
+ checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
670
+ dependencies = [
671
+ "darling",
672
+ "proc-macro2",
673
+ "quote",
674
+ "syn",
675
+ ]
676
+
677
+ [[package]]
678
+ name = "derive_builder_macro"
679
+ version = "0.20.2"
680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
681
+ checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
682
+ dependencies = [
683
+ "derive_builder_core",
684
+ "syn",
685
+ ]
686
+
687
+ [[package]]
688
+ name = "digest"
689
+ version = "0.10.7"
690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
691
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
692
+ dependencies = [
693
+ "block-buffer",
694
+ "crypto-common",
695
+ ]
696
+
697
+ [[package]]
698
+ name = "directories"
699
+ version = "5.0.1"
700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
701
+ checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
702
+ dependencies = [
703
+ "dirs-sys 0.4.1",
704
+ ]
705
+
706
+ [[package]]
707
+ name = "dirs"
708
+ version = "6.0.0"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
711
+ dependencies = [
712
+ "dirs-sys 0.5.0",
713
+ ]
714
+
715
+ [[package]]
716
+ name = "dirs-sys"
717
+ version = "0.4.1"
718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
719
+ checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
720
+ dependencies = [
721
+ "libc",
722
+ "option-ext",
723
+ "redox_users 0.4.6",
724
+ "windows-sys 0.48.0",
725
+ ]
726
+
727
+ [[package]]
728
+ name = "dirs-sys"
729
+ version = "0.5.0"
730
+ source = "registry+https://github.com/rust-lang/crates.io-index"
731
+ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
732
+ dependencies = [
733
+ "libc",
734
+ "option-ext",
735
+ "redox_users 0.5.2",
736
+ "windows-sys 0.60.2",
737
+ ]
738
+
739
+ [[package]]
740
+ name = "displaydoc"
741
+ version = "0.2.5"
742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
743
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
744
+ dependencies = [
745
+ "proc-macro2",
746
+ "quote",
747
+ "syn",
748
+ ]
749
+
750
+ [[package]]
751
+ name = "either"
752
+ version = "1.15.0"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
755
+
756
+ [[package]]
757
+ name = "enum-as-inner"
758
+ version = "0.6.1"
759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
760
+ checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
761
+ dependencies = [
762
+ "heck",
763
+ "proc-macro2",
764
+ "quote",
765
+ "syn",
766
+ ]
767
+
768
+ [[package]]
769
+ name = "env_filter"
770
+ version = "0.1.3"
771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
772
+ checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
773
+ dependencies = [
774
+ "log",
775
+ "regex",
776
+ ]
777
+
778
+ [[package]]
779
+ name = "env_logger"
780
+ version = "0.11.8"
781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
782
+ checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
783
+ dependencies = [
784
+ "anstream",
785
+ "anstyle",
786
+ "env_filter",
787
+ "jiff",
788
+ "log",
789
+ ]
790
+
791
+ [[package]]
792
+ name = "equivalent"
793
+ version = "1.0.2"
794
+ source = "registry+https://github.com/rust-lang/crates.io-index"
795
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
796
+
797
+ [[package]]
798
+ name = "errno"
799
+ version = "0.3.13"
800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
801
+ checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
802
+ dependencies = [
803
+ "libc",
804
+ "windows-sys 0.60.2",
805
+ ]
806
+
807
+ [[package]]
808
+ name = "fastrand"
809
+ version = "2.3.0"
810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
811
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
812
+
813
+ [[package]]
814
+ name = "filetime"
815
+ version = "0.2.25"
816
+ source = "registry+https://github.com/rust-lang/crates.io-index"
817
+ checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
818
+ dependencies = [
819
+ "cfg-if",
820
+ "libc",
821
+ "libredox",
822
+ "windows-sys 0.59.0",
823
+ ]
824
+
825
+ [[package]]
826
+ name = "flate2"
827
+ version = "1.1.2"
828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
829
+ checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
830
+ dependencies = [
831
+ "crc32fast",
832
+ "miniz_oxide",
833
+ ]
834
+
835
+ [[package]]
836
+ name = "fnv"
837
+ version = "1.0.7"
838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
839
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
840
+
841
+ [[package]]
842
+ name = "foldhash"
843
+ version = "0.1.5"
844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
845
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
846
+
847
+ [[package]]
848
+ name = "foreign-types"
849
+ version = "0.3.2"
850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
851
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
852
+ dependencies = [
853
+ "foreign-types-shared",
854
+ ]
855
+
856
+ [[package]]
857
+ name = "foreign-types-shared"
858
+ version = "0.1.1"
859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
860
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
861
+
862
+ [[package]]
863
+ name = "form_urlencoded"
864
+ version = "1.2.1"
865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
866
+ checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
867
+ dependencies = [
868
+ "percent-encoding",
869
+ ]
870
+
871
+ [[package]]
872
+ name = "funty"
873
+ version = "2.0.0"
874
+ source = "registry+https://github.com/rust-lang/crates.io-index"
875
+ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
876
+
877
+ [[package]]
878
+ name = "generic-array"
879
+ version = "0.14.7"
880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
881
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
882
+ dependencies = [
883
+ "typenum",
884
+ "version_check",
885
+ ]
886
+
887
+ [[package]]
888
+ name = "getrandom"
889
+ version = "0.2.16"
890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
891
+ checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
892
+ dependencies = [
893
+ "cfg-if",
894
+ "js-sys",
895
+ "libc",
896
+ "wasi 0.11.1+wasi-snapshot-preview1",
897
+ "wasm-bindgen",
898
+ ]
899
+
900
+ [[package]]
901
+ name = "getrandom"
902
+ version = "0.3.3"
903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
904
+ checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
905
+ dependencies = [
906
+ "cfg-if",
907
+ "js-sys",
908
+ "libc",
909
+ "r-efi",
910
+ "wasi 0.14.2+wasi-0.2.4",
911
+ "wasm-bindgen",
912
+ ]
913
+
914
+ [[package]]
915
+ name = "getset"
916
+ version = "0.1.6"
917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
918
+ checksum = "9cf0fc11e47561d47397154977bc219f4cf809b2974facc3ccb3b89e2436f912"
919
+ dependencies = [
920
+ "proc-macro-error2",
921
+ "proc-macro2",
922
+ "quote",
923
+ "syn",
924
+ ]
925
+
926
+ [[package]]
927
+ name = "glob"
928
+ version = "0.3.3"
929
+ source = "registry+https://github.com/rust-lang/crates.io-index"
930
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
931
+
932
+ [[package]]
933
+ name = "hashbrown"
934
+ version = "0.15.5"
935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
936
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
937
+ dependencies = [
938
+ "allocator-api2",
939
+ "equivalent",
940
+ "foldhash",
941
+ ]
942
+
943
+ [[package]]
944
+ name = "hdbscan"
945
+ version = "0.11.0"
946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
947
+ checksum = "95bd4d39a1e96420f31b20ac30d5052ba76d9b2bde2987beade48445073a063c"
948
+ dependencies = [
949
+ "kdtree",
950
+ "num-traits",
951
+ ]
952
+
953
+ [[package]]
954
+ name = "hdrhistogram"
955
+ version = "7.5.4"
956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
957
+ checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
958
+ dependencies = [
959
+ "base64 0.21.7",
960
+ "byteorder",
961
+ "crossbeam-channel",
962
+ "flate2",
963
+ "nom",
964
+ "num-traits",
965
+ ]
966
+
967
+ [[package]]
968
+ name = "heck"
969
+ version = "0.5.0"
970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
971
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
972
+
973
+ [[package]]
974
+ name = "hermit-abi"
975
+ version = "0.5.2"
976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
977
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
978
+
979
+ [[package]]
980
+ name = "hex"
981
+ version = "0.4.3"
982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
983
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
984
+
985
+ [[package]]
986
+ name = "hnsw_rs"
987
+ version = "0.3.2"
988
+ source = "git+https://github.com/scientist-labs/hnswlib-rs?tag=clusterkit-0.1.0#30e90bf7e37148bdf3a8ba6ec4d29e269abea8c1"
989
+ dependencies = [
990
+ "anndists",
991
+ "anyhow",
992
+ "bincode 1.3.3",
993
+ "cfg-if",
994
+ "cpu-time",
995
+ "env_logger",
996
+ "hashbrown",
997
+ "indexmap",
998
+ "lazy_static",
999
+ "log",
1000
+ "mmap-rs",
1001
+ "num-traits",
1002
+ "num_cpus",
1003
+ "parking_lot",
1004
+ "rand 0.9.2",
1005
+ "rayon",
1006
+ "serde",
1007
+ ]
1008
+
1009
+ [[package]]
1010
+ name = "http"
1011
+ version = "1.3.1"
1012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1013
+ checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1014
+ dependencies = [
1015
+ "bytes",
1016
+ "fnv",
1017
+ "itoa",
1018
+ ]
1019
+
1020
+ [[package]]
1021
+ name = "httparse"
1022
+ version = "1.10.1"
1023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1024
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1025
+
1026
+ [[package]]
1027
+ name = "iana-time-zone"
1028
+ version = "0.1.63"
1029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1030
+ checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
1031
+ dependencies = [
1032
+ "android_system_properties",
1033
+ "core-foundation-sys",
1034
+ "iana-time-zone-haiku",
1035
+ "js-sys",
1036
+ "log",
1037
+ "wasm-bindgen",
1038
+ "windows-core",
1039
+ ]
1040
+
1041
+ [[package]]
1042
+ name = "iana-time-zone-haiku"
1043
+ version = "0.1.2"
1044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1045
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1046
+ dependencies = [
1047
+ "cc",
1048
+ ]
1049
+
1050
+ [[package]]
1051
+ name = "icu_collections"
1052
+ version = "2.0.0"
1053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1055
+ dependencies = [
1056
+ "displaydoc",
1057
+ "potential_utf",
1058
+ "yoke",
1059
+ "zerofrom",
1060
+ "zerovec",
1061
+ ]
1062
+
1063
+ [[package]]
1064
+ name = "icu_locale_core"
1065
+ version = "2.0.0"
1066
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1067
+ checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1068
+ dependencies = [
1069
+ "displaydoc",
1070
+ "litemap",
1071
+ "tinystr",
1072
+ "writeable",
1073
+ "zerovec",
1074
+ ]
1075
+
1076
+ [[package]]
1077
+ name = "icu_normalizer"
1078
+ version = "2.0.0"
1079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1080
+ checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1081
+ dependencies = [
1082
+ "displaydoc",
1083
+ "icu_collections",
1084
+ "icu_normalizer_data",
1085
+ "icu_properties",
1086
+ "icu_provider",
1087
+ "smallvec",
1088
+ "zerovec",
1089
+ ]
1090
+
1091
+ [[package]]
1092
+ name = "icu_normalizer_data"
1093
+ version = "2.0.0"
1094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1095
+ checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1096
+
1097
+ [[package]]
1098
+ name = "icu_properties"
1099
+ version = "2.0.1"
1100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1101
+ checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1102
+ dependencies = [
1103
+ "displaydoc",
1104
+ "icu_collections",
1105
+ "icu_locale_core",
1106
+ "icu_properties_data",
1107
+ "icu_provider",
1108
+ "potential_utf",
1109
+ "zerotrie",
1110
+ "zerovec",
1111
+ ]
1112
+
1113
+ [[package]]
1114
+ name = "icu_properties_data"
1115
+ version = "2.0.1"
1116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1117
+ checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1118
+
1119
+ [[package]]
1120
+ name = "icu_provider"
1121
+ version = "2.0.0"
1122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1123
+ checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
1124
+ dependencies = [
1125
+ "displaydoc",
1126
+ "icu_locale_core",
1127
+ "stable_deref_trait",
1128
+ "tinystr",
1129
+ "writeable",
1130
+ "yoke",
1131
+ "zerofrom",
1132
+ "zerotrie",
1133
+ "zerovec",
1134
+ ]
1135
+
1136
+ [[package]]
1137
+ name = "ident_case"
1138
+ version = "1.0.1"
1139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1140
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1141
+
1142
+ [[package]]
1143
+ name = "idna"
1144
+ version = "1.0.3"
1145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1146
+ checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1147
+ dependencies = [
1148
+ "idna_adapter",
1149
+ "smallvec",
1150
+ "utf8_iter",
1151
+ ]
1152
+
1153
+ [[package]]
1154
+ name = "idna_adapter"
1155
+ version = "1.2.1"
1156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1157
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1158
+ dependencies = [
1159
+ "icu_normalizer",
1160
+ "icu_properties",
1161
+ ]
1162
+
1163
+ [[package]]
1164
+ name = "indexmap"
1165
+ version = "2.10.0"
1166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1167
+ checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
1168
+ dependencies = [
1169
+ "equivalent",
1170
+ "hashbrown",
1171
+ ]
1172
+
1173
+ [[package]]
1174
+ name = "indxvec"
1175
+ version = "1.9.6"
1176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1177
+ checksum = "f80ec91439747afc38510dd9ddac3d776f3485197b9b7d6cc81c719db5cd8faa"
1178
+
1179
+ [[package]]
1180
+ name = "intel-mkl-src"
1181
+ version = "0.8.1"
1182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1183
+ checksum = "2ee70586cd5b3e772a8739a1bd43eaa90d4f4bf0fb2a4edc202e979937ee7f5e"
1184
+ dependencies = [
1185
+ "anyhow",
1186
+ "intel-mkl-tool",
1187
+ "ocipkg",
1188
+ ]
1189
+
1190
+ [[package]]
1191
+ name = "intel-mkl-tool"
1192
+ version = "0.8.1"
1193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1194
+ checksum = "887a16b4537d82227af54d3372971cfa5e0cde53322e60f57584056c16ada1b4"
1195
+ dependencies = [
1196
+ "anyhow",
1197
+ "log",
1198
+ "walkdir",
1199
+ ]
1200
+
1201
+ [[package]]
1202
+ name = "is_terminal_polyfill"
1203
+ version = "1.70.1"
1204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1205
+ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
1206
+
1207
+ [[package]]
1208
+ name = "itertools"
1209
+ version = "0.12.1"
1210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1211
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1212
+ dependencies = [
1213
+ "either",
1214
+ ]
1215
+
1216
+ [[package]]
1217
+ name = "itoa"
1218
+ version = "1.0.15"
1219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1220
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1221
+
1222
+ [[package]]
1223
+ name = "jiff"
1224
+ version = "0.2.15"
1225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1226
+ checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
1227
+ dependencies = [
1228
+ "jiff-static",
1229
+ "log",
1230
+ "portable-atomic",
1231
+ "portable-atomic-util",
1232
+ "serde",
1233
+ ]
1234
+
1235
+ [[package]]
1236
+ name = "jiff-static"
1237
+ version = "0.2.15"
1238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1239
+ checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
1240
+ dependencies = [
1241
+ "proc-macro2",
1242
+ "quote",
1243
+ "syn",
1244
+ ]
1245
+
1246
+ [[package]]
1247
+ name = "js-sys"
1248
+ version = "0.3.77"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1251
+ dependencies = [
1252
+ "once_cell",
1253
+ "wasm-bindgen",
1254
+ ]
1255
+
1256
+ [[package]]
1257
+ name = "katexit"
1258
+ version = "0.1.5"
1259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1260
+ checksum = "ccfb0b7ce7938f84a5ecbdca5d0a991e46bc9d6d078934ad5e92c5270fe547db"
1261
+ dependencies = [
1262
+ "proc-macro2",
1263
+ "quote",
1264
+ "syn",
1265
+ ]
1266
+
1267
+ [[package]]
1268
+ name = "kdtree"
1269
+ version = "0.7.0"
1270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1271
+ checksum = "0f0a0e9f770b65bac9aad00f97a67ab5c5319effed07f6da385da3c2115e47ba"
1272
+ dependencies = [
1273
+ "num-traits",
1274
+ "thiserror 1.0.69",
1275
+ ]
1276
+
1277
+ [[package]]
1278
+ name = "lapack-sys"
1279
+ version = "0.14.0"
1280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1281
+ checksum = "447f56c85fb410a7a3d36701b2153c1018b1d2b908c5fbaf01c1b04fac33bcbe"
1282
+ dependencies = [
1283
+ "libc",
1284
+ ]
1285
+
1286
+ [[package]]
1287
+ name = "lax"
1288
+ version = "0.17.0"
1289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1290
+ checksum = "1048f58cdc36e726e1c5ef81ec7ac9b1be2fce6b705786514b5a4f8c63487867"
1291
+ dependencies = [
1292
+ "cauchy",
1293
+ "intel-mkl-src",
1294
+ "katexit",
1295
+ "lapack-sys",
1296
+ "num-traits",
1297
+ "openblas-src",
1298
+ "thiserror 2.0.15",
1299
+ ]
1300
+
1301
+ [[package]]
1302
+ name = "lazy_static"
1303
+ version = "1.5.0"
1304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1305
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1306
+
1307
+ [[package]]
1308
+ name = "lazycell"
1309
+ version = "1.3.0"
1310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1311
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1312
+
1313
+ [[package]]
1314
+ name = "libc"
1315
+ version = "0.2.175"
1316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1317
+ checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
1318
+
1319
+ [[package]]
1320
+ name = "libloading"
1321
+ version = "0.8.8"
1322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1323
+ checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
1324
+ dependencies = [
1325
+ "cfg-if",
1326
+ "windows-targets 0.53.3",
1327
+ ]
1328
+
1329
+ [[package]]
1330
+ name = "libm"
1331
+ version = "0.2.15"
1332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1333
+ checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
1334
+
1335
+ [[package]]
1336
+ name = "libredox"
1337
+ version = "0.1.9"
1338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1339
+ checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3"
1340
+ dependencies = [
1341
+ "bitflags 2.9.2",
1342
+ "libc",
1343
+ "redox_syscall",
1344
+ ]
1345
+
1346
+ [[package]]
1347
+ name = "linux-raw-sys"
1348
+ version = "0.9.4"
1349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1350
+ checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
1351
+
1352
+ [[package]]
1353
+ name = "litemap"
1354
+ version = "0.8.0"
1355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1356
+ checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1357
+
1358
+ [[package]]
1359
+ name = "lock_api"
1360
+ version = "0.4.13"
1361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1362
+ checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
1363
+ dependencies = [
1364
+ "autocfg",
1365
+ "scopeguard",
1366
+ ]
1367
+
1368
+ [[package]]
1369
+ name = "log"
1370
+ version = "0.4.27"
1371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1372
+ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1373
+
1374
+ [[package]]
1375
+ name = "mach2"
1376
+ version = "0.4.3"
1377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1378
+ checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
1379
+ dependencies = [
1380
+ "libc",
1381
+ ]
1382
+
1383
+ [[package]]
1384
+ name = "magnus"
1385
+ version = "0.6.4"
1386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1387
+ checksum = "b1597ef40aa8c36be098249e82c9a20cf7199278ac1c1a1a995eeead6a184479"
1388
+ dependencies = [
1389
+ "magnus-macros",
1390
+ "rb-sys",
1391
+ "rb-sys-env",
1392
+ "seq-macro",
1393
+ ]
1394
+
1395
+ [[package]]
1396
+ name = "magnus-macros"
1397
+ version = "0.6.0"
1398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1399
+ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
1400
+ dependencies = [
1401
+ "proc-macro2",
1402
+ "quote",
1403
+ "syn",
1404
+ ]
1405
+
1406
+ [[package]]
1407
+ name = "matrixmultiply"
1408
+ version = "0.3.10"
1409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1410
+ checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
1411
+ dependencies = [
1412
+ "autocfg",
1413
+ "rawpointer",
1414
+ ]
1415
+
1416
+ [[package]]
1417
+ name = "memchr"
1418
+ version = "2.7.5"
1419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1420
+ checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
1421
+
1422
+ [[package]]
1423
+ name = "memoffset"
1424
+ version = "0.7.1"
1425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1426
+ checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
1427
+ dependencies = [
1428
+ "autocfg",
1429
+ ]
1430
+
1431
+ [[package]]
1432
+ name = "memory-stats"
1433
+ version = "1.2.0"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "c73f5c649995a115e1a0220b35e4df0a1294500477f97a91d0660fb5abeb574a"
1436
+ dependencies = [
1437
+ "libc",
1438
+ "windows-sys 0.52.0",
1439
+ ]
1440
+
1441
+ [[package]]
1442
+ name = "minimal-lexical"
1443
+ version = "0.2.1"
1444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1445
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1446
+
1447
+ [[package]]
1448
+ name = "miniz_oxide"
1449
+ version = "0.8.9"
1450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1451
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1452
+ dependencies = [
1453
+ "adler2",
1454
+ ]
1455
+
1456
+ [[package]]
1457
+ name = "mmap-rs"
1458
+ version = "0.6.1"
1459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1460
+ checksum = "86968d85441db75203c34deefd0c88032f275aaa85cee19a1dcfff6ae9df56da"
1461
+ dependencies = [
1462
+ "bitflags 1.3.2",
1463
+ "combine",
1464
+ "libc",
1465
+ "mach2",
1466
+ "nix",
1467
+ "sysctl",
1468
+ "thiserror 1.0.69",
1469
+ "widestring",
1470
+ "windows",
1471
+ ]
1472
+
1473
+ [[package]]
1474
+ name = "native-tls"
1475
+ version = "0.2.14"
1476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1477
+ checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1478
+ dependencies = [
1479
+ "libc",
1480
+ "log",
1481
+ "openssl",
1482
+ "openssl-probe",
1483
+ "openssl-sys",
1484
+ "schannel",
1485
+ "security-framework",
1486
+ "security-framework-sys",
1487
+ "tempfile",
1488
+ ]
1489
+
1490
+ [[package]]
1491
+ name = "ndarray"
1492
+ version = "0.16.1"
1493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1494
+ checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841"
1495
+ dependencies = [
1496
+ "cblas-sys",
1497
+ "libc",
1498
+ "matrixmultiply",
1499
+ "num-complex 0.4.6",
1500
+ "num-integer",
1501
+ "num-traits",
1502
+ "portable-atomic",
1503
+ "portable-atomic-util",
1504
+ "rawpointer",
1505
+ "rayon",
1506
+ "serde",
1507
+ ]
1508
+
1509
+ [[package]]
1510
+ name = "nix"
1511
+ version = "0.26.4"
1512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1513
+ checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
1514
+ dependencies = [
1515
+ "bitflags 1.3.2",
1516
+ "cfg-if",
1517
+ "libc",
1518
+ "memoffset",
1519
+ "pin-utils",
1520
+ ]
1521
+
1522
+ [[package]]
1523
+ name = "nom"
1524
+ version = "7.1.3"
1525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1526
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1527
+ dependencies = [
1528
+ "memchr",
1529
+ "minimal-lexical",
1530
+ ]
1531
+
1532
+ [[package]]
1533
+ name = "num-complex"
1534
+ version = "0.2.4"
1535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1536
+ checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
1537
+ dependencies = [
1538
+ "autocfg",
1539
+ "num-traits",
1540
+ ]
1541
+
1542
+ [[package]]
1543
+ name = "num-complex"
1544
+ version = "0.4.6"
1545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1546
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
1547
+ dependencies = [
1548
+ "num-traits",
1549
+ "rand 0.8.5",
1550
+ "serde",
1551
+ ]
1552
+
1553
+ [[package]]
1554
+ name = "num-conv"
1555
+ version = "0.1.0"
1556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1557
+ checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1558
+
1559
+ [[package]]
1560
+ name = "num-integer"
1561
+ version = "0.1.46"
1562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1563
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1564
+ dependencies = [
1565
+ "num-traits",
1566
+ ]
1567
+
1568
+ [[package]]
1569
+ name = "num-traits"
1570
+ version = "0.2.19"
1571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1572
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1573
+ dependencies = [
1574
+ "autocfg",
1575
+ "libm",
1576
+ ]
1577
+
1578
+ [[package]]
1579
+ name = "num_cpus"
1580
+ version = "1.17.0"
1581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1582
+ checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
1583
+ dependencies = [
1584
+ "hermit-abi",
1585
+ "libc",
1586
+ ]
1587
+
1588
+ [[package]]
1589
+ name = "oci-spec"
1590
+ version = "0.6.8"
1591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1592
+ checksum = "3f5a3fe998d50101ae009351fec56d88a69f4ed182e11000e711068c2f5abf72"
1593
+ dependencies = [
1594
+ "derive_builder",
1595
+ "getset",
1596
+ "once_cell",
1597
+ "regex",
1598
+ "serde",
1599
+ "serde_json",
1600
+ "strum",
1601
+ "strum_macros",
1602
+ "thiserror 1.0.69",
1603
+ ]
1604
+
1605
+ [[package]]
1606
+ name = "ocipkg"
1607
+ version = "0.2.9"
1608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1609
+ checksum = "9bb3293021f06540803301af45e7ab81693d50e89a7398a3420bdab139e7ba5e"
1610
+ dependencies = [
1611
+ "base16ct",
1612
+ "base64 0.22.1",
1613
+ "chrono",
1614
+ "directories",
1615
+ "flate2",
1616
+ "lazy_static",
1617
+ "log",
1618
+ "oci-spec",
1619
+ "regex",
1620
+ "serde",
1621
+ "serde_json",
1622
+ "sha2",
1623
+ "tar",
1624
+ "thiserror 1.0.69",
1625
+ "toml",
1626
+ "ureq 2.12.1",
1627
+ "url",
1628
+ "uuid",
1629
+ "walkdir",
1630
+ ]
1631
+
1632
+ [[package]]
1633
+ name = "once_cell"
1634
+ version = "1.19.0"
1635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1636
+ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1637
+
1638
+ [[package]]
1639
+ name = "once_cell_polyfill"
1640
+ version = "1.70.1"
1641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1642
+ checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
1643
+
1644
+ [[package]]
1645
+ name = "openblas-build"
1646
+ version = "0.10.12"
1647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1648
+ checksum = "2d313e94cc8dd9212790bd697ed547f7019309462693a1bfbc2312dae970b24a"
1649
+ dependencies = [
1650
+ "anyhow",
1651
+ "cc",
1652
+ "flate2",
1653
+ "tar",
1654
+ "thiserror 2.0.15",
1655
+ "ureq 3.1.0",
1656
+ ]
1657
+
1658
+ [[package]]
1659
+ name = "openblas-src"
1660
+ version = "0.10.12"
1661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1662
+ checksum = "659be974d3226615ca8d47b7e4eda2f1bdbfdbb5866f61c04b2ec9df34ed03f2"
1663
+ dependencies = [
1664
+ "dirs",
1665
+ "openblas-build",
1666
+ "pkg-config",
1667
+ "vcpkg",
1668
+ ]
1669
+
1670
+ [[package]]
1671
+ name = "openssl"
1672
+ version = "0.10.73"
1673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1674
+ checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
1675
+ dependencies = [
1676
+ "bitflags 2.9.2",
1677
+ "cfg-if",
1678
+ "foreign-types",
1679
+ "libc",
1680
+ "once_cell",
1681
+ "openssl-macros",
1682
+ "openssl-sys",
1683
+ ]
1684
+
1685
+ [[package]]
1686
+ name = "openssl-macros"
1687
+ version = "0.1.1"
1688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1689
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1690
+ dependencies = [
1691
+ "proc-macro2",
1692
+ "quote",
1693
+ "syn",
1694
+ ]
1695
+
1696
+ [[package]]
1697
+ name = "openssl-probe"
1698
+ version = "0.1.6"
1699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1700
+ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1701
+
1702
+ [[package]]
1703
+ name = "openssl-sys"
1704
+ version = "0.9.109"
1705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1706
+ checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
1707
+ dependencies = [
1708
+ "cc",
1709
+ "libc",
1710
+ "pkg-config",
1711
+ "vcpkg",
1712
+ ]
1713
+
1714
+ [[package]]
1715
+ name = "option-ext"
1716
+ version = "0.2.0"
1717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1718
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
1719
+
1720
+ [[package]]
1721
+ name = "parking_lot"
1722
+ version = "0.12.4"
1723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1724
+ checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
1725
+ dependencies = [
1726
+ "lock_api",
1727
+ "parking_lot_core",
1728
+ ]
1729
+
1730
+ [[package]]
1731
+ name = "parking_lot_core"
1732
+ version = "0.9.11"
1733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1734
+ checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
1735
+ dependencies = [
1736
+ "cfg-if",
1737
+ "libc",
1738
+ "redox_syscall",
1739
+ "smallvec",
1740
+ "windows-targets 0.52.6",
1741
+ ]
1742
+
1743
+ [[package]]
1744
+ name = "pem-rfc7468"
1745
+ version = "0.7.0"
1746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1747
+ checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1748
+ dependencies = [
1749
+ "base64ct",
1750
+ ]
1751
+
1752
+ [[package]]
1753
+ name = "percent-encoding"
1754
+ version = "2.3.1"
1755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1756
+ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1757
+
1758
+ [[package]]
1759
+ name = "pin-utils"
1760
+ version = "0.1.0"
1761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1762
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1763
+
1764
+ [[package]]
1765
+ name = "pkg-config"
1766
+ version = "0.3.32"
1767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1768
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1769
+
1770
+ [[package]]
1771
+ name = "portable-atomic"
1772
+ version = "1.11.1"
1773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1774
+ checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
1775
+
1776
+ [[package]]
1777
+ name = "portable-atomic-util"
1778
+ version = "0.2.4"
1779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1780
+ checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
1781
+ dependencies = [
1782
+ "portable-atomic",
1783
+ ]
1784
+
1785
+ [[package]]
1786
+ name = "potential_utf"
1787
+ version = "0.1.2"
1788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1789
+ checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
1790
+ dependencies = [
1791
+ "zerovec",
1792
+ ]
1793
+
1794
+ [[package]]
1795
+ name = "powerfmt"
1796
+ version = "0.2.0"
1797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1798
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1799
+
1800
+ [[package]]
1801
+ name = "ppv-lite86"
1802
+ version = "0.2.21"
1803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1804
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1805
+ dependencies = [
1806
+ "zerocopy",
1807
+ ]
1808
+
1809
+ [[package]]
1810
+ name = "proc-macro-error-attr2"
1811
+ version = "2.0.0"
1812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1813
+ checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
1814
+ dependencies = [
1815
+ "proc-macro2",
1816
+ "quote",
1817
+ ]
1818
+
1819
+ [[package]]
1820
+ name = "proc-macro-error2"
1821
+ version = "2.0.1"
1822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1823
+ checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
1824
+ dependencies = [
1825
+ "proc-macro-error-attr2",
1826
+ "proc-macro2",
1827
+ "quote",
1828
+ "syn",
1829
+ ]
1830
+
1831
+ [[package]]
1832
+ name = "proc-macro2"
1833
+ version = "1.0.101"
1834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1835
+ checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
1836
+ dependencies = [
1837
+ "unicode-ident",
1838
+ ]
1839
+
1840
+ [[package]]
1841
+ name = "quantiles"
1842
+ version = "0.7.1"
1843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1844
+ checksum = "c10fa813fb26fb6c321a6f3085b5ade4cb4730d08d0b9e70a3759136940957f2"
1845
+
1846
+ [[package]]
1847
+ name = "quote"
1848
+ version = "1.0.40"
1849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1850
+ checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1851
+ dependencies = [
1852
+ "proc-macro2",
1853
+ ]
1854
+
1855
+ [[package]]
1856
+ name = "r-efi"
1857
+ version = "5.3.0"
1858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1859
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1860
+
1861
+ [[package]]
1862
+ name = "radium"
1863
+ version = "0.7.0"
1864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1865
+ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
1866
+
1867
+ [[package]]
1868
+ name = "rand"
1869
+ version = "0.8.5"
1870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1871
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1872
+ dependencies = [
1873
+ "libc",
1874
+ "rand_chacha 0.3.1",
1875
+ "rand_core 0.6.4",
1876
+ ]
1877
+
1878
+ [[package]]
1879
+ name = "rand"
1880
+ version = "0.9.2"
1881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1882
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1883
+ dependencies = [
1884
+ "rand_chacha 0.9.0",
1885
+ "rand_core 0.9.3",
1886
+ ]
1887
+
1888
+ [[package]]
1889
+ name = "rand_chacha"
1890
+ version = "0.3.1"
1891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1892
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1893
+ dependencies = [
1894
+ "ppv-lite86",
1895
+ "rand_core 0.6.4",
1896
+ ]
1897
+
1898
+ [[package]]
1899
+ name = "rand_chacha"
1900
+ version = "0.9.0"
1901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1902
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1903
+ dependencies = [
1904
+ "ppv-lite86",
1905
+ "rand_core 0.9.3",
1906
+ ]
1907
+
1908
+ [[package]]
1909
+ name = "rand_core"
1910
+ version = "0.6.4"
1911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1912
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1913
+ dependencies = [
1914
+ "getrandom 0.2.16",
1915
+ ]
1916
+
1917
+ [[package]]
1918
+ name = "rand_core"
1919
+ version = "0.9.3"
1920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1921
+ checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1922
+ dependencies = [
1923
+ "getrandom 0.3.3",
1924
+ ]
1925
+
1926
+ [[package]]
1927
+ name = "rand_distr"
1928
+ version = "0.5.1"
1929
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1930
+ checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
1931
+ dependencies = [
1932
+ "num-traits",
1933
+ "rand 0.9.2",
1934
+ ]
1935
+
1936
+ [[package]]
1937
+ name = "rand_xoshiro"
1938
+ version = "0.7.0"
1939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1940
+ checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
1941
+ dependencies = [
1942
+ "rand_core 0.9.3",
1943
+ ]
1944
+
1945
+ [[package]]
1946
+ name = "rawpointer"
1947
+ version = "0.2.1"
1948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1949
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
1950
+
1951
+ [[package]]
1952
+ name = "rayon"
1953
+ version = "1.11.0"
1954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1955
+ checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
1956
+ dependencies = [
1957
+ "either",
1958
+ "rayon-core",
1959
+ ]
1960
+
1961
+ [[package]]
1962
+ name = "rayon-core"
1963
+ version = "1.13.0"
1964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1965
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1966
+ dependencies = [
1967
+ "crossbeam-deque",
1968
+ "crossbeam-utils",
1969
+ ]
1970
+
1971
+ [[package]]
1972
+ name = "rb-sys"
1973
+ version = "0.9.117"
1974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1975
+ checksum = "f900d1ce4629a2ebffaf5de74bd8f9c1188d4c5ed406df02f97e22f77a006f44"
1976
+ dependencies = [
1977
+ "rb-sys-build",
1978
+ ]
1979
+
1980
+ [[package]]
1981
+ name = "rb-sys-build"
1982
+ version = "0.9.117"
1983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1984
+ checksum = "ef1e9c857028f631056bcd6d88cec390c751e343ce2223ddb26d23eb4a151d59"
1985
+ dependencies = [
1986
+ "bindgen",
1987
+ "lazy_static",
1988
+ "proc-macro2",
1989
+ "quote",
1990
+ "regex",
1991
+ "shell-words",
1992
+ "syn",
1993
+ ]
1994
+
1995
+ [[package]]
1996
+ name = "rb-sys-env"
1997
+ version = "0.1.2"
1998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1999
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
2000
+
2001
+ [[package]]
2002
+ name = "redox_syscall"
2003
+ version = "0.5.17"
2004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2005
+ checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
2006
+ dependencies = [
2007
+ "bitflags 2.9.2",
2008
+ ]
2009
+
2010
+ [[package]]
2011
+ name = "redox_users"
2012
+ version = "0.4.6"
2013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2014
+ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
2015
+ dependencies = [
2016
+ "getrandom 0.2.16",
2017
+ "libredox",
2018
+ "thiserror 1.0.69",
2019
+ ]
2020
+
2021
+ [[package]]
2022
+ name = "redox_users"
2023
+ version = "0.5.2"
2024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2025
+ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
2026
+ dependencies = [
2027
+ "getrandom 0.2.16",
2028
+ "libredox",
2029
+ "thiserror 2.0.15",
2030
+ ]
2031
+
2032
+ [[package]]
2033
+ name = "regex"
2034
+ version = "1.10.6"
2035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2036
+ checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
2037
+ dependencies = [
2038
+ "aho-corasick",
2039
+ "memchr",
2040
+ "regex-automata",
2041
+ "regex-syntax",
2042
+ ]
2043
+
2044
+ [[package]]
2045
+ name = "regex-automata"
2046
+ version = "0.4.9"
2047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2048
+ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2049
+ dependencies = [
2050
+ "aho-corasick",
2051
+ "memchr",
2052
+ "regex-syntax",
2053
+ ]
2054
+
2055
+ [[package]]
2056
+ name = "regex-syntax"
2057
+ version = "0.8.5"
2058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2059
+ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2060
+
2061
+ [[package]]
2062
+ name = "ring"
2063
+ version = "0.17.14"
2064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2065
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2066
+ dependencies = [
2067
+ "cc",
2068
+ "cfg-if",
2069
+ "getrandom 0.2.16",
2070
+ "libc",
2071
+ "untrusted",
2072
+ "windows-sys 0.52.0",
2073
+ ]
2074
+
2075
+ [[package]]
2076
+ name = "rustc-hash"
2077
+ version = "1.1.0"
2078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2079
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2080
+
2081
+ [[package]]
2082
+ name = "rustix"
2083
+ version = "1.0.8"
2084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2085
+ checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
2086
+ dependencies = [
2087
+ "bitflags 2.9.2",
2088
+ "errno",
2089
+ "libc",
2090
+ "linux-raw-sys",
2091
+ "windows-sys 0.60.2",
2092
+ ]
2093
+
2094
+ [[package]]
2095
+ name = "rustls"
2096
+ version = "0.23.31"
2097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2098
+ checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc"
2099
+ dependencies = [
2100
+ "log",
2101
+ "once_cell",
2102
+ "ring",
2103
+ "rustls-pki-types",
2104
+ "rustls-webpki",
2105
+ "subtle",
2106
+ "zeroize",
2107
+ ]
2108
+
2109
+ [[package]]
2110
+ name = "rustls-pemfile"
2111
+ version = "2.2.0"
2112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2113
+ checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
2114
+ dependencies = [
2115
+ "rustls-pki-types",
2116
+ ]
2117
+
2118
+ [[package]]
2119
+ name = "rustls-pki-types"
2120
+ version = "1.12.0"
2121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2122
+ checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
2123
+ dependencies = [
2124
+ "zeroize",
2125
+ ]
2126
+
2127
+ [[package]]
2128
+ name = "rustls-webpki"
2129
+ version = "0.103.4"
2130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2131
+ checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
2132
+ dependencies = [
2133
+ "ring",
2134
+ "rustls-pki-types",
2135
+ "untrusted",
2136
+ ]
2137
+
2138
+ [[package]]
2139
+ name = "rustversion"
2140
+ version = "1.0.22"
2141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2142
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2143
+
2144
+ [[package]]
2145
+ name = "ryu"
2146
+ version = "1.0.20"
2147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2148
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2149
+
2150
+ [[package]]
2151
+ name = "same-file"
2152
+ version = "1.0.6"
2153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2154
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2155
+ dependencies = [
2156
+ "winapi-util",
2157
+ ]
2158
+
2159
+ [[package]]
2160
+ name = "schannel"
2161
+ version = "0.1.27"
2162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2163
+ checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
2164
+ dependencies = [
2165
+ "windows-sys 0.59.0",
2166
+ ]
2167
+
2168
+ [[package]]
2169
+ name = "scopeguard"
2170
+ version = "1.2.0"
2171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2172
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2173
+
2174
+ [[package]]
2175
+ name = "security-framework"
2176
+ version = "2.11.1"
2177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2178
+ checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2179
+ dependencies = [
2180
+ "bitflags 2.9.2",
2181
+ "core-foundation",
2182
+ "core-foundation-sys",
2183
+ "libc",
2184
+ "security-framework-sys",
2185
+ ]
2186
+
2187
+ [[package]]
2188
+ name = "security-framework-sys"
2189
+ version = "2.14.0"
2190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2191
+ checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
2192
+ dependencies = [
2193
+ "core-foundation-sys",
2194
+ "libc",
2195
+ ]
2196
+
2197
+ [[package]]
2198
+ name = "seq-macro"
2199
+ version = "0.3.6"
2200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2201
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
2202
+
2203
+ [[package]]
2204
+ name = "serde"
2205
+ version = "1.0.219"
2206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2207
+ checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
2208
+ dependencies = [
2209
+ "serde_derive",
2210
+ ]
2211
+
2212
+ [[package]]
2213
+ name = "serde_bytes"
2214
+ version = "0.11.17"
2215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2216
+ checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"
2217
+ dependencies = [
2218
+ "serde",
2219
+ ]
2220
+
2221
+ [[package]]
2222
+ name = "serde_derive"
2223
+ version = "1.0.219"
2224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2225
+ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2226
+ dependencies = [
2227
+ "proc-macro2",
2228
+ "quote",
2229
+ "syn",
2230
+ ]
2231
+
2232
+ [[package]]
2233
+ name = "serde_json"
2234
+ version = "1.0.143"
2235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2236
+ checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a"
2237
+ dependencies = [
2238
+ "indexmap",
2239
+ "itoa",
2240
+ "memchr",
2241
+ "ryu",
2242
+ "serde",
2243
+ ]
2244
+
2245
+ [[package]]
2246
+ name = "serde_spanned"
2247
+ version = "0.6.9"
2248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2249
+ checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
2250
+ dependencies = [
2251
+ "serde",
2252
+ ]
2253
+
2254
+ [[package]]
2255
+ name = "sha2"
2256
+ version = "0.10.9"
2257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2258
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2259
+ dependencies = [
2260
+ "cfg-if",
2261
+ "cpufeatures",
2262
+ "digest",
2263
+ ]
2264
+
2265
+ [[package]]
2266
+ name = "shell-words"
2267
+ version = "1.1.0"
2268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2269
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2270
+
2271
+ [[package]]
2272
+ name = "shlex"
2273
+ version = "1.3.0"
2274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2275
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2276
+
2277
+ [[package]]
2278
+ name = "smallvec"
2279
+ version = "1.15.1"
2280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2281
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2282
+
2283
+ [[package]]
2284
+ name = "sprs"
2285
+ version = "0.11.3"
2286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2287
+ checksum = "8bff8419009a08f6cb7519a602c5590241fbff1446bcc823c07af15386eb801b"
2288
+ dependencies = [
2289
+ "alga",
2290
+ "ndarray",
2291
+ "num-complex 0.4.6",
2292
+ "num-traits",
2293
+ "num_cpus",
2294
+ "rayon",
2295
+ "smallvec",
2296
+ ]
2297
+
2298
+ [[package]]
2299
+ name = "stable_deref_trait"
2300
+ version = "1.2.0"
2301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2302
+ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2303
+
2304
+ [[package]]
2305
+ name = "strsim"
2306
+ version = "0.11.1"
2307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2308
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2309
+
2310
+ [[package]]
2311
+ name = "strum"
2312
+ version = "0.26.3"
2313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2314
+ checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
2315
+
2316
+ [[package]]
2317
+ name = "strum_macros"
2318
+ version = "0.26.4"
2319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2320
+ checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
2321
+ dependencies = [
2322
+ "heck",
2323
+ "proc-macro2",
2324
+ "quote",
2325
+ "rustversion",
2326
+ "syn",
2327
+ ]
2328
+
2329
+ [[package]]
2330
+ name = "subtle"
2331
+ version = "2.6.1"
2332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2333
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2334
+
2335
+ [[package]]
2336
+ name = "syn"
2337
+ version = "2.0.106"
2338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2339
+ checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
2340
+ dependencies = [
2341
+ "proc-macro2",
2342
+ "quote",
2343
+ "unicode-ident",
2344
+ ]
2345
+
2346
+ [[package]]
2347
+ name = "synstructure"
2348
+ version = "0.13.2"
2349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2350
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2351
+ dependencies = [
2352
+ "proc-macro2",
2353
+ "quote",
2354
+ "syn",
2355
+ ]
2356
+
2357
+ [[package]]
2358
+ name = "sysctl"
2359
+ version = "0.5.5"
2360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2361
+ checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
2362
+ dependencies = [
2363
+ "bitflags 2.9.2",
2364
+ "byteorder",
2365
+ "enum-as-inner",
2366
+ "libc",
2367
+ "thiserror 1.0.69",
2368
+ "walkdir",
2369
+ ]
2370
+
2371
+ [[package]]
2372
+ name = "tap"
2373
+ version = "1.0.1"
2374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2375
+ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2376
+
2377
+ [[package]]
2378
+ name = "tar"
2379
+ version = "0.4.44"
2380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2381
+ checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a"
2382
+ dependencies = [
2383
+ "filetime",
2384
+ "libc",
2385
+ "xattr",
2386
+ ]
2387
+
2388
+ [[package]]
2389
+ name = "tempfile"
2390
+ version = "3.20.0"
2391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2392
+ checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
2393
+ dependencies = [
2394
+ "fastrand",
2395
+ "getrandom 0.3.3",
2396
+ "once_cell",
2397
+ "rustix",
2398
+ "windows-sys 0.59.0",
2399
+ ]
2400
+
2401
+ [[package]]
2402
+ name = "thiserror"
2403
+ version = "1.0.69"
2404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2405
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2406
+ dependencies = [
2407
+ "thiserror-impl 1.0.69",
2408
+ ]
2409
+
2410
+ [[package]]
2411
+ name = "thiserror"
2412
+ version = "2.0.15"
2413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2414
+ checksum = "80d76d3f064b981389ecb4b6b7f45a0bf9fdac1d5b9204c7bd6714fecc302850"
2415
+ dependencies = [
2416
+ "thiserror-impl 2.0.15",
2417
+ ]
2418
+
2419
+ [[package]]
2420
+ name = "thiserror-impl"
2421
+ version = "1.0.69"
2422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2423
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2424
+ dependencies = [
2425
+ "proc-macro2",
2426
+ "quote",
2427
+ "syn",
2428
+ ]
2429
+
2430
+ [[package]]
2431
+ name = "thiserror-impl"
2432
+ version = "2.0.15"
2433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2434
+ checksum = "44d29feb33e986b6ea906bd9c3559a856983f92371b3eaa5e83782a351623de0"
2435
+ dependencies = [
2436
+ "proc-macro2",
2437
+ "quote",
2438
+ "syn",
2439
+ ]
2440
+
2441
+ [[package]]
2442
+ name = "time"
2443
+ version = "0.3.41"
2444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2445
+ checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
2446
+ dependencies = [
2447
+ "deranged",
2448
+ "itoa",
2449
+ "num-conv",
2450
+ "powerfmt",
2451
+ "serde",
2452
+ "time-core",
2453
+ "time-macros",
2454
+ ]
2455
+
2456
+ [[package]]
2457
+ name = "time-core"
2458
+ version = "0.1.4"
2459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2460
+ checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
2461
+
2462
+ [[package]]
2463
+ name = "time-macros"
2464
+ version = "0.2.22"
2465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2466
+ checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
2467
+ dependencies = [
2468
+ "num-conv",
2469
+ "time-core",
2470
+ ]
2471
+
2472
+ [[package]]
2473
+ name = "tinystr"
2474
+ version = "0.8.1"
2475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2476
+ checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
2477
+ dependencies = [
2478
+ "displaydoc",
2479
+ "zerovec",
2480
+ ]
2481
+
2482
+ [[package]]
2483
+ name = "toml"
2484
+ version = "0.8.23"
2485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2486
+ checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
2487
+ dependencies = [
2488
+ "serde",
2489
+ "serde_spanned",
2490
+ "toml_datetime",
2491
+ "toml_edit",
2492
+ ]
2493
+
2494
+ [[package]]
2495
+ name = "toml_datetime"
2496
+ version = "0.6.11"
2497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2498
+ checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
2499
+ dependencies = [
2500
+ "serde",
2501
+ ]
2502
+
2503
+ [[package]]
2504
+ name = "toml_edit"
2505
+ version = "0.22.27"
2506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2507
+ checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
2508
+ dependencies = [
2509
+ "indexmap",
2510
+ "serde",
2511
+ "serde_spanned",
2512
+ "toml_datetime",
2513
+ "toml_write",
2514
+ "winnow",
2515
+ ]
2516
+
2517
+ [[package]]
2518
+ name = "toml_write"
2519
+ version = "0.1.2"
2520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2521
+ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
2522
+
2523
+ [[package]]
2524
+ name = "typenum"
2525
+ version = "1.18.0"
2526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2527
+ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
2528
+
2529
+ [[package]]
2530
+ name = "unicode-ident"
2531
+ version = "1.0.18"
2532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2533
+ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2534
+
2535
+ [[package]]
2536
+ name = "untrusted"
2537
+ version = "0.9.0"
2538
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2539
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2540
+
2541
+ [[package]]
2542
+ name = "unty"
2543
+ version = "0.0.4"
2544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2545
+ checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
2546
+
2547
+ [[package]]
2548
+ name = "ureq"
2549
+ version = "2.12.1"
2550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2551
+ checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d"
2552
+ dependencies = [
2553
+ "base64 0.22.1",
2554
+ "flate2",
2555
+ "log",
2556
+ "once_cell",
2557
+ "rustls",
2558
+ "rustls-pki-types",
2559
+ "serde",
2560
+ "serde_json",
2561
+ "url",
2562
+ "webpki-roots 0.26.11",
2563
+ ]
2564
+
2565
+ [[package]]
2566
+ name = "ureq"
2567
+ version = "3.1.0"
2568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2569
+ checksum = "00432f493971db5d8e47a65aeb3b02f8226b9b11f1450ff86bb772776ebadd70"
2570
+ dependencies = [
2571
+ "base64 0.22.1",
2572
+ "der",
2573
+ "log",
2574
+ "native-tls",
2575
+ "percent-encoding",
2576
+ "rustls-pemfile",
2577
+ "rustls-pki-types",
2578
+ "ureq-proto",
2579
+ "utf-8",
2580
+ "webpki-root-certs",
2581
+ ]
2582
+
2583
+ [[package]]
2584
+ name = "ureq-proto"
2585
+ version = "0.5.0"
2586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2587
+ checksum = "c5b6cabebbecc4c45189ab06b52f956206cea7d8c8a20851c35a85cb169224cc"
2588
+ dependencies = [
2589
+ "base64 0.22.1",
2590
+ "http",
2591
+ "httparse",
2592
+ "log",
2593
+ ]
2594
+
2595
+ [[package]]
2596
+ name = "url"
2597
+ version = "2.5.4"
2598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2599
+ checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2600
+ dependencies = [
2601
+ "form_urlencoded",
2602
+ "idna",
2603
+ "percent-encoding",
2604
+ ]
2605
+
2606
+ [[package]]
2607
+ name = "utf-8"
2608
+ version = "0.7.6"
2609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2610
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2611
+
2612
+ [[package]]
2613
+ name = "utf8_iter"
2614
+ version = "1.0.4"
2615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2616
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2617
+
2618
+ [[package]]
2619
+ name = "utf8parse"
2620
+ version = "0.2.2"
2621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2622
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2623
+
2624
+ [[package]]
2625
+ name = "uuid"
2626
+ version = "1.18.0"
2627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2628
+ checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be"
2629
+ dependencies = [
2630
+ "getrandom 0.3.3",
2631
+ "js-sys",
2632
+ "serde",
2633
+ "wasm-bindgen",
2634
+ ]
2635
+
2636
+ [[package]]
2637
+ name = "vcpkg"
2638
+ version = "0.2.15"
2639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2640
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2641
+
2642
+ [[package]]
2643
+ name = "version_check"
2644
+ version = "0.9.5"
2645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2646
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2647
+
2648
+ [[package]]
2649
+ name = "virtue"
2650
+ version = "0.0.18"
2651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2652
+ checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
2653
+
2654
+ [[package]]
2655
+ name = "walkdir"
2656
+ version = "2.5.0"
2657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2658
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2659
+ dependencies = [
2660
+ "same-file",
2661
+ "winapi-util",
2662
+ ]
2663
+
2664
+ [[package]]
2665
+ name = "wasi"
2666
+ version = "0.11.1+wasi-snapshot-preview1"
2667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2668
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2669
+
2670
+ [[package]]
2671
+ name = "wasi"
2672
+ version = "0.14.2+wasi-0.2.4"
2673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2674
+ checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
2675
+ dependencies = [
2676
+ "wit-bindgen-rt",
2677
+ ]
2678
+
2679
+ [[package]]
2680
+ name = "wasm-bindgen"
2681
+ version = "0.2.100"
2682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2683
+ checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2684
+ dependencies = [
2685
+ "cfg-if",
2686
+ "once_cell",
2687
+ "rustversion",
2688
+ "wasm-bindgen-macro",
2689
+ ]
2690
+
2691
+ [[package]]
2692
+ name = "wasm-bindgen-backend"
2693
+ version = "0.2.100"
2694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2695
+ checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2696
+ dependencies = [
2697
+ "bumpalo",
2698
+ "log",
2699
+ "proc-macro2",
2700
+ "quote",
2701
+ "syn",
2702
+ "wasm-bindgen-shared",
2703
+ ]
2704
+
2705
+ [[package]]
2706
+ name = "wasm-bindgen-macro"
2707
+ version = "0.2.100"
2708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2709
+ checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2710
+ dependencies = [
2711
+ "quote",
2712
+ "wasm-bindgen-macro-support",
2713
+ ]
2714
+
2715
+ [[package]]
2716
+ name = "wasm-bindgen-macro-support"
2717
+ version = "0.2.100"
2718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2719
+ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2720
+ dependencies = [
2721
+ "proc-macro2",
2722
+ "quote",
2723
+ "syn",
2724
+ "wasm-bindgen-backend",
2725
+ "wasm-bindgen-shared",
2726
+ ]
2727
+
2728
+ [[package]]
2729
+ name = "wasm-bindgen-shared"
2730
+ version = "0.2.100"
2731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2732
+ checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
2733
+ dependencies = [
2734
+ "unicode-ident",
2735
+ ]
2736
+
2737
+ [[package]]
2738
+ name = "webpki-root-certs"
2739
+ version = "1.0.2"
2740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2741
+ checksum = "4e4ffd8df1c57e87c325000a3d6ef93db75279dc3a231125aac571650f22b12a"
2742
+ dependencies = [
2743
+ "rustls-pki-types",
2744
+ ]
2745
+
2746
+ [[package]]
2747
+ name = "webpki-roots"
2748
+ version = "0.26.11"
2749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2750
+ checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
2751
+ dependencies = [
2752
+ "webpki-roots 1.0.2",
2753
+ ]
2754
+
2755
+ [[package]]
2756
+ name = "webpki-roots"
2757
+ version = "1.0.2"
2758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2759
+ checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2"
2760
+ dependencies = [
2761
+ "rustls-pki-types",
2762
+ ]
2763
+
2764
+ [[package]]
2765
+ name = "widestring"
2766
+ version = "1.2.0"
2767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2768
+ checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
2769
+
2770
+ [[package]]
2771
+ name = "winapi"
2772
+ version = "0.3.9"
2773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2774
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2775
+ dependencies = [
2776
+ "winapi-i686-pc-windows-gnu",
2777
+ "winapi-x86_64-pc-windows-gnu",
2778
+ ]
2779
+
2780
+ [[package]]
2781
+ name = "winapi-i686-pc-windows-gnu"
2782
+ version = "0.4.0"
2783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2784
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2785
+
2786
+ [[package]]
2787
+ name = "winapi-util"
2788
+ version = "0.1.9"
2789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2790
+ checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2791
+ dependencies = [
2792
+ "windows-sys 0.59.0",
2793
+ ]
2794
+
2795
+ [[package]]
2796
+ name = "winapi-x86_64-pc-windows-gnu"
2797
+ version = "0.4.0"
2798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2799
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2800
+
2801
+ [[package]]
2802
+ name = "windows"
2803
+ version = "0.48.0"
2804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2805
+ checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2806
+ dependencies = [
2807
+ "windows-targets 0.48.5",
2808
+ ]
2809
+
2810
+ [[package]]
2811
+ name = "windows-core"
2812
+ version = "0.61.2"
2813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2814
+ checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
2815
+ dependencies = [
2816
+ "windows-implement",
2817
+ "windows-interface",
2818
+ "windows-link",
2819
+ "windows-result",
2820
+ "windows-strings",
2821
+ ]
2822
+
2823
+ [[package]]
2824
+ name = "windows-implement"
2825
+ version = "0.60.0"
2826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2827
+ checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
2828
+ dependencies = [
2829
+ "proc-macro2",
2830
+ "quote",
2831
+ "syn",
2832
+ ]
2833
+
2834
+ [[package]]
2835
+ name = "windows-interface"
2836
+ version = "0.59.1"
2837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2838
+ checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
2839
+ dependencies = [
2840
+ "proc-macro2",
2841
+ "quote",
2842
+ "syn",
2843
+ ]
2844
+
2845
+ [[package]]
2846
+ name = "windows-link"
2847
+ version = "0.1.3"
2848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2849
+ checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
2850
+
2851
+ [[package]]
2852
+ name = "windows-result"
2853
+ version = "0.3.4"
2854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2855
+ checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
2856
+ dependencies = [
2857
+ "windows-link",
2858
+ ]
2859
+
2860
+ [[package]]
2861
+ name = "windows-strings"
2862
+ version = "0.4.2"
2863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2864
+ checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
2865
+ dependencies = [
2866
+ "windows-link",
2867
+ ]
2868
+
2869
+ [[package]]
2870
+ name = "windows-sys"
2871
+ version = "0.48.0"
2872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2873
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2874
+ dependencies = [
2875
+ "windows-targets 0.48.5",
2876
+ ]
2877
+
2878
+ [[package]]
2879
+ name = "windows-sys"
2880
+ version = "0.52.0"
2881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2882
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2883
+ dependencies = [
2884
+ "windows-targets 0.52.6",
2885
+ ]
2886
+
2887
+ [[package]]
2888
+ name = "windows-sys"
2889
+ version = "0.59.0"
2890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2891
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2892
+ dependencies = [
2893
+ "windows-targets 0.52.6",
2894
+ ]
2895
+
2896
+ [[package]]
2897
+ name = "windows-sys"
2898
+ version = "0.60.2"
2899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2900
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2901
+ dependencies = [
2902
+ "windows-targets 0.53.3",
2903
+ ]
2904
+
2905
+ [[package]]
2906
+ name = "windows-targets"
2907
+ version = "0.48.5"
2908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2909
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2910
+ dependencies = [
2911
+ "windows_aarch64_gnullvm 0.48.5",
2912
+ "windows_aarch64_msvc 0.48.5",
2913
+ "windows_i686_gnu 0.48.5",
2914
+ "windows_i686_msvc 0.48.5",
2915
+ "windows_x86_64_gnu 0.48.5",
2916
+ "windows_x86_64_gnullvm 0.48.5",
2917
+ "windows_x86_64_msvc 0.48.5",
2918
+ ]
2919
+
2920
+ [[package]]
2921
+ name = "windows-targets"
2922
+ version = "0.52.6"
2923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2924
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2925
+ dependencies = [
2926
+ "windows_aarch64_gnullvm 0.52.6",
2927
+ "windows_aarch64_msvc 0.52.6",
2928
+ "windows_i686_gnu 0.52.6",
2929
+ "windows_i686_gnullvm 0.52.6",
2930
+ "windows_i686_msvc 0.52.6",
2931
+ "windows_x86_64_gnu 0.52.6",
2932
+ "windows_x86_64_gnullvm 0.52.6",
2933
+ "windows_x86_64_msvc 0.52.6",
2934
+ ]
2935
+
2936
+ [[package]]
2937
+ name = "windows-targets"
2938
+ version = "0.53.3"
2939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2940
+ checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
2941
+ dependencies = [
2942
+ "windows-link",
2943
+ "windows_aarch64_gnullvm 0.53.0",
2944
+ "windows_aarch64_msvc 0.53.0",
2945
+ "windows_i686_gnu 0.53.0",
2946
+ "windows_i686_gnullvm 0.53.0",
2947
+ "windows_i686_msvc 0.53.0",
2948
+ "windows_x86_64_gnu 0.53.0",
2949
+ "windows_x86_64_gnullvm 0.53.0",
2950
+ "windows_x86_64_msvc 0.53.0",
2951
+ ]
2952
+
2953
+ [[package]]
2954
+ name = "windows_aarch64_gnullvm"
2955
+ version = "0.48.5"
2956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2957
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2958
+
2959
+ [[package]]
2960
+ name = "windows_aarch64_gnullvm"
2961
+ version = "0.52.6"
2962
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2963
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2964
+
2965
+ [[package]]
2966
+ name = "windows_aarch64_gnullvm"
2967
+ version = "0.53.0"
2968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2969
+ checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
2970
+
2971
+ [[package]]
2972
+ name = "windows_aarch64_msvc"
2973
+ version = "0.48.5"
2974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2975
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2976
+
2977
+ [[package]]
2978
+ name = "windows_aarch64_msvc"
2979
+ version = "0.52.6"
2980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2981
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2982
+
2983
+ [[package]]
2984
+ name = "windows_aarch64_msvc"
2985
+ version = "0.53.0"
2986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2987
+ checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
2988
+
2989
+ [[package]]
2990
+ name = "windows_i686_gnu"
2991
+ version = "0.48.5"
2992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2993
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2994
+
2995
+ [[package]]
2996
+ name = "windows_i686_gnu"
2997
+ version = "0.52.6"
2998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2999
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3000
+
3001
+ [[package]]
3002
+ name = "windows_i686_gnu"
3003
+ version = "0.53.0"
3004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3005
+ checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
3006
+
3007
+ [[package]]
3008
+ name = "windows_i686_gnullvm"
3009
+ version = "0.52.6"
3010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3011
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3012
+
3013
+ [[package]]
3014
+ name = "windows_i686_gnullvm"
3015
+ version = "0.53.0"
3016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3017
+ checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
3018
+
3019
+ [[package]]
3020
+ name = "windows_i686_msvc"
3021
+ version = "0.48.5"
3022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3023
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3024
+
3025
+ [[package]]
3026
+ name = "windows_i686_msvc"
3027
+ version = "0.52.6"
3028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3029
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3030
+
3031
+ [[package]]
3032
+ name = "windows_i686_msvc"
3033
+ version = "0.53.0"
3034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3035
+ checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
3036
+
3037
+ [[package]]
3038
+ name = "windows_x86_64_gnu"
3039
+ version = "0.48.5"
3040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3041
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3042
+
3043
+ [[package]]
3044
+ name = "windows_x86_64_gnu"
3045
+ version = "0.52.6"
3046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3047
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3048
+
3049
+ [[package]]
3050
+ name = "windows_x86_64_gnu"
3051
+ version = "0.53.0"
3052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3053
+ checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
3054
+
3055
+ [[package]]
3056
+ name = "windows_x86_64_gnullvm"
3057
+ version = "0.48.5"
3058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3059
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3060
+
3061
+ [[package]]
3062
+ name = "windows_x86_64_gnullvm"
3063
+ version = "0.52.6"
3064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3065
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3066
+
3067
+ [[package]]
3068
+ name = "windows_x86_64_gnullvm"
3069
+ version = "0.53.0"
3070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3071
+ checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
3072
+
3073
+ [[package]]
3074
+ name = "windows_x86_64_msvc"
3075
+ version = "0.48.5"
3076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3077
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3078
+
3079
+ [[package]]
3080
+ name = "windows_x86_64_msvc"
3081
+ version = "0.52.6"
3082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3083
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3084
+
3085
+ [[package]]
3086
+ name = "windows_x86_64_msvc"
3087
+ version = "0.53.0"
3088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3089
+ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
3090
+
3091
+ [[package]]
3092
+ name = "winnow"
3093
+ version = "0.7.12"
3094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3095
+ checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
3096
+ dependencies = [
3097
+ "memchr",
3098
+ ]
3099
+
3100
+ [[package]]
3101
+ name = "wit-bindgen-rt"
3102
+ version = "0.39.0"
3103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3104
+ checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
3105
+ dependencies = [
3106
+ "bitflags 2.9.2",
3107
+ ]
3108
+
3109
+ [[package]]
3110
+ name = "writeable"
3111
+ version = "0.6.1"
3112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3113
+ checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
3114
+
3115
+ [[package]]
3116
+ name = "wyz"
3117
+ version = "0.5.1"
3118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3119
+ checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
3120
+ dependencies = [
3121
+ "tap",
3122
+ ]
3123
+
3124
+ [[package]]
3125
+ name = "xattr"
3126
+ version = "1.5.1"
3127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3128
+ checksum = "af3a19837351dc82ba89f8a125e22a3c475f05aba604acc023d62b2739ae2909"
3129
+ dependencies = [
3130
+ "libc",
3131
+ "rustix",
3132
+ ]
3133
+
3134
+ [[package]]
3135
+ name = "yoke"
3136
+ version = "0.8.0"
3137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3138
+ checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
3139
+ dependencies = [
3140
+ "serde",
3141
+ "stable_deref_trait",
3142
+ "yoke-derive",
3143
+ "zerofrom",
3144
+ ]
3145
+
3146
+ [[package]]
3147
+ name = "yoke-derive"
3148
+ version = "0.8.0"
3149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3150
+ checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
3151
+ dependencies = [
3152
+ "proc-macro2",
3153
+ "quote",
3154
+ "syn",
3155
+ "synstructure",
3156
+ ]
3157
+
3158
+ [[package]]
3159
+ name = "zerocopy"
3160
+ version = "0.8.26"
3161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3162
+ checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
3163
+ dependencies = [
3164
+ "zerocopy-derive",
3165
+ ]
3166
+
3167
+ [[package]]
3168
+ name = "zerocopy-derive"
3169
+ version = "0.8.26"
3170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3171
+ checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
3172
+ dependencies = [
3173
+ "proc-macro2",
3174
+ "quote",
3175
+ "syn",
3176
+ ]
3177
+
3178
+ [[package]]
3179
+ name = "zerofrom"
3180
+ version = "0.1.6"
3181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3182
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3183
+ dependencies = [
3184
+ "zerofrom-derive",
3185
+ ]
3186
+
3187
+ [[package]]
3188
+ name = "zerofrom-derive"
3189
+ version = "0.1.6"
3190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3191
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3192
+ dependencies = [
3193
+ "proc-macro2",
3194
+ "quote",
3195
+ "syn",
3196
+ "synstructure",
3197
+ ]
3198
+
3199
+ [[package]]
3200
+ name = "zeroize"
3201
+ version = "1.8.1"
3202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3203
+ checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
3204
+
3205
+ [[package]]
3206
+ name = "zerotrie"
3207
+ version = "0.2.2"
3208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3209
+ checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
3210
+ dependencies = [
3211
+ "displaydoc",
3212
+ "yoke",
3213
+ "zerofrom",
3214
+ ]
3215
+
3216
+ [[package]]
3217
+ name = "zerovec"
3218
+ version = "0.11.4"
3219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3220
+ checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
3221
+ dependencies = [
3222
+ "yoke",
3223
+ "zerofrom",
3224
+ "zerovec-derive",
3225
+ ]
3226
+
3227
+ [[package]]
3228
+ name = "zerovec-derive"
3229
+ version = "0.11.1"
3230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3231
+ checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
3232
+ dependencies = [
3233
+ "proc-macro2",
3234
+ "quote",
3235
+ "syn",
3236
+ ]