omeco 0.1.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.
omeco-0.1.0/Cargo.lock ADDED
@@ -0,0 +1,804 @@
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 = "anes"
16
+ version = "0.1.6"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
19
+
20
+ [[package]]
21
+ name = "anstyle"
22
+ version = "1.0.13"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
25
+
26
+ [[package]]
27
+ name = "autocfg"
28
+ version = "1.5.0"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
31
+
32
+ [[package]]
33
+ name = "bumpalo"
34
+ version = "3.19.1"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
37
+
38
+ [[package]]
39
+ name = "cast"
40
+ version = "0.3.0"
41
+ source = "registry+https://github.com/rust-lang/crates.io-index"
42
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
43
+
44
+ [[package]]
45
+ name = "cfg-if"
46
+ version = "1.0.4"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
49
+
50
+ [[package]]
51
+ name = "ciborium"
52
+ version = "0.2.2"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
55
+ dependencies = [
56
+ "ciborium-io",
57
+ "ciborium-ll",
58
+ "serde",
59
+ ]
60
+
61
+ [[package]]
62
+ name = "ciborium-io"
63
+ version = "0.2.2"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
66
+
67
+ [[package]]
68
+ name = "ciborium-ll"
69
+ version = "0.2.2"
70
+ source = "registry+https://github.com/rust-lang/crates.io-index"
71
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
72
+ dependencies = [
73
+ "ciborium-io",
74
+ "half",
75
+ ]
76
+
77
+ [[package]]
78
+ name = "clap"
79
+ version = "4.5.54"
80
+ source = "registry+https://github.com/rust-lang/crates.io-index"
81
+ checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394"
82
+ dependencies = [
83
+ "clap_builder",
84
+ ]
85
+
86
+ [[package]]
87
+ name = "clap_builder"
88
+ version = "4.5.54"
89
+ source = "registry+https://github.com/rust-lang/crates.io-index"
90
+ checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00"
91
+ dependencies = [
92
+ "anstyle",
93
+ "clap_lex",
94
+ ]
95
+
96
+ [[package]]
97
+ name = "clap_lex"
98
+ version = "0.7.6"
99
+ source = "registry+https://github.com/rust-lang/crates.io-index"
100
+ checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
101
+
102
+ [[package]]
103
+ name = "criterion"
104
+ version = "0.5.1"
105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
106
+ checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
107
+ dependencies = [
108
+ "anes",
109
+ "cast",
110
+ "ciborium",
111
+ "clap",
112
+ "criterion-plot",
113
+ "is-terminal",
114
+ "itertools",
115
+ "num-traits",
116
+ "once_cell",
117
+ "oorandom",
118
+ "plotters",
119
+ "rayon",
120
+ "regex",
121
+ "serde",
122
+ "serde_derive",
123
+ "serde_json",
124
+ "tinytemplate",
125
+ "walkdir",
126
+ ]
127
+
128
+ [[package]]
129
+ name = "criterion-plot"
130
+ version = "0.5.0"
131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
132
+ checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
133
+ dependencies = [
134
+ "cast",
135
+ "itertools",
136
+ ]
137
+
138
+ [[package]]
139
+ name = "crossbeam-deque"
140
+ version = "0.8.6"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
143
+ dependencies = [
144
+ "crossbeam-epoch",
145
+ "crossbeam-utils",
146
+ ]
147
+
148
+ [[package]]
149
+ name = "crossbeam-epoch"
150
+ version = "0.9.18"
151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
152
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
153
+ dependencies = [
154
+ "crossbeam-utils",
155
+ ]
156
+
157
+ [[package]]
158
+ name = "crossbeam-utils"
159
+ version = "0.8.21"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
162
+
163
+ [[package]]
164
+ name = "crunchy"
165
+ version = "0.2.4"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
168
+
169
+ [[package]]
170
+ name = "either"
171
+ version = "1.15.0"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
174
+
175
+ [[package]]
176
+ name = "equivalent"
177
+ version = "1.0.2"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
180
+
181
+ [[package]]
182
+ name = "getrandom"
183
+ version = "0.3.4"
184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
185
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
186
+ dependencies = [
187
+ "cfg-if",
188
+ "libc",
189
+ "r-efi",
190
+ "wasip2",
191
+ ]
192
+
193
+ [[package]]
194
+ name = "half"
195
+ version = "2.7.1"
196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
197
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
198
+ dependencies = [
199
+ "cfg-if",
200
+ "crunchy",
201
+ "zerocopy",
202
+ ]
203
+
204
+ [[package]]
205
+ name = "hashbrown"
206
+ version = "0.16.1"
207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
208
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
209
+
210
+ [[package]]
211
+ name = "heck"
212
+ version = "0.5.0"
213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
214
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
215
+
216
+ [[package]]
217
+ name = "hermit-abi"
218
+ version = "0.5.2"
219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
220
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
221
+
222
+ [[package]]
223
+ name = "indexmap"
224
+ version = "2.12.1"
225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
226
+ checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
227
+ dependencies = [
228
+ "equivalent",
229
+ "hashbrown",
230
+ ]
231
+
232
+ [[package]]
233
+ name = "indoc"
234
+ version = "2.0.7"
235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
236
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
237
+ dependencies = [
238
+ "rustversion",
239
+ ]
240
+
241
+ [[package]]
242
+ name = "is-terminal"
243
+ version = "0.4.17"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
246
+ dependencies = [
247
+ "hermit-abi",
248
+ "libc",
249
+ "windows-sys",
250
+ ]
251
+
252
+ [[package]]
253
+ name = "itertools"
254
+ version = "0.10.5"
255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
256
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
257
+ dependencies = [
258
+ "either",
259
+ ]
260
+
261
+ [[package]]
262
+ name = "itoa"
263
+ version = "1.0.17"
264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
265
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
266
+
267
+ [[package]]
268
+ name = "js-sys"
269
+ version = "0.3.83"
270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
271
+ checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
272
+ dependencies = [
273
+ "once_cell",
274
+ "wasm-bindgen",
275
+ ]
276
+
277
+ [[package]]
278
+ name = "libc"
279
+ version = "0.2.179"
280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
281
+ checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f"
282
+
283
+ [[package]]
284
+ name = "memchr"
285
+ version = "2.7.6"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
288
+
289
+ [[package]]
290
+ name = "memoffset"
291
+ version = "0.9.1"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
294
+ dependencies = [
295
+ "autocfg",
296
+ ]
297
+
298
+ [[package]]
299
+ name = "num-traits"
300
+ version = "0.2.19"
301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
302
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
303
+ dependencies = [
304
+ "autocfg",
305
+ ]
306
+
307
+ [[package]]
308
+ name = "omeco"
309
+ version = "0.1.0"
310
+ dependencies = [
311
+ "criterion",
312
+ "priority-queue",
313
+ "rand",
314
+ "rayon",
315
+ "serde",
316
+ "serde_json",
317
+ "thiserror",
318
+ ]
319
+
320
+ [[package]]
321
+ name = "omeco-python"
322
+ version = "0.1.0"
323
+ dependencies = [
324
+ "omeco",
325
+ "pyo3",
326
+ ]
327
+
328
+ [[package]]
329
+ name = "once_cell"
330
+ version = "1.21.3"
331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
333
+
334
+ [[package]]
335
+ name = "oorandom"
336
+ version = "11.1.5"
337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
338
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
339
+
340
+ [[package]]
341
+ name = "plotters"
342
+ version = "0.3.7"
343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
344
+ checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
345
+ dependencies = [
346
+ "num-traits",
347
+ "plotters-backend",
348
+ "plotters-svg",
349
+ "wasm-bindgen",
350
+ "web-sys",
351
+ ]
352
+
353
+ [[package]]
354
+ name = "plotters-backend"
355
+ version = "0.3.7"
356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
357
+ checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
358
+
359
+ [[package]]
360
+ name = "plotters-svg"
361
+ version = "0.3.7"
362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
363
+ checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
364
+ dependencies = [
365
+ "plotters-backend",
366
+ ]
367
+
368
+ [[package]]
369
+ name = "portable-atomic"
370
+ version = "1.13.0"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950"
373
+
374
+ [[package]]
375
+ name = "ppv-lite86"
376
+ version = "0.2.21"
377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
379
+ dependencies = [
380
+ "zerocopy",
381
+ ]
382
+
383
+ [[package]]
384
+ name = "priority-queue"
385
+ version = "2.7.0"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "93980406f12d9f8140ed5abe7155acb10bb1e69ea55c88960b9c2f117445ef96"
388
+ dependencies = [
389
+ "equivalent",
390
+ "indexmap",
391
+ "serde",
392
+ ]
393
+
394
+ [[package]]
395
+ name = "proc-macro2"
396
+ version = "1.0.104"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0"
399
+ dependencies = [
400
+ "unicode-ident",
401
+ ]
402
+
403
+ [[package]]
404
+ name = "pyo3"
405
+ version = "0.23.5"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872"
408
+ dependencies = [
409
+ "cfg-if",
410
+ "indoc",
411
+ "libc",
412
+ "memoffset",
413
+ "once_cell",
414
+ "portable-atomic",
415
+ "pyo3-build-config",
416
+ "pyo3-ffi",
417
+ "pyo3-macros",
418
+ "unindent",
419
+ ]
420
+
421
+ [[package]]
422
+ name = "pyo3-build-config"
423
+ version = "0.23.5"
424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
425
+ checksum = "94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb"
426
+ dependencies = [
427
+ "once_cell",
428
+ "target-lexicon",
429
+ ]
430
+
431
+ [[package]]
432
+ name = "pyo3-ffi"
433
+ version = "0.23.5"
434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
435
+ checksum = "e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d"
436
+ dependencies = [
437
+ "libc",
438
+ "pyo3-build-config",
439
+ ]
440
+
441
+ [[package]]
442
+ name = "pyo3-macros"
443
+ version = "0.23.5"
444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
445
+ checksum = "fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da"
446
+ dependencies = [
447
+ "proc-macro2",
448
+ "pyo3-macros-backend",
449
+ "quote",
450
+ "syn",
451
+ ]
452
+
453
+ [[package]]
454
+ name = "pyo3-macros-backend"
455
+ version = "0.23.5"
456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
457
+ checksum = "fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028"
458
+ dependencies = [
459
+ "heck",
460
+ "proc-macro2",
461
+ "pyo3-build-config",
462
+ "quote",
463
+ "syn",
464
+ ]
465
+
466
+ [[package]]
467
+ name = "quote"
468
+ version = "1.0.42"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
471
+ dependencies = [
472
+ "proc-macro2",
473
+ ]
474
+
475
+ [[package]]
476
+ name = "r-efi"
477
+ version = "5.3.0"
478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
479
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
480
+
481
+ [[package]]
482
+ name = "rand"
483
+ version = "0.9.2"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
486
+ dependencies = [
487
+ "rand_chacha",
488
+ "rand_core",
489
+ ]
490
+
491
+ [[package]]
492
+ name = "rand_chacha"
493
+ version = "0.9.0"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
496
+ dependencies = [
497
+ "ppv-lite86",
498
+ "rand_core",
499
+ ]
500
+
501
+ [[package]]
502
+ name = "rand_core"
503
+ version = "0.9.3"
504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
505
+ checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
506
+ dependencies = [
507
+ "getrandom",
508
+ ]
509
+
510
+ [[package]]
511
+ name = "rayon"
512
+ version = "1.11.0"
513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
514
+ checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
515
+ dependencies = [
516
+ "either",
517
+ "rayon-core",
518
+ ]
519
+
520
+ [[package]]
521
+ name = "rayon-core"
522
+ version = "1.13.0"
523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
524
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
525
+ dependencies = [
526
+ "crossbeam-deque",
527
+ "crossbeam-utils",
528
+ ]
529
+
530
+ [[package]]
531
+ name = "regex"
532
+ version = "1.12.2"
533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
534
+ checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
535
+ dependencies = [
536
+ "aho-corasick",
537
+ "memchr",
538
+ "regex-automata",
539
+ "regex-syntax",
540
+ ]
541
+
542
+ [[package]]
543
+ name = "regex-automata"
544
+ version = "0.4.13"
545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
546
+ checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
547
+ dependencies = [
548
+ "aho-corasick",
549
+ "memchr",
550
+ "regex-syntax",
551
+ ]
552
+
553
+ [[package]]
554
+ name = "regex-syntax"
555
+ version = "0.8.8"
556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
557
+ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
558
+
559
+ [[package]]
560
+ name = "rustversion"
561
+ version = "1.0.22"
562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
563
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
564
+
565
+ [[package]]
566
+ name = "same-file"
567
+ version = "1.0.6"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
570
+ dependencies = [
571
+ "winapi-util",
572
+ ]
573
+
574
+ [[package]]
575
+ name = "serde"
576
+ version = "1.0.228"
577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
578
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
579
+ dependencies = [
580
+ "serde_core",
581
+ "serde_derive",
582
+ ]
583
+
584
+ [[package]]
585
+ name = "serde_core"
586
+ version = "1.0.228"
587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
588
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
589
+ dependencies = [
590
+ "serde_derive",
591
+ ]
592
+
593
+ [[package]]
594
+ name = "serde_derive"
595
+ version = "1.0.228"
596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
597
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
598
+ dependencies = [
599
+ "proc-macro2",
600
+ "quote",
601
+ "syn",
602
+ ]
603
+
604
+ [[package]]
605
+ name = "serde_json"
606
+ version = "1.0.148"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da"
609
+ dependencies = [
610
+ "itoa",
611
+ "memchr",
612
+ "serde",
613
+ "serde_core",
614
+ "zmij",
615
+ ]
616
+
617
+ [[package]]
618
+ name = "syn"
619
+ version = "2.0.112"
620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
621
+ checksum = "21f182278bf2d2bcb3c88b1b08a37df029d71ce3d3ae26168e3c653b213b99d4"
622
+ dependencies = [
623
+ "proc-macro2",
624
+ "quote",
625
+ "unicode-ident",
626
+ ]
627
+
628
+ [[package]]
629
+ name = "target-lexicon"
630
+ version = "0.12.16"
631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
632
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
633
+
634
+ [[package]]
635
+ name = "thiserror"
636
+ version = "2.0.17"
637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
638
+ checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
639
+ dependencies = [
640
+ "thiserror-impl",
641
+ ]
642
+
643
+ [[package]]
644
+ name = "thiserror-impl"
645
+ version = "2.0.17"
646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
647
+ checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
648
+ dependencies = [
649
+ "proc-macro2",
650
+ "quote",
651
+ "syn",
652
+ ]
653
+
654
+ [[package]]
655
+ name = "tinytemplate"
656
+ version = "1.2.1"
657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
658
+ checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
659
+ dependencies = [
660
+ "serde",
661
+ "serde_json",
662
+ ]
663
+
664
+ [[package]]
665
+ name = "unicode-ident"
666
+ version = "1.0.22"
667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
668
+ checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
669
+
670
+ [[package]]
671
+ name = "unindent"
672
+ version = "0.2.4"
673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
674
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
675
+
676
+ [[package]]
677
+ name = "walkdir"
678
+ version = "2.5.0"
679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
680
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
681
+ dependencies = [
682
+ "same-file",
683
+ "winapi-util",
684
+ ]
685
+
686
+ [[package]]
687
+ name = "wasip2"
688
+ version = "1.0.1+wasi-0.2.4"
689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
690
+ checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
691
+ dependencies = [
692
+ "wit-bindgen",
693
+ ]
694
+
695
+ [[package]]
696
+ name = "wasm-bindgen"
697
+ version = "0.2.106"
698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
699
+ checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
700
+ dependencies = [
701
+ "cfg-if",
702
+ "once_cell",
703
+ "rustversion",
704
+ "wasm-bindgen-macro",
705
+ "wasm-bindgen-shared",
706
+ ]
707
+
708
+ [[package]]
709
+ name = "wasm-bindgen-macro"
710
+ version = "0.2.106"
711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
712
+ checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
713
+ dependencies = [
714
+ "quote",
715
+ "wasm-bindgen-macro-support",
716
+ ]
717
+
718
+ [[package]]
719
+ name = "wasm-bindgen-macro-support"
720
+ version = "0.2.106"
721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
722
+ checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
723
+ dependencies = [
724
+ "bumpalo",
725
+ "proc-macro2",
726
+ "quote",
727
+ "syn",
728
+ "wasm-bindgen-shared",
729
+ ]
730
+
731
+ [[package]]
732
+ name = "wasm-bindgen-shared"
733
+ version = "0.2.106"
734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
735
+ checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
736
+ dependencies = [
737
+ "unicode-ident",
738
+ ]
739
+
740
+ [[package]]
741
+ name = "web-sys"
742
+ version = "0.3.83"
743
+ source = "registry+https://github.com/rust-lang/crates.io-index"
744
+ checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
745
+ dependencies = [
746
+ "js-sys",
747
+ "wasm-bindgen",
748
+ ]
749
+
750
+ [[package]]
751
+ name = "winapi-util"
752
+ version = "0.1.11"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
755
+ dependencies = [
756
+ "windows-sys",
757
+ ]
758
+
759
+ [[package]]
760
+ name = "windows-link"
761
+ version = "0.2.1"
762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
763
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
764
+
765
+ [[package]]
766
+ name = "windows-sys"
767
+ version = "0.61.2"
768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
769
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
770
+ dependencies = [
771
+ "windows-link",
772
+ ]
773
+
774
+ [[package]]
775
+ name = "wit-bindgen"
776
+ version = "0.46.0"
777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
778
+ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
779
+
780
+ [[package]]
781
+ name = "zerocopy"
782
+ version = "0.8.31"
783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
784
+ checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
785
+ dependencies = [
786
+ "zerocopy-derive",
787
+ ]
788
+
789
+ [[package]]
790
+ name = "zerocopy-derive"
791
+ version = "0.8.31"
792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
793
+ checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
794
+ dependencies = [
795
+ "proc-macro2",
796
+ "quote",
797
+ "syn",
798
+ ]
799
+
800
+ [[package]]
801
+ name = "zmij"
802
+ version = "1.0.8"
803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
804
+ checksum = "317f17ff091ac4515f17cc7a190d2769a8c9a96d227de5d64b500b01cda8f2cd"