triplclust_py 0.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1074 @@
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 = "aligned-vec"
16
+ version = "0.6.4"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
19
+ dependencies = [
20
+ "equator",
21
+ ]
22
+
23
+ [[package]]
24
+ name = "alloca"
25
+ version = "0.4.0"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4"
28
+ dependencies = [
29
+ "cc",
30
+ ]
31
+
32
+ [[package]]
33
+ name = "anes"
34
+ version = "0.1.6"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
37
+
38
+ [[package]]
39
+ name = "anstyle"
40
+ version = "1.0.14"
41
+ source = "registry+https://github.com/rust-lang/crates.io-index"
42
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
43
+
44
+ [[package]]
45
+ name = "array-init"
46
+ version = "2.1.0"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc"
49
+
50
+ [[package]]
51
+ name = "autocfg"
52
+ version = "1.5.0"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
55
+
56
+ [[package]]
57
+ name = "az"
58
+ version = "1.3.0"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "be5eb007b7cacc6c660343e96f650fedf4b5a77512399eb952ca6642cf8d13f7"
61
+
62
+ [[package]]
63
+ name = "bumpalo"
64
+ version = "3.20.2"
65
+ source = "registry+https://github.com/rust-lang/crates.io-index"
66
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
67
+
68
+ [[package]]
69
+ name = "bytemuck"
70
+ version = "1.25.0"
71
+ source = "registry+https://github.com/rust-lang/crates.io-index"
72
+ checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
73
+
74
+ [[package]]
75
+ name = "cast"
76
+ version = "0.3.0"
77
+ source = "registry+https://github.com/rust-lang/crates.io-index"
78
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
79
+
80
+ [[package]]
81
+ name = "cc"
82
+ version = "1.2.58"
83
+ source = "registry+https://github.com/rust-lang/crates.io-index"
84
+ checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1"
85
+ dependencies = [
86
+ "find-msvc-tools",
87
+ "shlex",
88
+ ]
89
+
90
+ [[package]]
91
+ name = "cfg-if"
92
+ version = "1.0.4"
93
+ source = "registry+https://github.com/rust-lang/crates.io-index"
94
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
95
+
96
+ [[package]]
97
+ name = "ciborium"
98
+ version = "0.2.2"
99
+ source = "registry+https://github.com/rust-lang/crates.io-index"
100
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
101
+ dependencies = [
102
+ "ciborium-io",
103
+ "ciborium-ll",
104
+ "serde",
105
+ ]
106
+
107
+ [[package]]
108
+ name = "ciborium-io"
109
+ version = "0.2.2"
110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
111
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
112
+
113
+ [[package]]
114
+ name = "ciborium-ll"
115
+ version = "0.2.2"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
118
+ dependencies = [
119
+ "ciborium-io",
120
+ "half",
121
+ ]
122
+
123
+ [[package]]
124
+ name = "clap"
125
+ version = "4.6.1"
126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
127
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
128
+ dependencies = [
129
+ "clap_builder",
130
+ ]
131
+
132
+ [[package]]
133
+ name = "clap_builder"
134
+ version = "4.6.0"
135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
136
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
137
+ dependencies = [
138
+ "anstyle",
139
+ "clap_lex",
140
+ ]
141
+
142
+ [[package]]
143
+ name = "clap_lex"
144
+ version = "1.1.0"
145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
146
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
147
+
148
+ [[package]]
149
+ name = "cmov"
150
+ version = "0.5.2"
151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
152
+ checksum = "de0758edba32d61d1fd9f4d69491b47604b91ee2f7e6b33de7e54ca4ebe55dc3"
153
+
154
+ [[package]]
155
+ name = "criterion"
156
+ version = "0.8.2"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "950046b2aa2492f9a536f5f4f9a3de7b9e2476e575e05bd6c333371add4d98f3"
159
+ dependencies = [
160
+ "alloca",
161
+ "anes",
162
+ "cast",
163
+ "ciborium",
164
+ "clap",
165
+ "criterion-plot",
166
+ "itertools 0.13.0",
167
+ "num-traits",
168
+ "oorandom",
169
+ "page_size",
170
+ "plotters",
171
+ "rayon",
172
+ "regex",
173
+ "serde",
174
+ "serde_json",
175
+ "tinytemplate",
176
+ "walkdir",
177
+ ]
178
+
179
+ [[package]]
180
+ name = "criterion-plot"
181
+ version = "0.8.2"
182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
183
+ checksum = "d8d80a2f4f5b554395e47b5d8305bc3d27813bacb73493eb1001e8f76dae29ea"
184
+ dependencies = [
185
+ "cast",
186
+ "itertools 0.13.0",
187
+ ]
188
+
189
+ [[package]]
190
+ name = "crossbeam-deque"
191
+ version = "0.8.6"
192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
193
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
194
+ dependencies = [
195
+ "crossbeam-epoch",
196
+ "crossbeam-utils",
197
+ ]
198
+
199
+ [[package]]
200
+ name = "crossbeam-epoch"
201
+ version = "0.9.18"
202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
203
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
204
+ dependencies = [
205
+ "crossbeam-utils",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "crossbeam-utils"
210
+ version = "0.8.21"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
213
+
214
+ [[package]]
215
+ name = "crunchy"
216
+ version = "0.2.4"
217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
218
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
219
+
220
+ [[package]]
221
+ name = "divrem"
222
+ version = "1.0.0"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "69dde51e8fef5e12c1d65e0929b03d66e4c0c18282bc30ed2ca050ad6f44dd82"
225
+
226
+ [[package]]
227
+ name = "either"
228
+ version = "1.15.0"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
231
+
232
+ [[package]]
233
+ name = "equator"
234
+ version = "0.4.2"
235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
236
+ checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
237
+ dependencies = [
238
+ "equator-macro",
239
+ ]
240
+
241
+ [[package]]
242
+ name = "equator-macro"
243
+ version = "0.4.2"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
246
+ dependencies = [
247
+ "proc-macro2",
248
+ "quote",
249
+ "syn",
250
+ ]
251
+
252
+ [[package]]
253
+ name = "find-msvc-tools"
254
+ version = "0.1.9"
255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
256
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
257
+
258
+ [[package]]
259
+ name = "fixed"
260
+ version = "1.31.0"
261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
262
+ checksum = "9af2cbf772fa6d1c11358f92ef554cb6b386201210bcf0e91fb7fba8a907fb40"
263
+ dependencies = [
264
+ "az",
265
+ "bytemuck",
266
+ "half",
267
+ "num-traits",
268
+ "typenum",
269
+ ]
270
+
271
+ [[package]]
272
+ name = "futures-core"
273
+ version = "0.3.32"
274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
275
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
276
+
277
+ [[package]]
278
+ name = "futures-task"
279
+ version = "0.3.32"
280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
281
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
282
+
283
+ [[package]]
284
+ name = "futures-util"
285
+ version = "0.3.32"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
288
+ dependencies = [
289
+ "futures-core",
290
+ "futures-task",
291
+ "pin-project-lite",
292
+ "slab",
293
+ ]
294
+
295
+ [[package]]
296
+ name = "generator"
297
+ version = "0.8.8"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "52f04ae4152da20c76fe800fa48659201d5cf627c5149ca0b707b69d7eef6cf9"
300
+ dependencies = [
301
+ "cc",
302
+ "cfg-if",
303
+ "libc",
304
+ "log",
305
+ "rustversion",
306
+ "windows-link",
307
+ "windows-result",
308
+ ]
309
+
310
+ [[package]]
311
+ name = "half"
312
+ version = "2.7.1"
313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
314
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
315
+ dependencies = [
316
+ "cfg-if",
317
+ "crunchy",
318
+ "zerocopy",
319
+ ]
320
+
321
+ [[package]]
322
+ name = "heck"
323
+ version = "0.5.0"
324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
325
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
326
+
327
+ [[package]]
328
+ name = "itertools"
329
+ version = "0.13.0"
330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
331
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
332
+ dependencies = [
333
+ "either",
334
+ ]
335
+
336
+ [[package]]
337
+ name = "itertools"
338
+ version = "0.14.0"
339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
340
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
341
+ dependencies = [
342
+ "either",
343
+ ]
344
+
345
+ [[package]]
346
+ name = "itoa"
347
+ version = "1.0.18"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
350
+
351
+ [[package]]
352
+ name = "js-sys"
353
+ version = "0.3.98"
354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
355
+ checksum = "67df7112613f8bfd9150013a0314e196f4800d3201ae742489d999db2f979f08"
356
+ dependencies = [
357
+ "cfg-if",
358
+ "futures-util",
359
+ "once_cell",
360
+ "wasm-bindgen",
361
+ ]
362
+
363
+ [[package]]
364
+ name = "kiddo"
365
+ version = "5.3.0"
366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
367
+ checksum = "ea504edb9bee0c3f348e54aa2ce2c10a5fe10de221f39b745c654f3b51220992"
368
+ dependencies = [
369
+ "aligned-vec",
370
+ "array-init",
371
+ "az",
372
+ "cmov",
373
+ "divrem",
374
+ "fixed",
375
+ "generator",
376
+ "num-traits",
377
+ "ordered-float",
378
+ "sorted-vec",
379
+ "tracing",
380
+ "tracing-subscriber",
381
+ ]
382
+
383
+ [[package]]
384
+ name = "kodama"
385
+ version = "0.3.0"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "f868feceed4703c842925c14232667c5f29c8059d0354154b2d06ec3bf9daf82"
388
+
389
+ [[package]]
390
+ name = "lazy_static"
391
+ version = "1.5.0"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
394
+
395
+ [[package]]
396
+ name = "libc"
397
+ version = "0.2.183"
398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
399
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
400
+
401
+ [[package]]
402
+ name = "log"
403
+ version = "0.4.29"
404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
405
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
406
+
407
+ [[package]]
408
+ name = "matrixmultiply"
409
+ version = "0.3.10"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
412
+ dependencies = [
413
+ "autocfg",
414
+ "rawpointer",
415
+ ]
416
+
417
+ [[package]]
418
+ name = "memchr"
419
+ version = "2.8.0"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
422
+
423
+ [[package]]
424
+ name = "ndarray"
425
+ version = "0.17.2"
426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
427
+ checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d"
428
+ dependencies = [
429
+ "matrixmultiply",
430
+ "num-complex",
431
+ "num-integer",
432
+ "num-traits",
433
+ "portable-atomic",
434
+ "portable-atomic-util",
435
+ "rawpointer",
436
+ ]
437
+
438
+ [[package]]
439
+ name = "nu-ansi-term"
440
+ version = "0.50.3"
441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
442
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
443
+ dependencies = [
444
+ "windows-sys",
445
+ ]
446
+
447
+ [[package]]
448
+ name = "num-complex"
449
+ version = "0.4.6"
450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
451
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
452
+ dependencies = [
453
+ "num-traits",
454
+ ]
455
+
456
+ [[package]]
457
+ name = "num-integer"
458
+ version = "0.1.46"
459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
460
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
461
+ dependencies = [
462
+ "num-traits",
463
+ ]
464
+
465
+ [[package]]
466
+ name = "num-traits"
467
+ version = "0.2.19"
468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
469
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
470
+ dependencies = [
471
+ "autocfg",
472
+ ]
473
+
474
+ [[package]]
475
+ name = "numpy"
476
+ version = "0.28.0"
477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
478
+ checksum = "778da78c64ddc928ebf5ad9df5edf0789410ff3bdbf3619aed51cd789a6af1e2"
479
+ dependencies = [
480
+ "libc",
481
+ "ndarray",
482
+ "num-complex",
483
+ "num-integer",
484
+ "num-traits",
485
+ "pyo3",
486
+ "pyo3-build-config",
487
+ "rustc-hash",
488
+ ]
489
+
490
+ [[package]]
491
+ name = "once_cell"
492
+ version = "1.21.4"
493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
494
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
495
+
496
+ [[package]]
497
+ name = "oorandom"
498
+ version = "11.1.5"
499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
500
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
501
+
502
+ [[package]]
503
+ name = "ordered-float"
504
+ version = "5.2.0"
505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
506
+ checksum = "0218004a4aae742209bee9c3cef05672f6b2708be36a50add8eb613b1f2a4008"
507
+ dependencies = [
508
+ "num-traits",
509
+ ]
510
+
511
+ [[package]]
512
+ name = "page_size"
513
+ version = "0.6.0"
514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
515
+ checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
516
+ dependencies = [
517
+ "libc",
518
+ "winapi",
519
+ ]
520
+
521
+ [[package]]
522
+ name = "pin-project-lite"
523
+ version = "0.2.17"
524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
525
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
526
+
527
+ [[package]]
528
+ name = "plotters"
529
+ version = "0.3.7"
530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
531
+ checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
532
+ dependencies = [
533
+ "num-traits",
534
+ "plotters-backend",
535
+ "plotters-svg",
536
+ "wasm-bindgen",
537
+ "web-sys",
538
+ ]
539
+
540
+ [[package]]
541
+ name = "plotters-backend"
542
+ version = "0.3.7"
543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
544
+ checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
545
+
546
+ [[package]]
547
+ name = "plotters-svg"
548
+ version = "0.3.7"
549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
550
+ checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
551
+ dependencies = [
552
+ "plotters-backend",
553
+ ]
554
+
555
+ [[package]]
556
+ name = "portable-atomic"
557
+ version = "1.13.1"
558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
559
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
560
+
561
+ [[package]]
562
+ name = "portable-atomic-util"
563
+ version = "0.2.6"
564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
565
+ checksum = "091397be61a01d4be58e7841595bd4bfedb15f1cd54977d79b8271e94ed799a3"
566
+ dependencies = [
567
+ "portable-atomic",
568
+ ]
569
+
570
+ [[package]]
571
+ name = "proc-macro2"
572
+ version = "1.0.106"
573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
574
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
575
+ dependencies = [
576
+ "unicode-ident",
577
+ ]
578
+
579
+ [[package]]
580
+ name = "pyo3"
581
+ version = "0.28.2"
582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
583
+ checksum = "cf85e27e86080aafd5a22eae58a162e133a589551542b3e5cee4beb27e54f8e1"
584
+ dependencies = [
585
+ "libc",
586
+ "once_cell",
587
+ "portable-atomic",
588
+ "pyo3-build-config",
589
+ "pyo3-ffi",
590
+ "pyo3-macros",
591
+ ]
592
+
593
+ [[package]]
594
+ name = "pyo3-build-config"
595
+ version = "0.28.2"
596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
597
+ checksum = "8bf94ee265674bf76c09fa430b0e99c26e319c945d96ca0d5a8215f31bf81cf7"
598
+ dependencies = [
599
+ "target-lexicon",
600
+ ]
601
+
602
+ [[package]]
603
+ name = "pyo3-ffi"
604
+ version = "0.28.2"
605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
606
+ checksum = "491aa5fc66d8059dd44a75f4580a2962c1862a1c2945359db36f6c2818b748dc"
607
+ dependencies = [
608
+ "libc",
609
+ "pyo3-build-config",
610
+ ]
611
+
612
+ [[package]]
613
+ name = "pyo3-macros"
614
+ version = "0.28.2"
615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
616
+ checksum = "f5d671734e9d7a43449f8480f8b38115df67bef8d21f76837fa75ee7aaa5e52e"
617
+ dependencies = [
618
+ "proc-macro2",
619
+ "pyo3-macros-backend",
620
+ "quote",
621
+ "syn",
622
+ ]
623
+
624
+ [[package]]
625
+ name = "pyo3-macros-backend"
626
+ version = "0.28.2"
627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
628
+ checksum = "22faaa1ce6c430a1f71658760497291065e6450d7b5dc2bcf254d49f66ee700a"
629
+ dependencies = [
630
+ "heck",
631
+ "proc-macro2",
632
+ "pyo3-build-config",
633
+ "quote",
634
+ "syn",
635
+ ]
636
+
637
+ [[package]]
638
+ name = "quote"
639
+ version = "1.0.45"
640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
641
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
642
+ dependencies = [
643
+ "proc-macro2",
644
+ ]
645
+
646
+ [[package]]
647
+ name = "rawpointer"
648
+ version = "0.2.1"
649
+ source = "registry+https://github.com/rust-lang/crates.io-index"
650
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
651
+
652
+ [[package]]
653
+ name = "rayon"
654
+ version = "1.12.0"
655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
656
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
657
+ dependencies = [
658
+ "either",
659
+ "rayon-core",
660
+ ]
661
+
662
+ [[package]]
663
+ name = "rayon-core"
664
+ version = "1.13.0"
665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
666
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
667
+ dependencies = [
668
+ "crossbeam-deque",
669
+ "crossbeam-utils",
670
+ ]
671
+
672
+ [[package]]
673
+ name = "regex"
674
+ version = "1.12.3"
675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
676
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
677
+ dependencies = [
678
+ "aho-corasick",
679
+ "memchr",
680
+ "regex-automata",
681
+ "regex-syntax",
682
+ ]
683
+
684
+ [[package]]
685
+ name = "regex-automata"
686
+ version = "0.4.14"
687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
688
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
689
+ dependencies = [
690
+ "aho-corasick",
691
+ "memchr",
692
+ "regex-syntax",
693
+ ]
694
+
695
+ [[package]]
696
+ name = "regex-syntax"
697
+ version = "0.8.10"
698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
699
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
700
+
701
+ [[package]]
702
+ name = "rustc-hash"
703
+ version = "2.1.2"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
706
+
707
+ [[package]]
708
+ name = "rustversion"
709
+ version = "1.0.22"
710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
711
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
712
+
713
+ [[package]]
714
+ name = "same-file"
715
+ version = "1.0.6"
716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
717
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
718
+ dependencies = [
719
+ "winapi-util",
720
+ ]
721
+
722
+ [[package]]
723
+ name = "serde"
724
+ version = "1.0.228"
725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
726
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
727
+ dependencies = [
728
+ "serde_core",
729
+ "serde_derive",
730
+ ]
731
+
732
+ [[package]]
733
+ name = "serde_core"
734
+ version = "1.0.228"
735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
736
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
737
+ dependencies = [
738
+ "serde_derive",
739
+ ]
740
+
741
+ [[package]]
742
+ name = "serde_derive"
743
+ version = "1.0.228"
744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
745
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
746
+ dependencies = [
747
+ "proc-macro2",
748
+ "quote",
749
+ "syn",
750
+ ]
751
+
752
+ [[package]]
753
+ name = "serde_json"
754
+ version = "1.0.149"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
757
+ dependencies = [
758
+ "itoa",
759
+ "memchr",
760
+ "serde",
761
+ "serde_core",
762
+ "zmij",
763
+ ]
764
+
765
+ [[package]]
766
+ name = "sharded-slab"
767
+ version = "0.1.7"
768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
769
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
770
+ dependencies = [
771
+ "lazy_static",
772
+ ]
773
+
774
+ [[package]]
775
+ name = "shlex"
776
+ version = "1.3.0"
777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
778
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
779
+
780
+ [[package]]
781
+ name = "slab"
782
+ version = "0.4.12"
783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
784
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
785
+
786
+ [[package]]
787
+ name = "smallvec"
788
+ version = "1.15.1"
789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
790
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
791
+
792
+ [[package]]
793
+ name = "sorted-vec"
794
+ version = "0.8.10"
795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
796
+ checksum = "19f58d7b0190c7f12df7e8be6b79767a0836059159811b869d5ab55721fe14d0"
797
+
798
+ [[package]]
799
+ name = "syn"
800
+ version = "2.0.117"
801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
802
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
803
+ dependencies = [
804
+ "proc-macro2",
805
+ "quote",
806
+ "unicode-ident",
807
+ ]
808
+
809
+ [[package]]
810
+ name = "target-lexicon"
811
+ version = "0.13.5"
812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
813
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
814
+
815
+ [[package]]
816
+ name = "thread_local"
817
+ version = "1.1.9"
818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
819
+ checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
820
+ dependencies = [
821
+ "cfg-if",
822
+ ]
823
+
824
+ [[package]]
825
+ name = "tinytemplate"
826
+ version = "1.2.1"
827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
828
+ checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
829
+ dependencies = [
830
+ "serde",
831
+ "serde_json",
832
+ ]
833
+
834
+ [[package]]
835
+ name = "tracing"
836
+ version = "0.1.44"
837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
838
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
839
+ dependencies = [
840
+ "pin-project-lite",
841
+ "tracing-attributes",
842
+ "tracing-core",
843
+ ]
844
+
845
+ [[package]]
846
+ name = "tracing-attributes"
847
+ version = "0.1.31"
848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
849
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
850
+ dependencies = [
851
+ "proc-macro2",
852
+ "quote",
853
+ "syn",
854
+ ]
855
+
856
+ [[package]]
857
+ name = "tracing-core"
858
+ version = "0.1.36"
859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
860
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
861
+ dependencies = [
862
+ "once_cell",
863
+ "valuable",
864
+ ]
865
+
866
+ [[package]]
867
+ name = "tracing-log"
868
+ version = "0.2.0"
869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
870
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
871
+ dependencies = [
872
+ "log",
873
+ "once_cell",
874
+ "tracing-core",
875
+ ]
876
+
877
+ [[package]]
878
+ name = "tracing-subscriber"
879
+ version = "0.3.23"
880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
881
+ checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
882
+ dependencies = [
883
+ "nu-ansi-term",
884
+ "sharded-slab",
885
+ "smallvec",
886
+ "thread_local",
887
+ "tracing-core",
888
+ "tracing-log",
889
+ ]
890
+
891
+ [[package]]
892
+ name = "triplclust_py"
893
+ version = "0.2.0"
894
+ dependencies = [
895
+ "numpy",
896
+ "pyo3",
897
+ "triplclust_rs",
898
+ ]
899
+
900
+ [[package]]
901
+ name = "triplclust_rs"
902
+ version = "0.2.0"
903
+ dependencies = [
904
+ "criterion",
905
+ "itertools 0.14.0",
906
+ "kiddo",
907
+ "kodama",
908
+ "numpy",
909
+ "rustc-hash",
910
+ ]
911
+
912
+ [[package]]
913
+ name = "typenum"
914
+ version = "1.19.0"
915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
916
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
917
+
918
+ [[package]]
919
+ name = "unicode-ident"
920
+ version = "1.0.24"
921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
922
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
923
+
924
+ [[package]]
925
+ name = "valuable"
926
+ version = "0.1.1"
927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
928
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
929
+
930
+ [[package]]
931
+ name = "walkdir"
932
+ version = "2.5.0"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
935
+ dependencies = [
936
+ "same-file",
937
+ "winapi-util",
938
+ ]
939
+
940
+ [[package]]
941
+ name = "wasm-bindgen"
942
+ version = "0.2.121"
943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
944
+ checksum = "49ace1d07c165b0864824eee619580c4689389afa9dc9ed3a4c75040d82e6790"
945
+ dependencies = [
946
+ "cfg-if",
947
+ "once_cell",
948
+ "rustversion",
949
+ "wasm-bindgen-macro",
950
+ "wasm-bindgen-shared",
951
+ ]
952
+
953
+ [[package]]
954
+ name = "wasm-bindgen-macro"
955
+ version = "0.2.121"
956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
957
+ checksum = "8e68e6f4afd367a562002c05637acb8578ff2dea1943df76afb9e83d177c8578"
958
+ dependencies = [
959
+ "quote",
960
+ "wasm-bindgen-macro-support",
961
+ ]
962
+
963
+ [[package]]
964
+ name = "wasm-bindgen-macro-support"
965
+ version = "0.2.121"
966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
967
+ checksum = "d95a9ec35c64b2a7cb35d3fead40c4238d0940c86d107136999567a4703259f2"
968
+ dependencies = [
969
+ "bumpalo",
970
+ "proc-macro2",
971
+ "quote",
972
+ "syn",
973
+ "wasm-bindgen-shared",
974
+ ]
975
+
976
+ [[package]]
977
+ name = "wasm-bindgen-shared"
978
+ version = "0.2.121"
979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
980
+ checksum = "c4e0100b01e9f0d03189a92b96772a1fb998639d981193d7dbab487302513441"
981
+ dependencies = [
982
+ "unicode-ident",
983
+ ]
984
+
985
+ [[package]]
986
+ name = "web-sys"
987
+ version = "0.3.98"
988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
989
+ checksum = "4b572dff8bcf38bad0fa19729c89bb5748b2b9b1d8be70cf90df697e3a8f32aa"
990
+ dependencies = [
991
+ "js-sys",
992
+ "wasm-bindgen",
993
+ ]
994
+
995
+ [[package]]
996
+ name = "winapi"
997
+ version = "0.3.9"
998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
999
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1000
+ dependencies = [
1001
+ "winapi-i686-pc-windows-gnu",
1002
+ "winapi-x86_64-pc-windows-gnu",
1003
+ ]
1004
+
1005
+ [[package]]
1006
+ name = "winapi-i686-pc-windows-gnu"
1007
+ version = "0.4.0"
1008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1009
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1010
+
1011
+ [[package]]
1012
+ name = "winapi-util"
1013
+ version = "0.1.11"
1014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1015
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1016
+ dependencies = [
1017
+ "windows-sys",
1018
+ ]
1019
+
1020
+ [[package]]
1021
+ name = "winapi-x86_64-pc-windows-gnu"
1022
+ version = "0.4.0"
1023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1024
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1025
+
1026
+ [[package]]
1027
+ name = "windows-link"
1028
+ version = "0.2.1"
1029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1030
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1031
+
1032
+ [[package]]
1033
+ name = "windows-result"
1034
+ version = "0.4.1"
1035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1036
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1037
+ dependencies = [
1038
+ "windows-link",
1039
+ ]
1040
+
1041
+ [[package]]
1042
+ name = "windows-sys"
1043
+ version = "0.61.2"
1044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1045
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1046
+ dependencies = [
1047
+ "windows-link",
1048
+ ]
1049
+
1050
+ [[package]]
1051
+ name = "zerocopy"
1052
+ version = "0.8.47"
1053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87"
1055
+ dependencies = [
1056
+ "zerocopy-derive",
1057
+ ]
1058
+
1059
+ [[package]]
1060
+ name = "zerocopy-derive"
1061
+ version = "0.8.47"
1062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1063
+ checksum = "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89"
1064
+ dependencies = [
1065
+ "proc-macro2",
1066
+ "quote",
1067
+ "syn",
1068
+ ]
1069
+
1070
+ [[package]]
1071
+ name = "zmij"
1072
+ version = "1.0.21"
1073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1074
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"