ashwa 0.1.5__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.
ashwa-0.1.5/Cargo.lock ADDED
@@ -0,0 +1,1047 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aho-corasick"
7
+ version = "1.1.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "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 = "ashwa"
37
+ version = "0.1.5"
38
+ dependencies = [
39
+ "criterion",
40
+ ]
41
+
42
+ [[package]]
43
+ name = "ashwa_node"
44
+ version = "0.1.5"
45
+ dependencies = [
46
+ "ashwa",
47
+ "napi",
48
+ "napi-build",
49
+ "napi-derive",
50
+ ]
51
+
52
+ [[package]]
53
+ name = "ashwa_python"
54
+ version = "0.1.5"
55
+ dependencies = [
56
+ "ashwa",
57
+ "pyo3",
58
+ ]
59
+
60
+ [[package]]
61
+ name = "ashwa_wasm"
62
+ version = "0.1.5"
63
+ dependencies = [
64
+ "ashwa",
65
+ "wasm-bindgen",
66
+ "wasm-bindgen-test",
67
+ ]
68
+
69
+ [[package]]
70
+ name = "async-trait"
71
+ version = "0.1.92"
72
+ source = "registry+https://github.com/rust-lang/crates.io-index"
73
+ checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667"
74
+ dependencies = [
75
+ "proc-macro2",
76
+ "quote",
77
+ "syn 3.0.3",
78
+ ]
79
+
80
+ [[package]]
81
+ name = "autocfg"
82
+ version = "1.5.1"
83
+ source = "registry+https://github.com/rust-lang/crates.io-index"
84
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
85
+
86
+ [[package]]
87
+ name = "bitflags"
88
+ version = "2.13.1"
89
+ source = "registry+https://github.com/rust-lang/crates.io-index"
90
+ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
91
+
92
+ [[package]]
93
+ name = "bumpalo"
94
+ version = "3.20.3"
95
+ source = "registry+https://github.com/rust-lang/crates.io-index"
96
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
97
+
98
+ [[package]]
99
+ name = "cast"
100
+ version = "0.3.0"
101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
102
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
103
+
104
+ [[package]]
105
+ name = "cc"
106
+ version = "1.4.0"
107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
108
+ checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9"
109
+ dependencies = [
110
+ "find-msvc-tools",
111
+ "shlex",
112
+ ]
113
+
114
+ [[package]]
115
+ name = "cfg-if"
116
+ version = "1.0.4"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
119
+
120
+ [[package]]
121
+ name = "ciborium"
122
+ version = "0.2.2"
123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
124
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
125
+ dependencies = [
126
+ "ciborium-io",
127
+ "ciborium-ll",
128
+ "serde",
129
+ ]
130
+
131
+ [[package]]
132
+ name = "ciborium-io"
133
+ version = "0.2.2"
134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
135
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
136
+
137
+ [[package]]
138
+ name = "ciborium-ll"
139
+ version = "0.2.2"
140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
141
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
142
+ dependencies = [
143
+ "ciborium-io",
144
+ "half",
145
+ ]
146
+
147
+ [[package]]
148
+ name = "clap"
149
+ version = "4.6.5"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "301b56658598e48f3648647ac6fc887be7e7108eddfa4e9b63fcf3ec58c0cadf"
152
+ dependencies = [
153
+ "clap_builder",
154
+ ]
155
+
156
+ [[package]]
157
+ name = "clap_builder"
158
+ version = "4.6.5"
159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
160
+ checksum = "94a65403d1a1bd28f7dc68eb8506e8874808ee5eecb59298de588e2e1407a078"
161
+ dependencies = [
162
+ "anstyle",
163
+ "clap_lex",
164
+ ]
165
+
166
+ [[package]]
167
+ name = "clap_lex"
168
+ version = "1.1.0"
169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
170
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
171
+
172
+ [[package]]
173
+ name = "convert_case"
174
+ version = "0.11.0"
175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
176
+ checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
177
+ dependencies = [
178
+ "unicode-segmentation",
179
+ ]
180
+
181
+ [[package]]
182
+ name = "criterion"
183
+ version = "0.8.2"
184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
185
+ checksum = "950046b2aa2492f9a536f5f4f9a3de7b9e2476e575e05bd6c333371add4d98f3"
186
+ dependencies = [
187
+ "alloca",
188
+ "anes",
189
+ "cast",
190
+ "ciborium",
191
+ "clap",
192
+ "criterion-plot",
193
+ "itertools",
194
+ "num-traits",
195
+ "oorandom",
196
+ "page_size",
197
+ "plotters",
198
+ "rayon",
199
+ "regex",
200
+ "serde",
201
+ "serde_json",
202
+ "tinytemplate",
203
+ "walkdir",
204
+ ]
205
+
206
+ [[package]]
207
+ name = "criterion-plot"
208
+ version = "0.8.2"
209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
210
+ checksum = "d8d80a2f4f5b554395e47b5d8305bc3d27813bacb73493eb1001e8f76dae29ea"
211
+ dependencies = [
212
+ "cast",
213
+ "itertools",
214
+ ]
215
+
216
+ [[package]]
217
+ name = "crossbeam-deque"
218
+ version = "0.8.7"
219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
220
+ checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
221
+ dependencies = [
222
+ "crossbeam-epoch",
223
+ "crossbeam-utils",
224
+ ]
225
+
226
+ [[package]]
227
+ name = "crossbeam-epoch"
228
+ version = "0.9.20"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
231
+ dependencies = [
232
+ "crossbeam-utils",
233
+ ]
234
+
235
+ [[package]]
236
+ name = "crossbeam-utils"
237
+ version = "0.8.22"
238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
239
+ checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
240
+
241
+ [[package]]
242
+ name = "crunchy"
243
+ version = "0.2.4"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
246
+
247
+ [[package]]
248
+ name = "ctor"
249
+ version = "1.0.12"
250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
251
+ checksum = "2d83cb7e7a873830708d6b02a78cd36a592c6fa14bf267b68725103b85c0d77f"
252
+
253
+ [[package]]
254
+ name = "either"
255
+ version = "1.17.0"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
258
+
259
+ [[package]]
260
+ name = "find-msvc-tools"
261
+ version = "0.1.9"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
264
+
265
+ [[package]]
266
+ name = "futures"
267
+ version = "0.3.33"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218"
270
+ dependencies = [
271
+ "futures-channel",
272
+ "futures-core",
273
+ "futures-executor",
274
+ "futures-io",
275
+ "futures-sink",
276
+ "futures-task",
277
+ "futures-util",
278
+ ]
279
+
280
+ [[package]]
281
+ name = "futures-channel"
282
+ version = "0.3.33"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
285
+ dependencies = [
286
+ "futures-core",
287
+ "futures-sink",
288
+ ]
289
+
290
+ [[package]]
291
+ name = "futures-core"
292
+ version = "0.3.33"
293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
294
+ checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
295
+
296
+ [[package]]
297
+ name = "futures-executor"
298
+ version = "0.3.33"
299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
300
+ checksum = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458"
301
+ dependencies = [
302
+ "futures-core",
303
+ "futures-task",
304
+ "futures-util",
305
+ ]
306
+
307
+ [[package]]
308
+ name = "futures-io"
309
+ version = "0.3.33"
310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
311
+ checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
312
+
313
+ [[package]]
314
+ name = "futures-macro"
315
+ version = "0.3.33"
316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
317
+ checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b"
318
+ dependencies = [
319
+ "proc-macro2",
320
+ "quote",
321
+ "syn 2.0.119",
322
+ ]
323
+
324
+ [[package]]
325
+ name = "futures-sink"
326
+ version = "0.3.33"
327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
328
+ checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
329
+
330
+ [[package]]
331
+ name = "futures-task"
332
+ version = "0.3.33"
333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
334
+ checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
335
+
336
+ [[package]]
337
+ name = "futures-util"
338
+ version = "0.3.33"
339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
340
+ checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
341
+ dependencies = [
342
+ "futures-channel",
343
+ "futures-core",
344
+ "futures-io",
345
+ "futures-macro",
346
+ "futures-sink",
347
+ "futures-task",
348
+ "memchr",
349
+ "pin-project-lite",
350
+ "slab",
351
+ ]
352
+
353
+ [[package]]
354
+ name = "half"
355
+ version = "2.7.1"
356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
357
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
358
+ dependencies = [
359
+ "cfg-if",
360
+ "crunchy",
361
+ "zerocopy",
362
+ ]
363
+
364
+ [[package]]
365
+ name = "heck"
366
+ version = "0.5.0"
367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
368
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
369
+
370
+ [[package]]
371
+ name = "indoc"
372
+ version = "2.0.7"
373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
374
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
375
+ dependencies = [
376
+ "rustversion",
377
+ ]
378
+
379
+ [[package]]
380
+ name = "itertools"
381
+ version = "0.13.0"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
384
+ dependencies = [
385
+ "either",
386
+ ]
387
+
388
+ [[package]]
389
+ name = "itoa"
390
+ version = "1.0.18"
391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
392
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
393
+
394
+ [[package]]
395
+ name = "js-sys"
396
+ version = "0.3.103"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
399
+ dependencies = [
400
+ "cfg-if",
401
+ "futures-util",
402
+ "wasm-bindgen",
403
+ ]
404
+
405
+ [[package]]
406
+ name = "libc"
407
+ version = "0.2.189"
408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
409
+ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
410
+
411
+ [[package]]
412
+ name = "libloading"
413
+ version = "0.9.0"
414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
415
+ checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60"
416
+ dependencies = [
417
+ "cfg-if",
418
+ "windows-link",
419
+ ]
420
+
421
+ [[package]]
422
+ name = "libm"
423
+ version = "0.2.16"
424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
425
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
426
+
427
+ [[package]]
428
+ name = "memchr"
429
+ version = "2.8.3"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
432
+
433
+ [[package]]
434
+ name = "memoffset"
435
+ version = "0.9.1"
436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
437
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
438
+ dependencies = [
439
+ "autocfg",
440
+ ]
441
+
442
+ [[package]]
443
+ name = "minicov"
444
+ version = "0.3.8"
445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
446
+ checksum = "4869b6a491569605d66d3952bcdf03df789e5b536e5f0cf7758a7f08a55ae24d"
447
+ dependencies = [
448
+ "cc",
449
+ "walkdir",
450
+ ]
451
+
452
+ [[package]]
453
+ name = "napi"
454
+ version = "3.12.0"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "6f71d6bc097c4a6eb853c3f24991ab8c9f50f57d1f719e305175541482217e36"
457
+ dependencies = [
458
+ "bitflags",
459
+ "ctor",
460
+ "futures",
461
+ "napi-build",
462
+ "napi-sys",
463
+ "nohash-hasher",
464
+ "rustc-hash",
465
+ ]
466
+
467
+ [[package]]
468
+ name = "napi-build"
469
+ version = "2.4.0"
470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
471
+ checksum = "5282704fbe8d49b0cf8b08e3f33233416a528658f205c7e5ace63b582de0b11c"
472
+
473
+ [[package]]
474
+ name = "napi-derive"
475
+ version = "3.6.2"
476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
477
+ checksum = "6d9002b2940f0184444754546e0fcd15182f56948e6f381968b019d549387c42"
478
+ dependencies = [
479
+ "convert_case",
480
+ "ctor",
481
+ "napi-derive-backend",
482
+ "proc-macro2",
483
+ "quote",
484
+ "syn 2.0.119",
485
+ ]
486
+
487
+ [[package]]
488
+ name = "napi-derive-backend"
489
+ version = "6.1.1"
490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
491
+ checksum = "d60b5d773ad46c698c8cc2cd9fde0b283d39cbb7f71c04bee633c7bdba4423bd"
492
+ dependencies = [
493
+ "convert_case",
494
+ "proc-macro2",
495
+ "quote",
496
+ "semver",
497
+ "syn 2.0.119",
498
+ ]
499
+
500
+ [[package]]
501
+ name = "napi-sys"
502
+ version = "3.3.0"
503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
504
+ checksum = "85fbf1fa9f1babfe396d74bbbf52b3643770243e8f5b0b46715d4caf7f0dfc9a"
505
+ dependencies = [
506
+ "libloading",
507
+ ]
508
+
509
+ [[package]]
510
+ name = "nohash-hasher"
511
+ version = "0.2.0"
512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
513
+ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
514
+
515
+ [[package]]
516
+ name = "nu-ansi-term"
517
+ version = "0.50.3"
518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
519
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
520
+ dependencies = [
521
+ "windows-sys",
522
+ ]
523
+
524
+ [[package]]
525
+ name = "num-traits"
526
+ version = "0.2.19"
527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
528
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
529
+ dependencies = [
530
+ "autocfg",
531
+ "libm",
532
+ ]
533
+
534
+ [[package]]
535
+ name = "once_cell"
536
+ version = "1.21.4"
537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
538
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
539
+
540
+ [[package]]
541
+ name = "oorandom"
542
+ version = "11.1.5"
543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
544
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
545
+
546
+ [[package]]
547
+ name = "page_size"
548
+ version = "0.6.0"
549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
550
+ checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
551
+ dependencies = [
552
+ "libc",
553
+ "winapi",
554
+ ]
555
+
556
+ [[package]]
557
+ name = "pin-project-lite"
558
+ version = "0.2.17"
559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
560
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
561
+
562
+ [[package]]
563
+ name = "plotters"
564
+ version = "0.3.7"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
567
+ dependencies = [
568
+ "num-traits",
569
+ "plotters-backend",
570
+ "plotters-svg",
571
+ "wasm-bindgen",
572
+ "web-sys",
573
+ ]
574
+
575
+ [[package]]
576
+ name = "plotters-backend"
577
+ version = "0.3.7"
578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
579
+ checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
580
+
581
+ [[package]]
582
+ name = "plotters-svg"
583
+ version = "0.3.7"
584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
585
+ checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
586
+ dependencies = [
587
+ "plotters-backend",
588
+ ]
589
+
590
+ [[package]]
591
+ name = "portable-atomic"
592
+ version = "1.15.0"
593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
594
+ checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
595
+
596
+ [[package]]
597
+ name = "proc-macro2"
598
+ version = "1.0.107"
599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
600
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
601
+ dependencies = [
602
+ "unicode-ident",
603
+ ]
604
+
605
+ [[package]]
606
+ name = "pyo3"
607
+ version = "0.25.1"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "8970a78afe0628a3e3430376fc5fd76b6b45c4d43360ffd6cdd40bdde72b682a"
610
+ dependencies = [
611
+ "indoc",
612
+ "libc",
613
+ "memoffset",
614
+ "once_cell",
615
+ "portable-atomic",
616
+ "pyo3-build-config",
617
+ "pyo3-ffi",
618
+ "pyo3-macros",
619
+ "unindent",
620
+ ]
621
+
622
+ [[package]]
623
+ name = "pyo3-build-config"
624
+ version = "0.25.1"
625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
626
+ checksum = "458eb0c55e7ece017adeba38f2248ff3ac615e53660d7c71a238d7d2a01c7598"
627
+ dependencies = [
628
+ "once_cell",
629
+ "target-lexicon",
630
+ ]
631
+
632
+ [[package]]
633
+ name = "pyo3-ffi"
634
+ version = "0.25.1"
635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
636
+ checksum = "7114fe5457c61b276ab77c5055f206295b812608083644a5c5b2640c3102565c"
637
+ dependencies = [
638
+ "libc",
639
+ "pyo3-build-config",
640
+ ]
641
+
642
+ [[package]]
643
+ name = "pyo3-macros"
644
+ version = "0.25.1"
645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
646
+ checksum = "a8725c0a622b374d6cb051d11a0983786448f7785336139c3c94f5aa6bef7e50"
647
+ dependencies = [
648
+ "proc-macro2",
649
+ "pyo3-macros-backend",
650
+ "quote",
651
+ "syn 2.0.119",
652
+ ]
653
+
654
+ [[package]]
655
+ name = "pyo3-macros-backend"
656
+ version = "0.25.1"
657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
658
+ checksum = "4109984c22491085343c05b0dbc54ddc405c3cf7b4374fc533f5c3313a572ccc"
659
+ dependencies = [
660
+ "heck",
661
+ "proc-macro2",
662
+ "pyo3-build-config",
663
+ "quote",
664
+ "syn 2.0.119",
665
+ ]
666
+
667
+ [[package]]
668
+ name = "quote"
669
+ version = "1.0.47"
670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
671
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
672
+ dependencies = [
673
+ "proc-macro2",
674
+ ]
675
+
676
+ [[package]]
677
+ name = "rayon"
678
+ version = "1.12.0"
679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
680
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
681
+ dependencies = [
682
+ "either",
683
+ "rayon-core",
684
+ ]
685
+
686
+ [[package]]
687
+ name = "rayon-core"
688
+ version = "1.13.0"
689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
690
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
691
+ dependencies = [
692
+ "crossbeam-deque",
693
+ "crossbeam-utils",
694
+ ]
695
+
696
+ [[package]]
697
+ name = "regex"
698
+ version = "1.13.1"
699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
700
+ checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
701
+ dependencies = [
702
+ "aho-corasick",
703
+ "memchr",
704
+ "regex-automata",
705
+ "regex-syntax",
706
+ ]
707
+
708
+ [[package]]
709
+ name = "regex-automata"
710
+ version = "0.4.16"
711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
712
+ checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
713
+ dependencies = [
714
+ "aho-corasick",
715
+ "memchr",
716
+ "regex-syntax",
717
+ ]
718
+
719
+ [[package]]
720
+ name = "regex-syntax"
721
+ version = "0.8.11"
722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
723
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
724
+
725
+ [[package]]
726
+ name = "rustc-hash"
727
+ version = "2.1.3"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
730
+
731
+ [[package]]
732
+ name = "rustversion"
733
+ version = "1.0.23"
734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
735
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
736
+
737
+ [[package]]
738
+ name = "same-file"
739
+ version = "1.0.6"
740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
741
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
742
+ dependencies = [
743
+ "winapi-util",
744
+ ]
745
+
746
+ [[package]]
747
+ name = "semver"
748
+ version = "1.0.28"
749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
750
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
751
+
752
+ [[package]]
753
+ name = "serde"
754
+ version = "1.0.229"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
757
+ dependencies = [
758
+ "serde_core",
759
+ "serde_derive",
760
+ ]
761
+
762
+ [[package]]
763
+ name = "serde_core"
764
+ version = "1.0.229"
765
+ source = "registry+https://github.com/rust-lang/crates.io-index"
766
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
767
+ dependencies = [
768
+ "serde_derive",
769
+ ]
770
+
771
+ [[package]]
772
+ name = "serde_derive"
773
+ version = "1.0.229"
774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
775
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
776
+ dependencies = [
777
+ "proc-macro2",
778
+ "quote",
779
+ "syn 3.0.3",
780
+ ]
781
+
782
+ [[package]]
783
+ name = "serde_json"
784
+ version = "1.0.151"
785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
786
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
787
+ dependencies = [
788
+ "itoa",
789
+ "memchr",
790
+ "serde",
791
+ "serde_core",
792
+ "zmij",
793
+ ]
794
+
795
+ [[package]]
796
+ name = "shlex"
797
+ version = "2.0.1"
798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
799
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
800
+
801
+ [[package]]
802
+ name = "slab"
803
+ version = "0.4.12"
804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
805
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
806
+
807
+ [[package]]
808
+ name = "syn"
809
+ version = "2.0.119"
810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
811
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
812
+ dependencies = [
813
+ "proc-macro2",
814
+ "quote",
815
+ "unicode-ident",
816
+ ]
817
+
818
+ [[package]]
819
+ name = "syn"
820
+ version = "3.0.3"
821
+ source = "registry+https://github.com/rust-lang/crates.io-index"
822
+ checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
823
+ dependencies = [
824
+ "proc-macro2",
825
+ "quote",
826
+ "unicode-ident",
827
+ ]
828
+
829
+ [[package]]
830
+ name = "target-lexicon"
831
+ version = "0.13.5"
832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
833
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
834
+
835
+ [[package]]
836
+ name = "tinytemplate"
837
+ version = "1.2.1"
838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
839
+ checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
840
+ dependencies = [
841
+ "serde",
842
+ "serde_json",
843
+ ]
844
+
845
+ [[package]]
846
+ name = "unicode-ident"
847
+ version = "1.0.24"
848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
849
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
850
+
851
+ [[package]]
852
+ name = "unicode-segmentation"
853
+ version = "1.13.3"
854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
855
+ checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
856
+
857
+ [[package]]
858
+ name = "unindent"
859
+ version = "0.2.4"
860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
861
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
862
+
863
+ [[package]]
864
+ name = "walkdir"
865
+ version = "2.5.0"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
868
+ dependencies = [
869
+ "same-file",
870
+ "winapi-util",
871
+ ]
872
+
873
+ [[package]]
874
+ name = "wasm-bindgen"
875
+ version = "0.2.126"
876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
877
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
878
+ dependencies = [
879
+ "cfg-if",
880
+ "once_cell",
881
+ "rustversion",
882
+ "wasm-bindgen-macro",
883
+ "wasm-bindgen-shared",
884
+ ]
885
+
886
+ [[package]]
887
+ name = "wasm-bindgen-futures"
888
+ version = "0.4.76"
889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
890
+ checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
891
+ dependencies = [
892
+ "js-sys",
893
+ "wasm-bindgen",
894
+ ]
895
+
896
+ [[package]]
897
+ name = "wasm-bindgen-macro"
898
+ version = "0.2.126"
899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
900
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
901
+ dependencies = [
902
+ "quote",
903
+ "wasm-bindgen-macro-support",
904
+ ]
905
+
906
+ [[package]]
907
+ name = "wasm-bindgen-macro-support"
908
+ version = "0.2.126"
909
+ source = "registry+https://github.com/rust-lang/crates.io-index"
910
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
911
+ dependencies = [
912
+ "bumpalo",
913
+ "proc-macro2",
914
+ "quote",
915
+ "syn 2.0.119",
916
+ "wasm-bindgen-shared",
917
+ ]
918
+
919
+ [[package]]
920
+ name = "wasm-bindgen-shared"
921
+ version = "0.2.126"
922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
923
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
924
+ dependencies = [
925
+ "unicode-ident",
926
+ ]
927
+
928
+ [[package]]
929
+ name = "wasm-bindgen-test"
930
+ version = "0.3.76"
931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
932
+ checksum = "2a0d555ca874445df8d314f94f5c948a4e74e5418f332c89f660a3d8310a96f4"
933
+ dependencies = [
934
+ "async-trait",
935
+ "cast",
936
+ "js-sys",
937
+ "libm",
938
+ "minicov",
939
+ "nu-ansi-term",
940
+ "num-traits",
941
+ "oorandom",
942
+ "serde",
943
+ "serde_json",
944
+ "wasm-bindgen",
945
+ "wasm-bindgen-futures",
946
+ "wasm-bindgen-test-macro",
947
+ "wasm-bindgen-test-shared",
948
+ ]
949
+
950
+ [[package]]
951
+ name = "wasm-bindgen-test-macro"
952
+ version = "0.3.76"
953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
954
+ checksum = "94eb68555b95bcea5e8cf4abe280b529049479fa995bfc23734af96a6aedc120"
955
+ dependencies = [
956
+ "proc-macro2",
957
+ "quote",
958
+ "syn 2.0.119",
959
+ ]
960
+
961
+ [[package]]
962
+ name = "wasm-bindgen-test-shared"
963
+ version = "0.2.126"
964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
965
+ checksum = "c31d56021e873866c968588ed85ccdf56db5c426e44afdb4618c39895104b920"
966
+
967
+ [[package]]
968
+ name = "web-sys"
969
+ version = "0.3.103"
970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
971
+ checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
972
+ dependencies = [
973
+ "js-sys",
974
+ "wasm-bindgen",
975
+ ]
976
+
977
+ [[package]]
978
+ name = "winapi"
979
+ version = "0.3.9"
980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
981
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
982
+ dependencies = [
983
+ "winapi-i686-pc-windows-gnu",
984
+ "winapi-x86_64-pc-windows-gnu",
985
+ ]
986
+
987
+ [[package]]
988
+ name = "winapi-i686-pc-windows-gnu"
989
+ version = "0.4.0"
990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
991
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
992
+
993
+ [[package]]
994
+ name = "winapi-util"
995
+ version = "0.1.11"
996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
997
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
998
+ dependencies = [
999
+ "windows-sys",
1000
+ ]
1001
+
1002
+ [[package]]
1003
+ name = "winapi-x86_64-pc-windows-gnu"
1004
+ version = "0.4.0"
1005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1006
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1007
+
1008
+ [[package]]
1009
+ name = "windows-link"
1010
+ version = "0.2.1"
1011
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1012
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1013
+
1014
+ [[package]]
1015
+ name = "windows-sys"
1016
+ version = "0.61.2"
1017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1018
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1019
+ dependencies = [
1020
+ "windows-link",
1021
+ ]
1022
+
1023
+ [[package]]
1024
+ name = "zerocopy"
1025
+ version = "0.8.55"
1026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1027
+ checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
1028
+ dependencies = [
1029
+ "zerocopy-derive",
1030
+ ]
1031
+
1032
+ [[package]]
1033
+ name = "zerocopy-derive"
1034
+ version = "0.8.55"
1035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1036
+ checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
1037
+ dependencies = [
1038
+ "proc-macro2",
1039
+ "quote",
1040
+ "syn 2.0.119",
1041
+ ]
1042
+
1043
+ [[package]]
1044
+ name = "zmij"
1045
+ version = "1.0.23"
1046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1047
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"