oligraph 0.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2441 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "aho-corasick"
13
+ version = "1.1.4"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
16
+ dependencies = [
17
+ "memchr",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "anstream"
22
+ version = "1.0.0"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
25
+ dependencies = [
26
+ "anstyle",
27
+ "anstyle-parse",
28
+ "anstyle-query",
29
+ "anstyle-wincon",
30
+ "colorchoice",
31
+ "is_terminal_polyfill",
32
+ "utf8parse",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "anstyle"
37
+ version = "1.0.14"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
40
+
41
+ [[package]]
42
+ name = "anstyle-parse"
43
+ version = "1.0.0"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
46
+ dependencies = [
47
+ "utf8parse",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "anstyle-query"
52
+ version = "1.1.5"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
55
+ dependencies = [
56
+ "windows-sys 0.61.2",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "anstyle-wincon"
61
+ version = "3.0.11"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
64
+ dependencies = [
65
+ "anstyle",
66
+ "once_cell_polyfill",
67
+ "windows-sys 0.61.2",
68
+ ]
69
+
70
+ [[package]]
71
+ name = "any_spawner"
72
+ version = "0.2.0"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "41058deaa38c9d9dd933d6d238d825227cffa668e2839b52879f6619c63eee3b"
75
+ dependencies = [
76
+ "futures",
77
+ "thiserror 2.0.18",
78
+ "wasm-bindgen-futures",
79
+ ]
80
+
81
+ [[package]]
82
+ name = "anyhow"
83
+ version = "1.0.102"
84
+ source = "registry+https://github.com/rust-lang/crates.io-index"
85
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
86
+
87
+ [[package]]
88
+ name = "async-lock"
89
+ version = "3.4.2"
90
+ source = "registry+https://github.com/rust-lang/crates.io-index"
91
+ checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
92
+ dependencies = [
93
+ "event-listener",
94
+ "event-listener-strategy",
95
+ "pin-project-lite",
96
+ ]
97
+
98
+ [[package]]
99
+ name = "async-trait"
100
+ version = "0.1.89"
101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
102
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
103
+ dependencies = [
104
+ "proc-macro2",
105
+ "quote",
106
+ "syn",
107
+ ]
108
+
109
+ [[package]]
110
+ name = "attribute-derive"
111
+ version = "0.10.5"
112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
113
+ checksum = "05832cdddc8f2650cc2cc187cc2e952b8c133a48eb055f35211f61ee81502d77"
114
+ dependencies = [
115
+ "attribute-derive-macro",
116
+ "derive-where",
117
+ "manyhow",
118
+ "proc-macro2",
119
+ "quote",
120
+ "syn",
121
+ ]
122
+
123
+ [[package]]
124
+ name = "attribute-derive-macro"
125
+ version = "0.10.5"
126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
127
+ checksum = "0a7cdbbd4bd005c5d3e2e9c885e6fa575db4f4a3572335b974d8db853b6beb61"
128
+ dependencies = [
129
+ "collection_literals",
130
+ "interpolator",
131
+ "manyhow",
132
+ "proc-macro-utils",
133
+ "proc-macro2",
134
+ "quote",
135
+ "quote-use",
136
+ "syn",
137
+ ]
138
+
139
+ [[package]]
140
+ name = "base64"
141
+ version = "0.22.1"
142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
143
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
144
+
145
+ [[package]]
146
+ name = "bitflags"
147
+ version = "2.11.1"
148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
149
+ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
150
+
151
+ [[package]]
152
+ name = "buffer-redux"
153
+ version = "1.1.0"
154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
155
+ checksum = "431a9cc8d7efa49bc326729264537f5e60affce816c66edf434350778c9f4f54"
156
+ dependencies = [
157
+ "memchr",
158
+ ]
159
+
160
+ [[package]]
161
+ name = "bumpalo"
162
+ version = "3.20.2"
163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
164
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
165
+
166
+ [[package]]
167
+ name = "bytecount"
168
+ version = "0.6.9"
169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
170
+ checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
171
+
172
+ [[package]]
173
+ name = "bytes"
174
+ version = "1.11.1"
175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
176
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
177
+
178
+ [[package]]
179
+ name = "camino"
180
+ version = "1.2.2"
181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
182
+ checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48"
183
+
184
+ [[package]]
185
+ name = "cfg-if"
186
+ version = "1.0.4"
187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
188
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
189
+
190
+ [[package]]
191
+ name = "clap"
192
+ version = "4.6.1"
193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
194
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
195
+ dependencies = [
196
+ "clap_builder",
197
+ "clap_derive",
198
+ ]
199
+
200
+ [[package]]
201
+ name = "clap_builder"
202
+ version = "4.6.0"
203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
204
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
205
+ dependencies = [
206
+ "anstream",
207
+ "anstyle",
208
+ "clap_lex",
209
+ "strsim",
210
+ ]
211
+
212
+ [[package]]
213
+ name = "clap_derive"
214
+ version = "4.6.1"
215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
216
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
217
+ dependencies = [
218
+ "heck",
219
+ "proc-macro2",
220
+ "quote",
221
+ "syn",
222
+ ]
223
+
224
+ [[package]]
225
+ name = "clap_lex"
226
+ version = "1.1.0"
227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
228
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
229
+
230
+ [[package]]
231
+ name = "codee"
232
+ version = "0.3.5"
233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
234
+ checksum = "a9dbbdc4b4d349732bc6690de10a9de952bd39ba6a065c586e26600b6b0b91f5"
235
+ dependencies = [
236
+ "serde",
237
+ "serde_json",
238
+ "thiserror 2.0.18",
239
+ ]
240
+
241
+ [[package]]
242
+ name = "collection_literals"
243
+ version = "1.0.3"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "2550f75b8cfac212855f6b1885455df8eaee8fe8e246b647d69146142e016084"
246
+
247
+ [[package]]
248
+ name = "colorchoice"
249
+ version = "1.0.5"
250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
251
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
252
+
253
+ [[package]]
254
+ name = "concurrent-queue"
255
+ version = "2.5.0"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
258
+ dependencies = [
259
+ "crossbeam-utils",
260
+ ]
261
+
262
+ [[package]]
263
+ name = "config"
264
+ version = "0.15.22"
265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
266
+ checksum = "8e68cfe19cd7d23ffde002c24ffa5cda73931913ef394d5eaaa32037dc940c0c"
267
+ dependencies = [
268
+ "convert_case 0.6.0",
269
+ "pathdiff",
270
+ "serde_core",
271
+ "toml",
272
+ "winnow",
273
+ ]
274
+
275
+ [[package]]
276
+ name = "console"
277
+ version = "0.15.11"
278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
279
+ checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
280
+ dependencies = [
281
+ "encode_unicode",
282
+ "libc",
283
+ "once_cell",
284
+ "unicode-width",
285
+ "windows-sys 0.59.0",
286
+ ]
287
+
288
+ [[package]]
289
+ name = "console_error_panic_hook"
290
+ version = "0.1.7"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
293
+ dependencies = [
294
+ "cfg-if",
295
+ "wasm-bindgen",
296
+ ]
297
+
298
+ [[package]]
299
+ name = "const_format"
300
+ version = "0.2.36"
301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
302
+ checksum = "4481a617ad9a412be3b97c5d403fef8ed023103368908b9c50af598ff467cc1e"
303
+ dependencies = [
304
+ "const_format_proc_macros",
305
+ "konst",
306
+ ]
307
+
308
+ [[package]]
309
+ name = "const_format_proc_macros"
310
+ version = "0.2.34"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
313
+ dependencies = [
314
+ "proc-macro2",
315
+ "quote",
316
+ "unicode-xid",
317
+ ]
318
+
319
+ [[package]]
320
+ name = "const_str_slice_concat"
321
+ version = "0.1.0"
322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
323
+ checksum = "f67855af358fcb20fac58f9d714c94e2b228fe5694c1c9b4ead4a366343eda1b"
324
+
325
+ [[package]]
326
+ name = "convert_case"
327
+ version = "0.6.0"
328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
329
+ checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
330
+ dependencies = [
331
+ "unicode-segmentation",
332
+ ]
333
+
334
+ [[package]]
335
+ name = "convert_case"
336
+ version = "0.7.1"
337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
338
+ checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7"
339
+ dependencies = [
340
+ "unicode-segmentation",
341
+ ]
342
+
343
+ [[package]]
344
+ name = "crc32fast"
345
+ version = "1.5.0"
346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
347
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
348
+ dependencies = [
349
+ "cfg-if",
350
+ ]
351
+
352
+ [[package]]
353
+ name = "crossbeam-utils"
354
+ version = "0.8.21"
355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
357
+
358
+ [[package]]
359
+ name = "dashmap"
360
+ version = "6.1.0"
361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
362
+ checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
363
+ dependencies = [
364
+ "cfg-if",
365
+ "crossbeam-utils",
366
+ "hashbrown 0.14.5",
367
+ "lock_api",
368
+ "once_cell",
369
+ "parking_lot_core",
370
+ ]
371
+
372
+ [[package]]
373
+ name = "derive-where"
374
+ version = "1.6.1"
375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
376
+ checksum = "d08b3a0bcc0d079199cd476b2cae8435016ec11d1c0986c6901c5ac223041534"
377
+ dependencies = [
378
+ "proc-macro2",
379
+ "quote",
380
+ "syn",
381
+ ]
382
+
383
+ [[package]]
384
+ name = "displaydoc"
385
+ version = "0.2.5"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
388
+ dependencies = [
389
+ "proc-macro2",
390
+ "quote",
391
+ "syn",
392
+ ]
393
+
394
+ [[package]]
395
+ name = "drain_filter_polyfill"
396
+ version = "0.1.3"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "669a445ee724c5c69b1b06fe0b63e70a1c84bc9bb7d9696cd4f4e3ec45050408"
399
+
400
+ [[package]]
401
+ name = "dyn-clone"
402
+ version = "1.0.20"
403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
404
+ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
405
+
406
+ [[package]]
407
+ name = "either"
408
+ version = "1.15.0"
409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
410
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
411
+
412
+ [[package]]
413
+ name = "either_of"
414
+ version = "0.1.9"
415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
416
+ checksum = "5060e0a4cbf26a87550792688ade88e6b8aec9208613631a7a363bda7bc2d4cd"
417
+ dependencies = [
418
+ "paste",
419
+ "pin-project-lite",
420
+ ]
421
+
422
+ [[package]]
423
+ name = "encode_unicode"
424
+ version = "1.0.0"
425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
426
+ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
427
+
428
+ [[package]]
429
+ name = "equivalent"
430
+ version = "1.0.2"
431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
432
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
433
+
434
+ [[package]]
435
+ name = "event-listener"
436
+ version = "5.4.1"
437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
438
+ checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
439
+ dependencies = [
440
+ "concurrent-queue",
441
+ "parking",
442
+ "pin-project-lite",
443
+ ]
444
+
445
+ [[package]]
446
+ name = "event-listener-strategy"
447
+ version = "0.5.4"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
450
+ dependencies = [
451
+ "event-listener",
452
+ "pin-project-lite",
453
+ ]
454
+
455
+ [[package]]
456
+ name = "flate2"
457
+ version = "1.1.9"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
460
+ dependencies = [
461
+ "crc32fast",
462
+ "miniz_oxide",
463
+ ]
464
+
465
+ [[package]]
466
+ name = "foldhash"
467
+ version = "0.1.5"
468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
469
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
470
+
471
+ [[package]]
472
+ name = "form_urlencoded"
473
+ version = "1.2.2"
474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
475
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
476
+ dependencies = [
477
+ "percent-encoding",
478
+ ]
479
+
480
+ [[package]]
481
+ name = "futures"
482
+ version = "0.3.32"
483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
484
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
485
+ dependencies = [
486
+ "futures-channel",
487
+ "futures-core",
488
+ "futures-executor",
489
+ "futures-io",
490
+ "futures-sink",
491
+ "futures-task",
492
+ "futures-util",
493
+ ]
494
+
495
+ [[package]]
496
+ name = "futures-channel"
497
+ version = "0.3.32"
498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
499
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
500
+ dependencies = [
501
+ "futures-core",
502
+ "futures-sink",
503
+ ]
504
+
505
+ [[package]]
506
+ name = "futures-core"
507
+ version = "0.3.32"
508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
509
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
510
+
511
+ [[package]]
512
+ name = "futures-executor"
513
+ version = "0.3.32"
514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
515
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
516
+ dependencies = [
517
+ "futures-core",
518
+ "futures-task",
519
+ "futures-util",
520
+ ]
521
+
522
+ [[package]]
523
+ name = "futures-io"
524
+ version = "0.3.32"
525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
526
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
527
+
528
+ [[package]]
529
+ name = "futures-macro"
530
+ version = "0.3.32"
531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
532
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
533
+ dependencies = [
534
+ "proc-macro2",
535
+ "quote",
536
+ "syn",
537
+ ]
538
+
539
+ [[package]]
540
+ name = "futures-sink"
541
+ version = "0.3.32"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
544
+
545
+ [[package]]
546
+ name = "futures-task"
547
+ version = "0.3.32"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
550
+
551
+ [[package]]
552
+ name = "futures-util"
553
+ version = "0.3.32"
554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
555
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
556
+ dependencies = [
557
+ "futures-channel",
558
+ "futures-core",
559
+ "futures-io",
560
+ "futures-macro",
561
+ "futures-sink",
562
+ "futures-task",
563
+ "memchr",
564
+ "pin-project-lite",
565
+ "slab",
566
+ ]
567
+
568
+ [[package]]
569
+ name = "getrandom"
570
+ version = "0.4.2"
571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
572
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
573
+ dependencies = [
574
+ "cfg-if",
575
+ "libc",
576
+ "r-efi",
577
+ "wasip2",
578
+ "wasip3",
579
+ ]
580
+
581
+ [[package]]
582
+ name = "gloo-events"
583
+ version = "0.2.0"
584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
585
+ checksum = "27c26fb45f7c385ba980f5fa87ac677e363949e065a083722697ef1b2cc91e41"
586
+ dependencies = [
587
+ "wasm-bindgen",
588
+ "web-sys",
589
+ ]
590
+
591
+ [[package]]
592
+ name = "gloo-file"
593
+ version = "0.3.0"
594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
595
+ checksum = "97563d71863fb2824b2e974e754a81d19c4a7ec47b09ced8a0e6656b6d54bd1f"
596
+ dependencies = [
597
+ "futures-channel",
598
+ "gloo-events",
599
+ "js-sys",
600
+ "wasm-bindgen",
601
+ "web-sys",
602
+ ]
603
+
604
+ [[package]]
605
+ name = "gloo-net"
606
+ version = "0.6.0"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580"
609
+ dependencies = [
610
+ "futures-channel",
611
+ "futures-core",
612
+ "futures-sink",
613
+ "gloo-utils",
614
+ "http",
615
+ "js-sys",
616
+ "pin-project",
617
+ "serde",
618
+ "serde_json",
619
+ "thiserror 1.0.69",
620
+ "wasm-bindgen",
621
+ "wasm-bindgen-futures",
622
+ "web-sys",
623
+ ]
624
+
625
+ [[package]]
626
+ name = "gloo-timers"
627
+ version = "0.3.0"
628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
629
+ checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
630
+ dependencies = [
631
+ "futures-channel",
632
+ "futures-core",
633
+ "js-sys",
634
+ "wasm-bindgen",
635
+ ]
636
+
637
+ [[package]]
638
+ name = "gloo-utils"
639
+ version = "0.2.0"
640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
641
+ checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
642
+ dependencies = [
643
+ "js-sys",
644
+ "serde",
645
+ "serde_json",
646
+ "wasm-bindgen",
647
+ "web-sys",
648
+ ]
649
+
650
+ [[package]]
651
+ name = "guardian"
652
+ version = "1.3.0"
653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
654
+ checksum = "17e2ac29387b1aa07a1e448f7bb4f35b500787971e965b02842b900afa5c8f6f"
655
+
656
+ [[package]]
657
+ name = "hashbrown"
658
+ version = "0.14.5"
659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
660
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
661
+
662
+ [[package]]
663
+ name = "hashbrown"
664
+ version = "0.15.5"
665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
666
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
667
+ dependencies = [
668
+ "foldhash",
669
+ ]
670
+
671
+ [[package]]
672
+ name = "hashbrown"
673
+ version = "0.17.0"
674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
675
+ checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
676
+
677
+ [[package]]
678
+ name = "heck"
679
+ version = "0.5.0"
680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
681
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
682
+
683
+ [[package]]
684
+ name = "html-escape"
685
+ version = "0.2.13"
686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
687
+ checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
688
+ dependencies = [
689
+ "utf8-width",
690
+ ]
691
+
692
+ [[package]]
693
+ name = "http"
694
+ version = "1.4.0"
695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
696
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
697
+ dependencies = [
698
+ "bytes",
699
+ "itoa",
700
+ ]
701
+
702
+ [[package]]
703
+ name = "hydration_context"
704
+ version = "0.2.1"
705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
706
+ checksum = "d35485b3dcbf7e044b8f28c73f04f13e7b509c2466fd10cb2a8a447e38f8a93a"
707
+ dependencies = [
708
+ "futures",
709
+ "once_cell",
710
+ "or_poisoned",
711
+ "pin-project-lite",
712
+ "serde",
713
+ "throw_error",
714
+ ]
715
+
716
+ [[package]]
717
+ name = "icu_collections"
718
+ version = "2.2.0"
719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
720
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
721
+ dependencies = [
722
+ "displaydoc",
723
+ "potential_utf",
724
+ "utf8_iter",
725
+ "yoke",
726
+ "zerofrom",
727
+ "zerovec",
728
+ ]
729
+
730
+ [[package]]
731
+ name = "icu_locale_core"
732
+ version = "2.2.0"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
735
+ dependencies = [
736
+ "displaydoc",
737
+ "litemap",
738
+ "tinystr",
739
+ "writeable",
740
+ "zerovec",
741
+ ]
742
+
743
+ [[package]]
744
+ name = "icu_normalizer"
745
+ version = "2.2.0"
746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
747
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
748
+ dependencies = [
749
+ "icu_collections",
750
+ "icu_normalizer_data",
751
+ "icu_properties",
752
+ "icu_provider",
753
+ "smallvec",
754
+ "zerovec",
755
+ ]
756
+
757
+ [[package]]
758
+ name = "icu_normalizer_data"
759
+ version = "2.2.0"
760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
761
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
762
+
763
+ [[package]]
764
+ name = "icu_properties"
765
+ version = "2.2.0"
766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
767
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
768
+ dependencies = [
769
+ "icu_collections",
770
+ "icu_locale_core",
771
+ "icu_properties_data",
772
+ "icu_provider",
773
+ "zerotrie",
774
+ "zerovec",
775
+ ]
776
+
777
+ [[package]]
778
+ name = "icu_properties_data"
779
+ version = "2.2.0"
780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
781
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
782
+
783
+ [[package]]
784
+ name = "icu_provider"
785
+ version = "2.2.0"
786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
787
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
788
+ dependencies = [
789
+ "displaydoc",
790
+ "icu_locale_core",
791
+ "writeable",
792
+ "yoke",
793
+ "zerofrom",
794
+ "zerotrie",
795
+ "zerovec",
796
+ ]
797
+
798
+ [[package]]
799
+ name = "id-arena"
800
+ version = "2.3.0"
801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
802
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
803
+
804
+ [[package]]
805
+ name = "idna"
806
+ version = "1.1.0"
807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
808
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
809
+ dependencies = [
810
+ "idna_adapter",
811
+ "smallvec",
812
+ "utf8_iter",
813
+ ]
814
+
815
+ [[package]]
816
+ name = "idna_adapter"
817
+ version = "1.2.1"
818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
819
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
820
+ dependencies = [
821
+ "icu_normalizer",
822
+ "icu_properties",
823
+ ]
824
+
825
+ [[package]]
826
+ name = "indexmap"
827
+ version = "2.14.0"
828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
829
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
830
+ dependencies = [
831
+ "equivalent",
832
+ "hashbrown 0.17.0",
833
+ "serde",
834
+ "serde_core",
835
+ ]
836
+
837
+ [[package]]
838
+ name = "indicatif"
839
+ version = "0.17.11"
840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
841
+ checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
842
+ dependencies = [
843
+ "console",
844
+ "number_prefix",
845
+ "portable-atomic",
846
+ "unicode-width",
847
+ "web-time",
848
+ ]
849
+
850
+ [[package]]
851
+ name = "interpolator"
852
+ version = "0.5.0"
853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
854
+ checksum = "71dd52191aae121e8611f1e8dc3e324dd0dd1dee1e6dd91d10ee07a3cfb4d9d8"
855
+
856
+ [[package]]
857
+ name = "is_terminal_polyfill"
858
+ version = "1.70.2"
859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
860
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
861
+
862
+ [[package]]
863
+ name = "itertools"
864
+ version = "0.14.0"
865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
866
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
867
+ dependencies = [
868
+ "either",
869
+ ]
870
+
871
+ [[package]]
872
+ name = "itoa"
873
+ version = "1.0.18"
874
+ source = "registry+https://github.com/rust-lang/crates.io-index"
875
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
876
+
877
+ [[package]]
878
+ name = "js-sys"
879
+ version = "0.3.95"
880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
881
+ checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
882
+ dependencies = [
883
+ "cfg-if",
884
+ "futures-util",
885
+ "once_cell",
886
+ "wasm-bindgen",
887
+ ]
888
+
889
+ [[package]]
890
+ name = "konst"
891
+ version = "0.2.20"
892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
893
+ checksum = "128133ed7824fcd73d6e7b17957c5eb7bacb885649bd8c69708b2331a10bcefb"
894
+ dependencies = [
895
+ "konst_macro_rules",
896
+ ]
897
+
898
+ [[package]]
899
+ name = "konst_macro_rules"
900
+ version = "0.2.19"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37"
903
+
904
+ [[package]]
905
+ name = "leb128fmt"
906
+ version = "0.1.0"
907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
908
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
909
+
910
+ [[package]]
911
+ name = "leptos"
912
+ version = "0.7.8"
913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
914
+ checksum = "26b8731cb00f3f0894058155410b95c8955b17273181d2bc72600ab84edd24f1"
915
+ dependencies = [
916
+ "any_spawner",
917
+ "cfg-if",
918
+ "either_of",
919
+ "futures",
920
+ "hydration_context",
921
+ "leptos_config",
922
+ "leptos_dom",
923
+ "leptos_hot_reload",
924
+ "leptos_macro",
925
+ "leptos_server",
926
+ "oco_ref",
927
+ "or_poisoned",
928
+ "paste",
929
+ "reactive_graph",
930
+ "rustc-hash",
931
+ "send_wrapper",
932
+ "serde",
933
+ "serde_qs",
934
+ "server_fn",
935
+ "slotmap",
936
+ "tachys",
937
+ "thiserror 2.0.18",
938
+ "throw_error",
939
+ "typed-builder",
940
+ "typed-builder-macro",
941
+ "wasm-bindgen",
942
+ "web-sys",
943
+ ]
944
+
945
+ [[package]]
946
+ name = "leptos_config"
947
+ version = "0.7.8"
948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
949
+ checksum = "5bae3e0ead5a7a814c8340eef7cb8b6cba364125bd8174b15dc9fe1b3cab7e03"
950
+ dependencies = [
951
+ "config",
952
+ "regex",
953
+ "serde",
954
+ "thiserror 2.0.18",
955
+ "typed-builder",
956
+ ]
957
+
958
+ [[package]]
959
+ name = "leptos_dom"
960
+ version = "0.7.8"
961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
962
+ checksum = "f89d4eb263bd5a9e7c49f780f17063f15aca56fd638c90b9dfd5f4739152e87d"
963
+ dependencies = [
964
+ "js-sys",
965
+ "or_poisoned",
966
+ "reactive_graph",
967
+ "send_wrapper",
968
+ "tachys",
969
+ "wasm-bindgen",
970
+ "web-sys",
971
+ ]
972
+
973
+ [[package]]
974
+ name = "leptos_hot_reload"
975
+ version = "0.7.8"
976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
977
+ checksum = "e80219388501d99b246f43b6e7d08a28f327cdd34ba630a35654d917f3e1788e"
978
+ dependencies = [
979
+ "anyhow",
980
+ "camino",
981
+ "indexmap",
982
+ "parking_lot",
983
+ "proc-macro2",
984
+ "quote",
985
+ "rstml",
986
+ "serde",
987
+ "syn",
988
+ "walkdir",
989
+ ]
990
+
991
+ [[package]]
992
+ name = "leptos_macro"
993
+ version = "0.7.9"
994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
995
+ checksum = "e621f8f5342b9bdc93bb263b839cee7405027a74560425a2dabea9de7952b1fd"
996
+ dependencies = [
997
+ "attribute-derive",
998
+ "cfg-if",
999
+ "convert_case 0.7.1",
1000
+ "html-escape",
1001
+ "itertools",
1002
+ "leptos_hot_reload",
1003
+ "prettyplease",
1004
+ "proc-macro-error2",
1005
+ "proc-macro2",
1006
+ "quote",
1007
+ "rstml",
1008
+ "server_fn_macro",
1009
+ "syn",
1010
+ "uuid",
1011
+ ]
1012
+
1013
+ [[package]]
1014
+ name = "leptos_server"
1015
+ version = "0.7.8"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "66985242812ec95e224fb48effe651ba02728beca92c461a9464c811a71aab11"
1018
+ dependencies = [
1019
+ "any_spawner",
1020
+ "base64",
1021
+ "codee",
1022
+ "futures",
1023
+ "hydration_context",
1024
+ "or_poisoned",
1025
+ "reactive_graph",
1026
+ "send_wrapper",
1027
+ "serde",
1028
+ "serde_json",
1029
+ "server_fn",
1030
+ "tachys",
1031
+ ]
1032
+
1033
+ [[package]]
1034
+ name = "libc"
1035
+ version = "0.2.186"
1036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1037
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1038
+
1039
+ [[package]]
1040
+ name = "linear-map"
1041
+ version = "1.2.0"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "bfae20f6b19ad527b550c223fddc3077a547fc70cda94b9b566575423fd303ee"
1044
+
1045
+ [[package]]
1046
+ name = "litemap"
1047
+ version = "0.8.2"
1048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1049
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1050
+
1051
+ [[package]]
1052
+ name = "lock_api"
1053
+ version = "0.4.14"
1054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1055
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1056
+ dependencies = [
1057
+ "scopeguard",
1058
+ ]
1059
+
1060
+ [[package]]
1061
+ name = "log"
1062
+ version = "0.4.29"
1063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1064
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1065
+
1066
+ [[package]]
1067
+ name = "manyhow"
1068
+ version = "0.11.4"
1069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1070
+ checksum = "b33efb3ca6d3b07393750d4030418d594ab1139cee518f0dc88db70fec873587"
1071
+ dependencies = [
1072
+ "manyhow-macros",
1073
+ "proc-macro2",
1074
+ "quote",
1075
+ "syn",
1076
+ ]
1077
+
1078
+ [[package]]
1079
+ name = "manyhow-macros"
1080
+ version = "0.11.4"
1081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1082
+ checksum = "46fce34d199b78b6e6073abf984c9cf5fd3e9330145a93ee0738a7443e371495"
1083
+ dependencies = [
1084
+ "proc-macro-utils",
1085
+ "proc-macro2",
1086
+ "quote",
1087
+ ]
1088
+
1089
+ [[package]]
1090
+ name = "memchr"
1091
+ version = "2.8.0"
1092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1093
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1094
+
1095
+ [[package]]
1096
+ name = "miniz_oxide"
1097
+ version = "0.8.9"
1098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1099
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1100
+ dependencies = [
1101
+ "adler2",
1102
+ "simd-adler32",
1103
+ ]
1104
+
1105
+ [[package]]
1106
+ name = "needletail"
1107
+ version = "0.7.3"
1108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1109
+ checksum = "159c0519d18efd0c256a2284f396fa556c8f73a8572db1a3f7487921c26c76fa"
1110
+ dependencies = [
1111
+ "buffer-redux",
1112
+ "bytecount",
1113
+ "flate2",
1114
+ "memchr",
1115
+ ]
1116
+
1117
+ [[package]]
1118
+ name = "next_tuple"
1119
+ version = "0.1.0"
1120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1121
+ checksum = "60993920e071b0c9b66f14e2b32740a4e27ffc82854dcd72035887f336a09a28"
1122
+
1123
+ [[package]]
1124
+ name = "number_prefix"
1125
+ version = "0.4.0"
1126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1127
+ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
1128
+
1129
+ [[package]]
1130
+ name = "oco_ref"
1131
+ version = "0.2.1"
1132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1133
+ checksum = "ed0423ff9973dea4d6bd075934fdda86ebb8c05bdf9d6b0507067d4a1226371d"
1134
+ dependencies = [
1135
+ "serde",
1136
+ "thiserror 2.0.18",
1137
+ ]
1138
+
1139
+ [[package]]
1140
+ name = "oligraph-py"
1141
+ version = "0.2.0"
1142
+ dependencies = [
1143
+ "needletail",
1144
+ "oligraph-rs",
1145
+ "pyo3",
1146
+ ]
1147
+
1148
+ [[package]]
1149
+ name = "oligraph-rs"
1150
+ version = "0.2.0"
1151
+ dependencies = [
1152
+ "clap",
1153
+ "indicatif",
1154
+ "rustc-hash",
1155
+ ]
1156
+
1157
+ [[package]]
1158
+ name = "oligraph-web"
1159
+ version = "0.1.0"
1160
+ dependencies = [
1161
+ "console_error_panic_hook",
1162
+ "gloo-file",
1163
+ "gloo-timers",
1164
+ "js-sys",
1165
+ "leptos",
1166
+ "oligraph-rs",
1167
+ "wasm-bindgen",
1168
+ "wasm-bindgen-futures",
1169
+ "web-sys",
1170
+ ]
1171
+
1172
+ [[package]]
1173
+ name = "once_cell"
1174
+ version = "1.21.4"
1175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1176
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1177
+
1178
+ [[package]]
1179
+ name = "once_cell_polyfill"
1180
+ version = "1.70.2"
1181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1182
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1183
+
1184
+ [[package]]
1185
+ name = "or_poisoned"
1186
+ version = "0.1.0"
1187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1188
+ checksum = "8c04f5d74368e4d0dfe06c45c8627c81bd7c317d52762d118fb9b3076f6420fd"
1189
+
1190
+ [[package]]
1191
+ name = "parking"
1192
+ version = "2.2.1"
1193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1194
+ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1195
+
1196
+ [[package]]
1197
+ name = "parking_lot"
1198
+ version = "0.12.5"
1199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1200
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1201
+ dependencies = [
1202
+ "lock_api",
1203
+ "parking_lot_core",
1204
+ ]
1205
+
1206
+ [[package]]
1207
+ name = "parking_lot_core"
1208
+ version = "0.9.12"
1209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1210
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1211
+ dependencies = [
1212
+ "cfg-if",
1213
+ "libc",
1214
+ "redox_syscall",
1215
+ "smallvec",
1216
+ "windows-link",
1217
+ ]
1218
+
1219
+ [[package]]
1220
+ name = "paste"
1221
+ version = "1.0.15"
1222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1223
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1224
+
1225
+ [[package]]
1226
+ name = "pathdiff"
1227
+ version = "0.2.3"
1228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1229
+ checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
1230
+
1231
+ [[package]]
1232
+ name = "percent-encoding"
1233
+ version = "2.3.2"
1234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1235
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1236
+
1237
+ [[package]]
1238
+ name = "pin-project"
1239
+ version = "1.1.11"
1240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1241
+ checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
1242
+ dependencies = [
1243
+ "pin-project-internal",
1244
+ ]
1245
+
1246
+ [[package]]
1247
+ name = "pin-project-internal"
1248
+ version = "1.1.11"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
1251
+ dependencies = [
1252
+ "proc-macro2",
1253
+ "quote",
1254
+ "syn",
1255
+ ]
1256
+
1257
+ [[package]]
1258
+ name = "pin-project-lite"
1259
+ version = "0.2.17"
1260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1261
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1262
+
1263
+ [[package]]
1264
+ name = "portable-atomic"
1265
+ version = "1.13.1"
1266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1267
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1268
+
1269
+ [[package]]
1270
+ name = "potential_utf"
1271
+ version = "0.1.5"
1272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1273
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1274
+ dependencies = [
1275
+ "zerovec",
1276
+ ]
1277
+
1278
+ [[package]]
1279
+ name = "prettyplease"
1280
+ version = "0.2.37"
1281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1282
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1283
+ dependencies = [
1284
+ "proc-macro2",
1285
+ "syn",
1286
+ ]
1287
+
1288
+ [[package]]
1289
+ name = "proc-macro-error-attr2"
1290
+ version = "2.0.0"
1291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1292
+ checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
1293
+ dependencies = [
1294
+ "proc-macro2",
1295
+ "quote",
1296
+ ]
1297
+
1298
+ [[package]]
1299
+ name = "proc-macro-error2"
1300
+ version = "2.0.1"
1301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1302
+ checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
1303
+ dependencies = [
1304
+ "proc-macro-error-attr2",
1305
+ "proc-macro2",
1306
+ "quote",
1307
+ "syn",
1308
+ ]
1309
+
1310
+ [[package]]
1311
+ name = "proc-macro-utils"
1312
+ version = "0.10.0"
1313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1314
+ checksum = "eeaf08a13de400bc215877b5bdc088f241b12eb42f0a548d3390dc1c56bb7071"
1315
+ dependencies = [
1316
+ "proc-macro2",
1317
+ "quote",
1318
+ "smallvec",
1319
+ ]
1320
+
1321
+ [[package]]
1322
+ name = "proc-macro2"
1323
+ version = "1.0.106"
1324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1325
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1326
+ dependencies = [
1327
+ "unicode-ident",
1328
+ ]
1329
+
1330
+ [[package]]
1331
+ name = "proc-macro2-diagnostics"
1332
+ version = "0.10.1"
1333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1334
+ checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
1335
+ dependencies = [
1336
+ "proc-macro2",
1337
+ "quote",
1338
+ "syn",
1339
+ "version_check",
1340
+ "yansi",
1341
+ ]
1342
+
1343
+ [[package]]
1344
+ name = "pyo3"
1345
+ version = "0.29.2"
1346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1347
+ checksum = "4688ddedf473e32662b9b067670129a8afb8c18e351482c70d62ba4a88171e8b"
1348
+ dependencies = [
1349
+ "libc",
1350
+ "once_cell",
1351
+ "portable-atomic",
1352
+ "pyo3-build-config",
1353
+ "pyo3-ffi",
1354
+ "pyo3-macros",
1355
+ ]
1356
+
1357
+ [[package]]
1358
+ name = "pyo3-build-config"
1359
+ version = "0.29.2"
1360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1361
+ checksum = "f41027e41b4bd03f6e60f9f417fe24a6341a6bb744edd62b6f709f2a52ea30e9"
1362
+ dependencies = [
1363
+ "target-lexicon",
1364
+ ]
1365
+
1366
+ [[package]]
1367
+ name = "pyo3-ffi"
1368
+ version = "0.29.2"
1369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1370
+ checksum = "e591a95526fead067432c3b3a33fc74770b87b1e04e73671090d9c2055a2b327"
1371
+ dependencies = [
1372
+ "libc",
1373
+ "pyo3-build-config",
1374
+ ]
1375
+
1376
+ [[package]]
1377
+ name = "pyo3-macros"
1378
+ version = "0.29.2"
1379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1380
+ checksum = "73225868fc1cd84eef2c3c230ddb91273bf1de46aeb8a4248da76d32a0924a1c"
1381
+ dependencies = [
1382
+ "proc-macro2",
1383
+ "pyo3-macros-backend",
1384
+ "quote",
1385
+ "syn",
1386
+ ]
1387
+
1388
+ [[package]]
1389
+ name = "pyo3-macros-backend"
1390
+ version = "0.29.2"
1391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1392
+ checksum = "571575aa3749fa6216757dd47d2a3e7ef360f329a40f0666a9fbd14889024952"
1393
+ dependencies = [
1394
+ "heck",
1395
+ "proc-macro2",
1396
+ "quote",
1397
+ "syn",
1398
+ ]
1399
+
1400
+ [[package]]
1401
+ name = "quote"
1402
+ version = "1.0.45"
1403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1404
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1405
+ dependencies = [
1406
+ "proc-macro2",
1407
+ ]
1408
+
1409
+ [[package]]
1410
+ name = "quote-use"
1411
+ version = "0.8.4"
1412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1413
+ checksum = "9619db1197b497a36178cfc736dc96b271fe918875fbf1344c436a7e93d0321e"
1414
+ dependencies = [
1415
+ "quote",
1416
+ "quote-use-macros",
1417
+ ]
1418
+
1419
+ [[package]]
1420
+ name = "quote-use-macros"
1421
+ version = "0.8.4"
1422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1423
+ checksum = "82ebfb7faafadc06a7ab141a6f67bcfb24cb8beb158c6fe933f2f035afa99f35"
1424
+ dependencies = [
1425
+ "proc-macro-utils",
1426
+ "proc-macro2",
1427
+ "quote",
1428
+ "syn",
1429
+ ]
1430
+
1431
+ [[package]]
1432
+ name = "r-efi"
1433
+ version = "6.0.0"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1436
+
1437
+ [[package]]
1438
+ name = "reactive_graph"
1439
+ version = "0.1.8"
1440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1441
+ checksum = "76a0ccddbc11a648bd09761801dac9e3f246ef7641130987d6120fced22515e6"
1442
+ dependencies = [
1443
+ "any_spawner",
1444
+ "async-lock",
1445
+ "futures",
1446
+ "guardian",
1447
+ "hydration_context",
1448
+ "or_poisoned",
1449
+ "pin-project-lite",
1450
+ "rustc-hash",
1451
+ "send_wrapper",
1452
+ "serde",
1453
+ "slotmap",
1454
+ "thiserror 2.0.18",
1455
+ "web-sys",
1456
+ ]
1457
+
1458
+ [[package]]
1459
+ name = "reactive_stores"
1460
+ version = "0.1.8"
1461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1462
+ checksum = "aadc7c19e3a360bf19cd595d2dc8b58ce67b9240b95a103fbc1317a8ff194237"
1463
+ dependencies = [
1464
+ "guardian",
1465
+ "itertools",
1466
+ "or_poisoned",
1467
+ "paste",
1468
+ "reactive_graph",
1469
+ "reactive_stores_macro",
1470
+ "rustc-hash",
1471
+ ]
1472
+
1473
+ [[package]]
1474
+ name = "reactive_stores_macro"
1475
+ version = "0.1.8"
1476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1477
+ checksum = "221095cb028dc51fbc2833743ea8b1a585da1a2af19b440b3528027495bf1f2d"
1478
+ dependencies = [
1479
+ "convert_case 0.7.1",
1480
+ "proc-macro-error2",
1481
+ "proc-macro2",
1482
+ "quote",
1483
+ "syn",
1484
+ ]
1485
+
1486
+ [[package]]
1487
+ name = "redox_syscall"
1488
+ version = "0.5.18"
1489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1490
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1491
+ dependencies = [
1492
+ "bitflags",
1493
+ ]
1494
+
1495
+ [[package]]
1496
+ name = "regex"
1497
+ version = "1.12.3"
1498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1499
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1500
+ dependencies = [
1501
+ "aho-corasick",
1502
+ "memchr",
1503
+ "regex-automata",
1504
+ "regex-syntax",
1505
+ ]
1506
+
1507
+ [[package]]
1508
+ name = "regex-automata"
1509
+ version = "0.4.14"
1510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1511
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1512
+ dependencies = [
1513
+ "aho-corasick",
1514
+ "memchr",
1515
+ "regex-syntax",
1516
+ ]
1517
+
1518
+ [[package]]
1519
+ name = "regex-syntax"
1520
+ version = "0.8.10"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1523
+
1524
+ [[package]]
1525
+ name = "rstml"
1526
+ version = "0.12.1"
1527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1528
+ checksum = "61cf4616de7499fc5164570d40ca4e1b24d231c6833a88bff0fe00725080fd56"
1529
+ dependencies = [
1530
+ "derive-where",
1531
+ "proc-macro2",
1532
+ "proc-macro2-diagnostics",
1533
+ "quote",
1534
+ "syn",
1535
+ "syn_derive",
1536
+ "thiserror 2.0.18",
1537
+ ]
1538
+
1539
+ [[package]]
1540
+ name = "rustc-hash"
1541
+ version = "2.1.2"
1542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1543
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1544
+
1545
+ [[package]]
1546
+ name = "rustversion"
1547
+ version = "1.0.22"
1548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1549
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1550
+
1551
+ [[package]]
1552
+ name = "same-file"
1553
+ version = "1.0.6"
1554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1555
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1556
+ dependencies = [
1557
+ "winapi-util",
1558
+ ]
1559
+
1560
+ [[package]]
1561
+ name = "scopeguard"
1562
+ version = "1.2.0"
1563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1564
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1565
+
1566
+ [[package]]
1567
+ name = "semver"
1568
+ version = "1.0.28"
1569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1570
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1571
+
1572
+ [[package]]
1573
+ name = "send_wrapper"
1574
+ version = "0.6.0"
1575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1576
+ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
1577
+ dependencies = [
1578
+ "futures-core",
1579
+ ]
1580
+
1581
+ [[package]]
1582
+ name = "serde"
1583
+ version = "1.0.228"
1584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1585
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1586
+ dependencies = [
1587
+ "serde_core",
1588
+ "serde_derive",
1589
+ ]
1590
+
1591
+ [[package]]
1592
+ name = "serde_core"
1593
+ version = "1.0.228"
1594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1595
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1596
+ dependencies = [
1597
+ "serde_derive",
1598
+ ]
1599
+
1600
+ [[package]]
1601
+ name = "serde_derive"
1602
+ version = "1.0.228"
1603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1604
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1605
+ dependencies = [
1606
+ "proc-macro2",
1607
+ "quote",
1608
+ "syn",
1609
+ ]
1610
+
1611
+ [[package]]
1612
+ name = "serde_json"
1613
+ version = "1.0.149"
1614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1615
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1616
+ dependencies = [
1617
+ "itoa",
1618
+ "memchr",
1619
+ "serde",
1620
+ "serde_core",
1621
+ "zmij",
1622
+ ]
1623
+
1624
+ [[package]]
1625
+ name = "serde_qs"
1626
+ version = "0.13.0"
1627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1628
+ checksum = "cd34f36fe4c5ba9654417139a9b3a20d2e1de6012ee678ad14d240c22c78d8d6"
1629
+ dependencies = [
1630
+ "percent-encoding",
1631
+ "serde",
1632
+ "thiserror 1.0.69",
1633
+ ]
1634
+
1635
+ [[package]]
1636
+ name = "serde_spanned"
1637
+ version = "1.1.1"
1638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1639
+ checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
1640
+ dependencies = [
1641
+ "serde_core",
1642
+ ]
1643
+
1644
+ [[package]]
1645
+ name = "server_fn"
1646
+ version = "0.7.8"
1647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1648
+ checksum = "8d05a9e3fd8d7404985418db38c6617cc793a1a27f398d4fbc9dfe8e41b804e6"
1649
+ dependencies = [
1650
+ "bytes",
1651
+ "const_format",
1652
+ "dashmap",
1653
+ "futures",
1654
+ "gloo-net",
1655
+ "http",
1656
+ "js-sys",
1657
+ "once_cell",
1658
+ "pin-project-lite",
1659
+ "send_wrapper",
1660
+ "serde",
1661
+ "serde_json",
1662
+ "serde_qs",
1663
+ "server_fn_macro_default",
1664
+ "thiserror 2.0.18",
1665
+ "throw_error",
1666
+ "url",
1667
+ "wasm-bindgen",
1668
+ "wasm-bindgen-futures",
1669
+ "wasm-streams",
1670
+ "web-sys",
1671
+ "xxhash-rust",
1672
+ ]
1673
+
1674
+ [[package]]
1675
+ name = "server_fn_macro"
1676
+ version = "0.7.8"
1677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1678
+ checksum = "504b35e883267b3206317b46d02952ed7b8bf0e11b2e209e2eb453b609a5e052"
1679
+ dependencies = [
1680
+ "const_format",
1681
+ "convert_case 0.6.0",
1682
+ "proc-macro2",
1683
+ "quote",
1684
+ "syn",
1685
+ "xxhash-rust",
1686
+ ]
1687
+
1688
+ [[package]]
1689
+ name = "server_fn_macro_default"
1690
+ version = "0.7.8"
1691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1692
+ checksum = "eb8b274f568c94226a8045668554aace8142a59b8bca5414ac5a79627c825568"
1693
+ dependencies = [
1694
+ "server_fn_macro",
1695
+ "syn",
1696
+ ]
1697
+
1698
+ [[package]]
1699
+ name = "simd-adler32"
1700
+ version = "0.3.10"
1701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1702
+ checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
1703
+
1704
+ [[package]]
1705
+ name = "slab"
1706
+ version = "0.4.12"
1707
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1708
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1709
+
1710
+ [[package]]
1711
+ name = "slotmap"
1712
+ version = "1.1.1"
1713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1714
+ checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
1715
+ dependencies = [
1716
+ "version_check",
1717
+ ]
1718
+
1719
+ [[package]]
1720
+ name = "smallvec"
1721
+ version = "1.15.1"
1722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1723
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1724
+
1725
+ [[package]]
1726
+ name = "stable_deref_trait"
1727
+ version = "1.2.1"
1728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1729
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1730
+
1731
+ [[package]]
1732
+ name = "strsim"
1733
+ version = "0.11.1"
1734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1735
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1736
+
1737
+ [[package]]
1738
+ name = "syn"
1739
+ version = "2.0.117"
1740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1741
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1742
+ dependencies = [
1743
+ "proc-macro2",
1744
+ "quote",
1745
+ "unicode-ident",
1746
+ ]
1747
+
1748
+ [[package]]
1749
+ name = "syn_derive"
1750
+ version = "0.2.0"
1751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1752
+ checksum = "cdb066a04799e45f5d582e8fc6ec8e6d6896040d00898eb4e6a835196815b219"
1753
+ dependencies = [
1754
+ "proc-macro-error2",
1755
+ "proc-macro2",
1756
+ "quote",
1757
+ "syn",
1758
+ ]
1759
+
1760
+ [[package]]
1761
+ name = "synstructure"
1762
+ version = "0.13.2"
1763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1764
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1765
+ dependencies = [
1766
+ "proc-macro2",
1767
+ "quote",
1768
+ "syn",
1769
+ ]
1770
+
1771
+ [[package]]
1772
+ name = "tachys"
1773
+ version = "0.1.9"
1774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1775
+ checksum = "f66c3b70c32844a6f1e2943c72a33ebb777ad6acbeb20d1329d62e3a7806d6ec"
1776
+ dependencies = [
1777
+ "any_spawner",
1778
+ "async-trait",
1779
+ "const_str_slice_concat",
1780
+ "drain_filter_polyfill",
1781
+ "dyn-clone",
1782
+ "either_of",
1783
+ "futures",
1784
+ "html-escape",
1785
+ "indexmap",
1786
+ "itertools",
1787
+ "js-sys",
1788
+ "linear-map",
1789
+ "next_tuple",
1790
+ "oco_ref",
1791
+ "once_cell",
1792
+ "or_poisoned",
1793
+ "parking_lot",
1794
+ "paste",
1795
+ "reactive_graph",
1796
+ "reactive_stores",
1797
+ "rustc-hash",
1798
+ "send_wrapper",
1799
+ "slotmap",
1800
+ "throw_error",
1801
+ "wasm-bindgen",
1802
+ "web-sys",
1803
+ ]
1804
+
1805
+ [[package]]
1806
+ name = "target-lexicon"
1807
+ version = "0.13.5"
1808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1809
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1810
+
1811
+ [[package]]
1812
+ name = "thiserror"
1813
+ version = "1.0.69"
1814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1815
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1816
+ dependencies = [
1817
+ "thiserror-impl 1.0.69",
1818
+ ]
1819
+
1820
+ [[package]]
1821
+ name = "thiserror"
1822
+ version = "2.0.18"
1823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1824
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1825
+ dependencies = [
1826
+ "thiserror-impl 2.0.18",
1827
+ ]
1828
+
1829
+ [[package]]
1830
+ name = "thiserror-impl"
1831
+ version = "1.0.69"
1832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1833
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1834
+ dependencies = [
1835
+ "proc-macro2",
1836
+ "quote",
1837
+ "syn",
1838
+ ]
1839
+
1840
+ [[package]]
1841
+ name = "thiserror-impl"
1842
+ version = "2.0.18"
1843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1844
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1845
+ dependencies = [
1846
+ "proc-macro2",
1847
+ "quote",
1848
+ "syn",
1849
+ ]
1850
+
1851
+ [[package]]
1852
+ name = "throw_error"
1853
+ version = "0.2.0"
1854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1855
+ checksum = "e4ef8bf264c6ae02a065a4a16553283f0656bd6266fc1fcb09fd2e6b5e91427b"
1856
+ dependencies = [
1857
+ "pin-project-lite",
1858
+ ]
1859
+
1860
+ [[package]]
1861
+ name = "tinystr"
1862
+ version = "0.8.3"
1863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1864
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
1865
+ dependencies = [
1866
+ "displaydoc",
1867
+ "zerovec",
1868
+ ]
1869
+
1870
+ [[package]]
1871
+ name = "toml"
1872
+ version = "1.1.2+spec-1.1.0"
1873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1874
+ checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee"
1875
+ dependencies = [
1876
+ "serde_core",
1877
+ "serde_spanned",
1878
+ "toml_datetime",
1879
+ "toml_parser",
1880
+ "winnow",
1881
+ ]
1882
+
1883
+ [[package]]
1884
+ name = "toml_datetime"
1885
+ version = "1.1.1+spec-1.1.0"
1886
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1887
+ checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
1888
+ dependencies = [
1889
+ "serde_core",
1890
+ ]
1891
+
1892
+ [[package]]
1893
+ name = "toml_parser"
1894
+ version = "1.1.2+spec-1.1.0"
1895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1896
+ checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
1897
+ dependencies = [
1898
+ "winnow",
1899
+ ]
1900
+
1901
+ [[package]]
1902
+ name = "typed-builder"
1903
+ version = "0.20.1"
1904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1905
+ checksum = "cd9d30e3a08026c78f246b173243cf07b3696d274debd26680773b6773c2afc7"
1906
+ dependencies = [
1907
+ "typed-builder-macro",
1908
+ ]
1909
+
1910
+ [[package]]
1911
+ name = "typed-builder-macro"
1912
+ version = "0.20.1"
1913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1914
+ checksum = "3c36781cc0e46a83726d9879608e4cf6c2505237e263a8eb8c24502989cfdb28"
1915
+ dependencies = [
1916
+ "proc-macro2",
1917
+ "quote",
1918
+ "syn",
1919
+ ]
1920
+
1921
+ [[package]]
1922
+ name = "unicode-ident"
1923
+ version = "1.0.24"
1924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1925
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1926
+
1927
+ [[package]]
1928
+ name = "unicode-segmentation"
1929
+ version = "1.13.2"
1930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1931
+ checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
1932
+
1933
+ [[package]]
1934
+ name = "unicode-width"
1935
+ version = "0.2.2"
1936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1937
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
1938
+
1939
+ [[package]]
1940
+ name = "unicode-xid"
1941
+ version = "0.2.6"
1942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1943
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1944
+
1945
+ [[package]]
1946
+ name = "url"
1947
+ version = "2.5.8"
1948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1949
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1950
+ dependencies = [
1951
+ "form_urlencoded",
1952
+ "idna",
1953
+ "percent-encoding",
1954
+ "serde",
1955
+ ]
1956
+
1957
+ [[package]]
1958
+ name = "utf8-width"
1959
+ version = "0.1.8"
1960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1961
+ checksum = "1292c0d970b54115d14f2492fe0170adf21d68a1de108eebc51c1df4f346a091"
1962
+
1963
+ [[package]]
1964
+ name = "utf8_iter"
1965
+ version = "1.0.4"
1966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1967
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1968
+
1969
+ [[package]]
1970
+ name = "utf8parse"
1971
+ version = "0.2.2"
1972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1973
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1974
+
1975
+ [[package]]
1976
+ name = "uuid"
1977
+ version = "1.23.1"
1978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1979
+ checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
1980
+ dependencies = [
1981
+ "getrandom",
1982
+ "js-sys",
1983
+ "wasm-bindgen",
1984
+ ]
1985
+
1986
+ [[package]]
1987
+ name = "version_check"
1988
+ version = "0.9.5"
1989
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1990
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1991
+
1992
+ [[package]]
1993
+ name = "walkdir"
1994
+ version = "2.5.0"
1995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1996
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1997
+ dependencies = [
1998
+ "same-file",
1999
+ "winapi-util",
2000
+ ]
2001
+
2002
+ [[package]]
2003
+ name = "wasip2"
2004
+ version = "1.0.3+wasi-0.2.9"
2005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2006
+ checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
2007
+ dependencies = [
2008
+ "wit-bindgen 0.57.1",
2009
+ ]
2010
+
2011
+ [[package]]
2012
+ name = "wasip3"
2013
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
2014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2015
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
2016
+ dependencies = [
2017
+ "wit-bindgen 0.51.0",
2018
+ ]
2019
+
2020
+ [[package]]
2021
+ name = "wasm-bindgen"
2022
+ version = "0.2.118"
2023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2024
+ checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
2025
+ dependencies = [
2026
+ "cfg-if",
2027
+ "once_cell",
2028
+ "rustversion",
2029
+ "wasm-bindgen-macro",
2030
+ "wasm-bindgen-shared",
2031
+ ]
2032
+
2033
+ [[package]]
2034
+ name = "wasm-bindgen-futures"
2035
+ version = "0.4.68"
2036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2037
+ checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8"
2038
+ dependencies = [
2039
+ "js-sys",
2040
+ "wasm-bindgen",
2041
+ ]
2042
+
2043
+ [[package]]
2044
+ name = "wasm-bindgen-macro"
2045
+ version = "0.2.118"
2046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2047
+ checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
2048
+ dependencies = [
2049
+ "quote",
2050
+ "wasm-bindgen-macro-support",
2051
+ ]
2052
+
2053
+ [[package]]
2054
+ name = "wasm-bindgen-macro-support"
2055
+ version = "0.2.118"
2056
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2057
+ checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
2058
+ dependencies = [
2059
+ "bumpalo",
2060
+ "proc-macro2",
2061
+ "quote",
2062
+ "syn",
2063
+ "wasm-bindgen-shared",
2064
+ ]
2065
+
2066
+ [[package]]
2067
+ name = "wasm-bindgen-shared"
2068
+ version = "0.2.118"
2069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2070
+ checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
2071
+ dependencies = [
2072
+ "unicode-ident",
2073
+ ]
2074
+
2075
+ [[package]]
2076
+ name = "wasm-encoder"
2077
+ version = "0.244.0"
2078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2079
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
2080
+ dependencies = [
2081
+ "leb128fmt",
2082
+ "wasmparser",
2083
+ ]
2084
+
2085
+ [[package]]
2086
+ name = "wasm-metadata"
2087
+ version = "0.244.0"
2088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2089
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
2090
+ dependencies = [
2091
+ "anyhow",
2092
+ "indexmap",
2093
+ "wasm-encoder",
2094
+ "wasmparser",
2095
+ ]
2096
+
2097
+ [[package]]
2098
+ name = "wasm-streams"
2099
+ version = "0.4.2"
2100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2101
+ checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
2102
+ dependencies = [
2103
+ "futures-util",
2104
+ "js-sys",
2105
+ "wasm-bindgen",
2106
+ "wasm-bindgen-futures",
2107
+ "web-sys",
2108
+ ]
2109
+
2110
+ [[package]]
2111
+ name = "wasmparser"
2112
+ version = "0.244.0"
2113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2114
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
2115
+ dependencies = [
2116
+ "bitflags",
2117
+ "hashbrown 0.15.5",
2118
+ "indexmap",
2119
+ "semver",
2120
+ ]
2121
+
2122
+ [[package]]
2123
+ name = "web-sys"
2124
+ version = "0.3.95"
2125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2126
+ checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"
2127
+ dependencies = [
2128
+ "js-sys",
2129
+ "wasm-bindgen",
2130
+ ]
2131
+
2132
+ [[package]]
2133
+ name = "web-time"
2134
+ version = "1.1.0"
2135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2136
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2137
+ dependencies = [
2138
+ "js-sys",
2139
+ "wasm-bindgen",
2140
+ ]
2141
+
2142
+ [[package]]
2143
+ name = "winapi-util"
2144
+ version = "0.1.11"
2145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2146
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2147
+ dependencies = [
2148
+ "windows-sys 0.61.2",
2149
+ ]
2150
+
2151
+ [[package]]
2152
+ name = "windows-link"
2153
+ version = "0.2.1"
2154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2155
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2156
+
2157
+ [[package]]
2158
+ name = "windows-sys"
2159
+ version = "0.59.0"
2160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2161
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2162
+ dependencies = [
2163
+ "windows-targets",
2164
+ ]
2165
+
2166
+ [[package]]
2167
+ name = "windows-sys"
2168
+ version = "0.61.2"
2169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2170
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2171
+ dependencies = [
2172
+ "windows-link",
2173
+ ]
2174
+
2175
+ [[package]]
2176
+ name = "windows-targets"
2177
+ version = "0.52.6"
2178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2179
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2180
+ dependencies = [
2181
+ "windows_aarch64_gnullvm",
2182
+ "windows_aarch64_msvc",
2183
+ "windows_i686_gnu",
2184
+ "windows_i686_gnullvm",
2185
+ "windows_i686_msvc",
2186
+ "windows_x86_64_gnu",
2187
+ "windows_x86_64_gnullvm",
2188
+ "windows_x86_64_msvc",
2189
+ ]
2190
+
2191
+ [[package]]
2192
+ name = "windows_aarch64_gnullvm"
2193
+ version = "0.52.6"
2194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2195
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2196
+
2197
+ [[package]]
2198
+ name = "windows_aarch64_msvc"
2199
+ version = "0.52.6"
2200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2201
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2202
+
2203
+ [[package]]
2204
+ name = "windows_i686_gnu"
2205
+ version = "0.52.6"
2206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2207
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2208
+
2209
+ [[package]]
2210
+ name = "windows_i686_gnullvm"
2211
+ version = "0.52.6"
2212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2213
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2214
+
2215
+ [[package]]
2216
+ name = "windows_i686_msvc"
2217
+ version = "0.52.6"
2218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2219
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2220
+
2221
+ [[package]]
2222
+ name = "windows_x86_64_gnu"
2223
+ version = "0.52.6"
2224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2225
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2226
+
2227
+ [[package]]
2228
+ name = "windows_x86_64_gnullvm"
2229
+ version = "0.52.6"
2230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2231
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2232
+
2233
+ [[package]]
2234
+ name = "windows_x86_64_msvc"
2235
+ version = "0.52.6"
2236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2237
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2238
+
2239
+ [[package]]
2240
+ name = "winnow"
2241
+ version = "1.0.2"
2242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2243
+ checksum = "2ee1708bef14716a11bae175f579062d4554d95be2c6829f518df847b7b3fdd0"
2244
+ dependencies = [
2245
+ "memchr",
2246
+ ]
2247
+
2248
+ [[package]]
2249
+ name = "wit-bindgen"
2250
+ version = "0.51.0"
2251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2252
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2253
+ dependencies = [
2254
+ "wit-bindgen-rust-macro",
2255
+ ]
2256
+
2257
+ [[package]]
2258
+ name = "wit-bindgen"
2259
+ version = "0.57.1"
2260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2261
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2262
+
2263
+ [[package]]
2264
+ name = "wit-bindgen-core"
2265
+ version = "0.51.0"
2266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2267
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
2268
+ dependencies = [
2269
+ "anyhow",
2270
+ "heck",
2271
+ "wit-parser",
2272
+ ]
2273
+
2274
+ [[package]]
2275
+ name = "wit-bindgen-rust"
2276
+ version = "0.51.0"
2277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2278
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
2279
+ dependencies = [
2280
+ "anyhow",
2281
+ "heck",
2282
+ "indexmap",
2283
+ "prettyplease",
2284
+ "syn",
2285
+ "wasm-metadata",
2286
+ "wit-bindgen-core",
2287
+ "wit-component",
2288
+ ]
2289
+
2290
+ [[package]]
2291
+ name = "wit-bindgen-rust-macro"
2292
+ version = "0.51.0"
2293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2294
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
2295
+ dependencies = [
2296
+ "anyhow",
2297
+ "prettyplease",
2298
+ "proc-macro2",
2299
+ "quote",
2300
+ "syn",
2301
+ "wit-bindgen-core",
2302
+ "wit-bindgen-rust",
2303
+ ]
2304
+
2305
+ [[package]]
2306
+ name = "wit-component"
2307
+ version = "0.244.0"
2308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2309
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
2310
+ dependencies = [
2311
+ "anyhow",
2312
+ "bitflags",
2313
+ "indexmap",
2314
+ "log",
2315
+ "serde",
2316
+ "serde_derive",
2317
+ "serde_json",
2318
+ "wasm-encoder",
2319
+ "wasm-metadata",
2320
+ "wasmparser",
2321
+ "wit-parser",
2322
+ ]
2323
+
2324
+ [[package]]
2325
+ name = "wit-parser"
2326
+ version = "0.244.0"
2327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2328
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
2329
+ dependencies = [
2330
+ "anyhow",
2331
+ "id-arena",
2332
+ "indexmap",
2333
+ "log",
2334
+ "semver",
2335
+ "serde",
2336
+ "serde_derive",
2337
+ "serde_json",
2338
+ "unicode-xid",
2339
+ "wasmparser",
2340
+ ]
2341
+
2342
+ [[package]]
2343
+ name = "writeable"
2344
+ version = "0.6.3"
2345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2346
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2347
+
2348
+ [[package]]
2349
+ name = "xxhash-rust"
2350
+ version = "0.8.15"
2351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2352
+ checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
2353
+
2354
+ [[package]]
2355
+ name = "yansi"
2356
+ version = "1.0.1"
2357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2358
+ checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
2359
+
2360
+ [[package]]
2361
+ name = "yoke"
2362
+ version = "0.8.2"
2363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2364
+ checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
2365
+ dependencies = [
2366
+ "stable_deref_trait",
2367
+ "yoke-derive",
2368
+ "zerofrom",
2369
+ ]
2370
+
2371
+ [[package]]
2372
+ name = "yoke-derive"
2373
+ version = "0.8.2"
2374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2375
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2376
+ dependencies = [
2377
+ "proc-macro2",
2378
+ "quote",
2379
+ "syn",
2380
+ "synstructure",
2381
+ ]
2382
+
2383
+ [[package]]
2384
+ name = "zerofrom"
2385
+ version = "0.1.7"
2386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2387
+ checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
2388
+ dependencies = [
2389
+ "zerofrom-derive",
2390
+ ]
2391
+
2392
+ [[package]]
2393
+ name = "zerofrom-derive"
2394
+ version = "0.1.7"
2395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2396
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2397
+ dependencies = [
2398
+ "proc-macro2",
2399
+ "quote",
2400
+ "syn",
2401
+ "synstructure",
2402
+ ]
2403
+
2404
+ [[package]]
2405
+ name = "zerotrie"
2406
+ version = "0.2.4"
2407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2408
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2409
+ dependencies = [
2410
+ "displaydoc",
2411
+ "yoke",
2412
+ "zerofrom",
2413
+ ]
2414
+
2415
+ [[package]]
2416
+ name = "zerovec"
2417
+ version = "0.11.6"
2418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2419
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2420
+ dependencies = [
2421
+ "yoke",
2422
+ "zerofrom",
2423
+ "zerovec-derive",
2424
+ ]
2425
+
2426
+ [[package]]
2427
+ name = "zerovec-derive"
2428
+ version = "0.11.3"
2429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2430
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2431
+ dependencies = [
2432
+ "proc-macro2",
2433
+ "quote",
2434
+ "syn",
2435
+ ]
2436
+
2437
+ [[package]]
2438
+ name = "zmij"
2439
+ version = "1.0.21"
2440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2441
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"