gradlint 1.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.
Files changed (47) hide show
  1. gradlint-1.1.1/Cargo.lock +979 -0
  2. gradlint-1.1.1/Cargo.toml +31 -0
  3. gradlint-1.1.1/PKG-INFO +39 -0
  4. gradlint-1.1.1/crates/core/Cargo.toml +31 -0
  5. gradlint-1.1.1/crates/core/src/angular.rs +262 -0
  6. gradlint-1.1.1/crates/core/src/bids_batch.rs +344 -0
  7. gradlint-1.1.1/crates/core/src/candidate.rs +106 -0
  8. gradlint-1.1.1/crates/core/src/coherence.rs +208 -0
  9. gradlint-1.1.1/crates/core/src/consistency.rs +28 -0
  10. gradlint-1.1.1/crates/core/src/error.rs +43 -0
  11. gradlint-1.1.1/crates/core/src/flip.rs +757 -0
  12. gradlint-1.1.1/crates/core/src/frame.rs +346 -0
  13. gradlint-1.1.1/crates/core/src/gradient.rs +268 -0
  14. gradlint-1.1.1/crates/core/src/io/bids.rs +49 -0
  15. gradlint-1.1.1/crates/core/src/io/fsl.rs +146 -0
  16. gradlint-1.1.1/crates/core/src/io/mod.rs +17 -0
  17. gradlint-1.1.1/crates/core/src/io/mrtrix.rs +88 -0
  18. gradlint-1.1.1/crates/core/src/io/provenance.rs +240 -0
  19. gradlint-1.1.1/crates/core/src/lib.rs +64 -0
  20. gradlint-1.1.1/crates/core/src/pipeline.rs +1087 -0
  21. gradlint-1.1.1/crates/core/src/repair.rs +239 -0
  22. gradlint-1.1.1/crates/core/src/report.rs +386 -0
  23. gradlint-1.1.1/crates/core/src/scheme_qc.rs +330 -0
  24. gradlint-1.1.1/crates/core/src/shell.rs +281 -0
  25. gradlint-1.1.1/crates/core/src/tensor.rs +484 -0
  26. gradlint-1.1.1/crates/core/src/volume.rs +442 -0
  27. gradlint-1.1.1/crates/py/Cargo.toml +24 -0
  28. gradlint-1.1.1/crates/py/python/gradlint/__init__.py +29 -0
  29. gradlint-1.1.1/crates/py/python/gradlint/api.py +174 -0
  30. gradlint-1.1.1/crates/py/python/gradlint/cli.py +542 -0
  31. gradlint-1.1.1/crates/py/python/gradlint/report/__init__.py +9 -0
  32. gradlint-1.1.1/crates/py/python/gradlint/report/figures.py +219 -0
  33. gradlint-1.1.1/crates/py/python/gradlint/report/glyphs.py +450 -0
  34. gradlint-1.1.1/crates/py/python/gradlint/report/html.py +225 -0
  35. gradlint-1.1.1/crates/py/python/gradlint/report/markdown.py +129 -0
  36. gradlint-1.1.1/crates/py/python/gradlint/report/model.py +373 -0
  37. gradlint-1.1.1/crates/py/src/lib.rs +553 -0
  38. gradlint-1.1.1/pyproject.toml +49 -0
  39. gradlint-1.1.1/python/gradlint/__init__.py +29 -0
  40. gradlint-1.1.1/python/gradlint/api.py +174 -0
  41. gradlint-1.1.1/python/gradlint/cli.py +542 -0
  42. gradlint-1.1.1/python/gradlint/report/__init__.py +9 -0
  43. gradlint-1.1.1/python/gradlint/report/figures.py +219 -0
  44. gradlint-1.1.1/python/gradlint/report/glyphs.py +450 -0
  45. gradlint-1.1.1/python/gradlint/report/html.py +225 -0
  46. gradlint-1.1.1/python/gradlint/report/markdown.py +129 -0
  47. gradlint-1.1.1/python/gradlint/report/model.py +373 -0
