tri-boost 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.
Files changed (42) hide show
  1. tri_boost-0.2.0/Cargo.lock +957 -0
  2. tri_boost-0.2.0/Cargo.toml +82 -0
  3. tri_boost-0.2.0/PKG-INFO +113 -0
  4. tri_boost-0.2.0/README.md +83 -0
  5. tri_boost-0.2.0/crates/tri-boost-core/Cargo.toml +42 -0
  6. tri_boost-0.2.0/crates/tri-boost-core/benches/reproducibility.rs +69 -0
  7. tri_boost-0.2.0/crates/tri-boost-core/src/backend.rs +300 -0
  8. tri_boost-0.2.0/crates/tri-boost-core/src/boosters.rs +1211 -0
  9. tri_boost-0.2.0/crates/tri-boost-core/src/cat.rs +1575 -0
  10. tri_boost-0.2.0/crates/tri-boost-core/src/cell_refit.rs +785 -0
  11. tri_boost-0.2.0/crates/tri-boost-core/src/constraints.rs +244 -0
  12. tri_boost-0.2.0/crates/tri-boost-core/src/data/bin.rs +663 -0
  13. tri_boost-0.2.0/crates/tri-boost-core/src/data/exposure.rs +76 -0
  14. tri_boost-0.2.0/crates/tri-boost-core/src/data/grid.rs +572 -0
  15. tri_boost-0.2.0/crates/tri-boost-core/src/data/mod.rs +250 -0
  16. tri_boost-0.2.0/crates/tri-boost-core/src/engine/boost.rs +6208 -0
  17. tri_boost-0.2.0/crates/tri-boost-core/src/engine/hist.rs +1421 -0
  18. tri_boost-0.2.0/crates/tri-boost-core/src/engine/mod.rs +1530 -0
  19. tri_boost-0.2.0/crates/tri-boost-core/src/engine/split.rs +2376 -0
  20. tri_boost-0.2.0/crates/tri-boost-core/src/error.rs +149 -0
  21. tri_boost-0.2.0/crates/tri-boost-core/src/explain.rs +5206 -0
  22. tri_boost-0.2.0/crates/tri-boost-core/src/lib.rs +89 -0
  23. tri_boost-0.2.0/crates/tri-boost-core/src/loss.rs +2099 -0
  24. tri_boost-0.2.0/crates/tri-boost-core/src/scoring.rs +657 -0
  25. tri_boost-0.2.0/crates/tri-boost-core/src/serialize.rs +859 -0
  26. tri_boost-0.2.0/crates/tri-boost-core/src/simd.rs +120 -0
  27. tri_boost-0.2.0/crates/tri-boost-core/tests/binning_determinism.rs +79 -0
  28. tri_boost-0.2.0/crates/tri-boost-core/tests/binning_proptest.rs +101 -0
  29. tri_boost-0.2.0/crates/tri-boost-core/tests/categorical_explain.rs +134 -0
  30. tri_boost-0.2.0/crates/tri-boost-core/tests/determinism.rs +77 -0
  31. tri_boost-0.2.0/crates/tri-boost-core/tests/invariants_gate.rs +124 -0
  32. tri_boost-0.2.0/crates/tri-boost-core/tests/objective_invariants.rs +177 -0
  33. tri_boost-0.2.0/crates/tri-boost-core/tests/overflow_trap.rs +23 -0
  34. tri_boost-0.2.0/crates/tri-boost-core/tests/serde_version.rs +60 -0
  35. tri_boost-0.2.0/crates/tri-boost-py/Cargo.toml +26 -0
  36. tri_boost-0.2.0/crates/tri-boost-py/src/lib.rs +1379 -0
  37. tri_boost-0.2.0/pyproject.toml +76 -0
  38. tri_boost-0.2.0/python/tri_boost/__init__.py +69 -0
  39. tri_boost-0.2.0/python/tri_boost/_tri_boost.pyi +217 -0
  40. tri_boost-0.2.0/python/tri_boost/metrics.py +123 -0
  41. tri_boost-0.2.0/python/tri_boost/py.typed +0 -0
  42. tri_boost-0.2.0/python/tri_boost/sklearn.py +1043 -0
