khora-accel 0.10.2__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,814 @@
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 = "allocator-api2"
16
+ version = "0.2.21"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
19
+
20
+ [[package]]
21
+ name = "anes"
22
+ version = "0.1.6"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
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 = "autocfg"
34
+ version = "1.5.0"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
37
+
38
+ [[package]]
39
+ name = "bumpalo"
40
+ version = "3.20.2"
41
+ source = "registry+https://github.com/rust-lang/crates.io-index"
42
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
43
+
44
+ [[package]]
45
+ name = "cast"
46
+ version = "0.3.0"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
49
+
50
+ [[package]]
51
+ name = "cfg-if"
52
+ version = "1.0.4"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
55
+
56
+ [[package]]
57
+ name = "ciborium"
58
+ version = "0.2.2"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
61
+ dependencies = [
62
+ "ciborium-io",
63
+ "ciborium-ll",
64
+ "serde",
65
+ ]
66
+
67
+ [[package]]
68
+ name = "ciborium-io"
69
+ version = "0.2.2"
70
+ source = "registry+https://github.com/rust-lang/crates.io-index"
71
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
72
+
73
+ [[package]]
74
+ name = "ciborium-ll"
75
+ version = "0.2.2"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
78
+ dependencies = [
79
+ "ciborium-io",
80
+ "half",
81
+ ]
82
+
83
+ [[package]]
84
+ name = "clap"
85
+ version = "4.6.1"
86
+ source = "registry+https://github.com/rust-lang/crates.io-index"
87
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
88
+ dependencies = [
89
+ "clap_builder",
90
+ ]
91
+
92
+ [[package]]
93
+ name = "clap_builder"
94
+ version = "4.6.0"
95
+ source = "registry+https://github.com/rust-lang/crates.io-index"
96
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
97
+ dependencies = [
98
+ "anstyle",
99
+ "clap_lex",
100
+ ]
101
+
102
+ [[package]]
103
+ name = "clap_lex"
104
+ version = "1.1.0"
105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
106
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
107
+
108
+ [[package]]
109
+ name = "criterion"
110
+ version = "0.6.0"
111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
112
+ checksum = "3bf7af66b0989381bd0be551bd7cc91912a655a58c6918420c9527b1fd8b4679"
113
+ dependencies = [
114
+ "anes",
115
+ "cast",
116
+ "ciborium",
117
+ "clap",
118
+ "criterion-plot",
119
+ "itertools 0.13.0",
120
+ "num-traits",
121
+ "oorandom",
122
+ "plotters",
123
+ "rayon",
124
+ "regex",
125
+ "serde",
126
+ "serde_json",
127
+ "tinytemplate",
128
+ "walkdir",
129
+ ]
130
+
131
+ [[package]]
132
+ name = "criterion-plot"
133
+ version = "0.5.0"
134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
135
+ checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
136
+ dependencies = [
137
+ "cast",
138
+ "itertools 0.10.5",
139
+ ]
140
+
141
+ [[package]]
142
+ name = "crossbeam-deque"
143
+ version = "0.8.6"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
146
+ dependencies = [
147
+ "crossbeam-epoch",
148
+ "crossbeam-utils",
149
+ ]
150
+
151
+ [[package]]
152
+ name = "crossbeam-epoch"
153
+ version = "0.9.18"
154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
155
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
156
+ dependencies = [
157
+ "crossbeam-utils",
158
+ ]
159
+
160
+ [[package]]
161
+ name = "crossbeam-utils"
162
+ version = "0.8.21"
163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
164
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
165
+
166
+ [[package]]
167
+ name = "crunchy"
168
+ version = "0.2.4"
169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
170
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
171
+
172
+ [[package]]
173
+ name = "either"
174
+ version = "1.15.0"
175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
176
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
177
+
178
+ [[package]]
179
+ name = "equivalent"
180
+ version = "1.0.2"
181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
182
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
183
+
184
+ [[package]]
185
+ name = "foldhash"
186
+ version = "0.2.0"
187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
188
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
189
+
190
+ [[package]]
191
+ name = "futures-core"
192
+ version = "0.3.32"
193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
194
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
195
+
196
+ [[package]]
197
+ name = "futures-task"
198
+ version = "0.3.32"
199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
200
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
201
+
202
+ [[package]]
203
+ name = "futures-util"
204
+ version = "0.3.32"
205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
206
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
207
+ dependencies = [
208
+ "futures-core",
209
+ "futures-task",
210
+ "pin-project-lite",
211
+ "slab",
212
+ ]
213
+
214
+ [[package]]
215
+ name = "half"
216
+ version = "2.7.1"
217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
218
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
219
+ dependencies = [
220
+ "cfg-if",
221
+ "crunchy",
222
+ "zerocopy",
223
+ ]
224
+
225
+ [[package]]
226
+ name = "hashbrown"
227
+ version = "0.16.1"
228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
229
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
230
+ dependencies = [
231
+ "allocator-api2",
232
+ "equivalent",
233
+ "foldhash",
234
+ ]
235
+
236
+ [[package]]
237
+ name = "heck"
238
+ version = "0.5.0"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
241
+
242
+ [[package]]
243
+ name = "hermit-abi"
244
+ version = "0.5.2"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
247
+
248
+ [[package]]
249
+ name = "itertools"
250
+ version = "0.10.5"
251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
252
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
253
+ dependencies = [
254
+ "either",
255
+ ]
256
+
257
+ [[package]]
258
+ name = "itertools"
259
+ version = "0.13.0"
260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
261
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
262
+ dependencies = [
263
+ "either",
264
+ ]
265
+
266
+ [[package]]
267
+ name = "itoa"
268
+ version = "1.0.18"
269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
270
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
271
+
272
+ [[package]]
273
+ name = "js-sys"
274
+ version = "0.3.98"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "67df7112613f8bfd9150013a0314e196f4800d3201ae742489d999db2f979f08"
277
+ dependencies = [
278
+ "cfg-if",
279
+ "futures-util",
280
+ "once_cell",
281
+ "wasm-bindgen",
282
+ ]
283
+
284
+ [[package]]
285
+ name = "khora-accel"
286
+ version = "0.10.2"
287
+ dependencies = [
288
+ "aho-corasick",
289
+ "criterion",
290
+ "hashbrown",
291
+ "ndarray",
292
+ "num_cpus",
293
+ "numpy",
294
+ "ordered-float",
295
+ "pyo3",
296
+ "rayon",
297
+ "regex",
298
+ "strsim",
299
+ ]
300
+
301
+ [[package]]
302
+ name = "libc"
303
+ version = "0.2.186"
304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
305
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
306
+
307
+ [[package]]
308
+ name = "matrixmultiply"
309
+ version = "0.3.10"
310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
311
+ checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
312
+ dependencies = [
313
+ "autocfg",
314
+ "rawpointer",
315
+ ]
316
+
317
+ [[package]]
318
+ name = "memchr"
319
+ version = "2.8.0"
320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
321
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
322
+
323
+ [[package]]
324
+ name = "ndarray"
325
+ version = "0.17.2"
326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
327
+ checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d"
328
+ dependencies = [
329
+ "matrixmultiply",
330
+ "num-complex",
331
+ "num-integer",
332
+ "num-traits",
333
+ "portable-atomic",
334
+ "portable-atomic-util",
335
+ "rawpointer",
336
+ ]
337
+
338
+ [[package]]
339
+ name = "num-complex"
340
+ version = "0.4.6"
341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
342
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
343
+ dependencies = [
344
+ "num-traits",
345
+ ]
346
+
347
+ [[package]]
348
+ name = "num-integer"
349
+ version = "0.1.46"
350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
351
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
352
+ dependencies = [
353
+ "num-traits",
354
+ ]
355
+
356
+ [[package]]
357
+ name = "num-traits"
358
+ version = "0.2.19"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
361
+ dependencies = [
362
+ "autocfg",
363
+ ]
364
+
365
+ [[package]]
366
+ name = "num_cpus"
367
+ version = "1.17.0"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
370
+ dependencies = [
371
+ "hermit-abi",
372
+ "libc",
373
+ ]
374
+
375
+ [[package]]
376
+ name = "numpy"
377
+ version = "0.28.0"
378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
379
+ checksum = "778da78c64ddc928ebf5ad9df5edf0789410ff3bdbf3619aed51cd789a6af1e2"
380
+ dependencies = [
381
+ "libc",
382
+ "ndarray",
383
+ "num-complex",
384
+ "num-integer",
385
+ "num-traits",
386
+ "pyo3",
387
+ "pyo3-build-config",
388
+ "rustc-hash",
389
+ ]
390
+
391
+ [[package]]
392
+ name = "once_cell"
393
+ version = "1.21.4"
394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
395
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
396
+
397
+ [[package]]
398
+ name = "oorandom"
399
+ version = "11.1.5"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
402
+
403
+ [[package]]
404
+ name = "ordered-float"
405
+ version = "5.3.0"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e"
408
+ dependencies = [
409
+ "num-traits",
410
+ ]
411
+
412
+ [[package]]
413
+ name = "pin-project-lite"
414
+ version = "0.2.17"
415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
416
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
417
+
418
+ [[package]]
419
+ name = "plotters"
420
+ version = "0.3.7"
421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
422
+ checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
423
+ dependencies = [
424
+ "num-traits",
425
+ "plotters-backend",
426
+ "plotters-svg",
427
+ "wasm-bindgen",
428
+ "web-sys",
429
+ ]
430
+
431
+ [[package]]
432
+ name = "plotters-backend"
433
+ version = "0.3.7"
434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
435
+ checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
436
+
437
+ [[package]]
438
+ name = "plotters-svg"
439
+ version = "0.3.7"
440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
441
+ checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
442
+ dependencies = [
443
+ "plotters-backend",
444
+ ]
445
+
446
+ [[package]]
447
+ name = "portable-atomic"
448
+ version = "1.13.1"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
451
+
452
+ [[package]]
453
+ name = "portable-atomic-util"
454
+ version = "0.2.7"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
457
+ dependencies = [
458
+ "portable-atomic",
459
+ ]
460
+
461
+ [[package]]
462
+ name = "proc-macro2"
463
+ version = "1.0.106"
464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
465
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
466
+ dependencies = [
467
+ "unicode-ident",
468
+ ]
469
+
470
+ [[package]]
471
+ name = "pyo3"
472
+ version = "0.28.3"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12"
475
+ dependencies = [
476
+ "libc",
477
+ "once_cell",
478
+ "portable-atomic",
479
+ "pyo3-build-config",
480
+ "pyo3-ffi",
481
+ "pyo3-macros",
482
+ ]
483
+
484
+ [[package]]
485
+ name = "pyo3-build-config"
486
+ version = "0.28.3"
487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
488
+ checksum = "e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e"
489
+ dependencies = [
490
+ "target-lexicon",
491
+ ]
492
+
493
+ [[package]]
494
+ name = "pyo3-ffi"
495
+ version = "0.28.3"
496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
497
+ checksum = "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e"
498
+ dependencies = [
499
+ "libc",
500
+ "pyo3-build-config",
501
+ ]
502
+
503
+ [[package]]
504
+ name = "pyo3-macros"
505
+ version = "0.28.3"
506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
507
+ checksum = "df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813"
508
+ dependencies = [
509
+ "proc-macro2",
510
+ "pyo3-macros-backend",
511
+ "quote",
512
+ "syn",
513
+ ]
514
+
515
+ [[package]]
516
+ name = "pyo3-macros-backend"
517
+ version = "0.28.3"
518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
519
+ checksum = "c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb"
520
+ dependencies = [
521
+ "heck",
522
+ "proc-macro2",
523
+ "pyo3-build-config",
524
+ "quote",
525
+ "syn",
526
+ ]
527
+
528
+ [[package]]
529
+ name = "quote"
530
+ version = "1.0.45"
531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
532
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
533
+ dependencies = [
534
+ "proc-macro2",
535
+ ]
536
+
537
+ [[package]]
538
+ name = "rawpointer"
539
+ version = "0.2.1"
540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
541
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
542
+
543
+ [[package]]
544
+ name = "rayon"
545
+ version = "1.12.0"
546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
547
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
548
+ dependencies = [
549
+ "either",
550
+ "rayon-core",
551
+ ]
552
+
553
+ [[package]]
554
+ name = "rayon-core"
555
+ version = "1.13.0"
556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
557
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
558
+ dependencies = [
559
+ "crossbeam-deque",
560
+ "crossbeam-utils",
561
+ ]
562
+
563
+ [[package]]
564
+ name = "regex"
565
+ version = "1.12.3"
566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
568
+ dependencies = [
569
+ "aho-corasick",
570
+ "memchr",
571
+ "regex-automata",
572
+ "regex-syntax",
573
+ ]
574
+
575
+ [[package]]
576
+ name = "regex-automata"
577
+ version = "0.4.14"
578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
579
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
580
+ dependencies = [
581
+ "aho-corasick",
582
+ "memchr",
583
+ "regex-syntax",
584
+ ]
585
+
586
+ [[package]]
587
+ name = "regex-syntax"
588
+ version = "0.8.10"
589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
590
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
591
+
592
+ [[package]]
593
+ name = "rustc-hash"
594
+ version = "2.1.2"
595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
596
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
597
+
598
+ [[package]]
599
+ name = "rustversion"
600
+ version = "1.0.22"
601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
602
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
603
+
604
+ [[package]]
605
+ name = "same-file"
606
+ version = "1.0.6"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
609
+ dependencies = [
610
+ "winapi-util",
611
+ ]
612
+
613
+ [[package]]
614
+ name = "serde"
615
+ version = "1.0.228"
616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
617
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
618
+ dependencies = [
619
+ "serde_core",
620
+ "serde_derive",
621
+ ]
622
+
623
+ [[package]]
624
+ name = "serde_core"
625
+ version = "1.0.228"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
628
+ dependencies = [
629
+ "serde_derive",
630
+ ]
631
+
632
+ [[package]]
633
+ name = "serde_derive"
634
+ version = "1.0.228"
635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
636
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
637
+ dependencies = [
638
+ "proc-macro2",
639
+ "quote",
640
+ "syn",
641
+ ]
642
+
643
+ [[package]]
644
+ name = "serde_json"
645
+ version = "1.0.149"
646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
647
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
648
+ dependencies = [
649
+ "itoa",
650
+ "memchr",
651
+ "serde",
652
+ "serde_core",
653
+ "zmij",
654
+ ]
655
+
656
+ [[package]]
657
+ name = "slab"
658
+ version = "0.4.12"
659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
660
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
661
+
662
+ [[package]]
663
+ name = "strsim"
664
+ version = "0.11.1"
665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
666
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
667
+
668
+ [[package]]
669
+ name = "syn"
670
+ version = "2.0.117"
671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
672
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
673
+ dependencies = [
674
+ "proc-macro2",
675
+ "quote",
676
+ "unicode-ident",
677
+ ]
678
+
679
+ [[package]]
680
+ name = "target-lexicon"
681
+ version = "0.13.5"
682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
683
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
684
+
685
+ [[package]]
686
+ name = "tinytemplate"
687
+ version = "1.2.1"
688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
689
+ checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
690
+ dependencies = [
691
+ "serde",
692
+ "serde_json",
693
+ ]
694
+
695
+ [[package]]
696
+ name = "unicode-ident"
697
+ version = "1.0.24"
698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
699
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
700
+
701
+ [[package]]
702
+ name = "walkdir"
703
+ version = "2.5.0"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
706
+ dependencies = [
707
+ "same-file",
708
+ "winapi-util",
709
+ ]
710
+
711
+ [[package]]
712
+ name = "wasm-bindgen"
713
+ version = "0.2.121"
714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
715
+ checksum = "49ace1d07c165b0864824eee619580c4689389afa9dc9ed3a4c75040d82e6790"
716
+ dependencies = [
717
+ "cfg-if",
718
+ "once_cell",
719
+ "rustversion",
720
+ "wasm-bindgen-macro",
721
+ "wasm-bindgen-shared",
722
+ ]
723
+
724
+ [[package]]
725
+ name = "wasm-bindgen-macro"
726
+ version = "0.2.121"
727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
728
+ checksum = "8e68e6f4afd367a562002c05637acb8578ff2dea1943df76afb9e83d177c8578"
729
+ dependencies = [
730
+ "quote",
731
+ "wasm-bindgen-macro-support",
732
+ ]
733
+
734
+ [[package]]
735
+ name = "wasm-bindgen-macro-support"
736
+ version = "0.2.121"
737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = "d95a9ec35c64b2a7cb35d3fead40c4238d0940c86d107136999567a4703259f2"
739
+ dependencies = [
740
+ "bumpalo",
741
+ "proc-macro2",
742
+ "quote",
743
+ "syn",
744
+ "wasm-bindgen-shared",
745
+ ]
746
+
747
+ [[package]]
748
+ name = "wasm-bindgen-shared"
749
+ version = "0.2.121"
750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
751
+ checksum = "c4e0100b01e9f0d03189a92b96772a1fb998639d981193d7dbab487302513441"
752
+ dependencies = [
753
+ "unicode-ident",
754
+ ]
755
+
756
+ [[package]]
757
+ name = "web-sys"
758
+ version = "0.3.98"
759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
760
+ checksum = "4b572dff8bcf38bad0fa19729c89bb5748b2b9b1d8be70cf90df697e3a8f32aa"
761
+ dependencies = [
762
+ "js-sys",
763
+ "wasm-bindgen",
764
+ ]
765
+
766
+ [[package]]
767
+ name = "winapi-util"
768
+ version = "0.1.11"
769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
770
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
771
+ dependencies = [
772
+ "windows-sys",
773
+ ]
774
+
775
+ [[package]]
776
+ name = "windows-link"
777
+ version = "0.2.1"
778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
779
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
780
+
781
+ [[package]]
782
+ name = "windows-sys"
783
+ version = "0.61.2"
784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
785
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
786
+ dependencies = [
787
+ "windows-link",
788
+ ]
789
+
790
+ [[package]]
791
+ name = "zerocopy"
792
+ version = "0.8.48"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
795
+ dependencies = [
796
+ "zerocopy-derive",
797
+ ]
798
+
799
+ [[package]]
800
+ name = "zerocopy-derive"
801
+ version = "0.8.48"
802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
803
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
804
+ dependencies = [
805
+ "proc-macro2",
806
+ "quote",
807
+ "syn",
808
+ ]
809
+
810
+ [[package]]
811
+ name = "zmij"
812
+ version = "1.0.21"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"