@@ -0,0 +1,979 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "anstream"
13
+ version = "1.0.0"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
16
+ dependencies = [
17
+ "anstyle",
18
+ "anstyle-parse",
19
+ "anstyle-query",
20
+ "anstyle-wincon",
21
+ "colorchoice",
22
+ "is_terminal_polyfill",
23
+ "utf8parse",
24
+ ]
25
+
26
+ [[package]]
27
+ name = "anstyle"
28
+ version = "1.0.14"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
31
+
32
+ [[package]]
33
+ name = "anstyle-parse"
34
+ version = "1.0.0"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
37
+ dependencies = [
38
+ "utf8parse",
39
+ ]
40
+
41
+ [[package]]
42
+ name = "anstyle-query"
43
+ version = "1.1.5"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
46
+ dependencies = [
47
+ "windows-sys",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "anstyle-wincon"
52
+ version = "3.0.11"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
55
+ dependencies = [
56
+ "anstyle",
57
+ "once_cell_polyfill",
58
+ "windows-sys",
59
+ ]
60
+
61
+ [[package]]
62
+ name = "approx"
63
+ version = "0.5.1"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
66
+ dependencies = [
67
+ "num-traits",
68
+ ]
69
+
70
+ [[package]]
71
+ name = "autocfg"
72
+ version = "1.5.1"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
75
+
76
+ [[package]]
77
+ name = "bitflags"
78
+ version = "2.13.0"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
81
+
82
+ [[package]]
83
+ name = "block-buffer"
84
+ version = "0.10.4"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
87
+ dependencies = [
88
+ "generic-array",
89
+ ]
90
+
91
+ [[package]]
92
+ name = "bytemuck"
93
+ version = "1.25.0"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
96
+
97
+ [[package]]
98
+ name = "byteorder"
99
+ version = "1.5.0"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
102
+
103
+ [[package]]
104
+ name = "byteordered"
105
+ version = "0.6.0"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "bbf2cd9424f5ff404aba1959c835cbc448ee8b689b870a9981c76c0fd46280e6"
108
+ dependencies = [
109
+ "byteorder",
110
+ ]
111
+
112
+ [[package]]
113
+ name = "cc"
114
+ version = "1.2.65"
115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
116
+ checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
117
+ dependencies = [
118
+ "find-msvc-tools",
119
+ "shlex",
120
+ ]
121
+
122
+ [[package]]
123
+ name = "cfg-if"
124
+ version = "1.0.4"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
127
+
128
+ [[package]]
129
+ name = "clap"
130
+ version = "4.6.1"
131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
132
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
133
+ dependencies = [
134
+ "clap_builder",
135
+ "clap_derive",
136
+ ]
137
+
138
+ [[package]]
139
+ name = "clap_builder"
140
+ version = "4.6.0"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
143
+ dependencies = [
144
+ "anstream",
145
+ "anstyle",
146
+ "clap_lex",
147
+ "strsim",
148
+ ]
149
+
150
+ [[package]]
151
+ name = "clap_derive"
152
+ version = "4.6.1"
153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
154
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
155
+ dependencies = [
156
+ "heck",
157
+ "proc-macro2",
158
+ "quote",
159
+ "syn 2.0.118",
160
+ ]
161
+
162
+ [[package]]
163
+ name = "clap_lex"
164
+ version = "1.1.0"
165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
166
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
167
+
168
+ [[package]]
169
+ name = "colorchoice"
170
+ version = "1.0.5"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
173
+
174
+ [[package]]
175
+ name = "cpufeatures"
176
+ version = "0.2.17"
177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
178
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
179
+ dependencies = [
180
+ "libc",
181
+ ]
182
+
183
+ [[package]]
184
+ name = "crc32fast"
185
+ version = "1.5.0"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
188
+ dependencies = [
189
+ "cfg-if",
190
+ ]
191
+
192
+ [[package]]
193
+ name = "crossbeam-deque"
194
+ version = "0.8.6"
195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
196
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
197
+ dependencies = [
198
+ "crossbeam-epoch",
199
+ "crossbeam-utils",
200
+ ]
201
+
202
+ [[package]]
203
+ name = "crossbeam-epoch"
204
+ version = "0.9.18"
205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
206
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
207
+ dependencies = [
208
+ "crossbeam-utils",
209
+ ]
210
+
211
+ [[package]]
212
+ name = "crossbeam-utils"
213
+ version = "0.8.21"
214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
215
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
216
+
217
+ [[package]]
218
+ name = "crypto-common"
219
+ version = "0.1.7"
220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
221
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
222
+ dependencies = [
223
+ "generic-array",
224
+ "typenum",
225
+ ]
226
+
227
+ [[package]]
228
+ name = "deranged"
229
+ version = "0.5.8"
230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
231
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
232
+
233
+ [[package]]
234
+ name = "digest"
235
+ version = "0.10.7"
236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
237
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
238
+ dependencies = [
239
+ "block-buffer",
240
+ "crypto-common",
241
+ ]
242
+
243
+ [[package]]
244
+ name = "either"
245
+ version = "1.16.0"
246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
247
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
248
+
249
+ [[package]]
250
+ name = "errno"
251
+ version = "0.3.14"
252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
253
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
254
+ dependencies = [
255
+ "libc",
256
+ "windows-sys",
257
+ ]
258
+
259
+ [[package]]
260
+ name = "fastrand"
261
+ version = "2.4.1"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
264
+
265
+ [[package]]
266
+ name = "find-msvc-tools"
267
+ version = "0.1.9"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
270
+
271
+ [[package]]
272
+ name = "flate2"
273
+ version = "1.1.9"
274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
275
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
276
+ dependencies = [
277
+ "crc32fast",
278
+ "miniz_oxide",
279
+ ]
280
+
281
+ [[package]]
282
+ name = "generic-array"
283
+ version = "0.14.7"
284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
285
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
286
+ dependencies = [
287
+ "typenum",
288
+ "version_check",
289
+ ]
290
+
291
+ [[package]]
292
+ name = "getrandom"
293
+ version = "0.4.3"
294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
295
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
296
+ dependencies = [
297
+ "cfg-if",
298
+ "libc",
299
+ "r-efi",
300
+ ]
301
+
302
+ [[package]]
303
+ name = "gradlint-cli"
304
+ version = "1.1.1"
305
+ dependencies = [
306
+ "clap",
307
+ "gradlint-core",
308
+ "ndarray",
309
+ "serde_json",
310
+ "tempfile",
311
+ ]
312
+
313
+ [[package]]
314
+ name = "gradlint-core"
315
+ version = "1.1.1"
316
+ dependencies = [
317
+ "libdeflater",
318
+ "nalgebra",
319
+ "ndarray",
320
+ "nifti",
321
+ "rayon",
322
+ "serde",
323
+ "serde_json",
324
+ "sha2",
325
+ "tempfile",
326
+ "thiserror",
327
+ "time",
328
+ ]
329
+
330
+ [[package]]
331
+ name = "gradlint-py"
332
+ version = "1.1.1"
333
+ dependencies = [
334
+ "gradlint-core",
335
+ "ndarray",
336
+ "pyo3",
337
+ "serde_json",
338
+ ]
339
+
340
+ [[package]]
341
+ name = "heck"
342
+ version = "0.5.0"
343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
344
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
345
+
346
+ [[package]]
347
+ name = "indoc"
348
+ version = "2.0.7"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
351
+ dependencies = [
352
+ "rustversion",
353
+ ]
354
+
355
+ [[package]]
356
+ name = "is_terminal_polyfill"
357
+ version = "1.70.2"
358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
359
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
360
+
361
+ [[package]]
362
+ name = "itoa"
363
+ version = "1.0.18"
364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
365
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
366
+
367
+ [[package]]
368
+ name = "libc"
369
+ version = "0.2.186"
370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
371
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
372
+
373
+ [[package]]
374
+ name = "libdeflate-sys"
375
+ version = "1.25.2"
376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
377
+ checksum = "72753e0008ea87963d2f0770042d0df7abe51fafbb8dcaf618ac440f2f1fec0a"
378
+ dependencies = [
379
+ "cc",
380
+ ]
381
+
382
+ [[package]]
383
+ name = "libdeflater"
384
+ version = "1.25.2"
385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
386
+ checksum = "d1ee41cf6fb1bb6030dfb59ffb7bc01ab26aade44142084c87f0fc7a1658fe71"
387
+ dependencies = [
388
+ "libdeflate-sys",
389
+ ]
390
+
391
+ [[package]]
392
+ name = "linux-raw-sys"
393
+ version = "0.12.1"
394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
395
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
396
+
397
+ [[package]]
398
+ name = "matrixmultiply"
399
+ version = "0.3.10"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
402
+ dependencies = [
403
+ "autocfg",
404
+ "rawpointer",
405
+ ]
406
+
407
+ [[package]]
408
+ name = "memchr"
409
+ version = "2.8.2"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
412
+
413
+ [[package]]
414
+ name = "memoffset"
415
+ version = "0.9.1"
416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
417
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
418
+ dependencies = [
419
+ "autocfg",
420
+ ]
421
+
422
+ [[package]]
423
+ name = "miniz_oxide"
424
+ version = "0.8.9"
425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
426
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
427
+ dependencies = [
428
+ "adler2",
429
+ "simd-adler32",
430
+ ]
431
+
432
+ [[package]]
433
+ name = "nalgebra"
434
+ version = "0.33.3"
435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
436
+ checksum = "9d43ddcacf343185dfd6de2ee786d9e8b1c2301622afab66b6c73baf9882abfd"
437
+ dependencies = [
438
+ "approx",
439
+ "matrixmultiply",
440
+ "nalgebra-macros",
441
+ "num-complex",
442
+ "num-rational",
443
+ "num-traits",
444
+ "simba",
445
+ "typenum",
446
+ ]
447
+
448
+ [[package]]
449
+ name = "nalgebra-macros"
450
+ version = "0.2.2"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc"
453
+ dependencies = [
454
+ "proc-macro2",
455
+ "quote",
456
+ "syn 2.0.118",
457
+ ]
458
+
459
+ [[package]]
460
+ name = "ndarray"
461
+ version = "0.15.6"
462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
463
+ checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
464
+ dependencies = [
465
+ "approx",
466
+ "matrixmultiply",
467
+ "num-complex",
468
+ "num-integer",
469
+ "num-traits",
470
+ "rawpointer",
471
+ ]
472
+
473
+ [[package]]
474
+ name = "nifti"
475
+ version = "0.16.0"
476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
477
+ checksum = "f58f00fdaae1ed2032400243c60a7c98a75a2320a4fc79a588e832aafcf64045"
478
+ dependencies = [
479
+ "approx",
480
+ "bytemuck",
481
+ "byteordered",
482
+ "either",
483
+ "flate2",
484
+ "ndarray",
485
+ "num-complex",
486
+ "num-derive",
487
+ "num-traits",
488
+ "quick-error",
489
+ "rgb",
490
+ ]
491
+
492
+ [[package]]
493
+ name = "num-bigint"
494
+ version = "0.4.6"
495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
496
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
497
+ dependencies = [
498
+ "num-integer",
499
+ "num-traits",
500
+ ]
501
+
502
+ [[package]]
503
+ name = "num-complex"
504
+ version = "0.4.6"
505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
506
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
507
+ dependencies = [
508
+ "bytemuck",
509
+ "num-traits",
510
+ ]
511
+
512
+ [[package]]
513
+ name = "num-conv"
514
+ version = "0.2.2"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
517
+
518
+ [[package]]
519
+ name = "num-derive"
520
+ version = "0.3.3"
521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
522
+ checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
523
+ dependencies = [
524
+ "proc-macro2",
525
+ "quote",
526
+ "syn 1.0.109",
527
+ ]
528
+
529
+ [[package]]
530
+ name = "num-integer"
531
+ version = "0.1.46"
532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
533
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
534
+ dependencies = [
535
+ "num-traits",
536
+ ]
537
+
538
+ [[package]]
539
+ name = "num-rational"
540
+ version = "0.4.2"
541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
542
+ checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
543
+ dependencies = [
544
+ "num-bigint",
545
+ "num-integer",
546
+ "num-traits",
547
+ ]
548
+
549
+ [[package]]
550
+ name = "num-traits"
551
+ version = "0.2.19"
552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
553
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
554
+ dependencies = [
555
+ "autocfg",
556
+ ]
557
+
558
+ [[package]]
559
+ name = "once_cell"
560
+ version = "1.21.4"
561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
562
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
563
+
564
+ [[package]]
565
+ name = "once_cell_polyfill"
566
+ version = "1.70.2"
567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
568
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
569
+
570
+ [[package]]
571
+ name = "paste"
572
+ version = "1.0.15"
573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
574
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
575
+
576
+ [[package]]
577
+ name = "portable-atomic"
578
+ version = "1.13.1"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
581
+
582
+ [[package]]
583
+ name = "powerfmt"
584
+ version = "0.2.0"
585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
586
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
587
+
588
+ [[package]]
589
+ name = "proc-macro2"
590
+ version = "1.0.106"
591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
592
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
593
+ dependencies = [
594
+ "unicode-ident",
595
+ ]
596
+
597
+ [[package]]
598
+ name = "pyo3"
599
+ version = "0.23.5"
600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
601
+ checksum = "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872"
602
+ dependencies = [
603
+ "cfg-if",
604
+ "indoc",
605
+ "libc",
606
+ "memoffset",
607
+ "once_cell",
608
+ "portable-atomic",
609
+ "pyo3-build-config",
610
+ "pyo3-ffi",
611
+ "pyo3-macros",
612
+ "unindent",
613
+ ]
614
+
615
+ [[package]]
616
+ name = "pyo3-build-config"
617
+ version = "0.23.5"
618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
619
+ checksum = "94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb"
620
+ dependencies = [
621
+ "once_cell",
622
+ "target-lexicon",
623
+ ]
624
+
625
+ [[package]]
626
+ name = "pyo3-ffi"
627
+ version = "0.23.5"
628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
629
+ checksum = "e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d"
630
+ dependencies = [
631
+ "libc",
632
+ "pyo3-build-config",
633
+ ]
634
+
635
+ [[package]]
636
+ name = "pyo3-macros"
637
+ version = "0.23.5"
638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
639
+ checksum = "fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da"
640
+ dependencies = [
641
+ "proc-macro2",
642
+ "pyo3-macros-backend",
643
+ "quote",
644
+ "syn 2.0.118",
645
+ ]
646
+
647
+ [[package]]
648
+ name = "pyo3-macros-backend"
649
+ version = "0.23.5"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028"
652
+ dependencies = [
653
+ "heck",
654
+ "proc-macro2",
655
+ "pyo3-build-config",
656
+ "quote",
657
+ "syn 2.0.118",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "quick-error"
662
+ version = "2.0.1"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
665
+
666
+ [[package]]
667
+ name = "quote"
668
+ version = "1.0.46"
669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
670
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
671
+ dependencies = [
672
+ "proc-macro2",
673
+ ]
674
+
675
+ [[package]]
676
+ name = "r-efi"
677
+ version = "6.0.0"
678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
679
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
680
+
681
+ [[package]]
682
+ name = "rawpointer"
683
+ version = "0.2.1"
684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
685
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
686
+
687
+ [[package]]
688
+ name = "rayon"
689
+ version = "1.12.0"
690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
691
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
692
+ dependencies = [
693
+ "either",
694
+ "rayon-core",
695
+ ]
696
+
697
+ [[package]]
698
+ name = "rayon-core"
699
+ version = "1.13.0"
700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
701
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
702
+ dependencies = [
703
+ "crossbeam-deque",
704
+ "crossbeam-utils",
705
+ ]
706
+
707
+ [[package]]
708
+ name = "rgb"
709
+ version = "0.8.53"
710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
711
+ checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4"
712
+ dependencies = [
713
+ "bytemuck",
714
+ ]
715
+
716
+ [[package]]
717
+ name = "rustix"
718
+ version = "1.1.4"
719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
720
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
721
+ dependencies = [
722
+ "bitflags",
723
+ "errno",
724
+ "libc",
725
+ "linux-raw-sys",
726
+ "windows-sys",
727
+ ]
728
+
729
+ [[package]]
730
+ name = "rustversion"
731
+ version = "1.0.22"
732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
733
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
734
+
735
+ [[package]]
736
+ name = "safe_arch"
737
+ version = "0.7.4"
738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
739
+ checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323"
740
+ dependencies = [
741
+ "bytemuck",
742
+ ]
743
+
744
+ [[package]]
745
+ name = "serde"
746
+ version = "1.0.228"
747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
748
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
749
+ dependencies = [
750
+ "serde_core",
751
+ "serde_derive",
752
+ ]
753
+
754
+ [[package]]
755
+ name = "serde_core"
756
+ version = "1.0.228"
757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
758
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
759
+ dependencies = [
760
+ "serde_derive",
761
+ ]
762
+
763
+ [[package]]
764
+ name = "serde_derive"
765
+ version = "1.0.228"
766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
767
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
768
+ dependencies = [
769
+ "proc-macro2",
770
+ "quote",
771
+ "syn 2.0.118",
772
+ ]
773
+
774
+ [[package]]
775
+ name = "serde_json"
776
+ version = "1.0.150"
777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
778
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
779
+ dependencies = [
780
+ "itoa",
781
+ "memchr",
782
+ "serde",
783
+ "serde_core",
784
+ "zmij",
785
+ ]
786
+
787
+ [[package]]
788
+ name = "sha2"
789
+ version = "0.10.9"
790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
791
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
792
+ dependencies = [
793
+ "cfg-if",
794
+ "cpufeatures",
795
+ "digest",
796
+ ]
797
+
798
+ [[package]]
799
+ name = "shlex"
800
+ version = "2.0.1"
801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
802
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
803
+
804
+ [[package]]
805
+ name = "simba"
806
+ version = "0.9.1"
807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
808
+ checksum = "c99284beb21666094ba2b75bbceda012e610f5479dfcc2d6e2426f53197ffd95"
809
+ dependencies = [
810
+ "approx",
811
+ "num-complex",
812
+ "num-traits",
813
+ "paste",
814
+ "wide",
815
+ ]
816
+
817
+ [[package]]
818
+ name = "simd-adler32"
819
+ version = "0.3.9"
820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
821
+ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
822
+
823
+ [[package]]
824
+ name = "strsim"
825
+ version = "0.11.1"
826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
827
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
828
+
829
+ [[package]]
830
+ name = "syn"
831
+ version = "1.0.109"
832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
833
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
834
+ dependencies = [
835
+ "proc-macro2",
836
+ "quote",
837
+ "unicode-ident",
838
+ ]
839
+
840
+ [[package]]
841
+ name = "syn"
842
+ version = "2.0.118"
843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
844
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
845
+ dependencies = [
846
+ "proc-macro2",
847
+ "quote",
848
+ "unicode-ident",
849
+ ]
850
+
851
+ [[package]]
852
+ name = "target-lexicon"
853
+ version = "0.12.16"
854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
855
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
856
+
857
+ [[package]]
858
+ name = "tempfile"
859
+ version = "3.27.0"
860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
861
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
862
+ dependencies = [
863
+ "fastrand",
864
+ "getrandom",
865
+ "once_cell",
866
+ "rustix",
867
+ "windows-sys",
868
+ ]
869
+
870
+ [[package]]
871
+ name = "thiserror"
872
+ version = "2.0.18"
873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
874
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
875
+ dependencies = [
876
+ "thiserror-impl",
877
+ ]
878
+
879
+ [[package]]
880
+ name = "thiserror-impl"
881
+ version = "2.0.18"
882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
883
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
884
+ dependencies = [
885
+ "proc-macro2",
886
+ "quote",
887
+ "syn 2.0.118",
888
+ ]
889
+
890
+ [[package]]
891
+ name = "time"
892
+ version = "0.3.51"
893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
894
+ checksum = "85c17d80feb7334b40c484e45ed1a5273dfd8bfda537c3be2e74a06a6686f327"
895
+ dependencies = [
896
+ "deranged",
897
+ "num-conv",
898
+ "powerfmt",
899
+ "serde_core",
900
+ "time-core",
901
+ "time-macros",
902
+ ]
903
+
904
+ [[package]]
905
+ name = "time-core"
906
+ version = "0.1.9"
907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
908
+ checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
909
+
910
+ [[package]]
911
+ name = "time-macros"
912
+ version = "0.2.30"
913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
914
+ checksum = "dcef1a61bdb119096e153208ec5cbec23944ce8bca13be5c7f60c634f7403935"
915
+ dependencies = [
916
+ "num-conv",
917
+ "time-core",
918
+ ]
919
+
920
+ [[package]]
921
+ name = "typenum"
922
+ version = "1.20.1"
923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
924
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
925
+
926
+ [[package]]
927
+ name = "unicode-ident"
928
+ version = "1.0.24"
929
+ source = "registry+https://github.com/rust-lang/crates.io-index"
930
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
931
+
932
+ [[package]]
933
+ name = "unindent"
934
+ version = "0.2.4"
935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
936
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
937
+
938
+ [[package]]
939
+ name = "utf8parse"
940
+ version = "0.2.2"
941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
942
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
943
+
944
+ [[package]]
945
+ name = "version_check"
946
+ version = "0.9.5"
947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
948
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
949
+
950
+ [[package]]
951
+ name = "wide"
952
+ version = "0.7.33"
953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
954
+ checksum = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03"
955
+ dependencies = [
956
+ "bytemuck",
957
+ "safe_arch",
958
+ ]
959
+
960
+ [[package]]
961
+ name = "windows-link"
962
+ version = "0.2.1"
963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
964
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
965
+
966
+ [[package]]
967
+ name = "windows-sys"
968
+ version = "0.61.2"
969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
970
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
971
+ dependencies = [
972
+ "windows-link",
973
+ ]
974
+
975
+ [[package]]
976
+ name = "zmij"
977
+ version = "1.0.21"
978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
979
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"