@@ -0,0 +1,957 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
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 = "anes"
16
+ version = "0.1.6"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
19
+
20
+ [[package]]
21
+ name = "anstyle"
22
+ version = "1.0.14"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
25
+
26
+ [[package]]
27
+ name = "autocfg"
28
+ version = "1.5.1"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
31
+
32
+ [[package]]
33
+ name = "bincode"
34
+ version = "2.0.1"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
37
+ dependencies = [
38
+ "bincode_derive",
39
+ "serde",
40
+ "unty",
41
+ ]
42
+
43
+ [[package]]
44
+ name = "bincode_derive"
45
+ version = "2.0.1"
46
+ source = "registry+https://github.com/rust-lang/crates.io-index"
47
+ checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
48
+ dependencies = [
49
+ "virtue",
50
+ ]
51
+
52
+ [[package]]
53
+ name = "bit-set"
54
+ version = "0.8.0"
55
+ source = "registry+https://github.com/rust-lang/crates.io-index"
56
+ checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
57
+ dependencies = [
58
+ "bit-vec",
59
+ ]
60
+
61
+ [[package]]
62
+ name = "bit-vec"
63
+ version = "0.8.0"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
66
+
67
+ [[package]]
68
+ name = "bitflags"
69
+ version = "2.13.0"
70
+ source = "registry+https://github.com/rust-lang/crates.io-index"
71
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
72
+
73
+ [[package]]
74
+ name = "cast"
75
+ version = "0.3.0"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
78
+
79
+ [[package]]
80
+ name = "cfg-if"
81
+ version = "1.0.4"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
84
+
85
+ [[package]]
86
+ name = "ciborium"
87
+ version = "0.2.2"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
90
+ dependencies = [
91
+ "ciborium-io",
92
+ "ciborium-ll",
93
+ "serde",
94
+ ]
95
+
96
+ [[package]]
97
+ name = "ciborium-io"
98
+ version = "0.2.2"
99
+ source = "registry+https://github.com/rust-lang/crates.io-index"
100
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
101
+
102
+ [[package]]
103
+ name = "ciborium-ll"
104
+ version = "0.2.2"
105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
106
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
107
+ dependencies = [
108
+ "ciborium-io",
109
+ "half",
110
+ ]
111
+
112
+ [[package]]
113
+ name = "clap"
114
+ version = "4.6.1"
115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
116
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
117
+ dependencies = [
118
+ "clap_builder",
119
+ ]
120
+
121
+ [[package]]
122
+ name = "clap_builder"
123
+ version = "4.6.0"
124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
125
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
126
+ dependencies = [
127
+ "anstyle",
128
+ "clap_lex",
129
+ ]
130
+
131
+ [[package]]
132
+ name = "clap_lex"
133
+ version = "1.1.0"
134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
135
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
136
+
137
+ [[package]]
138
+ name = "criterion"
139
+ version = "0.5.1"
140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
141
+ checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
142
+ dependencies = [
143
+ "anes",
144
+ "cast",
145
+ "ciborium",
146
+ "clap",
147
+ "criterion-plot",
148
+ "is-terminal",
149
+ "itertools 0.10.5",
150
+ "num-traits",
151
+ "once_cell",
152
+ "oorandom",
153
+ "regex",
154
+ "serde",
155
+ "serde_derive",
156
+ "serde_json",
157
+ "tinytemplate",
158
+ "walkdir",
159
+ ]
160
+
161
+ [[package]]
162
+ name = "criterion-plot"
163
+ version = "0.5.0"
164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
165
+ checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
166
+ dependencies = [
167
+ "cast",
168
+ "itertools 0.10.5",
169
+ ]
170
+
171
+ [[package]]
172
+ name = "crossbeam-deque"
173
+ version = "0.8.6"
174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
175
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
176
+ dependencies = [
177
+ "crossbeam-epoch",
178
+ "crossbeam-utils",
179
+ ]
180
+
181
+ [[package]]
182
+ name = "crossbeam-epoch"
183
+ version = "0.9.18"
184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
185
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
186
+ dependencies = [
187
+ "crossbeam-utils",
188
+ ]
189
+
190
+ [[package]]
191
+ name = "crossbeam-utils"
192
+ version = "0.8.21"
193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
194
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
195
+
196
+ [[package]]
197
+ name = "crunchy"
198
+ version = "0.2.4"
199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
200
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
201
+
202
+ [[package]]
203
+ name = "either"
204
+ version = "1.16.0"
205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
206
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
207
+
208
+ [[package]]
209
+ name = "errno"
210
+ version = "0.3.14"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
213
+ dependencies = [
214
+ "libc",
215
+ "windows-sys",
216
+ ]
217
+
218
+ [[package]]
219
+ name = "fastrand"
220
+ version = "2.4.1"
221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
222
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
223
+
224
+ [[package]]
225
+ name = "fnv"
226
+ version = "1.0.7"
227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
228
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
229
+
230
+ [[package]]
231
+ name = "getrandom"
232
+ version = "0.3.4"
233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
234
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
235
+ dependencies = [
236
+ "cfg-if",
237
+ "libc",
238
+ "r-efi 5.3.0",
239
+ "wasip2",
240
+ ]
241
+
242
+ [[package]]
243
+ name = "getrandom"
244
+ version = "0.4.3"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
247
+ dependencies = [
248
+ "cfg-if",
249
+ "libc",
250
+ "r-efi 6.0.0",
251
+ ]
252
+
253
+ [[package]]
254
+ name = "half"
255
+ version = "2.7.1"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
258
+ dependencies = [
259
+ "cfg-if",
260
+ "crunchy",
261
+ "zerocopy",
262
+ ]
263
+
264
+ [[package]]
265
+ name = "heck"
266
+ version = "0.5.0"
267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
268
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
269
+
270
+ [[package]]
271
+ name = "hermit-abi"
272
+ version = "0.5.2"
273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
274
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
275
+
276
+ [[package]]
277
+ name = "is-terminal"
278
+ version = "0.4.17"
279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
280
+ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
281
+ dependencies = [
282
+ "hermit-abi",
283
+ "libc",
284
+ "windows-sys",
285
+ ]
286
+
287
+ [[package]]
288
+ name = "itertools"
289
+ version = "0.10.5"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
292
+ dependencies = [
293
+ "either",
294
+ ]
295
+
296
+ [[package]]
297
+ name = "itertools"
298
+ version = "0.13.0"
299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
300
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
301
+ dependencies = [
302
+ "either",
303
+ ]
304
+
305
+ [[package]]
306
+ name = "itoa"
307
+ version = "1.0.18"
308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
309
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
310
+
311
+ [[package]]
312
+ name = "libc"
313
+ version = "0.2.186"
314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
315
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
316
+
317
+ [[package]]
318
+ name = "linux-raw-sys"
319
+ version = "0.12.1"
320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
321
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
322
+
323
+ [[package]]
324
+ name = "matrixmultiply"
325
+ version = "0.3.10"
326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
327
+ checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
328
+ dependencies = [
329
+ "autocfg",
330
+ "rawpointer",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "memchr"
335
+ version = "2.8.2"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
338
+
339
+ [[package]]
340
+ name = "ndarray"
341
+ version = "0.16.1"
342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
343
+ checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841"
344
+ dependencies = [
345
+ "matrixmultiply",
346
+ "num-complex",
347
+ "num-integer",
348
+ "num-traits",
349
+ "portable-atomic",
350
+ "portable-atomic-util",
351
+ "rawpointer",
352
+ ]
353
+
354
+ [[package]]
355
+ name = "num-complex"
356
+ version = "0.4.6"
357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
358
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
359
+ dependencies = [
360
+ "num-traits",
361
+ ]
362
+
363
+ [[package]]
364
+ name = "num-integer"
365
+ version = "0.1.46"
366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
367
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
368
+ dependencies = [
369
+ "num-traits",
370
+ ]
371
+
372
+ [[package]]
373
+ name = "num-traits"
374
+ version = "0.2.19"
375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
376
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
377
+ dependencies = [
378
+ "autocfg",
379
+ ]
380
+
381
+ [[package]]
382
+ name = "numpy"
383
+ version = "0.29.0"
384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
385
+ checksum = "6a5b15d63a5ff39e378daed0e1340d3a5964703ea9712eb09a0dc66fade996f4"
386
+ dependencies = [
387
+ "libc",
388
+ "ndarray",
389
+ "num-complex",
390
+ "num-integer",
391
+ "num-traits",
392
+ "pyo3",
393
+ "pyo3-build-config",
394
+ "rustc-hash",
395
+ ]
396
+
397
+ [[package]]
398
+ name = "once_cell"
399
+ version = "1.21.4"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
402
+
403
+ [[package]]
404
+ name = "oorandom"
405
+ version = "11.1.5"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
408
+
409
+ [[package]]
410
+ name = "portable-atomic"
411
+ version = "1.13.1"
412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
413
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
414
+
415
+ [[package]]
416
+ name = "portable-atomic-util"
417
+ version = "0.2.7"
418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
419
+ checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
420
+ dependencies = [
421
+ "portable-atomic",
422
+ ]
423
+
424
+ [[package]]
425
+ name = "ppv-lite86"
426
+ version = "0.2.21"
427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
428
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
429
+ dependencies = [
430
+ "zerocopy",
431
+ ]
432
+
433
+ [[package]]
434
+ name = "proc-macro2"
435
+ version = "1.0.106"
436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
437
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
438
+ dependencies = [
439
+ "unicode-ident",
440
+ ]
441
+
442
+ [[package]]
443
+ name = "proptest"
444
+ version = "1.11.0"
445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
446
+ checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
447
+ dependencies = [
448
+ "bit-set",
449
+ "bit-vec",
450
+ "bitflags",
451
+ "num-traits",
452
+ "rand 0.9.4",
453
+ "rand_chacha",
454
+ "rand_xorshift",
455
+ "regex-syntax",
456
+ "rusty-fork",
457
+ "tempfile",
458
+ "unarray",
459
+ ]
460
+
461
+ [[package]]
462
+ name = "pyo3"
463
+ version = "0.29.0"
464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
465
+ checksum = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c"
466
+ dependencies = [
467
+ "libc",
468
+ "once_cell",
469
+ "portable-atomic",
470
+ "pyo3-build-config",
471
+ "pyo3-ffi",
472
+ "pyo3-macros",
473
+ ]
474
+
475
+ [[package]]
476
+ name = "pyo3-build-config"
477
+ version = "0.29.0"
478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
479
+ checksum = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
480
+ dependencies = [
481
+ "target-lexicon",
482
+ ]
483
+
484
+ [[package]]
485
+ name = "pyo3-ffi"
486
+ version = "0.29.0"
487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
488
+ checksum = "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b"
489
+ dependencies = [
490
+ "libc",
491
+ "pyo3-build-config",
492
+ ]
493
+
494
+ [[package]]
495
+ name = "pyo3-macros"
496
+ version = "0.29.0"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771"
499
+ dependencies = [
500
+ "proc-macro2",
501
+ "pyo3-macros-backend",
502
+ "quote",
503
+ "syn",
504
+ ]
505
+
506
+ [[package]]
507
+ name = "pyo3-macros-backend"
508
+ version = "0.29.0"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362"
511
+ dependencies = [
512
+ "heck",
513
+ "proc-macro2",
514
+ "quote",
515
+ "syn",
516
+ ]
517
+
518
+ [[package]]
519
+ name = "quick-error"
520
+ version = "1.2.3"
521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
522
+ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
523
+
524
+ [[package]]
525
+ name = "quote"
526
+ version = "1.0.46"
527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
528
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
529
+ dependencies = [
530
+ "proc-macro2",
531
+ ]
532
+
533
+ [[package]]
534
+ name = "r-efi"
535
+ version = "5.3.0"
536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
537
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
538
+
539
+ [[package]]
540
+ name = "r-efi"
541
+ version = "6.0.0"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
544
+
545
+ [[package]]
546
+ name = "rand"
547
+ version = "0.8.6"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
550
+ dependencies = [
551
+ "rand_core 0.6.4",
552
+ ]
553
+
554
+ [[package]]
555
+ name = "rand"
556
+ version = "0.9.4"
557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
558
+ checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
559
+ dependencies = [
560
+ "rand_chacha",
561
+ "rand_core 0.9.5",
562
+ ]
563
+
564
+ [[package]]
565
+ name = "rand_chacha"
566
+ version = "0.9.0"
567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
568
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
569
+ dependencies = [
570
+ "ppv-lite86",
571
+ "rand_core 0.9.5",
572
+ ]
573
+
574
+ [[package]]
575
+ name = "rand_core"
576
+ version = "0.6.4"
577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
578
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
579
+
580
+ [[package]]
581
+ name = "rand_core"
582
+ version = "0.9.5"
583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
584
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
585
+ dependencies = [
586
+ "getrandom 0.3.4",
587
+ ]
588
+
589
+ [[package]]
590
+ name = "rand_pcg"
591
+ version = "0.3.1"
592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
593
+ checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
594
+ dependencies = [
595
+ "rand_core 0.6.4",
596
+ ]
597
+
598
+ [[package]]
599
+ name = "rand_xorshift"
600
+ version = "0.4.0"
601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
602
+ checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
603
+ dependencies = [
604
+ "rand_core 0.9.5",
605
+ ]
606
+
607
+ [[package]]
608
+ name = "rawpointer"
609
+ version = "0.2.1"
610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
611
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
612
+
613
+ [[package]]
614
+ name = "rayon"
615
+ version = "1.12.0"
616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
617
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
618
+ dependencies = [
619
+ "either",
620
+ "rayon-core",
621
+ ]
622
+
623
+ [[package]]
624
+ name = "rayon-core"
625
+ version = "1.13.0"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
628
+ dependencies = [
629
+ "crossbeam-deque",
630
+ "crossbeam-utils",
631
+ ]
632
+
633
+ [[package]]
634
+ name = "regex"
635
+ version = "1.12.4"
636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
637
+ checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
638
+ dependencies = [
639
+ "aho-corasick",
640
+ "memchr",
641
+ "regex-automata",
642
+ "regex-syntax",
643
+ ]
644
+
645
+ [[package]]
646
+ name = "regex-automata"
647
+ version = "0.4.14"
648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
649
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
650
+ dependencies = [
651
+ "aho-corasick",
652
+ "memchr",
653
+ "regex-syntax",
654
+ ]
655
+
656
+ [[package]]
657
+ name = "regex-syntax"
658
+ version = "0.8.11"
659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
660
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
661
+
662
+ [[package]]
663
+ name = "rustc-hash"
664
+ version = "2.1.2"
665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
666
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
667
+
668
+ [[package]]
669
+ name = "rustix"
670
+ version = "1.1.4"
671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
672
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
673
+ dependencies = [
674
+ "bitflags",
675
+ "errno",
676
+ "libc",
677
+ "linux-raw-sys",
678
+ "windows-sys",
679
+ ]
680
+
681
+ [[package]]
682
+ name = "rusty-fork"
683
+ version = "0.3.1"
684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
685
+ checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
686
+ dependencies = [
687
+ "fnv",
688
+ "quick-error",
689
+ "tempfile",
690
+ "wait-timeout",
691
+ ]
692
+
693
+ [[package]]
694
+ name = "same-file"
695
+ version = "1.0.6"
696
+ source = "registry+https://github.com/rust-lang/crates.io-index"
697
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
698
+ dependencies = [
699
+ "winapi-util",
700
+ ]
701
+
702
+ [[package]]
703
+ name = "serde"
704
+ version = "1.0.228"
705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
706
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
707
+ dependencies = [
708
+ "serde_core",
709
+ "serde_derive",
710
+ ]
711
+
712
+ [[package]]
713
+ name = "serde_core"
714
+ version = "1.0.228"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
717
+ dependencies = [
718
+ "serde_derive",
719
+ ]
720
+
721
+ [[package]]
722
+ name = "serde_derive"
723
+ version = "1.0.228"
724
+ source = "registry+https://github.com/rust-lang/crates.io-index"
725
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
726
+ dependencies = [
727
+ "proc-macro2",
728
+ "quote",
729
+ "syn",
730
+ ]
731
+
732
+ [[package]]
733
+ name = "serde_json"
734
+ version = "1.0.150"
735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
736
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
737
+ dependencies = [
738
+ "itoa",
739
+ "memchr",
740
+ "serde",
741
+ "serde_core",
742
+ "zmij",
743
+ ]
744
+
745
+ [[package]]
746
+ name = "smallvec"
747
+ version = "1.15.2"
748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
749
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
750
+ dependencies = [
751
+ "serde",
752
+ ]
753
+
754
+ [[package]]
755
+ name = "syn"
756
+ version = "2.0.118"
757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
758
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
759
+ dependencies = [
760
+ "proc-macro2",
761
+ "quote",
762
+ "unicode-ident",
763
+ ]
764
+
765
+ [[package]]
766
+ name = "target-lexicon"
767
+ version = "0.13.5"
768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
769
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
770
+
771
+ [[package]]
772
+ name = "tempfile"
773
+ version = "3.27.0"
774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
775
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
776
+ dependencies = [
777
+ "fastrand",
778
+ "getrandom 0.4.3",
779
+ "once_cell",
780
+ "rustix",
781
+ "windows-sys",
782
+ ]
783
+
784
+ [[package]]
785
+ name = "thiserror"
786
+ version = "1.0.69"
787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
788
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
789
+ dependencies = [
790
+ "thiserror-impl",
791
+ ]
792
+
793
+ [[package]]
794
+ name = "thiserror-impl"
795
+ version = "1.0.69"
796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
797
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
798
+ dependencies = [
799
+ "proc-macro2",
800
+ "quote",
801
+ "syn",
802
+ ]
803
+
804
+ [[package]]
805
+ name = "tinytemplate"
806
+ version = "1.2.1"
807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
808
+ checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
809
+ dependencies = [
810
+ "serde",
811
+ "serde_json",
812
+ ]
813
+
814
+ [[package]]
815
+ name = "tri-boost-core"
816
+ version = "0.2.0"
817
+ dependencies = [
818
+ "bincode",
819
+ "criterion",
820
+ "itertools 0.13.0",
821
+ "proptest",
822
+ "rand 0.8.6",
823
+ "rand_pcg",
824
+ "rayon",
825
+ "serde",
826
+ "serde_json",
827
+ "smallvec",
828
+ "thiserror",
829
+ ]
830
+
831
+ [[package]]
832
+ name = "tri-boost-py"
833
+ version = "0.2.0"
834
+ dependencies = [
835
+ "numpy",
836
+ "pyo3",
837
+ "rayon",
838
+ "serde_json",
839
+ "tri-boost-core",
840
+ ]
841
+
842
+ [[package]]
843
+ name = "unarray"
844
+ version = "0.1.4"
845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
846
+ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
847
+
848
+ [[package]]
849
+ name = "unicode-ident"
850
+ version = "1.0.24"
851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
852
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
853
+
854
+ [[package]]
855
+ name = "unty"
856
+ version = "0.0.4"
857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
858
+ checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
859
+
860
+ [[package]]
861
+ name = "virtue"
862
+ version = "0.0.18"
863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
864
+ checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
865
+
866
+ [[package]]
867
+ name = "wait-timeout"
868
+ version = "0.2.1"
869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
870
+ checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
871
+ dependencies = [
872
+ "libc",
873
+ ]
874
+
875
+ [[package]]
876
+ name = "walkdir"
877
+ version = "2.5.0"
878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
879
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
880
+ dependencies = [
881
+ "same-file",
882
+ "winapi-util",
883
+ ]
884
+
885
+ [[package]]
886
+ name = "wasip2"
887
+ version = "1.0.4+wasi-0.2.12"
888
+ source = "registry+https://github.com/rust-lang/crates.io-index"
889
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
890
+ dependencies = [
891
+ "wit-bindgen",
892
+ ]
893
+
894
+ [[package]]
895
+ name = "winapi-util"
896
+ version = "0.1.11"
897
+ source = "registry+https://github.com/rust-lang/crates.io-index"
898
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
899
+ dependencies = [
900
+ "windows-sys",
901
+ ]
902
+
903
+ [[package]]
904
+ name = "windows-link"
905
+ version = "0.2.1"
906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
907
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
908
+
909
+ [[package]]
910
+ name = "windows-sys"
911
+ version = "0.61.2"
912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
913
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
914
+ dependencies = [
915
+ "windows-link",
916
+ ]
917
+
918
+ [[package]]
919
+ name = "wit-bindgen"
920
+ version = "0.57.1"
921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
922
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
923
+
924
+ [[package]]
925
+ name = "xtask"
926
+ version = "0.2.0"
927
+ dependencies = [
928
+ "serde",
929
+ "serde_json",
930
+ "tri-boost-core",
931
+ ]
932
+
933
+ [[package]]
934
+ name = "zerocopy"
935
+ version = "0.8.52"
936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
937
+ checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
938
+ dependencies = [
939
+ "zerocopy-derive",
940
+ ]
941
+
942
+ [[package]]
943
+ name = "zerocopy-derive"
944
+ version = "0.8.52"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
947
+ dependencies = [
948
+ "proc-macro2",
949
+ "quote",
950
+ "syn",
951
+ ]
952
+
953
+ [[package]]
954
+ name = "zmij"
955
+ version = "1.0.21"
956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
957
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"