mlimage 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,996 @@
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.5"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "alloca"
16
+ version = "0.4.0"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4"
19
+ dependencies = [
20
+ "cc",
21
+ ]
22
+
23
+ [[package]]
24
+ name = "anes"
25
+ version = "0.1.6"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
28
+
29
+ [[package]]
30
+ name = "anstyle"
31
+ version = "1.0.14"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
34
+
35
+ [[package]]
36
+ name = "arrayvec"
37
+ version = "0.7.8"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
40
+
41
+ [[package]]
42
+ name = "autocfg"
43
+ version = "1.5.1"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
46
+
47
+ [[package]]
48
+ name = "bumpalo"
49
+ version = "3.20.3"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
52
+
53
+ [[package]]
54
+ name = "bytemuck"
55
+ version = "1.25.2"
56
+ source = "registry+https://github.com/rust-lang/crates.io-index"
57
+ checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797"
58
+
59
+ [[package]]
60
+ name = "bytes"
61
+ version = "1.12.1"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
64
+
65
+ [[package]]
66
+ name = "cast"
67
+ version = "0.3.0"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
70
+
71
+ [[package]]
72
+ name = "cc"
73
+ version = "1.4.5"
74
+ source = "registry+https://github.com/rust-lang/crates.io-index"
75
+ checksum = "005ec2760ca554fae18df7a11195552ec576cd665632a881bc011d5bb2fd4d80"
76
+ dependencies = [
77
+ "find-msvc-tools",
78
+ "shlex",
79
+ ]
80
+
81
+ [[package]]
82
+ name = "cfg-if"
83
+ version = "1.0.4"
84
+ source = "registry+https://github.com/rust-lang/crates.io-index"
85
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
86
+
87
+ [[package]]
88
+ name = "ciborium"
89
+ version = "0.2.2"
90
+ source = "registry+https://github.com/rust-lang/crates.io-index"
91
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
92
+ dependencies = [
93
+ "ciborium-io",
94
+ "ciborium-ll",
95
+ "serde",
96
+ ]
97
+
98
+ [[package]]
99
+ name = "ciborium-io"
100
+ version = "0.2.2"
101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
102
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
103
+
104
+ [[package]]
105
+ name = "ciborium-ll"
106
+ version = "0.2.2"
107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
108
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
109
+ dependencies = [
110
+ "ciborium-io",
111
+ "half",
112
+ ]
113
+
114
+ [[package]]
115
+ name = "clap"
116
+ version = "4.6.6"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca"
119
+ dependencies = [
120
+ "clap_builder",
121
+ ]
122
+
123
+ [[package]]
124
+ name = "clap_builder"
125
+ version = "4.6.6"
126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
127
+ checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889"
128
+ dependencies = [
129
+ "anstyle",
130
+ "clap_lex",
131
+ ]
132
+
133
+ [[package]]
134
+ name = "clap_lex"
135
+ version = "1.1.0"
136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
137
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
138
+
139
+ [[package]]
140
+ name = "criterion"
141
+ version = "0.8.2"
142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
143
+ checksum = "950046b2aa2492f9a536f5f4f9a3de7b9e2476e575e05bd6c333371add4d98f3"
144
+ dependencies = [
145
+ "alloca",
146
+ "anes",
147
+ "cast",
148
+ "ciborium",
149
+ "clap",
150
+ "criterion-plot",
151
+ "itertools 0.13.0",
152
+ "num-traits",
153
+ "oorandom",
154
+ "page_size",
155
+ "plotters",
156
+ "rayon",
157
+ "regex",
158
+ "serde",
159
+ "serde_json",
160
+ "tinytemplate",
161
+ "tokio",
162
+ "walkdir",
163
+ ]
164
+
165
+ [[package]]
166
+ name = "criterion-plot"
167
+ version = "0.8.2"
168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
169
+ checksum = "d8d80a2f4f5b554395e47b5d8305bc3d27813bacb73493eb1001e8f76dae29ea"
170
+ dependencies = [
171
+ "cast",
172
+ "itertools 0.13.0",
173
+ ]
174
+
175
+ [[package]]
176
+ name = "crossbeam-deque"
177
+ version = "0.8.8"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "622f3fc73690be383c7214310406f28a90e6edeadc3cea882f9d71e495b9711a"
180
+ dependencies = [
181
+ "crossbeam-epoch",
182
+ "crossbeam-utils",
183
+ ]
184
+
185
+ [[package]]
186
+ name = "crossbeam-epoch"
187
+ version = "0.9.21"
188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
189
+ checksum = "dc74980687109a3b14c72fd458107bf0baa1da1a1a805e178d15501ba9b86d9d"
190
+ dependencies = [
191
+ "crossbeam-utils",
192
+ ]
193
+
194
+ [[package]]
195
+ name = "crossbeam-utils"
196
+ version = "0.8.23"
197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
198
+ checksum = "a31eee39dddec8330830986fcd7625edb5a24ec90ea038215273bbc3adb08ac6"
199
+
200
+ [[package]]
201
+ name = "crunchy"
202
+ version = "0.2.4"
203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
204
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
205
+
206
+ [[package]]
207
+ name = "either"
208
+ version = "1.18.0"
209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
210
+ checksum = "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34"
211
+
212
+ [[package]]
213
+ name = "find-msvc-tools"
214
+ version = "0.1.12"
215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
216
+ checksum = "3e0f1c7c3a72c66fd80abe965175f7523475c0489a87d3ff9d6e8c87d87a9d2d"
217
+
218
+ [[package]]
219
+ name = "futures-channel"
220
+ version = "0.3.34"
221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
222
+ checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4"
223
+ dependencies = [
224
+ "futures-core",
225
+ ]
226
+
227
+ [[package]]
228
+ name = "futures-core"
229
+ version = "0.3.34"
230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
231
+ checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
232
+
233
+ [[package]]
234
+ name = "futures-macro"
235
+ version = "0.3.34"
236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
237
+ checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44"
238
+ dependencies = [
239
+ "proc-macro2",
240
+ "quote",
241
+ "syn 3.0.5",
242
+ ]
243
+
244
+ [[package]]
245
+ name = "futures-task"
246
+ version = "0.3.34"
247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
248
+ checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
249
+
250
+ [[package]]
251
+ name = "futures-util"
252
+ version = "0.3.34"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
255
+ dependencies = [
256
+ "futures-core",
257
+ "futures-macro",
258
+ "futures-task",
259
+ "pin-project-lite",
260
+ "slab",
261
+ ]
262
+
263
+ [[package]]
264
+ name = "half"
265
+ version = "2.7.1"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
268
+ dependencies = [
269
+ "cfg-if",
270
+ "crunchy",
271
+ "zerocopy",
272
+ ]
273
+
274
+ [[package]]
275
+ name = "heck"
276
+ version = "0.5.0"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
279
+
280
+ [[package]]
281
+ name = "hexdump"
282
+ version = "0.1.3"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "bc672519ee3aa5120c4896c07d0fc1f45968a38ed1ab04142f8735e189ab3913"
285
+ dependencies = [
286
+ "arrayvec",
287
+ ]
288
+
289
+ [[package]]
290
+ name = "itertools"
291
+ version = "0.13.0"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
294
+ dependencies = [
295
+ "either",
296
+ ]
297
+
298
+ [[package]]
299
+ name = "itertools"
300
+ version = "0.14.0"
301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
302
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
303
+ dependencies = [
304
+ "either",
305
+ ]
306
+
307
+ [[package]]
308
+ name = "itoa"
309
+ version = "1.0.18"
310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
311
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
312
+
313
+ [[package]]
314
+ name = "js-sys"
315
+ version = "0.3.105"
316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
317
+ checksum = "ce57d20d1ea864ce2ac172ab472d409214f4fd359f0b2a2775abdf522e2af99e"
318
+ dependencies = [
319
+ "cfg-if",
320
+ "futures-util",
321
+ "wasm-bindgen",
322
+ ]
323
+
324
+ [[package]]
325
+ name = "libc"
326
+ version = "0.2.189"
327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
328
+ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
329
+
330
+ [[package]]
331
+ name = "lz4_flex"
332
+ version = "0.12.2"
333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
334
+ checksum = "90071f8077f8e40adfc4b7fe9cd495ce316263f19e75c2211eeff3fdf475a3d9"
335
+
336
+ [[package]]
337
+ name = "matrixmultiply"
338
+ version = "0.3.11"
339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
340
+ checksum = "3f607c237553f086e7043417a51df26b2eb899d3caff94e6a67592ff992fedc7"
341
+ dependencies = [
342
+ "autocfg",
343
+ "rawpointer",
344
+ ]
345
+
346
+ [[package]]
347
+ name = "memchr"
348
+ version = "2.8.3"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
351
+
352
+ [[package]]
353
+ name = "mlimage-rs"
354
+ version = "0.1.0"
355
+ dependencies = [
356
+ "bytemuck",
357
+ "bytes",
358
+ "criterion",
359
+ "hexdump",
360
+ "itertools 0.14.0",
361
+ "lz4_flex",
362
+ "ndarray",
363
+ "num",
364
+ "tokio",
365
+ "winnow",
366
+ ]
367
+
368
+ [[package]]
369
+ name = "mlimage_py"
370
+ version = "0.1.0"
371
+ dependencies = [
372
+ "mlimage-rs",
373
+ "numpy",
374
+ "pyo3",
375
+ "pyo3-async-runtimes",
376
+ "tokio",
377
+ ]
378
+
379
+ [[package]]
380
+ name = "ndarray"
381
+ version = "0.17.2"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d"
384
+ dependencies = [
385
+ "matrixmultiply",
386
+ "num-complex",
387
+ "num-integer",
388
+ "num-traits",
389
+ "portable-atomic",
390
+ "portable-atomic-util",
391
+ "rawpointer",
392
+ ]
393
+
394
+ [[package]]
395
+ name = "num"
396
+ version = "0.4.3"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
399
+ dependencies = [
400
+ "num-bigint",
401
+ "num-complex",
402
+ "num-integer",
403
+ "num-iter",
404
+ "num-rational",
405
+ "num-traits",
406
+ ]
407
+
408
+ [[package]]
409
+ name = "num-bigint"
410
+ version = "0.4.8"
411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
413
+ dependencies = [
414
+ "num-integer",
415
+ "num-traits",
416
+ ]
417
+
418
+ [[package]]
419
+ name = "num-complex"
420
+ version = "0.4.6"
421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
422
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
423
+ dependencies = [
424
+ "num-traits",
425
+ ]
426
+
427
+ [[package]]
428
+ name = "num-integer"
429
+ version = "0.1.47"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "7ce2d95d4b3734dc35aa2f45e1aa22cd416814592a4f9d9205e11affd5b8e10b"
432
+ dependencies = [
433
+ "num-traits",
434
+ ]
435
+
436
+ [[package]]
437
+ name = "num-iter"
438
+ version = "0.1.46"
439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
440
+ checksum = "c92800bd69a1eac91786bcfe9da64a897eb72911b8dc3095decbd07429e8048b"
441
+ dependencies = [
442
+ "num-integer",
443
+ "num-traits",
444
+ ]
445
+
446
+ [[package]]
447
+ name = "num-rational"
448
+ version = "0.4.2"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
451
+ dependencies = [
452
+ "num-bigint",
453
+ "num-integer",
454
+ "num-traits",
455
+ ]
456
+
457
+ [[package]]
458
+ name = "num-traits"
459
+ version = "0.2.19"
460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
461
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
462
+ dependencies = [
463
+ "autocfg",
464
+ ]
465
+
466
+ [[package]]
467
+ name = "numpy"
468
+ version = "0.28.0"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "778da78c64ddc928ebf5ad9df5edf0789410ff3bdbf3619aed51cd789a6af1e2"
471
+ dependencies = [
472
+ "libc",
473
+ "ndarray",
474
+ "num-complex",
475
+ "num-integer",
476
+ "num-traits",
477
+ "pyo3",
478
+ "pyo3-build-config",
479
+ "rustc-hash",
480
+ ]
481
+
482
+ [[package]]
483
+ name = "once_cell"
484
+ version = "1.21.4"
485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
486
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
487
+
488
+ [[package]]
489
+ name = "oorandom"
490
+ version = "11.1.5"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
493
+
494
+ [[package]]
495
+ name = "page_size"
496
+ version = "0.6.0"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
499
+ dependencies = [
500
+ "libc",
501
+ "winapi",
502
+ ]
503
+
504
+ [[package]]
505
+ name = "pin-project-lite"
506
+ version = "0.2.17"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
509
+
510
+ [[package]]
511
+ name = "plotters"
512
+ version = "0.3.7"
513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
514
+ checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
515
+ dependencies = [
516
+ "num-traits",
517
+ "plotters-backend",
518
+ "plotters-svg",
519
+ "wasm-bindgen",
520
+ "web-sys",
521
+ ]
522
+
523
+ [[package]]
524
+ name = "plotters-backend"
525
+ version = "0.3.7"
526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
527
+ checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
528
+
529
+ [[package]]
530
+ name = "plotters-svg"
531
+ version = "0.3.7"
532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
533
+ checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
534
+ dependencies = [
535
+ "plotters-backend",
536
+ ]
537
+
538
+ [[package]]
539
+ name = "portable-atomic"
540
+ version = "1.15.0"
541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
542
+ checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
543
+
544
+ [[package]]
545
+ name = "portable-atomic-util"
546
+ version = "0.2.8"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "10ab3eb7f3becc3a1cbc4f2c6f20267996cfc1a6467a873763411b136a122715"
549
+ dependencies = [
550
+ "portable-atomic",
551
+ ]
552
+
553
+ [[package]]
554
+ name = "proc-macro2"
555
+ version = "1.0.107"
556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
557
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
558
+ dependencies = [
559
+ "unicode-ident",
560
+ ]
561
+
562
+ [[package]]
563
+ name = "pyo3"
564
+ version = "0.28.3"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12"
567
+ dependencies = [
568
+ "libc",
569
+ "once_cell",
570
+ "portable-atomic",
571
+ "pyo3-build-config",
572
+ "pyo3-ffi",
573
+ "pyo3-macros",
574
+ ]
575
+
576
+ [[package]]
577
+ name = "pyo3-async-runtimes"
578
+ version = "0.28.0"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "9e7364a95bf00e8377bbf9b0f09d7ff9715a29d8fcf93b47d1a967363b973178"
581
+ dependencies = [
582
+ "futures-channel",
583
+ "futures-util",
584
+ "once_cell",
585
+ "pin-project-lite",
586
+ "pyo3",
587
+ "pyo3-async-runtimes-macros",
588
+ "tokio",
589
+ ]
590
+
591
+ [[package]]
592
+ name = "pyo3-async-runtimes-macros"
593
+ version = "0.28.0"
594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
595
+ checksum = "c23399970eea9c31d0ac84cee4a9d8dd05f89b1da2f4dd5bb44b32a3f66db4f8"
596
+ dependencies = [
597
+ "proc-macro2",
598
+ "quote",
599
+ "syn 2.0.119",
600
+ ]
601
+
602
+ [[package]]
603
+ name = "pyo3-build-config"
604
+ version = "0.28.3"
605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
606
+ checksum = "e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e"
607
+ dependencies = [
608
+ "target-lexicon",
609
+ ]
610
+
611
+ [[package]]
612
+ name = "pyo3-ffi"
613
+ version = "0.28.3"
614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
615
+ checksum = "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e"
616
+ dependencies = [
617
+ "libc",
618
+ "pyo3-build-config",
619
+ ]
620
+
621
+ [[package]]
622
+ name = "pyo3-macros"
623
+ version = "0.28.3"
624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
625
+ checksum = "df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813"
626
+ dependencies = [
627
+ "proc-macro2",
628
+ "pyo3-macros-backend",
629
+ "quote",
630
+ "syn 2.0.119",
631
+ ]
632
+
633
+ [[package]]
634
+ name = "pyo3-macros-backend"
635
+ version = "0.28.3"
636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
637
+ checksum = "c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb"
638
+ dependencies = [
639
+ "heck",
640
+ "proc-macro2",
641
+ "pyo3-build-config",
642
+ "quote",
643
+ "syn 2.0.119",
644
+ ]
645
+
646
+ [[package]]
647
+ name = "quote"
648
+ version = "1.0.47"
649
+ source = "registry+https://github.com/rust-lang/crates.io-index"
650
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
651
+ dependencies = [
652
+ "proc-macro2",
653
+ ]
654
+
655
+ [[package]]
656
+ name = "rawpointer"
657
+ version = "0.2.1"
658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
659
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
660
+
661
+ [[package]]
662
+ name = "rayon"
663
+ version = "1.12.0"
664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
665
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
666
+ dependencies = [
667
+ "either",
668
+ "rayon-core",
669
+ ]
670
+
671
+ [[package]]
672
+ name = "rayon-core"
673
+ version = "1.13.0"
674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
675
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
676
+ dependencies = [
677
+ "crossbeam-deque",
678
+ "crossbeam-utils",
679
+ ]
680
+
681
+ [[package]]
682
+ name = "regex"
683
+ version = "1.13.1"
684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
685
+ checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
686
+ dependencies = [
687
+ "aho-corasick",
688
+ "memchr",
689
+ "regex-automata",
690
+ "regex-syntax",
691
+ ]
692
+
693
+ [[package]]
694
+ name = "regex-automata"
695
+ version = "0.4.18"
696
+ source = "registry+https://github.com/rust-lang/crates.io-index"
697
+ checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
698
+ dependencies = [
699
+ "aho-corasick",
700
+ "memchr",
701
+ "regex-syntax",
702
+ ]
703
+
704
+ [[package]]
705
+ name = "regex-syntax"
706
+ version = "0.8.11"
707
+ source = "registry+https://github.com/rust-lang/crates.io-index"
708
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
709
+
710
+ [[package]]
711
+ name = "rustc-hash"
712
+ version = "2.1.3"
713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
714
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
715
+
716
+ [[package]]
717
+ name = "rustversion"
718
+ version = "1.0.23"
719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
720
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
721
+
722
+ [[package]]
723
+ name = "same-file"
724
+ version = "1.0.6"
725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
726
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
727
+ dependencies = [
728
+ "winapi-util",
729
+ ]
730
+
731
+ [[package]]
732
+ name = "serde"
733
+ version = "1.0.229"
734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
735
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
736
+ dependencies = [
737
+ "serde_core",
738
+ "serde_derive",
739
+ ]
740
+
741
+ [[package]]
742
+ name = "serde_core"
743
+ version = "1.0.229"
744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
745
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
746
+ dependencies = [
747
+ "serde_derive",
748
+ ]
749
+
750
+ [[package]]
751
+ name = "serde_derive"
752
+ version = "1.0.229"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
755
+ dependencies = [
756
+ "proc-macro2",
757
+ "quote",
758
+ "syn 3.0.5",
759
+ ]
760
+
761
+ [[package]]
762
+ name = "serde_json"
763
+ version = "1.0.151"
764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
765
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
766
+ dependencies = [
767
+ "itoa",
768
+ "memchr",
769
+ "serde",
770
+ "serde_core",
771
+ "zmij",
772
+ ]
773
+
774
+ [[package]]
775
+ name = "shlex"
776
+ version = "2.0.1"
777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
778
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
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 = "syn"
788
+ version = "2.0.119"
789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
790
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
791
+ dependencies = [
792
+ "proc-macro2",
793
+ "quote",
794
+ "unicode-ident",
795
+ ]
796
+
797
+ [[package]]
798
+ name = "syn"
799
+ version = "3.0.5"
800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
801
+ checksum = "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9"
802
+ dependencies = [
803
+ "proc-macro2",
804
+ "quote",
805
+ "unicode-ident",
806
+ ]
807
+
808
+ [[package]]
809
+ name = "target-lexicon"
810
+ version = "0.13.5"
811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
812
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
813
+
814
+ [[package]]
815
+ name = "tinytemplate"
816
+ version = "1.2.1"
817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
818
+ checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
819
+ dependencies = [
820
+ "serde",
821
+ "serde_json",
822
+ ]
823
+
824
+ [[package]]
825
+ name = "tokio"
826
+ version = "1.53.1"
827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
828
+ checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
829
+ dependencies = [
830
+ "bytes",
831
+ "pin-project-lite",
832
+ "tokio-macros",
833
+ ]
834
+
835
+ [[package]]
836
+ name = "tokio-macros"
837
+ version = "2.7.2"
838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
839
+ checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
840
+ dependencies = [
841
+ "proc-macro2",
842
+ "quote",
843
+ "syn 3.0.5",
844
+ ]
845
+
846
+ [[package]]
847
+ name = "unicode-ident"
848
+ version = "1.0.24"
849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
850
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
851
+
852
+ [[package]]
853
+ name = "walkdir"
854
+ version = "2.5.0"
855
+ source = "registry+https://github.com/rust-lang/crates.io-index"
856
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
857
+ dependencies = [
858
+ "same-file",
859
+ "winapi-util",
860
+ ]
861
+
862
+ [[package]]
863
+ name = "wasm-bindgen"
864
+ version = "0.2.128"
865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
866
+ checksum = "aecb87a33d3b0c5e3b7aa46336eaf486cffafbd281b195e4c8b80d50df2351bf"
867
+ dependencies = [
868
+ "cfg-if",
869
+ "once_cell",
870
+ "rustversion",
871
+ "wasm-bindgen-macro",
872
+ "wasm-bindgen-shared",
873
+ ]
874
+
875
+ [[package]]
876
+ name = "wasm-bindgen-macro"
877
+ version = "0.2.128"
878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
879
+ checksum = "a690d511e3c1a8b3a55e33511e3c2c00c78415cd23650f32b808627f5696b9ed"
880
+ dependencies = [
881
+ "quote",
882
+ "wasm-bindgen-macro-support",
883
+ ]
884
+
885
+ [[package]]
886
+ name = "wasm-bindgen-macro-support"
887
+ version = "0.2.128"
888
+ source = "registry+https://github.com/rust-lang/crates.io-index"
889
+ checksum = "411e4887f0071ef2d2164a9d5fdf2d20efbef78fccd3a78b0c10a1dc5295e48a"
890
+ dependencies = [
891
+ "bumpalo",
892
+ "proc-macro2",
893
+ "quote",
894
+ "syn 3.0.5",
895
+ "wasm-bindgen-shared",
896
+ ]
897
+
898
+ [[package]]
899
+ name = "wasm-bindgen-shared"
900
+ version = "0.2.128"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "81941cd78d0c92026c33e5e01312845a4cb1e9af3407f9134b100dd03144103e"
903
+ dependencies = [
904
+ "unicode-ident",
905
+ ]
906
+
907
+ [[package]]
908
+ name = "web-sys"
909
+ version = "0.3.105"
910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
911
+ checksum = "9fbddc4a036f00ec4f18c83445bd3115cb306a91da554919a099d9222fe4a7f8"
912
+ dependencies = [
913
+ "js-sys",
914
+ "wasm-bindgen",
915
+ ]
916
+
917
+ [[package]]
918
+ name = "winapi"
919
+ version = "0.3.9"
920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
921
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
922
+ dependencies = [
923
+ "winapi-i686-pc-windows-gnu",
924
+ "winapi-x86_64-pc-windows-gnu",
925
+ ]
926
+
927
+ [[package]]
928
+ name = "winapi-i686-pc-windows-gnu"
929
+ version = "0.4.0"
930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
931
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
932
+
933
+ [[package]]
934
+ name = "winapi-util"
935
+ version = "0.1.11"
936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
937
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
938
+ dependencies = [
939
+ "windows-sys",
940
+ ]
941
+
942
+ [[package]]
943
+ name = "winapi-x86_64-pc-windows-gnu"
944
+ version = "0.4.0"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
947
+
948
+ [[package]]
949
+ name = "windows-link"
950
+ version = "0.2.1"
951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
952
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
953
+
954
+ [[package]]
955
+ name = "windows-sys"
956
+ version = "0.61.2"
957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
958
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
959
+ dependencies = [
960
+ "windows-link",
961
+ ]
962
+
963
+ [[package]]
964
+ name = "winnow"
965
+ version = "0.7.15"
966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
967
+ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
968
+ dependencies = [
969
+ "memchr",
970
+ ]
971
+
972
+ [[package]]
973
+ name = "zerocopy"
974
+ version = "0.8.57"
975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
976
+ checksum = "d35102a9f36d089ccae9e4c6802bc118be4487b80aaffc0ab4e0cf5ce92d2873"
977
+ dependencies = [
978
+ "zerocopy-derive",
979
+ ]
980
+
981
+ [[package]]
982
+ name = "zerocopy-derive"
983
+ version = "0.8.57"
984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
985
+ checksum = "146c01f5ab44258da43cf276c74a2763db2ff3969c9c652c3f2de07041d0b2bc"
986
+ dependencies = [
987
+ "proc-macro2",
988
+ "quote",
989
+ "syn 2.0.119",
990
+ ]
991
+
992
+ [[package]]
993
+ name = "zmij"
994
+ version = "1.0.23"
995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
996
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"