vectlite 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1029 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aho-corasick"
7
+ version = "1.1.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "allocator-api2"
16
+ version = "0.2.21"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
19
+
20
+ [[package]]
21
+ name = "anndists"
22
+ version = "0.1.4"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "8238f99889a837cd6641360f9f3ead18f70b07bf6ce1f04a319bc6bd8a2f48f1"
25
+ dependencies = [
26
+ "anyhow",
27
+ "cfg-if",
28
+ "cpu-time",
29
+ "env_logger",
30
+ "lazy_static",
31
+ "log",
32
+ "num-traits",
33
+ "num_cpus",
34
+ "rayon",
35
+ ]
36
+
37
+ [[package]]
38
+ name = "anstream"
39
+ version = "1.0.0"
40
+ source = "registry+https://github.com/rust-lang/crates.io-index"
41
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
42
+ dependencies = [
43
+ "anstyle",
44
+ "anstyle-parse",
45
+ "anstyle-query",
46
+ "anstyle-wincon",
47
+ "colorchoice",
48
+ "is_terminal_polyfill",
49
+ "utf8parse",
50
+ ]
51
+
52
+ [[package]]
53
+ name = "anstyle"
54
+ version = "1.0.14"
55
+ source = "registry+https://github.com/rust-lang/crates.io-index"
56
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
57
+
58
+ [[package]]
59
+ name = "anstyle-parse"
60
+ version = "1.0.0"
61
+ source = "registry+https://github.com/rust-lang/crates.io-index"
62
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
63
+ dependencies = [
64
+ "utf8parse",
65
+ ]
66
+
67
+ [[package]]
68
+ name = "anstyle-query"
69
+ version = "1.1.5"
70
+ source = "registry+https://github.com/rust-lang/crates.io-index"
71
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
72
+ dependencies = [
73
+ "windows-sys",
74
+ ]
75
+
76
+ [[package]]
77
+ name = "anstyle-wincon"
78
+ version = "3.0.11"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
81
+ dependencies = [
82
+ "anstyle",
83
+ "once_cell_polyfill",
84
+ "windows-sys",
85
+ ]
86
+
87
+ [[package]]
88
+ name = "anyhow"
89
+ version = "1.0.102"
90
+ source = "registry+https://github.com/rust-lang/crates.io-index"
91
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
92
+
93
+ [[package]]
94
+ name = "autocfg"
95
+ version = "1.5.0"
96
+ source = "registry+https://github.com/rust-lang/crates.io-index"
97
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
98
+
99
+ [[package]]
100
+ name = "bincode"
101
+ version = "1.3.3"
102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
103
+ checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
104
+ dependencies = [
105
+ "serde",
106
+ ]
107
+
108
+ [[package]]
109
+ name = "bitflags"
110
+ version = "2.11.0"
111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
112
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
113
+
114
+ [[package]]
115
+ name = "byteorder"
116
+ version = "1.5.0"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
119
+
120
+ [[package]]
121
+ name = "bytes"
122
+ version = "1.11.1"
123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
124
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
125
+
126
+ [[package]]
127
+ name = "cfg-if"
128
+ version = "1.0.4"
129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
130
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
131
+
132
+ [[package]]
133
+ name = "cfg_aliases"
134
+ version = "0.2.1"
135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
136
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
137
+
138
+ [[package]]
139
+ name = "colorchoice"
140
+ version = "1.0.5"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
143
+
144
+ [[package]]
145
+ name = "combine"
146
+ version = "4.6.7"
147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
148
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
149
+ dependencies = [
150
+ "bytes",
151
+ "memchr",
152
+ ]
153
+
154
+ [[package]]
155
+ name = "cpu-time"
156
+ version = "1.0.0"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded"
159
+ dependencies = [
160
+ "libc",
161
+ "winapi",
162
+ ]
163
+
164
+ [[package]]
165
+ name = "crossbeam-deque"
166
+ version = "0.8.6"
167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
168
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
169
+ dependencies = [
170
+ "crossbeam-epoch",
171
+ "crossbeam-utils",
172
+ ]
173
+
174
+ [[package]]
175
+ name = "crossbeam-epoch"
176
+ version = "0.9.18"
177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
178
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
179
+ dependencies = [
180
+ "crossbeam-utils",
181
+ ]
182
+
183
+ [[package]]
184
+ name = "crossbeam-utils"
185
+ version = "0.8.21"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
188
+
189
+ [[package]]
190
+ name = "either"
191
+ version = "1.15.0"
192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
193
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
194
+
195
+ [[package]]
196
+ name = "enum-as-inner"
197
+ version = "0.6.1"
198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
199
+ checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
200
+ dependencies = [
201
+ "heck",
202
+ "proc-macro2",
203
+ "quote",
204
+ "syn",
205
+ ]
206
+
207
+ [[package]]
208
+ name = "env_filter"
209
+ version = "1.0.1"
210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
211
+ checksum = "32e90c2accc4b07a8456ea0debdc2e7587bdd890680d71173a15d4ae604f6eef"
212
+ dependencies = [
213
+ "log",
214
+ "regex",
215
+ ]
216
+
217
+ [[package]]
218
+ name = "env_logger"
219
+ version = "0.11.10"
220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
221
+ checksum = "0621c04f2196ac3f488dd583365b9c09be011a4ab8b9f37248ffcc8f6198b56a"
222
+ dependencies = [
223
+ "anstream",
224
+ "anstyle",
225
+ "env_filter",
226
+ "jiff",
227
+ "log",
228
+ ]
229
+
230
+ [[package]]
231
+ name = "equivalent"
232
+ version = "1.0.2"
233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
234
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
235
+
236
+ [[package]]
237
+ name = "foldhash"
238
+ version = "0.1.5"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
241
+
242
+ [[package]]
243
+ name = "fs2"
244
+ version = "0.4.3"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
247
+ dependencies = [
248
+ "libc",
249
+ "winapi",
250
+ ]
251
+
252
+ [[package]]
253
+ name = "getrandom"
254
+ version = "0.3.4"
255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
256
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
257
+ dependencies = [
258
+ "cfg-if",
259
+ "libc",
260
+ "r-efi",
261
+ "wasip2",
262
+ ]
263
+
264
+ [[package]]
265
+ name = "hashbrown"
266
+ version = "0.15.5"
267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
268
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
269
+ dependencies = [
270
+ "allocator-api2",
271
+ "equivalent",
272
+ "foldhash",
273
+ ]
274
+
275
+ [[package]]
276
+ name = "hashbrown"
277
+ version = "0.16.1"
278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
279
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
280
+
281
+ [[package]]
282
+ name = "heck"
283
+ version = "0.5.0"
284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
285
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
286
+
287
+ [[package]]
288
+ name = "hermit-abi"
289
+ version = "0.5.2"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
292
+
293
+ [[package]]
294
+ name = "hnsw_rs"
295
+ version = "0.3.4"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "43a5258f079b97bf2e8311ff9579e903c899dcbac0d9a138d62e9a066778bd07"
298
+ dependencies = [
299
+ "anndists",
300
+ "anyhow",
301
+ "bincode",
302
+ "cfg-if",
303
+ "cpu-time",
304
+ "env_logger",
305
+ "hashbrown 0.15.5",
306
+ "indexmap",
307
+ "lazy_static",
308
+ "log",
309
+ "mmap-rs",
310
+ "num-traits",
311
+ "num_cpus",
312
+ "parking_lot",
313
+ "rand",
314
+ "rayon",
315
+ "serde",
316
+ ]
317
+
318
+ [[package]]
319
+ name = "indexmap"
320
+ version = "2.13.0"
321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
322
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
323
+ dependencies = [
324
+ "equivalent",
325
+ "hashbrown 0.16.1",
326
+ ]
327
+
328
+ [[package]]
329
+ name = "indoc"
330
+ version = "2.0.7"
331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
333
+ dependencies = [
334
+ "rustversion",
335
+ ]
336
+
337
+ [[package]]
338
+ name = "is_terminal_polyfill"
339
+ version = "1.70.2"
340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
341
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
342
+
343
+ [[package]]
344
+ name = "jiff"
345
+ version = "0.2.23"
346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
347
+ checksum = "1a3546dc96b6d42c5f24902af9e2538e82e39ad350b0c766eb3fbf2d8f3d8359"
348
+ dependencies = [
349
+ "jiff-static",
350
+ "log",
351
+ "portable-atomic",
352
+ "portable-atomic-util",
353
+ "serde_core",
354
+ ]
355
+
356
+ [[package]]
357
+ name = "jiff-static"
358
+ version = "0.2.23"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "2a8c8b344124222efd714b73bb41f8b5120b27a7cc1c75593a6ff768d9d05aa4"
361
+ dependencies = [
362
+ "proc-macro2",
363
+ "quote",
364
+ "syn",
365
+ ]
366
+
367
+ [[package]]
368
+ name = "lazy_static"
369
+ version = "1.5.0"
370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
371
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
372
+
373
+ [[package]]
374
+ name = "libc"
375
+ version = "0.2.183"
376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
377
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
378
+
379
+ [[package]]
380
+ name = "lock_api"
381
+ version = "0.4.14"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
384
+ dependencies = [
385
+ "scopeguard",
386
+ ]
387
+
388
+ [[package]]
389
+ name = "log"
390
+ version = "0.4.29"
391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
392
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
393
+
394
+ [[package]]
395
+ name = "mach2"
396
+ version = "0.4.3"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
399
+ dependencies = [
400
+ "libc",
401
+ ]
402
+
403
+ [[package]]
404
+ name = "memchr"
405
+ version = "2.8.0"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
408
+
409
+ [[package]]
410
+ name = "memoffset"
411
+ version = "0.9.1"
412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
413
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
414
+ dependencies = [
415
+ "autocfg",
416
+ ]
417
+
418
+ [[package]]
419
+ name = "mmap-rs"
420
+ version = "0.7.0"
421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
422
+ checksum = "4ecce9d566cb9234ae3db9e249c8b55665feaaf32b0859ff1e27e310d2beb3d8"
423
+ dependencies = [
424
+ "bitflags",
425
+ "combine",
426
+ "libc",
427
+ "mach2",
428
+ "nix",
429
+ "sysctl",
430
+ "thiserror 2.0.18",
431
+ "widestring",
432
+ "windows",
433
+ ]
434
+
435
+ [[package]]
436
+ name = "nix"
437
+ version = "0.30.1"
438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
439
+ checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
440
+ dependencies = [
441
+ "bitflags",
442
+ "cfg-if",
443
+ "cfg_aliases",
444
+ "libc",
445
+ ]
446
+
447
+ [[package]]
448
+ name = "num-traits"
449
+ version = "0.2.19"
450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
451
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
452
+ dependencies = [
453
+ "autocfg",
454
+ ]
455
+
456
+ [[package]]
457
+ name = "num_cpus"
458
+ version = "1.17.0"
459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
460
+ checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
461
+ dependencies = [
462
+ "hermit-abi",
463
+ "libc",
464
+ ]
465
+
466
+ [[package]]
467
+ name = "once_cell"
468
+ version = "1.21.4"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
471
+
472
+ [[package]]
473
+ name = "once_cell_polyfill"
474
+ version = "1.70.2"
475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
476
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
477
+
478
+ [[package]]
479
+ name = "parking_lot"
480
+ version = "0.12.5"
481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
482
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
483
+ dependencies = [
484
+ "lock_api",
485
+ "parking_lot_core",
486
+ ]
487
+
488
+ [[package]]
489
+ name = "parking_lot_core"
490
+ version = "0.9.12"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
493
+ dependencies = [
494
+ "cfg-if",
495
+ "libc",
496
+ "redox_syscall",
497
+ "smallvec",
498
+ "windows-link",
499
+ ]
500
+
501
+ [[package]]
502
+ name = "portable-atomic"
503
+ version = "1.13.1"
504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
505
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
506
+
507
+ [[package]]
508
+ name = "portable-atomic-util"
509
+ version = "0.2.6"
510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
511
+ checksum = "091397be61a01d4be58e7841595bd4bfedb15f1cd54977d79b8271e94ed799a3"
512
+ dependencies = [
513
+ "portable-atomic",
514
+ ]
515
+
516
+ [[package]]
517
+ name = "ppv-lite86"
518
+ version = "0.2.21"
519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
520
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
521
+ dependencies = [
522
+ "zerocopy",
523
+ ]
524
+
525
+ [[package]]
526
+ name = "proc-macro2"
527
+ version = "1.0.106"
528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
529
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
530
+ dependencies = [
531
+ "unicode-ident",
532
+ ]
533
+
534
+ [[package]]
535
+ name = "pyo3"
536
+ version = "0.23.5"
537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
538
+ checksum = "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872"
539
+ dependencies = [
540
+ "cfg-if",
541
+ "indoc",
542
+ "libc",
543
+ "memoffset",
544
+ "once_cell",
545
+ "portable-atomic",
546
+ "pyo3-build-config",
547
+ "pyo3-ffi",
548
+ "pyo3-macros",
549
+ "unindent",
550
+ ]
551
+
552
+ [[package]]
553
+ name = "pyo3-build-config"
554
+ version = "0.23.5"
555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
556
+ checksum = "94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb"
557
+ dependencies = [
558
+ "once_cell",
559
+ "target-lexicon",
560
+ ]
561
+
562
+ [[package]]
563
+ name = "pyo3-ffi"
564
+ version = "0.23.5"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d"
567
+ dependencies = [
568
+ "libc",
569
+ "pyo3-build-config",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "pyo3-macros"
574
+ version = "0.23.5"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da"
577
+ dependencies = [
578
+ "proc-macro2",
579
+ "pyo3-macros-backend",
580
+ "quote",
581
+ "syn",
582
+ ]
583
+
584
+ [[package]]
585
+ name = "pyo3-macros-backend"
586
+ version = "0.23.5"
587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
588
+ checksum = "fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028"
589
+ dependencies = [
590
+ "heck",
591
+ "proc-macro2",
592
+ "pyo3-build-config",
593
+ "quote",
594
+ "syn",
595
+ ]
596
+
597
+ [[package]]
598
+ name = "quote"
599
+ version = "1.0.45"
600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
601
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
602
+ dependencies = [
603
+ "proc-macro2",
604
+ ]
605
+
606
+ [[package]]
607
+ name = "r-efi"
608
+ version = "5.3.0"
609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
610
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
611
+
612
+ [[package]]
613
+ name = "rand"
614
+ version = "0.9.2"
615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
616
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
617
+ dependencies = [
618
+ "rand_chacha",
619
+ "rand_core",
620
+ ]
621
+
622
+ [[package]]
623
+ name = "rand_chacha"
624
+ version = "0.9.0"
625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
626
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
627
+ dependencies = [
628
+ "ppv-lite86",
629
+ "rand_core",
630
+ ]
631
+
632
+ [[package]]
633
+ name = "rand_core"
634
+ version = "0.9.5"
635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
636
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
637
+ dependencies = [
638
+ "getrandom",
639
+ ]
640
+
641
+ [[package]]
642
+ name = "rayon"
643
+ version = "1.11.0"
644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
645
+ checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
646
+ dependencies = [
647
+ "either",
648
+ "rayon-core",
649
+ ]
650
+
651
+ [[package]]
652
+ name = "rayon-core"
653
+ version = "1.13.0"
654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
655
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
656
+ dependencies = [
657
+ "crossbeam-deque",
658
+ "crossbeam-utils",
659
+ ]
660
+
661
+ [[package]]
662
+ name = "redox_syscall"
663
+ version = "0.5.18"
664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
665
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
666
+ dependencies = [
667
+ "bitflags",
668
+ ]
669
+
670
+ [[package]]
671
+ name = "regex"
672
+ version = "1.12.3"
673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
674
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
675
+ dependencies = [
676
+ "aho-corasick",
677
+ "memchr",
678
+ "regex-automata",
679
+ "regex-syntax",
680
+ ]
681
+
682
+ [[package]]
683
+ name = "regex-automata"
684
+ version = "0.4.14"
685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
686
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
687
+ dependencies = [
688
+ "aho-corasick",
689
+ "memchr",
690
+ "regex-syntax",
691
+ ]
692
+
693
+ [[package]]
694
+ name = "regex-syntax"
695
+ version = "0.8.10"
696
+ source = "registry+https://github.com/rust-lang/crates.io-index"
697
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
698
+
699
+ [[package]]
700
+ name = "rustversion"
701
+ version = "1.0.22"
702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
703
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
704
+
705
+ [[package]]
706
+ name = "same-file"
707
+ version = "1.0.6"
708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
709
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
710
+ dependencies = [
711
+ "winapi-util",
712
+ ]
713
+
714
+ [[package]]
715
+ name = "scopeguard"
716
+ version = "1.2.0"
717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
718
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
719
+
720
+ [[package]]
721
+ name = "serde"
722
+ version = "1.0.228"
723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
724
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
725
+ dependencies = [
726
+ "serde_core",
727
+ "serde_derive",
728
+ ]
729
+
730
+ [[package]]
731
+ name = "serde_core"
732
+ version = "1.0.228"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
735
+ dependencies = [
736
+ "serde_derive",
737
+ ]
738
+
739
+ [[package]]
740
+ name = "serde_derive"
741
+ version = "1.0.228"
742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
743
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
744
+ dependencies = [
745
+ "proc-macro2",
746
+ "quote",
747
+ "syn",
748
+ ]
749
+
750
+ [[package]]
751
+ name = "smallvec"
752
+ version = "1.15.1"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
755
+
756
+ [[package]]
757
+ name = "syn"
758
+ version = "2.0.117"
759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
760
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
761
+ dependencies = [
762
+ "proc-macro2",
763
+ "quote",
764
+ "unicode-ident",
765
+ ]
766
+
767
+ [[package]]
768
+ name = "sysctl"
769
+ version = "0.6.0"
770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
771
+ checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
772
+ dependencies = [
773
+ "bitflags",
774
+ "byteorder",
775
+ "enum-as-inner",
776
+ "libc",
777
+ "thiserror 1.0.69",
778
+ "walkdir",
779
+ ]
780
+
781
+ [[package]]
782
+ name = "target-lexicon"
783
+ version = "0.12.16"
784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
785
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
786
+
787
+ [[package]]
788
+ name = "thiserror"
789
+ version = "1.0.69"
790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
791
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
792
+ dependencies = [
793
+ "thiserror-impl 1.0.69",
794
+ ]
795
+
796
+ [[package]]
797
+ name = "thiserror"
798
+ version = "2.0.18"
799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
800
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
801
+ dependencies = [
802
+ "thiserror-impl 2.0.18",
803
+ ]
804
+
805
+ [[package]]
806
+ name = "thiserror-impl"
807
+ version = "1.0.69"
808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
809
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
810
+ dependencies = [
811
+ "proc-macro2",
812
+ "quote",
813
+ "syn",
814
+ ]
815
+
816
+ [[package]]
817
+ name = "thiserror-impl"
818
+ version = "2.0.18"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
821
+ dependencies = [
822
+ "proc-macro2",
823
+ "quote",
824
+ "syn",
825
+ ]
826
+
827
+ [[package]]
828
+ name = "unicode-ident"
829
+ version = "1.0.24"
830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
831
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
832
+
833
+ [[package]]
834
+ name = "unindent"
835
+ version = "0.2.4"
836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
837
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
838
+
839
+ [[package]]
840
+ name = "utf8parse"
841
+ version = "0.2.2"
842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
843
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
844
+
845
+ [[package]]
846
+ name = "vectlite-cli"
847
+ version = "0.1.1"
848
+ dependencies = [
849
+ "vectlite-core",
850
+ ]
851
+
852
+ [[package]]
853
+ name = "vectlite-core"
854
+ version = "0.1.1"
855
+ dependencies = [
856
+ "fs2",
857
+ "hnsw_rs",
858
+ ]
859
+
860
+ [[package]]
861
+ name = "vectlite-python"
862
+ version = "0.1.1"
863
+ dependencies = [
864
+ "pyo3",
865
+ "vectlite-core",
866
+ ]
867
+
868
+ [[package]]
869
+ name = "walkdir"
870
+ version = "2.5.0"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
873
+ dependencies = [
874
+ "same-file",
875
+ "winapi-util",
876
+ ]
877
+
878
+ [[package]]
879
+ name = "wasip2"
880
+ version = "1.0.2+wasi-0.2.9"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
883
+ dependencies = [
884
+ "wit-bindgen",
885
+ ]
886
+
887
+ [[package]]
888
+ name = "widestring"
889
+ version = "1.2.1"
890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
891
+ checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
892
+
893
+ [[package]]
894
+ name = "winapi"
895
+ version = "0.3.9"
896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
897
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
898
+ dependencies = [
899
+ "winapi-i686-pc-windows-gnu",
900
+ "winapi-x86_64-pc-windows-gnu",
901
+ ]
902
+
903
+ [[package]]
904
+ name = "winapi-i686-pc-windows-gnu"
905
+ version = "0.4.0"
906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
907
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
908
+
909
+ [[package]]
910
+ name = "winapi-util"
911
+ version = "0.1.11"
912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
913
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
914
+ dependencies = [
915
+ "windows-sys",
916
+ ]
917
+
918
+ [[package]]
919
+ name = "winapi-x86_64-pc-windows-gnu"
920
+ version = "0.4.0"
921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
922
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
923
+
924
+ [[package]]
925
+ name = "windows"
926
+ version = "0.48.0"
927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
928
+ checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
929
+ dependencies = [
930
+ "windows-targets",
931
+ ]
932
+
933
+ [[package]]
934
+ name = "windows-link"
935
+ version = "0.2.1"
936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
937
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
938
+
939
+ [[package]]
940
+ name = "windows-sys"
941
+ version = "0.61.2"
942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
943
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
944
+ dependencies = [
945
+ "windows-link",
946
+ ]
947
+
948
+ [[package]]
949
+ name = "windows-targets"
950
+ version = "0.48.5"
951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
952
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
953
+ dependencies = [
954
+ "windows_aarch64_gnullvm",
955
+ "windows_aarch64_msvc",
956
+ "windows_i686_gnu",
957
+ "windows_i686_msvc",
958
+ "windows_x86_64_gnu",
959
+ "windows_x86_64_gnullvm",
960
+ "windows_x86_64_msvc",
961
+ ]
962
+
963
+ [[package]]
964
+ name = "windows_aarch64_gnullvm"
965
+ version = "0.48.5"
966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
967
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
968
+
969
+ [[package]]
970
+ name = "windows_aarch64_msvc"
971
+ version = "0.48.5"
972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
973
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
974
+
975
+ [[package]]
976
+ name = "windows_i686_gnu"
977
+ version = "0.48.5"
978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
979
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
980
+
981
+ [[package]]
982
+ name = "windows_i686_msvc"
983
+ version = "0.48.5"
984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
985
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
986
+
987
+ [[package]]
988
+ name = "windows_x86_64_gnu"
989
+ version = "0.48.5"
990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
991
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
992
+
993
+ [[package]]
994
+ name = "windows_x86_64_gnullvm"
995
+ version = "0.48.5"
996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
997
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
998
+
999
+ [[package]]
1000
+ name = "windows_x86_64_msvc"
1001
+ version = "0.48.5"
1002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1003
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1004
+
1005
+ [[package]]
1006
+ name = "wit-bindgen"
1007
+ version = "0.51.0"
1008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1009
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1010
+
1011
+ [[package]]
1012
+ name = "zerocopy"
1013
+ version = "0.8.48"
1014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1015
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
1016
+ dependencies = [
1017
+ "zerocopy-derive",
1018
+ ]
1019
+
1020
+ [[package]]
1021
+ name = "zerocopy-derive"
1022
+ version = "0.8.48"
1023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1024
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
1025
+ dependencies = [
1026
+ "proc-macro2",
1027
+ "quote",
1028
+ "syn",
1029
+ ]