jshape 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.
@@ -0,0 +1,1363 @@
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 = "android_system_properties"
16
+ version = "0.1.5"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
19
+ dependencies = [
20
+ "libc",
21
+ ]
22
+
23
+ [[package]]
24
+ name = "anstream"
25
+ version = "1.0.0"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
28
+ dependencies = [
29
+ "anstyle",
30
+ "anstyle-parse",
31
+ "anstyle-query",
32
+ "anstyle-wincon",
33
+ "colorchoice",
34
+ "is_terminal_polyfill",
35
+ "utf8parse",
36
+ ]
37
+
38
+ [[package]]
39
+ name = "anstyle"
40
+ version = "1.0.14"
41
+ source = "registry+https://github.com/rust-lang/crates.io-index"
42
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
43
+
44
+ [[package]]
45
+ name = "anstyle-parse"
46
+ version = "1.0.0"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
49
+ dependencies = [
50
+ "utf8parse",
51
+ ]
52
+
53
+ [[package]]
54
+ name = "anstyle-query"
55
+ version = "1.1.5"
56
+ source = "registry+https://github.com/rust-lang/crates.io-index"
57
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
58
+ dependencies = [
59
+ "windows-sys 0.61.2",
60
+ ]
61
+
62
+ [[package]]
63
+ name = "anstyle-wincon"
64
+ version = "3.0.11"
65
+ source = "registry+https://github.com/rust-lang/crates.io-index"
66
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
67
+ dependencies = [
68
+ "anstyle",
69
+ "once_cell_polyfill",
70
+ "windows-sys 0.61.2",
71
+ ]
72
+
73
+ [[package]]
74
+ name = "autocfg"
75
+ version = "1.5.0"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
78
+
79
+ [[package]]
80
+ name = "bitflags"
81
+ version = "1.3.2"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
84
+
85
+ [[package]]
86
+ name = "block-buffer"
87
+ version = "0.10.4"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
90
+ dependencies = [
91
+ "generic-array",
92
+ ]
93
+
94
+ [[package]]
95
+ name = "bumpalo"
96
+ version = "3.20.2"
97
+ source = "registry+https://github.com/rust-lang/crates.io-index"
98
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
99
+
100
+ [[package]]
101
+ name = "case"
102
+ version = "0.1.0"
103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
104
+ checksum = "e88b166b48e29667f5443df64df3c61dc07dc2b1a0b0d231800e07f09a33ecc1"
105
+
106
+ [[package]]
107
+ name = "cc"
108
+ version = "1.2.57"
109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
110
+ checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423"
111
+ dependencies = [
112
+ "find-msvc-tools",
113
+ "shlex",
114
+ ]
115
+
116
+ [[package]]
117
+ name = "cfg-if"
118
+ version = "1.0.4"
119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
120
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
121
+
122
+ [[package]]
123
+ name = "chrono"
124
+ version = "0.4.44"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
127
+ dependencies = [
128
+ "iana-time-zone",
129
+ "js-sys",
130
+ "num-traits",
131
+ "wasm-bindgen",
132
+ "windows-link",
133
+ ]
134
+
135
+ [[package]]
136
+ name = "colorchoice"
137
+ version = "1.0.5"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
140
+
141
+ [[package]]
142
+ name = "colored"
143
+ version = "2.2.0"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
146
+ dependencies = [
147
+ "lazy_static",
148
+ "windows-sys 0.59.0",
149
+ ]
150
+
151
+ [[package]]
152
+ name = "core-foundation-sys"
153
+ version = "0.8.7"
154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
155
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
156
+
157
+ [[package]]
158
+ name = "cpufeatures"
159
+ version = "0.2.17"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
162
+ dependencies = [
163
+ "libc",
164
+ ]
165
+
166
+ [[package]]
167
+ name = "crossbeam-channel"
168
+ version = "0.5.15"
169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
170
+ checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
171
+ dependencies = [
172
+ "crossbeam-utils",
173
+ ]
174
+
175
+ [[package]]
176
+ name = "crossbeam-utils"
177
+ version = "0.8.21"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
180
+
181
+ [[package]]
182
+ name = "crypto-common"
183
+ version = "0.1.7"
184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
185
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
186
+ dependencies = [
187
+ "generic-array",
188
+ "typenum",
189
+ ]
190
+
191
+ [[package]]
192
+ name = "deranged"
193
+ version = "0.5.8"
194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
195
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
196
+ dependencies = [
197
+ "powerfmt",
198
+ ]
199
+
200
+ [[package]]
201
+ name = "derive-error"
202
+ version = "0.0.5"
203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
204
+ checksum = "eb6238eafbc141db51c6d0d599dde74224b28437c7cf7c3a1755e3e3e5e00806"
205
+ dependencies = [
206
+ "case",
207
+ "quote 0.3.15",
208
+ "syn 0.11.11",
209
+ ]
210
+
211
+ [[package]]
212
+ name = "digest"
213
+ version = "0.10.7"
214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
215
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
216
+ dependencies = [
217
+ "block-buffer",
218
+ "crypto-common",
219
+ ]
220
+
221
+ [[package]]
222
+ name = "disable_macro"
223
+ version = "0.3.6"
224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
225
+ checksum = "9bd25de1b9e6269d7d9cc507da1104f690320c6eaa1c4378991ca4777b2361e6"
226
+ dependencies = [
227
+ "proc-macro2",
228
+ "quote 1.0.45",
229
+ "syn 1.0.109",
230
+ ]
231
+
232
+ [[package]]
233
+ name = "env_filter"
234
+ version = "1.0.1"
235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
236
+ checksum = "32e90c2accc4b07a8456ea0debdc2e7587bdd890680d71173a15d4ae604f6eef"
237
+ dependencies = [
238
+ "log",
239
+ "regex",
240
+ ]
241
+
242
+ [[package]]
243
+ name = "env_logger"
244
+ version = "0.11.10"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "0621c04f2196ac3f488dd583365b9c09be011a4ab8b9f37248ffcc8f6198b56a"
247
+ dependencies = [
248
+ "anstream",
249
+ "anstyle",
250
+ "env_filter",
251
+ "jiff",
252
+ "log",
253
+ ]
254
+
255
+ [[package]]
256
+ name = "equivalent"
257
+ version = "1.0.2"
258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
259
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
260
+
261
+ [[package]]
262
+ name = "error-tree"
263
+ version = "0.6.0"
264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
265
+ checksum = "07cec0a4beddbd78d1b38d9018b08b00d19caa8fc3cdf1c45a424623b045974d"
266
+ dependencies = [
267
+ "derive-error",
268
+ "export-magic",
269
+ "proc-macro2",
270
+ "quote 1.0.45",
271
+ "syn 2.0.117",
272
+ "tracing",
273
+ "tracing-subscriber",
274
+ ]
275
+
276
+ [[package]]
277
+ name = "export-magic"
278
+ version = "0.3.6"
279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
280
+ checksum = "ed02add08ce10f7664f1567c72f195cec7e630a666a7a04a98a9633d402b02ba"
281
+
282
+ [[package]]
283
+ name = "find-msvc-tools"
284
+ version = "0.1.9"
285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
286
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
287
+
288
+ [[package]]
289
+ name = "generic-array"
290
+ version = "0.14.7"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
293
+ dependencies = [
294
+ "typenum",
295
+ "version_check",
296
+ ]
297
+
298
+ [[package]]
299
+ name = "getset"
300
+ version = "0.1.6"
301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
302
+ checksum = "9cf0fc11e47561d47397154977bc219f4cf809b2974facc3ccb3b89e2436f912"
303
+ dependencies = [
304
+ "proc-macro-error2",
305
+ "proc-macro2",
306
+ "quote 1.0.45",
307
+ "syn 2.0.117",
308
+ ]
309
+
310
+ [[package]]
311
+ name = "hashbrown"
312
+ version = "0.16.1"
313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
314
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
315
+
316
+ [[package]]
317
+ name = "heck"
318
+ version = "0.5.0"
319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
320
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
321
+
322
+ [[package]]
323
+ name = "iana-time-zone"
324
+ version = "0.1.65"
325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
326
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
327
+ dependencies = [
328
+ "android_system_properties",
329
+ "core-foundation-sys",
330
+ "iana-time-zone-haiku",
331
+ "js-sys",
332
+ "log",
333
+ "wasm-bindgen",
334
+ "windows-core",
335
+ ]
336
+
337
+ [[package]]
338
+ name = "iana-time-zone-haiku"
339
+ version = "0.1.2"
340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
341
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
342
+ dependencies = [
343
+ "cc",
344
+ ]
345
+
346
+ [[package]]
347
+ name = "indexmap"
348
+ version = "2.13.0"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
351
+ dependencies = [
352
+ "equivalent",
353
+ "hashbrown",
354
+ ]
355
+
356
+ [[package]]
357
+ name = "instant"
358
+ version = "0.1.13"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
361
+ dependencies = [
362
+ "cfg-if",
363
+ ]
364
+
365
+ [[package]]
366
+ name = "is_terminal_polyfill"
367
+ version = "1.70.2"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
370
+
371
+ [[package]]
372
+ name = "itoa"
373
+ version = "1.0.18"
374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
375
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
376
+
377
+ [[package]]
378
+ name = "jiff"
379
+ version = "0.2.23"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "1a3546dc96b6d42c5f24902af9e2538e82e39ad350b0c766eb3fbf2d8f3d8359"
382
+ dependencies = [
383
+ "jiff-static",
384
+ "log",
385
+ "portable-atomic",
386
+ "portable-atomic-util",
387
+ "serde_core",
388
+ ]
389
+
390
+ [[package]]
391
+ name = "jiff-static"
392
+ version = "0.2.23"
393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
394
+ checksum = "2a8c8b344124222efd714b73bb41f8b5120b27a7cc1c75593a6ff768d9d05aa4"
395
+ dependencies = [
396
+ "proc-macro2",
397
+ "quote 1.0.45",
398
+ "syn 2.0.117",
399
+ ]
400
+
401
+ [[package]]
402
+ name = "js-sys"
403
+ version = "0.3.91"
404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
405
+ checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
406
+ dependencies = [
407
+ "once_cell",
408
+ "wasm-bindgen",
409
+ ]
410
+
411
+ [[package]]
412
+ name = "jshape"
413
+ version = "0.1.0"
414
+ dependencies = [
415
+ "indexmap",
416
+ "json-repair",
417
+ "serde_json",
418
+ ]
419
+
420
+ [[package]]
421
+ name = "jshape-node-wasm"
422
+ version = "0.1.0"
423
+ dependencies = [
424
+ "jshape",
425
+ "wasm-bindgen",
426
+ ]
427
+
428
+ [[package]]
429
+ name = "jshape-python"
430
+ version = "0.1.0"
431
+ dependencies = [
432
+ "jshape",
433
+ "pyo3",
434
+ ]
435
+
436
+ [[package]]
437
+ name = "json-repair"
438
+ version = "0.4.0"
439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
440
+ checksum = "b8e555324f6fdd2ae5da361a619d9902eeb99a3e45e14e01a8f5ecb55fa62dee"
441
+ dependencies = [
442
+ "error-tree",
443
+ "export-magic",
444
+ "json5",
445
+ "regex",
446
+ "serde",
447
+ "serde_json",
448
+ "traced-test",
449
+ "tracing",
450
+ "tracing-setup",
451
+ "tracing-subscriber",
452
+ ]
453
+
454
+ [[package]]
455
+ name = "json5"
456
+ version = "0.4.1"
457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
458
+ checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
459
+ dependencies = [
460
+ "pest",
461
+ "pest_derive",
462
+ "serde",
463
+ ]
464
+
465
+ [[package]]
466
+ name = "language-enum"
467
+ version = "0.1.0"
468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
469
+ checksum = "45b39f23f26543cadd1d9aef82d186d2cc5f896e2ecf3ee9453c165eaf9a93d6"
470
+ dependencies = [
471
+ "export-magic",
472
+ "serde",
473
+ "serde_derive",
474
+ "serde_json",
475
+ ]
476
+
477
+ [[package]]
478
+ name = "lazy_static"
479
+ version = "1.5.0"
480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
481
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
482
+
483
+ [[package]]
484
+ name = "libc"
485
+ version = "0.2.183"
486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
487
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
488
+
489
+ [[package]]
490
+ name = "lock_api"
491
+ version = "0.4.14"
492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
493
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
494
+ dependencies = [
495
+ "scopeguard",
496
+ ]
497
+
498
+ [[package]]
499
+ name = "log"
500
+ version = "0.4.29"
501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
502
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
503
+
504
+ [[package]]
505
+ name = "maplit"
506
+ version = "1.0.2"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
509
+
510
+ [[package]]
511
+ name = "matchers"
512
+ version = "0.2.0"
513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
514
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
515
+ dependencies = [
516
+ "regex-automata",
517
+ ]
518
+
519
+ [[package]]
520
+ name = "memchr"
521
+ version = "2.8.0"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
524
+
525
+ [[package]]
526
+ name = "named-item"
527
+ version = "0.6.0"
528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
529
+ checksum = "b556a81e551df84ddd89e1980d9859996002e00f952613073c847c6bcb24a2d4"
530
+ dependencies = [
531
+ "export-magic",
532
+ "language-enum",
533
+ "regex",
534
+ ]
535
+
536
+ [[package]]
537
+ name = "num-conv"
538
+ version = "0.2.1"
539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
540
+ checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
541
+
542
+ [[package]]
543
+ name = "num-traits"
544
+ version = "0.2.19"
545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
546
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
547
+ dependencies = [
548
+ "autocfg",
549
+ ]
550
+
551
+ [[package]]
552
+ name = "once_cell"
553
+ version = "1.21.4"
554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
555
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
556
+
557
+ [[package]]
558
+ name = "once_cell_polyfill"
559
+ version = "1.70.2"
560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
561
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
562
+
563
+ [[package]]
564
+ name = "parking_lot"
565
+ version = "0.11.2"
566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
568
+ dependencies = [
569
+ "instant",
570
+ "lock_api",
571
+ "parking_lot_core",
572
+ ]
573
+
574
+ [[package]]
575
+ name = "parking_lot_core"
576
+ version = "0.8.6"
577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
578
+ checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
579
+ dependencies = [
580
+ "cfg-if",
581
+ "instant",
582
+ "libc",
583
+ "redox_syscall",
584
+ "smallvec",
585
+ "winapi",
586
+ ]
587
+
588
+ [[package]]
589
+ name = "pest"
590
+ version = "2.8.6"
591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
592
+ checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662"
593
+ dependencies = [
594
+ "memchr",
595
+ "ucd-trie",
596
+ ]
597
+
598
+ [[package]]
599
+ name = "pest_derive"
600
+ version = "2.8.6"
601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
602
+ checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77"
603
+ dependencies = [
604
+ "pest",
605
+ "pest_generator",
606
+ ]
607
+
608
+ [[package]]
609
+ name = "pest_generator"
610
+ version = "2.8.6"
611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
612
+ checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f"
613
+ dependencies = [
614
+ "pest",
615
+ "pest_meta",
616
+ "proc-macro2",
617
+ "quote 1.0.45",
618
+ "syn 2.0.117",
619
+ ]
620
+
621
+ [[package]]
622
+ name = "pest_meta"
623
+ version = "2.8.6"
624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
625
+ checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220"
626
+ dependencies = [
627
+ "pest",
628
+ "sha2",
629
+ ]
630
+
631
+ [[package]]
632
+ name = "pin-project-lite"
633
+ version = "0.2.17"
634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
635
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
636
+
637
+ [[package]]
638
+ name = "portable-atomic"
639
+ version = "1.13.1"
640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
641
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
642
+
643
+ [[package]]
644
+ name = "portable-atomic-util"
645
+ version = "0.2.6"
646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
647
+ checksum = "091397be61a01d4be58e7841595bd4bfedb15f1cd54977d79b8271e94ed799a3"
648
+ dependencies = [
649
+ "portable-atomic",
650
+ ]
651
+
652
+ [[package]]
653
+ name = "powerfmt"
654
+ version = "0.2.0"
655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
656
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
657
+
658
+ [[package]]
659
+ name = "proc-macro-error-attr2"
660
+ version = "2.0.0"
661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
662
+ checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
663
+ dependencies = [
664
+ "proc-macro2",
665
+ "quote 1.0.45",
666
+ ]
667
+
668
+ [[package]]
669
+ name = "proc-macro-error2"
670
+ version = "2.0.1"
671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
672
+ checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
673
+ dependencies = [
674
+ "proc-macro-error-attr2",
675
+ "proc-macro2",
676
+ "quote 1.0.45",
677
+ "syn 2.0.117",
678
+ ]
679
+
680
+ [[package]]
681
+ name = "proc-macro2"
682
+ version = "1.0.106"
683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
684
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
685
+ dependencies = [
686
+ "unicode-ident",
687
+ ]
688
+
689
+ [[package]]
690
+ name = "pyo3"
691
+ version = "0.28.2"
692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
693
+ checksum = "cf85e27e86080aafd5a22eae58a162e133a589551542b3e5cee4beb27e54f8e1"
694
+ dependencies = [
695
+ "libc",
696
+ "once_cell",
697
+ "portable-atomic",
698
+ "pyo3-build-config",
699
+ "pyo3-ffi",
700
+ "pyo3-macros",
701
+ ]
702
+
703
+ [[package]]
704
+ name = "pyo3-build-config"
705
+ version = "0.28.2"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "8bf94ee265674bf76c09fa430b0e99c26e319c945d96ca0d5a8215f31bf81cf7"
708
+ dependencies = [
709
+ "target-lexicon",
710
+ ]
711
+
712
+ [[package]]
713
+ name = "pyo3-ffi"
714
+ version = "0.28.2"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "491aa5fc66d8059dd44a75f4580a2962c1862a1c2945359db36f6c2818b748dc"
717
+ dependencies = [
718
+ "libc",
719
+ "pyo3-build-config",
720
+ ]
721
+
722
+ [[package]]
723
+ name = "pyo3-macros"
724
+ version = "0.28.2"
725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
726
+ checksum = "f5d671734e9d7a43449f8480f8b38115df67bef8d21f76837fa75ee7aaa5e52e"
727
+ dependencies = [
728
+ "proc-macro2",
729
+ "pyo3-macros-backend",
730
+ "quote 1.0.45",
731
+ "syn 2.0.117",
732
+ ]
733
+
734
+ [[package]]
735
+ name = "pyo3-macros-backend"
736
+ version = "0.28.2"
737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = "22faaa1ce6c430a1f71658760497291065e6450d7b5dc2bcf254d49f66ee700a"
739
+ dependencies = [
740
+ "heck",
741
+ "proc-macro2",
742
+ "pyo3-build-config",
743
+ "quote 1.0.45",
744
+ "syn 2.0.117",
745
+ ]
746
+
747
+ [[package]]
748
+ name = "quote"
749
+ version = "0.3.15"
750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
751
+ checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
752
+
753
+ [[package]]
754
+ name = "quote"
755
+ version = "1.0.45"
756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
757
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
758
+ dependencies = [
759
+ "proc-macro2",
760
+ ]
761
+
762
+ [[package]]
763
+ name = "redox_syscall"
764
+ version = "0.2.16"
765
+ source = "registry+https://github.com/rust-lang/crates.io-index"
766
+ checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
767
+ dependencies = [
768
+ "bitflags",
769
+ ]
770
+
771
+ [[package]]
772
+ name = "regex"
773
+ version = "1.12.3"
774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
775
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
776
+ dependencies = [
777
+ "aho-corasick",
778
+ "memchr",
779
+ "regex-automata",
780
+ "regex-syntax",
781
+ ]
782
+
783
+ [[package]]
784
+ name = "regex-automata"
785
+ version = "0.4.14"
786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
787
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
788
+ dependencies = [
789
+ "aho-corasick",
790
+ "memchr",
791
+ "regex-syntax",
792
+ ]
793
+
794
+ [[package]]
795
+ name = "regex-syntax"
796
+ version = "0.8.10"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
799
+
800
+ [[package]]
801
+ name = "rustversion"
802
+ version = "1.0.22"
803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
804
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
805
+
806
+ [[package]]
807
+ name = "scopeguard"
808
+ version = "1.2.0"
809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
810
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
811
+
812
+ [[package]]
813
+ name = "serde"
814
+ version = "1.0.228"
815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
816
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
817
+ dependencies = [
818
+ "serde_core",
819
+ "serde_derive",
820
+ ]
821
+
822
+ [[package]]
823
+ name = "serde_core"
824
+ version = "1.0.228"
825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
826
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
827
+ dependencies = [
828
+ "serde_derive",
829
+ ]
830
+
831
+ [[package]]
832
+ name = "serde_derive"
833
+ version = "1.0.228"
834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
835
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
836
+ dependencies = [
837
+ "proc-macro2",
838
+ "quote 1.0.45",
839
+ "syn 2.0.117",
840
+ ]
841
+
842
+ [[package]]
843
+ name = "serde_json"
844
+ version = "1.0.149"
845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
846
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
847
+ dependencies = [
848
+ "indexmap",
849
+ "itoa",
850
+ "memchr",
851
+ "serde",
852
+ "serde_core",
853
+ "zmij",
854
+ ]
855
+
856
+ [[package]]
857
+ name = "serial_test"
858
+ version = "0.5.1"
859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
860
+ checksum = "e0bccbcf40c8938196944a3da0e133e031a33f4d6b72db3bda3cc556e361905d"
861
+ dependencies = [
862
+ "lazy_static",
863
+ "parking_lot",
864
+ "serial_test_derive",
865
+ ]
866
+
867
+ [[package]]
868
+ name = "serial_test_derive"
869
+ version = "0.5.1"
870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
871
+ checksum = "b2acd6defeddb41eb60bb468f8825d0cfd0c2a76bc03bfd235b6a1dc4f6a1ad5"
872
+ dependencies = [
873
+ "proc-macro2",
874
+ "quote 1.0.45",
875
+ "syn 1.0.109",
876
+ ]
877
+
878
+ [[package]]
879
+ name = "sha2"
880
+ version = "0.10.9"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
883
+ dependencies = [
884
+ "cfg-if",
885
+ "cpufeatures",
886
+ "digest",
887
+ ]
888
+
889
+ [[package]]
890
+ name = "sharded-slab"
891
+ version = "0.1.7"
892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
893
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
894
+ dependencies = [
895
+ "lazy_static",
896
+ ]
897
+
898
+ [[package]]
899
+ name = "shlex"
900
+ version = "1.3.0"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
903
+
904
+ [[package]]
905
+ name = "smallvec"
906
+ version = "1.15.1"
907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
908
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
909
+
910
+ [[package]]
911
+ name = "syn"
912
+ version = "0.11.11"
913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
914
+ checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
915
+ dependencies = [
916
+ "quote 0.3.15",
917
+ "synom",
918
+ "unicode-xid",
919
+ ]
920
+
921
+ [[package]]
922
+ name = "syn"
923
+ version = "1.0.109"
924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
925
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
926
+ dependencies = [
927
+ "proc-macro2",
928
+ "quote 1.0.45",
929
+ "unicode-ident",
930
+ ]
931
+
932
+ [[package]]
933
+ name = "syn"
934
+ version = "2.0.117"
935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
936
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
937
+ dependencies = [
938
+ "proc-macro2",
939
+ "quote 1.0.45",
940
+ "unicode-ident",
941
+ ]
942
+
943
+ [[package]]
944
+ name = "synom"
945
+ version = "0.11.3"
946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
947
+ checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
948
+ dependencies = [
949
+ "unicode-xid",
950
+ ]
951
+
952
+ [[package]]
953
+ name = "target-lexicon"
954
+ version = "0.13.5"
955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
956
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
957
+
958
+ [[package]]
959
+ name = "thiserror"
960
+ version = "2.0.18"
961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
962
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
963
+ dependencies = [
964
+ "thiserror-impl",
965
+ ]
966
+
967
+ [[package]]
968
+ name = "thiserror-impl"
969
+ version = "2.0.18"
970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
971
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
972
+ dependencies = [
973
+ "proc-macro2",
974
+ "quote 1.0.45",
975
+ "syn 2.0.117",
976
+ ]
977
+
978
+ [[package]]
979
+ name = "thread_local"
980
+ version = "1.1.9"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
983
+ dependencies = [
984
+ "cfg-if",
985
+ ]
986
+
987
+ [[package]]
988
+ name = "time"
989
+ version = "0.3.47"
990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
991
+ checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
992
+ dependencies = [
993
+ "deranged",
994
+ "itoa",
995
+ "num-conv",
996
+ "powerfmt",
997
+ "serde_core",
998
+ "time-core",
999
+ "time-macros",
1000
+ ]
1001
+
1002
+ [[package]]
1003
+ name = "time-core"
1004
+ version = "0.1.8"
1005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1006
+ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
1007
+
1008
+ [[package]]
1009
+ name = "time-macros"
1010
+ version = "0.2.27"
1011
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1012
+ checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
1013
+ dependencies = [
1014
+ "num-conv",
1015
+ "time-core",
1016
+ ]
1017
+
1018
+ [[package]]
1019
+ name = "traced-test"
1020
+ version = "1.0.4"
1021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1022
+ checksum = "314ca32698556e22b0f85b395103ab746d849a3e0e5353d5e69a1db09bc202ad"
1023
+ dependencies = [
1024
+ "colored",
1025
+ "error-tree",
1026
+ "export-magic",
1027
+ "getset",
1028
+ "maplit",
1029
+ "named-item",
1030
+ "proc-macro2",
1031
+ "quote 1.0.45",
1032
+ "syn 2.0.117",
1033
+ "tracing",
1034
+ "tracing-setup",
1035
+ "tracing-subscriber",
1036
+ ]
1037
+
1038
+ [[package]]
1039
+ name = "tracing"
1040
+ version = "0.1.44"
1041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1042
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1043
+ dependencies = [
1044
+ "log",
1045
+ "pin-project-lite",
1046
+ "tracing-attributes",
1047
+ "tracing-core",
1048
+ ]
1049
+
1050
+ [[package]]
1051
+ name = "tracing-appender"
1052
+ version = "0.2.4"
1053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1054
+ checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf"
1055
+ dependencies = [
1056
+ "crossbeam-channel",
1057
+ "thiserror",
1058
+ "time",
1059
+ "tracing-subscriber",
1060
+ ]
1061
+
1062
+ [[package]]
1063
+ name = "tracing-attributes"
1064
+ version = "0.1.31"
1065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1066
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1067
+ dependencies = [
1068
+ "proc-macro2",
1069
+ "quote 1.0.45",
1070
+ "syn 2.0.117",
1071
+ ]
1072
+
1073
+ [[package]]
1074
+ name = "tracing-core"
1075
+ version = "0.1.36"
1076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1077
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1078
+ dependencies = [
1079
+ "once_cell",
1080
+ ]
1081
+
1082
+ [[package]]
1083
+ name = "tracing-setup"
1084
+ version = "1.0.4"
1085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1086
+ checksum = "833a1c71456fb7fd917a127e3ecb635ed2476dec70a6612f7ff9c39f5d02c37a"
1087
+ dependencies = [
1088
+ "chrono",
1089
+ "colored",
1090
+ "disable_macro",
1091
+ "env_logger",
1092
+ "export-magic",
1093
+ "getset",
1094
+ "serial_test",
1095
+ "tracing",
1096
+ "tracing-appender",
1097
+ "tracing-subscriber",
1098
+ ]
1099
+
1100
+ [[package]]
1101
+ name = "tracing-subscriber"
1102
+ version = "0.3.23"
1103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1104
+ checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
1105
+ dependencies = [
1106
+ "matchers",
1107
+ "once_cell",
1108
+ "regex-automata",
1109
+ "sharded-slab",
1110
+ "thread_local",
1111
+ "tracing",
1112
+ "tracing-core",
1113
+ ]
1114
+
1115
+ [[package]]
1116
+ name = "typenum"
1117
+ version = "1.19.0"
1118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1119
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
1120
+
1121
+ [[package]]
1122
+ name = "ucd-trie"
1123
+ version = "0.1.7"
1124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1125
+ checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
1126
+
1127
+ [[package]]
1128
+ name = "unicode-ident"
1129
+ version = "1.0.24"
1130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1131
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1132
+
1133
+ [[package]]
1134
+ name = "unicode-xid"
1135
+ version = "0.0.4"
1136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1137
+ checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
1138
+
1139
+ [[package]]
1140
+ name = "utf8parse"
1141
+ version = "0.2.2"
1142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1143
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1144
+
1145
+ [[package]]
1146
+ name = "version_check"
1147
+ version = "0.9.5"
1148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1149
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1150
+
1151
+ [[package]]
1152
+ name = "wasm-bindgen"
1153
+ version = "0.2.114"
1154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1155
+ checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
1156
+ dependencies = [
1157
+ "cfg-if",
1158
+ "once_cell",
1159
+ "rustversion",
1160
+ "wasm-bindgen-macro",
1161
+ "wasm-bindgen-shared",
1162
+ ]
1163
+
1164
+ [[package]]
1165
+ name = "wasm-bindgen-macro"
1166
+ version = "0.2.114"
1167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1168
+ checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
1169
+ dependencies = [
1170
+ "quote 1.0.45",
1171
+ "wasm-bindgen-macro-support",
1172
+ ]
1173
+
1174
+ [[package]]
1175
+ name = "wasm-bindgen-macro-support"
1176
+ version = "0.2.114"
1177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1178
+ checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
1179
+ dependencies = [
1180
+ "bumpalo",
1181
+ "proc-macro2",
1182
+ "quote 1.0.45",
1183
+ "syn 2.0.117",
1184
+ "wasm-bindgen-shared",
1185
+ ]
1186
+
1187
+ [[package]]
1188
+ name = "wasm-bindgen-shared"
1189
+ version = "0.2.114"
1190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1191
+ checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
1192
+ dependencies = [
1193
+ "unicode-ident",
1194
+ ]
1195
+
1196
+ [[package]]
1197
+ name = "winapi"
1198
+ version = "0.3.9"
1199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1200
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1201
+ dependencies = [
1202
+ "winapi-i686-pc-windows-gnu",
1203
+ "winapi-x86_64-pc-windows-gnu",
1204
+ ]
1205
+
1206
+ [[package]]
1207
+ name = "winapi-i686-pc-windows-gnu"
1208
+ version = "0.4.0"
1209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1210
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1211
+
1212
+ [[package]]
1213
+ name = "winapi-x86_64-pc-windows-gnu"
1214
+ version = "0.4.0"
1215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1216
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1217
+
1218
+ [[package]]
1219
+ name = "windows-core"
1220
+ version = "0.62.2"
1221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1222
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1223
+ dependencies = [
1224
+ "windows-implement",
1225
+ "windows-interface",
1226
+ "windows-link",
1227
+ "windows-result",
1228
+ "windows-strings",
1229
+ ]
1230
+
1231
+ [[package]]
1232
+ name = "windows-implement"
1233
+ version = "0.60.2"
1234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1235
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1236
+ dependencies = [
1237
+ "proc-macro2",
1238
+ "quote 1.0.45",
1239
+ "syn 2.0.117",
1240
+ ]
1241
+
1242
+ [[package]]
1243
+ name = "windows-interface"
1244
+ version = "0.59.3"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1247
+ dependencies = [
1248
+ "proc-macro2",
1249
+ "quote 1.0.45",
1250
+ "syn 2.0.117",
1251
+ ]
1252
+
1253
+ [[package]]
1254
+ name = "windows-link"
1255
+ version = "0.2.1"
1256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1257
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1258
+
1259
+ [[package]]
1260
+ name = "windows-result"
1261
+ version = "0.4.1"
1262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1263
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1264
+ dependencies = [
1265
+ "windows-link",
1266
+ ]
1267
+
1268
+ [[package]]
1269
+ name = "windows-strings"
1270
+ version = "0.5.1"
1271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1272
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1273
+ dependencies = [
1274
+ "windows-link",
1275
+ ]
1276
+
1277
+ [[package]]
1278
+ name = "windows-sys"
1279
+ version = "0.59.0"
1280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1281
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1282
+ dependencies = [
1283
+ "windows-targets",
1284
+ ]
1285
+
1286
+ [[package]]
1287
+ name = "windows-sys"
1288
+ version = "0.61.2"
1289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1290
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1291
+ dependencies = [
1292
+ "windows-link",
1293
+ ]
1294
+
1295
+ [[package]]
1296
+ name = "windows-targets"
1297
+ version = "0.52.6"
1298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1299
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1300
+ dependencies = [
1301
+ "windows_aarch64_gnullvm",
1302
+ "windows_aarch64_msvc",
1303
+ "windows_i686_gnu",
1304
+ "windows_i686_gnullvm",
1305
+ "windows_i686_msvc",
1306
+ "windows_x86_64_gnu",
1307
+ "windows_x86_64_gnullvm",
1308
+ "windows_x86_64_msvc",
1309
+ ]
1310
+
1311
+ [[package]]
1312
+ name = "windows_aarch64_gnullvm"
1313
+ version = "0.52.6"
1314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1315
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1316
+
1317
+ [[package]]
1318
+ name = "windows_aarch64_msvc"
1319
+ version = "0.52.6"
1320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1321
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1322
+
1323
+ [[package]]
1324
+ name = "windows_i686_gnu"
1325
+ version = "0.52.6"
1326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1327
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1328
+
1329
+ [[package]]
1330
+ name = "windows_i686_gnullvm"
1331
+ version = "0.52.6"
1332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1333
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1334
+
1335
+ [[package]]
1336
+ name = "windows_i686_msvc"
1337
+ version = "0.52.6"
1338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1339
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1340
+
1341
+ [[package]]
1342
+ name = "windows_x86_64_gnu"
1343
+ version = "0.52.6"
1344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1345
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1346
+
1347
+ [[package]]
1348
+ name = "windows_x86_64_gnullvm"
1349
+ version = "0.52.6"
1350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1351
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1352
+
1353
+ [[package]]
1354
+ name = "windows_x86_64_msvc"
1355
+ version = "0.52.6"
1356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1357
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1358
+
1359
+ [[package]]
1360
+ name = "zmij"
1361
+ version = "1.0.21"
1362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1363
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"