expman-rs 0.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4773 @@
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 = "ahash"
13
+ version = "0.8.12"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
16
+ dependencies = [
17
+ "cfg-if",
18
+ "const-random",
19
+ "getrandom 0.3.4",
20
+ "once_cell",
21
+ "version_check",
22
+ "zerocopy",
23
+ ]
24
+
25
+ [[package]]
26
+ name = "aho-corasick"
27
+ version = "1.1.4"
28
+ source = "registry+https://github.com/rust-lang/crates.io-index"
29
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
30
+ dependencies = [
31
+ "memchr",
32
+ ]
33
+
34
+ [[package]]
35
+ name = "alloc-no-stdlib"
36
+ version = "2.0.4"
37
+ source = "registry+https://github.com/rust-lang/crates.io-index"
38
+ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
39
+
40
+ [[package]]
41
+ name = "alloc-stdlib"
42
+ version = "0.2.2"
43
+ source = "registry+https://github.com/rust-lang/crates.io-index"
44
+ checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
45
+ dependencies = [
46
+ "alloc-no-stdlib",
47
+ ]
48
+
49
+ [[package]]
50
+ name = "android-tzdata"
51
+ version = "0.1.1"
52
+ source = "registry+https://github.com/rust-lang/crates.io-index"
53
+ checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
54
+
55
+ [[package]]
56
+ name = "android_system_properties"
57
+ version = "0.1.5"
58
+ source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
60
+ dependencies = [
61
+ "libc",
62
+ ]
63
+
64
+ [[package]]
65
+ name = "anstream"
66
+ version = "0.6.21"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
69
+ dependencies = [
70
+ "anstyle",
71
+ "anstyle-parse",
72
+ "anstyle-query",
73
+ "anstyle-wincon",
74
+ "colorchoice",
75
+ "is_terminal_polyfill",
76
+ "utf8parse",
77
+ ]
78
+
79
+ [[package]]
80
+ name = "anstyle"
81
+ version = "1.0.13"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
84
+
85
+ [[package]]
86
+ name = "anstyle-parse"
87
+ version = "0.2.7"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
90
+ dependencies = [
91
+ "utf8parse",
92
+ ]
93
+
94
+ [[package]]
95
+ name = "anstyle-query"
96
+ version = "1.1.5"
97
+ source = "registry+https://github.com/rust-lang/crates.io-index"
98
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
99
+ dependencies = [
100
+ "windows-sys 0.61.2",
101
+ ]
102
+
103
+ [[package]]
104
+ name = "anstyle-wincon"
105
+ version = "3.0.11"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
108
+ dependencies = [
109
+ "anstyle",
110
+ "once_cell_polyfill",
111
+ "windows-sys 0.61.2",
112
+ ]
113
+
114
+ [[package]]
115
+ name = "any_spawner"
116
+ version = "0.2.0"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "41058deaa38c9d9dd933d6d238d825227cffa668e2839b52879f6619c63eee3b"
119
+ dependencies = [
120
+ "futures",
121
+ "thiserror 2.0.18",
122
+ "wasm-bindgen-futures",
123
+ ]
124
+
125
+ [[package]]
126
+ name = "anyhow"
127
+ version = "1.0.101"
128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
129
+ checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
130
+
131
+ [[package]]
132
+ name = "arrow"
133
+ version = "53.4.1"
134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
135
+ checksum = "d3a3ec4fe573f9d1f59d99c085197ef669b00b088ba1d7bb75224732d9357a74"
136
+ dependencies = [
137
+ "arrow-arith",
138
+ "arrow-array",
139
+ "arrow-buffer",
140
+ "arrow-cast",
141
+ "arrow-csv",
142
+ "arrow-data",
143
+ "arrow-ipc",
144
+ "arrow-json",
145
+ "arrow-ord",
146
+ "arrow-row",
147
+ "arrow-schema",
148
+ "arrow-select",
149
+ "arrow-string",
150
+ ]
151
+
152
+ [[package]]
153
+ name = "arrow-arith"
154
+ version = "53.4.1"
155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
156
+ checksum = "6dcf19f07792d8c7f91086c67b574a79301e367029b17fcf63fb854332246a10"
157
+ dependencies = [
158
+ "arrow-array",
159
+ "arrow-buffer",
160
+ "arrow-data",
161
+ "arrow-schema",
162
+ "chrono",
163
+ "half",
164
+ "num",
165
+ ]
166
+
167
+ [[package]]
168
+ name = "arrow-array"
169
+ version = "53.4.1"
170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
171
+ checksum = "7845c32b41f7053e37a075b3c2f29c6f5ea1b3ca6e5df7a2d325ee6e1b4a63cf"
172
+ dependencies = [
173
+ "ahash",
174
+ "arrow-buffer",
175
+ "arrow-data",
176
+ "arrow-schema",
177
+ "chrono",
178
+ "half",
179
+ "hashbrown 0.15.5",
180
+ "num",
181
+ ]
182
+
183
+ [[package]]
184
+ name = "arrow-buffer"
185
+ version = "53.4.1"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "5b5c681a99606f3316f2a99d9c8b6fa3aad0b1d34d8f6d7a1b471893940219d8"
188
+ dependencies = [
189
+ "bytes",
190
+ "half",
191
+ "num",
192
+ ]
193
+
194
+ [[package]]
195
+ name = "arrow-cast"
196
+ version = "53.4.1"
197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
198
+ checksum = "6365f8527d4f87b133eeb862f9b8093c009d41a210b8f101f91aa2392f61daac"
199
+ dependencies = [
200
+ "arrow-array",
201
+ "arrow-buffer",
202
+ "arrow-data",
203
+ "arrow-schema",
204
+ "arrow-select",
205
+ "atoi",
206
+ "base64",
207
+ "chrono",
208
+ "half",
209
+ "lexical-core",
210
+ "num",
211
+ "ryu",
212
+ ]
213
+
214
+ [[package]]
215
+ name = "arrow-csv"
216
+ version = "53.4.1"
217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
218
+ checksum = "30dac4d23ac769300349197b845e0fd18c7f9f15d260d4659ae6b5a9ca06f586"
219
+ dependencies = [
220
+ "arrow-array",
221
+ "arrow-buffer",
222
+ "arrow-cast",
223
+ "arrow-data",
224
+ "arrow-schema",
225
+ "chrono",
226
+ "csv",
227
+ "csv-core",
228
+ "lazy_static",
229
+ "lexical-core",
230
+ "regex",
231
+ ]
232
+
233
+ [[package]]
234
+ name = "arrow-data"
235
+ version = "53.4.1"
236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
237
+ checksum = "cd962fc3bf7f60705b25bcaa8eb3318b2545aa1d528656525ebdd6a17a6cd6fb"
238
+ dependencies = [
239
+ "arrow-buffer",
240
+ "arrow-schema",
241
+ "half",
242
+ "num",
243
+ ]
244
+
245
+ [[package]]
246
+ name = "arrow-ipc"
247
+ version = "53.4.1"
248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
249
+ checksum = "c3527365b24372f9c948f16e53738eb098720eea2093ae73c7af04ac5e30a39b"
250
+ dependencies = [
251
+ "arrow-array",
252
+ "arrow-buffer",
253
+ "arrow-cast",
254
+ "arrow-data",
255
+ "arrow-schema",
256
+ "flatbuffers",
257
+ ]
258
+
259
+ [[package]]
260
+ name = "arrow-json"
261
+ version = "53.4.1"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "acdec0024749fc0d95e025c0b0266d78613727b3b3a5d4cf8ea47eb6d38afdd1"
264
+ dependencies = [
265
+ "arrow-array",
266
+ "arrow-buffer",
267
+ "arrow-cast",
268
+ "arrow-data",
269
+ "arrow-schema",
270
+ "chrono",
271
+ "half",
272
+ "indexmap 2.13.0",
273
+ "lexical-core",
274
+ "num",
275
+ "serde",
276
+ "serde_json",
277
+ ]
278
+
279
+ [[package]]
280
+ name = "arrow-ord"
281
+ version = "53.4.1"
282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
283
+ checksum = "79af2db0e62a508d34ddf4f76bfd6109b6ecc845257c9cba6f939653668f89ac"
284
+ dependencies = [
285
+ "arrow-array",
286
+ "arrow-buffer",
287
+ "arrow-data",
288
+ "arrow-schema",
289
+ "arrow-select",
290
+ "half",
291
+ "num",
292
+ ]
293
+
294
+ [[package]]
295
+ name = "arrow-row"
296
+ version = "53.4.1"
297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
298
+ checksum = "da30e9d10e9c52f09ea0cf15086d6d785c11ae8dcc3ea5f16d402221b6ac7735"
299
+ dependencies = [
300
+ "ahash",
301
+ "arrow-array",
302
+ "arrow-buffer",
303
+ "arrow-data",
304
+ "arrow-schema",
305
+ "half",
306
+ ]
307
+
308
+ [[package]]
309
+ name = "arrow-schema"
310
+ version = "53.4.1"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "35b0f9c0c3582dd55db0f136d3b44bfa0189df07adcf7dc7f2f2e74db0f52eb8"
313
+
314
+ [[package]]
315
+ name = "arrow-select"
316
+ version = "53.4.1"
317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
318
+ checksum = "92fc337f01635218493c23da81a364daf38c694b05fc20569c3193c11c561984"
319
+ dependencies = [
320
+ "ahash",
321
+ "arrow-array",
322
+ "arrow-buffer",
323
+ "arrow-data",
324
+ "arrow-schema",
325
+ "num",
326
+ ]
327
+
328
+ [[package]]
329
+ name = "arrow-string"
330
+ version = "53.4.1"
331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = "d596a9fc25dae556672d5069b090331aca8acb93cae426d8b7dcdf1c558fa0ce"
333
+ dependencies = [
334
+ "arrow-array",
335
+ "arrow-buffer",
336
+ "arrow-data",
337
+ "arrow-schema",
338
+ "arrow-select",
339
+ "memchr",
340
+ "num",
341
+ "regex",
342
+ "regex-syntax",
343
+ ]
344
+
345
+ [[package]]
346
+ name = "askama"
347
+ version = "0.15.4"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "08e1676b346cadfec169374f949d7490fd80a24193d37d2afce0c047cf695e57"
350
+ dependencies = [
351
+ "askama_macros",
352
+ "itoa",
353
+ "percent-encoding",
354
+ "serde",
355
+ "serde_json",
356
+ ]
357
+
358
+ [[package]]
359
+ name = "askama_derive"
360
+ version = "0.15.4"
361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
362
+ checksum = "7661ff56517787343f376f75db037426facd7c8d3049cef8911f1e75016f3a37"
363
+ dependencies = [
364
+ "askama_parser",
365
+ "basic-toml",
366
+ "memchr",
367
+ "proc-macro2",
368
+ "quote",
369
+ "rustc-hash",
370
+ "serde",
371
+ "serde_derive",
372
+ "syn 2.0.116",
373
+ ]
374
+
375
+ [[package]]
376
+ name = "askama_macros"
377
+ version = "0.15.4"
378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
379
+ checksum = "713ee4dbfd1eb719c2dab859465b01fa1d21cb566684614a713a6b7a99a4e47b"
380
+ dependencies = [
381
+ "askama_derive",
382
+ ]
383
+
384
+ [[package]]
385
+ name = "askama_parser"
386
+ version = "0.15.4"
387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
388
+ checksum = "1d62d674238a526418b30c0def480d5beadb9d8964e7f38d635b03bf639c704c"
389
+ dependencies = [
390
+ "rustc-hash",
391
+ "serde",
392
+ "serde_derive",
393
+ "unicode-ident",
394
+ "winnow",
395
+ ]
396
+
397
+ [[package]]
398
+ name = "async-lock"
399
+ version = "3.4.2"
400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
401
+ checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
402
+ dependencies = [
403
+ "event-listener",
404
+ "event-listener-strategy",
405
+ "pin-project-lite",
406
+ ]
407
+
408
+ [[package]]
409
+ name = "async-trait"
410
+ version = "0.1.89"
411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
413
+ dependencies = [
414
+ "proc-macro2",
415
+ "quote",
416
+ "syn 2.0.116",
417
+ ]
418
+
419
+ [[package]]
420
+ name = "atoi"
421
+ version = "2.0.0"
422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
423
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
424
+ dependencies = [
425
+ "num-traits",
426
+ ]
427
+
428
+ [[package]]
429
+ name = "atomic-waker"
430
+ version = "1.1.2"
431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
432
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
433
+
434
+ [[package]]
435
+ name = "attribute-derive"
436
+ version = "0.10.5"
437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
438
+ checksum = "05832cdddc8f2650cc2cc187cc2e952b8c133a48eb055f35211f61ee81502d77"
439
+ dependencies = [
440
+ "attribute-derive-macro",
441
+ "derive-where",
442
+ "manyhow",
443
+ "proc-macro2",
444
+ "quote",
445
+ "syn 2.0.116",
446
+ ]
447
+
448
+ [[package]]
449
+ name = "attribute-derive-macro"
450
+ version = "0.10.5"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "0a7cdbbd4bd005c5d3e2e9c885e6fa575db4f4a3572335b974d8db853b6beb61"
453
+ dependencies = [
454
+ "collection_literals",
455
+ "interpolator",
456
+ "manyhow",
457
+ "proc-macro-utils",
458
+ "proc-macro2",
459
+ "quote",
460
+ "quote-use",
461
+ "syn 2.0.116",
462
+ ]
463
+
464
+ [[package]]
465
+ name = "autocfg"
466
+ version = "1.5.0"
467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
468
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
469
+
470
+ [[package]]
471
+ name = "axum"
472
+ version = "0.7.9"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
475
+ dependencies = [
476
+ "async-trait",
477
+ "axum-core",
478
+ "base64",
479
+ "bytes",
480
+ "futures-util",
481
+ "http",
482
+ "http-body",
483
+ "http-body-util",
484
+ "hyper",
485
+ "hyper-util",
486
+ "itoa",
487
+ "matchit",
488
+ "memchr",
489
+ "mime",
490
+ "percent-encoding",
491
+ "pin-project-lite",
492
+ "rustversion",
493
+ "serde",
494
+ "serde_json",
495
+ "serde_path_to_error",
496
+ "serde_urlencoded",
497
+ "sha1",
498
+ "sync_wrapper",
499
+ "tokio",
500
+ "tokio-tungstenite",
501
+ "tower",
502
+ "tower-layer",
503
+ "tower-service",
504
+ "tracing",
505
+ ]
506
+
507
+ [[package]]
508
+ name = "axum-core"
509
+ version = "0.4.5"
510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
511
+ checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
512
+ dependencies = [
513
+ "async-trait",
514
+ "bytes",
515
+ "futures-util",
516
+ "http",
517
+ "http-body",
518
+ "http-body-util",
519
+ "mime",
520
+ "pin-project-lite",
521
+ "rustversion",
522
+ "sync_wrapper",
523
+ "tower-layer",
524
+ "tower-service",
525
+ "tracing",
526
+ ]
527
+
528
+ [[package]]
529
+ name = "base64"
530
+ version = "0.22.1"
531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
532
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
533
+
534
+ [[package]]
535
+ name = "basic-toml"
536
+ version = "0.1.10"
537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
538
+ checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
539
+ dependencies = [
540
+ "serde",
541
+ ]
542
+
543
+ [[package]]
544
+ name = "bitflags"
545
+ version = "1.3.2"
546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
547
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
548
+
549
+ [[package]]
550
+ name = "bitflags"
551
+ version = "2.11.0"
552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
553
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
554
+
555
+ [[package]]
556
+ name = "block-buffer"
557
+ version = "0.10.4"
558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
559
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
560
+ dependencies = [
561
+ "generic-array",
562
+ ]
563
+
564
+ [[package]]
565
+ name = "brotli"
566
+ version = "7.0.0"
567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
568
+ checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
569
+ dependencies = [
570
+ "alloc-no-stdlib",
571
+ "alloc-stdlib",
572
+ "brotli-decompressor",
573
+ ]
574
+
575
+ [[package]]
576
+ name = "brotli-decompressor"
577
+ version = "4.0.3"
578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
579
+ checksum = "a334ef7c9e23abf0ce748e8cd309037da93e606ad52eb372e4ce327a0dcfbdfd"
580
+ dependencies = [
581
+ "alloc-no-stdlib",
582
+ "alloc-stdlib",
583
+ ]
584
+
585
+ [[package]]
586
+ name = "bstr"
587
+ version = "1.12.1"
588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
589
+ checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
590
+ dependencies = [
591
+ "memchr",
592
+ "serde",
593
+ ]
594
+
595
+ [[package]]
596
+ name = "bumpalo"
597
+ version = "3.20.1"
598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
599
+ checksum = "5c6f81257d10a0f602a294ae4182251151ff97dbb504ef9afcdda4a64b24d9b4"
600
+
601
+ [[package]]
602
+ name = "byteorder"
603
+ version = "1.5.0"
604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
605
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
606
+
607
+ [[package]]
608
+ name = "bytes"
609
+ version = "1.11.1"
610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
611
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
612
+
613
+ [[package]]
614
+ name = "camino"
615
+ version = "1.2.2"
616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
617
+ checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48"
618
+
619
+ [[package]]
620
+ name = "cc"
621
+ version = "1.2.56"
622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
623
+ checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
624
+ dependencies = [
625
+ "find-msvc-tools",
626
+ "jobserver",
627
+ "libc",
628
+ "shlex",
629
+ ]
630
+
631
+ [[package]]
632
+ name = "cfg-if"
633
+ version = "1.0.4"
634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
635
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
636
+
637
+ [[package]]
638
+ name = "chrono"
639
+ version = "0.4.39"
640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
641
+ checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
642
+ dependencies = [
643
+ "android-tzdata",
644
+ "iana-time-zone",
645
+ "js-sys",
646
+ "num-traits",
647
+ "serde",
648
+ "wasm-bindgen",
649
+ "windows-targets 0.52.6",
650
+ ]
651
+
652
+ [[package]]
653
+ name = "clap"
654
+ version = "4.5.59"
655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
656
+ checksum = "c5caf74d17c3aec5495110c34cc3f78644bfa89af6c8993ed4de2790e49b6499"
657
+ dependencies = [
658
+ "clap_builder",
659
+ "clap_derive",
660
+ ]
661
+
662
+ [[package]]
663
+ name = "clap_builder"
664
+ version = "4.5.59"
665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
666
+ checksum = "370daa45065b80218950227371916a1633217ae42b2715b2287b606dcd618e24"
667
+ dependencies = [
668
+ "anstream",
669
+ "anstyle",
670
+ "clap_lex",
671
+ "strsim",
672
+ ]
673
+
674
+ [[package]]
675
+ name = "clap_derive"
676
+ version = "4.5.55"
677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
678
+ checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
679
+ dependencies = [
680
+ "heck",
681
+ "proc-macro2",
682
+ "quote",
683
+ "syn 2.0.116",
684
+ ]
685
+
686
+ [[package]]
687
+ name = "clap_lex"
688
+ version = "1.0.0"
689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
690
+ checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
691
+
692
+ [[package]]
693
+ name = "codee"
694
+ version = "0.3.5"
695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
696
+ checksum = "a9dbbdc4b4d349732bc6690de10a9de952bd39ba6a065c586e26600b6b0b91f5"
697
+ dependencies = [
698
+ "serde",
699
+ "serde_json",
700
+ "thiserror 2.0.18",
701
+ ]
702
+
703
+ [[package]]
704
+ name = "collection_literals"
705
+ version = "1.0.3"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "2550f75b8cfac212855f6b1885455df8eaee8fe8e246b647d69146142e016084"
708
+
709
+ [[package]]
710
+ name = "colorchoice"
711
+ version = "1.0.4"
712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
713
+ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
714
+
715
+ [[package]]
716
+ name = "comfy-table"
717
+ version = "7.2.2"
718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
719
+ checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47"
720
+ dependencies = [
721
+ "crossterm",
722
+ "unicode-segmentation",
723
+ "unicode-width",
724
+ ]
725
+
726
+ [[package]]
727
+ name = "concurrent-queue"
728
+ version = "2.5.0"
729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
730
+ checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
731
+ dependencies = [
732
+ "crossbeam-utils",
733
+ ]
734
+
735
+ [[package]]
736
+ name = "config"
737
+ version = "0.15.19"
738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
739
+ checksum = "b30fa8254caad766fc03cb0ccae691e14bf3bd72bfff27f72802ce729551b3d6"
740
+ dependencies = [
741
+ "convert_case 0.6.0",
742
+ "pathdiff",
743
+ "serde_core",
744
+ "toml",
745
+ "winnow",
746
+ ]
747
+
748
+ [[package]]
749
+ name = "console"
750
+ version = "0.15.11"
751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
752
+ checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
753
+ dependencies = [
754
+ "encode_unicode",
755
+ "libc",
756
+ "once_cell",
757
+ "unicode-width",
758
+ "windows-sys 0.59.0",
759
+ ]
760
+
761
+ [[package]]
762
+ name = "console_error_panic_hook"
763
+ version = "0.1.7"
764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
765
+ checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
766
+ dependencies = [
767
+ "cfg-if",
768
+ "wasm-bindgen",
769
+ ]
770
+
771
+ [[package]]
772
+ name = "console_log"
773
+ version = "1.0.0"
774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
775
+ checksum = "be8aed40e4edbf4d3b4431ab260b63fdc40f5780a4766824329ea0f1eefe3c0f"
776
+ dependencies = [
777
+ "log",
778
+ "web-sys",
779
+ ]
780
+
781
+ [[package]]
782
+ name = "const-random"
783
+ version = "0.1.18"
784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
785
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
786
+ dependencies = [
787
+ "const-random-macro",
788
+ ]
789
+
790
+ [[package]]
791
+ name = "const-random-macro"
792
+ version = "0.1.16"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
795
+ dependencies = [
796
+ "getrandom 0.2.17",
797
+ "once_cell",
798
+ "tiny-keccak",
799
+ ]
800
+
801
+ [[package]]
802
+ name = "const_format"
803
+ version = "0.2.35"
804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
805
+ checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
806
+ dependencies = [
807
+ "const_format_proc_macros",
808
+ ]
809
+
810
+ [[package]]
811
+ name = "const_format_proc_macros"
812
+ version = "0.2.34"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
815
+ dependencies = [
816
+ "proc-macro2",
817
+ "quote",
818
+ "unicode-xid",
819
+ ]
820
+
821
+ [[package]]
822
+ name = "const_str_slice_concat"
823
+ version = "0.1.0"
824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
825
+ checksum = "f67855af358fcb20fac58f9d714c94e2b228fe5694c1c9b4ead4a366343eda1b"
826
+
827
+ [[package]]
828
+ name = "convert_case"
829
+ version = "0.6.0"
830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
831
+ checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
832
+ dependencies = [
833
+ "unicode-segmentation",
834
+ ]
835
+
836
+ [[package]]
837
+ name = "convert_case"
838
+ version = "0.7.1"
839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
840
+ checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7"
841
+ dependencies = [
842
+ "unicode-segmentation",
843
+ ]
844
+
845
+ [[package]]
846
+ name = "core-foundation-sys"
847
+ version = "0.8.7"
848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
849
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
850
+
851
+ [[package]]
852
+ name = "cpufeatures"
853
+ version = "0.2.17"
854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
855
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
856
+ dependencies = [
857
+ "libc",
858
+ ]
859
+
860
+ [[package]]
861
+ name = "crc32fast"
862
+ version = "1.5.0"
863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
864
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
865
+ dependencies = [
866
+ "cfg-if",
867
+ ]
868
+
869
+ [[package]]
870
+ name = "crossbeam-channel"
871
+ version = "0.5.15"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
874
+ dependencies = [
875
+ "crossbeam-utils",
876
+ ]
877
+
878
+ [[package]]
879
+ name = "crossbeam-utils"
880
+ version = "0.8.21"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
883
+
884
+ [[package]]
885
+ name = "crossterm"
886
+ version = "0.29.0"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
889
+ dependencies = [
890
+ "bitflags 2.11.0",
891
+ "crossterm_winapi",
892
+ "document-features",
893
+ "parking_lot",
894
+ "rustix",
895
+ "winapi",
896
+ ]
897
+
898
+ [[package]]
899
+ name = "crossterm_winapi"
900
+ version = "0.9.1"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
903
+ dependencies = [
904
+ "winapi",
905
+ ]
906
+
907
+ [[package]]
908
+ name = "crunchy"
909
+ version = "0.2.4"
910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
911
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
912
+
913
+ [[package]]
914
+ name = "crypto-common"
915
+ version = "0.1.7"
916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
917
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
918
+ dependencies = [
919
+ "generic-array",
920
+ "typenum",
921
+ ]
922
+
923
+ [[package]]
924
+ name = "csv"
925
+ version = "1.4.0"
926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
927
+ checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
928
+ dependencies = [
929
+ "csv-core",
930
+ "itoa",
931
+ "ryu",
932
+ "serde_core",
933
+ ]
934
+
935
+ [[package]]
936
+ name = "csv-core"
937
+ version = "0.1.13"
938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
939
+ checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
940
+ dependencies = [
941
+ "memchr",
942
+ ]
943
+
944
+ [[package]]
945
+ name = "darling"
946
+ version = "0.21.3"
947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
948
+ checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
949
+ dependencies = [
950
+ "darling_core 0.21.3",
951
+ "darling_macro 0.21.3",
952
+ ]
953
+
954
+ [[package]]
955
+ name = "darling"
956
+ version = "0.23.0"
957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
958
+ checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
959
+ dependencies = [
960
+ "darling_core 0.23.0",
961
+ "darling_macro 0.23.0",
962
+ ]
963
+
964
+ [[package]]
965
+ name = "darling_core"
966
+ version = "0.21.3"
967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
968
+ checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
969
+ dependencies = [
970
+ "fnv",
971
+ "ident_case",
972
+ "proc-macro2",
973
+ "quote",
974
+ "strsim",
975
+ "syn 2.0.116",
976
+ ]
977
+
978
+ [[package]]
979
+ name = "darling_core"
980
+ version = "0.23.0"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
983
+ dependencies = [
984
+ "ident_case",
985
+ "proc-macro2",
986
+ "quote",
987
+ "strsim",
988
+ "syn 2.0.116",
989
+ ]
990
+
991
+ [[package]]
992
+ name = "darling_macro"
993
+ version = "0.21.3"
994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
995
+ checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
996
+ dependencies = [
997
+ "darling_core 0.21.3",
998
+ "quote",
999
+ "syn 2.0.116",
1000
+ ]
1001
+
1002
+ [[package]]
1003
+ name = "darling_macro"
1004
+ version = "0.23.0"
1005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1006
+ checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
1007
+ dependencies = [
1008
+ "darling_core 0.23.0",
1009
+ "quote",
1010
+ "syn 2.0.116",
1011
+ ]
1012
+
1013
+ [[package]]
1014
+ name = "dashmap"
1015
+ version = "6.1.0"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
1018
+ dependencies = [
1019
+ "cfg-if",
1020
+ "crossbeam-utils",
1021
+ "hashbrown 0.14.5",
1022
+ "lock_api",
1023
+ "once_cell",
1024
+ "parking_lot_core",
1025
+ ]
1026
+
1027
+ [[package]]
1028
+ name = "data-encoding"
1029
+ version = "2.10.0"
1030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1031
+ checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
1032
+
1033
+ [[package]]
1034
+ name = "deranged"
1035
+ version = "0.5.6"
1036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1037
+ checksum = "cc3dc5ad92c2e2d1c193bbbbdf2ea477cb81331de4f3103f267ca18368b988c4"
1038
+ dependencies = [
1039
+ "powerfmt",
1040
+ "serde_core",
1041
+ ]
1042
+
1043
+ [[package]]
1044
+ name = "derive-where"
1045
+ version = "1.6.0"
1046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1047
+ checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f"
1048
+ dependencies = [
1049
+ "proc-macro2",
1050
+ "quote",
1051
+ "syn 2.0.116",
1052
+ ]
1053
+
1054
+ [[package]]
1055
+ name = "digest"
1056
+ version = "0.10.7"
1057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1058
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1059
+ dependencies = [
1060
+ "block-buffer",
1061
+ "crypto-common",
1062
+ ]
1063
+
1064
+ [[package]]
1065
+ name = "displaydoc"
1066
+ version = "0.2.5"
1067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1068
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1069
+ dependencies = [
1070
+ "proc-macro2",
1071
+ "quote",
1072
+ "syn 2.0.116",
1073
+ ]
1074
+
1075
+ [[package]]
1076
+ name = "document-features"
1077
+ version = "0.2.12"
1078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1079
+ checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
1080
+ dependencies = [
1081
+ "litrs 1.0.0",
1082
+ ]
1083
+
1084
+ [[package]]
1085
+ name = "drain_filter_polyfill"
1086
+ version = "0.1.3"
1087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1088
+ checksum = "669a445ee724c5c69b1b06fe0b63e70a1c84bc9bb7d9696cd4f4e3ec45050408"
1089
+
1090
+ [[package]]
1091
+ name = "dyn-clone"
1092
+ version = "1.0.20"
1093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1094
+ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
1095
+
1096
+ [[package]]
1097
+ name = "either"
1098
+ version = "1.15.0"
1099
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1100
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1101
+
1102
+ [[package]]
1103
+ name = "either_of"
1104
+ version = "0.1.6"
1105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1106
+ checksum = "216d23e0ec69759a17f05e1c553f3a6870e5ec73420fbb07807a6f34d5d1d5a4"
1107
+ dependencies = [
1108
+ "paste",
1109
+ "pin-project-lite",
1110
+ ]
1111
+
1112
+ [[package]]
1113
+ name = "encode_unicode"
1114
+ version = "1.0.0"
1115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1116
+ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
1117
+
1118
+ [[package]]
1119
+ name = "equivalent"
1120
+ version = "1.0.2"
1121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1122
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1123
+
1124
+ [[package]]
1125
+ name = "erased-serde"
1126
+ version = "0.4.9"
1127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1128
+ checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
1129
+ dependencies = [
1130
+ "serde",
1131
+ "serde_core",
1132
+ "typeid",
1133
+ ]
1134
+
1135
+ [[package]]
1136
+ name = "errno"
1137
+ version = "0.3.14"
1138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1140
+ dependencies = [
1141
+ "libc",
1142
+ "windows-sys 0.61.2",
1143
+ ]
1144
+
1145
+ [[package]]
1146
+ name = "event-listener"
1147
+ version = "5.4.1"
1148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1149
+ checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
1150
+ dependencies = [
1151
+ "concurrent-queue",
1152
+ "parking",
1153
+ "pin-project-lite",
1154
+ ]
1155
+
1156
+ [[package]]
1157
+ name = "event-listener-strategy"
1158
+ version = "0.5.4"
1159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1160
+ checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
1161
+ dependencies = [
1162
+ "event-listener",
1163
+ "pin-project-lite",
1164
+ ]
1165
+
1166
+ [[package]]
1167
+ name = "expman"
1168
+ version = "0.1.2"
1169
+ dependencies = [
1170
+ "anyhow",
1171
+ "chrono",
1172
+ "clap",
1173
+ "comfy-table",
1174
+ "expman-core",
1175
+ "expman-server",
1176
+ "indicatif",
1177
+ "serde_json",
1178
+ "serde_yaml",
1179
+ "tokio",
1180
+ "tracing",
1181
+ "tracing-subscriber",
1182
+ ]
1183
+
1184
+ [[package]]
1185
+ name = "expman-core"
1186
+ version = "0.1.2"
1187
+ dependencies = [
1188
+ "anyhow",
1189
+ "arrow",
1190
+ "chrono",
1191
+ "parquet",
1192
+ "serde",
1193
+ "serde_json",
1194
+ "serde_yaml",
1195
+ "tempfile",
1196
+ "thiserror 1.0.69",
1197
+ "tokio",
1198
+ "tracing",
1199
+ "tracing-appender",
1200
+ "tracing-subscriber",
1201
+ "uuid",
1202
+ ]
1203
+
1204
+ [[package]]
1205
+ name = "expman-py"
1206
+ version = "0.1.2"
1207
+ dependencies = [
1208
+ "anyhow",
1209
+ "expman-core",
1210
+ "pyo3",
1211
+ "serde_json",
1212
+ "serde_yaml",
1213
+ "tokio",
1214
+ ]
1215
+
1216
+ [[package]]
1217
+ name = "expman-server"
1218
+ version = "0.1.2"
1219
+ dependencies = [
1220
+ "anyhow",
1221
+ "axum",
1222
+ "chrono",
1223
+ "expman-core",
1224
+ "mime_guess",
1225
+ "rust-embed",
1226
+ "serde",
1227
+ "serde_json",
1228
+ "serde_yaml",
1229
+ "tokio",
1230
+ "tokio-stream",
1231
+ "tower-http",
1232
+ "tracing",
1233
+ "tracing-subscriber",
1234
+ ]
1235
+
1236
+ [[package]]
1237
+ name = "fastrand"
1238
+ version = "2.3.0"
1239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1240
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1241
+
1242
+ [[package]]
1243
+ name = "find-msvc-tools"
1244
+ version = "0.1.9"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
1247
+
1248
+ [[package]]
1249
+ name = "flatbuffers"
1250
+ version = "24.12.23"
1251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1252
+ checksum = "4f1baf0dbf96932ec9a3038d57900329c015b0bfb7b63d904f3bc27e2b02a096"
1253
+ dependencies = [
1254
+ "bitflags 1.3.2",
1255
+ "rustc_version",
1256
+ ]
1257
+
1258
+ [[package]]
1259
+ name = "flate2"
1260
+ version = "1.1.9"
1261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1262
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
1263
+ dependencies = [
1264
+ "crc32fast",
1265
+ "miniz_oxide",
1266
+ ]
1267
+
1268
+ [[package]]
1269
+ name = "fnv"
1270
+ version = "1.0.7"
1271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1272
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1273
+
1274
+ [[package]]
1275
+ name = "foldhash"
1276
+ version = "0.1.5"
1277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1278
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1279
+
1280
+ [[package]]
1281
+ name = "form_urlencoded"
1282
+ version = "1.2.2"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1285
+ dependencies = [
1286
+ "percent-encoding",
1287
+ ]
1288
+
1289
+ [[package]]
1290
+ name = "frontend"
1291
+ version = "0.1.2"
1292
+ dependencies = [
1293
+ "chrono",
1294
+ "console_error_panic_hook",
1295
+ "console_log",
1296
+ "gloo-net",
1297
+ "js-sys",
1298
+ "leptos",
1299
+ "leptos_router",
1300
+ "log",
1301
+ "lucide-leptos",
1302
+ "plotly",
1303
+ "serde",
1304
+ "serde-wasm-bindgen",
1305
+ "serde_json",
1306
+ "stylist",
1307
+ "wasm-bindgen",
1308
+ "web-sys",
1309
+ ]
1310
+
1311
+ [[package]]
1312
+ name = "futures"
1313
+ version = "0.3.32"
1314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1315
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
1316
+ dependencies = [
1317
+ "futures-channel",
1318
+ "futures-core",
1319
+ "futures-executor",
1320
+ "futures-io",
1321
+ "futures-sink",
1322
+ "futures-task",
1323
+ "futures-util",
1324
+ ]
1325
+
1326
+ [[package]]
1327
+ name = "futures-channel"
1328
+ version = "0.3.32"
1329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1330
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
1331
+ dependencies = [
1332
+ "futures-core",
1333
+ "futures-sink",
1334
+ ]
1335
+
1336
+ [[package]]
1337
+ name = "futures-core"
1338
+ version = "0.3.32"
1339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1340
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
1341
+
1342
+ [[package]]
1343
+ name = "futures-executor"
1344
+ version = "0.3.32"
1345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1346
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
1347
+ dependencies = [
1348
+ "futures-core",
1349
+ "futures-task",
1350
+ "futures-util",
1351
+ ]
1352
+
1353
+ [[package]]
1354
+ name = "futures-io"
1355
+ version = "0.3.32"
1356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1357
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
1358
+
1359
+ [[package]]
1360
+ name = "futures-macro"
1361
+ version = "0.3.32"
1362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1363
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
1364
+ dependencies = [
1365
+ "proc-macro2",
1366
+ "quote",
1367
+ "syn 2.0.116",
1368
+ ]
1369
+
1370
+ [[package]]
1371
+ name = "futures-sink"
1372
+ version = "0.3.32"
1373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1374
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
1375
+
1376
+ [[package]]
1377
+ name = "futures-task"
1378
+ version = "0.3.32"
1379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1380
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
1381
+
1382
+ [[package]]
1383
+ name = "futures-util"
1384
+ version = "0.3.32"
1385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1386
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
1387
+ dependencies = [
1388
+ "futures-channel",
1389
+ "futures-core",
1390
+ "futures-io",
1391
+ "futures-macro",
1392
+ "futures-sink",
1393
+ "futures-task",
1394
+ "memchr",
1395
+ "pin-project-lite",
1396
+ "slab",
1397
+ ]
1398
+
1399
+ [[package]]
1400
+ name = "generic-array"
1401
+ version = "0.14.7"
1402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1403
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1404
+ dependencies = [
1405
+ "typenum",
1406
+ "version_check",
1407
+ ]
1408
+
1409
+ [[package]]
1410
+ name = "getrandom"
1411
+ version = "0.2.17"
1412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1413
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1414
+ dependencies = [
1415
+ "cfg-if",
1416
+ "libc",
1417
+ "wasi",
1418
+ ]
1419
+
1420
+ [[package]]
1421
+ name = "getrandom"
1422
+ version = "0.3.4"
1423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1424
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1425
+ dependencies = [
1426
+ "cfg-if",
1427
+ "libc",
1428
+ "r-efi",
1429
+ "wasip2",
1430
+ ]
1431
+
1432
+ [[package]]
1433
+ name = "getrandom"
1434
+ version = "0.4.1"
1435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1436
+ checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
1437
+ dependencies = [
1438
+ "cfg-if",
1439
+ "libc",
1440
+ "r-efi",
1441
+ "wasip2",
1442
+ "wasip3",
1443
+ ]
1444
+
1445
+ [[package]]
1446
+ name = "globset"
1447
+ version = "0.4.18"
1448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1449
+ checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
1450
+ dependencies = [
1451
+ "aho-corasick",
1452
+ "bstr",
1453
+ "log",
1454
+ "regex-automata",
1455
+ "regex-syntax",
1456
+ ]
1457
+
1458
+ [[package]]
1459
+ name = "gloo-net"
1460
+ version = "0.6.0"
1461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1462
+ checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580"
1463
+ dependencies = [
1464
+ "futures-channel",
1465
+ "futures-core",
1466
+ "futures-sink",
1467
+ "gloo-utils",
1468
+ "http",
1469
+ "js-sys",
1470
+ "pin-project",
1471
+ "serde",
1472
+ "serde_json",
1473
+ "thiserror 1.0.69",
1474
+ "wasm-bindgen",
1475
+ "wasm-bindgen-futures",
1476
+ "web-sys",
1477
+ ]
1478
+
1479
+ [[package]]
1480
+ name = "gloo-utils"
1481
+ version = "0.2.0"
1482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1483
+ checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
1484
+ dependencies = [
1485
+ "js-sys",
1486
+ "serde",
1487
+ "serde_json",
1488
+ "wasm-bindgen",
1489
+ "web-sys",
1490
+ ]
1491
+
1492
+ [[package]]
1493
+ name = "guardian"
1494
+ version = "1.3.0"
1495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1496
+ checksum = "17e2ac29387b1aa07a1e448f7bb4f35b500787971e965b02842b900afa5c8f6f"
1497
+
1498
+ [[package]]
1499
+ name = "half"
1500
+ version = "2.7.1"
1501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1502
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1503
+ dependencies = [
1504
+ "cfg-if",
1505
+ "crunchy",
1506
+ "num-traits",
1507
+ "zerocopy",
1508
+ ]
1509
+
1510
+ [[package]]
1511
+ name = "hashbrown"
1512
+ version = "0.12.3"
1513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1514
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1515
+
1516
+ [[package]]
1517
+ name = "hashbrown"
1518
+ version = "0.14.5"
1519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1520
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1521
+
1522
+ [[package]]
1523
+ name = "hashbrown"
1524
+ version = "0.15.5"
1525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1526
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1527
+ dependencies = [
1528
+ "foldhash",
1529
+ ]
1530
+
1531
+ [[package]]
1532
+ name = "hashbrown"
1533
+ version = "0.16.1"
1534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1535
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1536
+
1537
+ [[package]]
1538
+ name = "heck"
1539
+ version = "0.5.0"
1540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1541
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1542
+
1543
+ [[package]]
1544
+ name = "hex"
1545
+ version = "0.4.3"
1546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1547
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1548
+
1549
+ [[package]]
1550
+ name = "html-escape"
1551
+ version = "0.2.13"
1552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1553
+ checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
1554
+ dependencies = [
1555
+ "utf8-width",
1556
+ ]
1557
+
1558
+ [[package]]
1559
+ name = "http"
1560
+ version = "1.4.0"
1561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1562
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1563
+ dependencies = [
1564
+ "bytes",
1565
+ "itoa",
1566
+ ]
1567
+
1568
+ [[package]]
1569
+ name = "http-body"
1570
+ version = "1.0.1"
1571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1572
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1573
+ dependencies = [
1574
+ "bytes",
1575
+ "http",
1576
+ ]
1577
+
1578
+ [[package]]
1579
+ name = "http-body-util"
1580
+ version = "0.1.3"
1581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1582
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1583
+ dependencies = [
1584
+ "bytes",
1585
+ "futures-core",
1586
+ "http",
1587
+ "http-body",
1588
+ "pin-project-lite",
1589
+ ]
1590
+
1591
+ [[package]]
1592
+ name = "http-range-header"
1593
+ version = "0.4.2"
1594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1595
+ checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
1596
+
1597
+ [[package]]
1598
+ name = "httparse"
1599
+ version = "1.10.1"
1600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1601
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1602
+
1603
+ [[package]]
1604
+ name = "httpdate"
1605
+ version = "1.0.3"
1606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1607
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1608
+
1609
+ [[package]]
1610
+ name = "hydration_context"
1611
+ version = "0.2.1"
1612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1613
+ checksum = "d35485b3dcbf7e044b8f28c73f04f13e7b509c2466fd10cb2a8a447e38f8a93a"
1614
+ dependencies = [
1615
+ "futures",
1616
+ "once_cell",
1617
+ "or_poisoned",
1618
+ "pin-project-lite",
1619
+ "serde",
1620
+ "throw_error",
1621
+ ]
1622
+
1623
+ [[package]]
1624
+ name = "hyper"
1625
+ version = "1.8.1"
1626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1627
+ checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
1628
+ dependencies = [
1629
+ "atomic-waker",
1630
+ "bytes",
1631
+ "futures-channel",
1632
+ "futures-core",
1633
+ "http",
1634
+ "http-body",
1635
+ "httparse",
1636
+ "httpdate",
1637
+ "itoa",
1638
+ "pin-project-lite",
1639
+ "pin-utils",
1640
+ "smallvec",
1641
+ "tokio",
1642
+ ]
1643
+
1644
+ [[package]]
1645
+ name = "hyper-util"
1646
+ version = "0.1.20"
1647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1648
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1649
+ dependencies = [
1650
+ "bytes",
1651
+ "http",
1652
+ "http-body",
1653
+ "hyper",
1654
+ "pin-project-lite",
1655
+ "tokio",
1656
+ "tower-service",
1657
+ ]
1658
+
1659
+ [[package]]
1660
+ name = "iana-time-zone"
1661
+ version = "0.1.65"
1662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1663
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1664
+ dependencies = [
1665
+ "android_system_properties",
1666
+ "core-foundation-sys",
1667
+ "iana-time-zone-haiku",
1668
+ "js-sys",
1669
+ "log",
1670
+ "wasm-bindgen",
1671
+ "windows-core",
1672
+ ]
1673
+
1674
+ [[package]]
1675
+ name = "iana-time-zone-haiku"
1676
+ version = "0.1.2"
1677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1678
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1679
+ dependencies = [
1680
+ "cc",
1681
+ ]
1682
+
1683
+ [[package]]
1684
+ name = "icu_collections"
1685
+ version = "2.1.1"
1686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1687
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1688
+ dependencies = [
1689
+ "displaydoc",
1690
+ "potential_utf",
1691
+ "yoke",
1692
+ "zerofrom",
1693
+ "zerovec",
1694
+ ]
1695
+
1696
+ [[package]]
1697
+ name = "icu_locale_core"
1698
+ version = "2.1.1"
1699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1700
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1701
+ dependencies = [
1702
+ "displaydoc",
1703
+ "litemap",
1704
+ "tinystr",
1705
+ "writeable",
1706
+ "zerovec",
1707
+ ]
1708
+
1709
+ [[package]]
1710
+ name = "icu_normalizer"
1711
+ version = "2.1.1"
1712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1713
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1714
+ dependencies = [
1715
+ "icu_collections",
1716
+ "icu_normalizer_data",
1717
+ "icu_properties",
1718
+ "icu_provider",
1719
+ "smallvec",
1720
+ "zerovec",
1721
+ ]
1722
+
1723
+ [[package]]
1724
+ name = "icu_normalizer_data"
1725
+ version = "2.1.1"
1726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1727
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1728
+
1729
+ [[package]]
1730
+ name = "icu_properties"
1731
+ version = "2.1.2"
1732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1733
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1734
+ dependencies = [
1735
+ "icu_collections",
1736
+ "icu_locale_core",
1737
+ "icu_properties_data",
1738
+ "icu_provider",
1739
+ "zerotrie",
1740
+ "zerovec",
1741
+ ]
1742
+
1743
+ [[package]]
1744
+ name = "icu_properties_data"
1745
+ version = "2.1.2"
1746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1747
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1748
+
1749
+ [[package]]
1750
+ name = "icu_provider"
1751
+ version = "2.1.1"
1752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1753
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1754
+ dependencies = [
1755
+ "displaydoc",
1756
+ "icu_locale_core",
1757
+ "writeable",
1758
+ "yoke",
1759
+ "zerofrom",
1760
+ "zerotrie",
1761
+ "zerovec",
1762
+ ]
1763
+
1764
+ [[package]]
1765
+ name = "id-arena"
1766
+ version = "2.3.0"
1767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1768
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1769
+
1770
+ [[package]]
1771
+ name = "ident_case"
1772
+ version = "1.0.1"
1773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1774
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1775
+
1776
+ [[package]]
1777
+ name = "idna"
1778
+ version = "1.1.0"
1779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1780
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1781
+ dependencies = [
1782
+ "idna_adapter",
1783
+ "smallvec",
1784
+ "utf8_iter",
1785
+ ]
1786
+
1787
+ [[package]]
1788
+ name = "idna_adapter"
1789
+ version = "1.2.1"
1790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1791
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1792
+ dependencies = [
1793
+ "icu_normalizer",
1794
+ "icu_properties",
1795
+ ]
1796
+
1797
+ [[package]]
1798
+ name = "indexmap"
1799
+ version = "1.9.3"
1800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1801
+ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1802
+ dependencies = [
1803
+ "autocfg",
1804
+ "hashbrown 0.12.3",
1805
+ "serde",
1806
+ ]
1807
+
1808
+ [[package]]
1809
+ name = "indexmap"
1810
+ version = "2.13.0"
1811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1812
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
1813
+ dependencies = [
1814
+ "equivalent",
1815
+ "hashbrown 0.16.1",
1816
+ "serde",
1817
+ "serde_core",
1818
+ ]
1819
+
1820
+ [[package]]
1821
+ name = "indicatif"
1822
+ version = "0.17.11"
1823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1824
+ checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
1825
+ dependencies = [
1826
+ "console",
1827
+ "number_prefix",
1828
+ "portable-atomic",
1829
+ "unicode-width",
1830
+ "web-time",
1831
+ ]
1832
+
1833
+ [[package]]
1834
+ name = "indoc"
1835
+ version = "2.0.7"
1836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1837
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
1838
+ dependencies = [
1839
+ "rustversion",
1840
+ ]
1841
+
1842
+ [[package]]
1843
+ name = "instant"
1844
+ version = "0.1.13"
1845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1846
+ checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1847
+ dependencies = [
1848
+ "cfg-if",
1849
+ "js-sys",
1850
+ "wasm-bindgen",
1851
+ "web-sys",
1852
+ ]
1853
+
1854
+ [[package]]
1855
+ name = "integer-encoding"
1856
+ version = "3.0.4"
1857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1858
+ checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
1859
+
1860
+ [[package]]
1861
+ name = "interpolator"
1862
+ version = "0.5.0"
1863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1864
+ checksum = "71dd52191aae121e8611f1e8dc3e324dd0dd1dee1e6dd91d10ee07a3cfb4d9d8"
1865
+
1866
+ [[package]]
1867
+ name = "is_terminal_polyfill"
1868
+ version = "1.70.2"
1869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1870
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1871
+
1872
+ [[package]]
1873
+ name = "itertools"
1874
+ version = "0.11.0"
1875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1876
+ checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
1877
+ dependencies = [
1878
+ "either",
1879
+ ]
1880
+
1881
+ [[package]]
1882
+ name = "itertools"
1883
+ version = "0.14.0"
1884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1885
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1886
+ dependencies = [
1887
+ "either",
1888
+ ]
1889
+
1890
+ [[package]]
1891
+ name = "itoa"
1892
+ version = "1.0.17"
1893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1894
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1895
+
1896
+ [[package]]
1897
+ name = "jobserver"
1898
+ version = "0.1.34"
1899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1900
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1901
+ dependencies = [
1902
+ "getrandom 0.3.4",
1903
+ "libc",
1904
+ ]
1905
+
1906
+ [[package]]
1907
+ name = "js-sys"
1908
+ version = "0.3.85"
1909
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1910
+ checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
1911
+ dependencies = [
1912
+ "once_cell",
1913
+ "wasm-bindgen",
1914
+ ]
1915
+
1916
+ [[package]]
1917
+ name = "lazy_static"
1918
+ version = "1.5.0"
1919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1920
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1921
+
1922
+ [[package]]
1923
+ name = "leb128fmt"
1924
+ version = "0.1.0"
1925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1926
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1927
+
1928
+ [[package]]
1929
+ name = "leptos"
1930
+ version = "0.7.8"
1931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1932
+ checksum = "26b8731cb00f3f0894058155410b95c8955b17273181d2bc72600ab84edd24f1"
1933
+ dependencies = [
1934
+ "any_spawner",
1935
+ "cfg-if",
1936
+ "either_of",
1937
+ "futures",
1938
+ "hydration_context",
1939
+ "leptos_config",
1940
+ "leptos_dom",
1941
+ "leptos_hot_reload",
1942
+ "leptos_macro",
1943
+ "leptos_server",
1944
+ "oco_ref",
1945
+ "or_poisoned",
1946
+ "paste",
1947
+ "reactive_graph",
1948
+ "rustc-hash",
1949
+ "send_wrapper",
1950
+ "serde",
1951
+ "serde_qs",
1952
+ "server_fn",
1953
+ "slotmap",
1954
+ "tachys",
1955
+ "thiserror 2.0.18",
1956
+ "throw_error",
1957
+ "typed-builder",
1958
+ "typed-builder-macro",
1959
+ "wasm-bindgen",
1960
+ "web-sys",
1961
+ ]
1962
+
1963
+ [[package]]
1964
+ name = "leptos_config"
1965
+ version = "0.7.8"
1966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1967
+ checksum = "5bae3e0ead5a7a814c8340eef7cb8b6cba364125bd8174b15dc9fe1b3cab7e03"
1968
+ dependencies = [
1969
+ "config",
1970
+ "regex",
1971
+ "serde",
1972
+ "thiserror 2.0.18",
1973
+ "typed-builder",
1974
+ ]
1975
+
1976
+ [[package]]
1977
+ name = "leptos_dom"
1978
+ version = "0.7.8"
1979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1980
+ checksum = "f89d4eb263bd5a9e7c49f780f17063f15aca56fd638c90b9dfd5f4739152e87d"
1981
+ dependencies = [
1982
+ "js-sys",
1983
+ "or_poisoned",
1984
+ "reactive_graph",
1985
+ "send_wrapper",
1986
+ "tachys",
1987
+ "wasm-bindgen",
1988
+ "web-sys",
1989
+ ]
1990
+
1991
+ [[package]]
1992
+ name = "leptos_hot_reload"
1993
+ version = "0.7.8"
1994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1995
+ checksum = "e80219388501d99b246f43b6e7d08a28f327cdd34ba630a35654d917f3e1788e"
1996
+ dependencies = [
1997
+ "anyhow",
1998
+ "camino",
1999
+ "indexmap 2.13.0",
2000
+ "parking_lot",
2001
+ "proc-macro2",
2002
+ "quote",
2003
+ "rstml",
2004
+ "serde",
2005
+ "syn 2.0.116",
2006
+ "walkdir",
2007
+ ]
2008
+
2009
+ [[package]]
2010
+ name = "leptos_macro"
2011
+ version = "0.7.9"
2012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2013
+ checksum = "e621f8f5342b9bdc93bb263b839cee7405027a74560425a2dabea9de7952b1fd"
2014
+ dependencies = [
2015
+ "attribute-derive",
2016
+ "cfg-if",
2017
+ "convert_case 0.7.1",
2018
+ "html-escape",
2019
+ "itertools 0.14.0",
2020
+ "leptos_hot_reload",
2021
+ "prettyplease",
2022
+ "proc-macro-error2",
2023
+ "proc-macro2",
2024
+ "quote",
2025
+ "rstml",
2026
+ "server_fn_macro",
2027
+ "syn 2.0.116",
2028
+ "uuid",
2029
+ ]
2030
+
2031
+ [[package]]
2032
+ name = "leptos_router"
2033
+ version = "0.7.8"
2034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2035
+ checksum = "4168ead6a9715daba953aa842795cb2ad81b6e011a15745bd3d1baf86f76de95"
2036
+ dependencies = [
2037
+ "any_spawner",
2038
+ "either_of",
2039
+ "futures",
2040
+ "gloo-net",
2041
+ "js-sys",
2042
+ "leptos",
2043
+ "leptos_router_macro",
2044
+ "once_cell",
2045
+ "or_poisoned",
2046
+ "reactive_graph",
2047
+ "send_wrapper",
2048
+ "tachys",
2049
+ "thiserror 2.0.18",
2050
+ "url",
2051
+ "wasm-bindgen",
2052
+ "web-sys",
2053
+ ]
2054
+
2055
+ [[package]]
2056
+ name = "leptos_router_macro"
2057
+ version = "0.7.8"
2058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2059
+ checksum = "e31197af38d209ffc5d9f89715381c415a1570176f8d23455fbe00d148e79640"
2060
+ dependencies = [
2061
+ "proc-macro-error2",
2062
+ "proc-macro2",
2063
+ "quote",
2064
+ "syn 2.0.116",
2065
+ ]
2066
+
2067
+ [[package]]
2068
+ name = "leptos_server"
2069
+ version = "0.7.8"
2070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2071
+ checksum = "66985242812ec95e224fb48effe651ba02728beca92c461a9464c811a71aab11"
2072
+ dependencies = [
2073
+ "any_spawner",
2074
+ "base64",
2075
+ "codee",
2076
+ "futures",
2077
+ "hydration_context",
2078
+ "or_poisoned",
2079
+ "reactive_graph",
2080
+ "send_wrapper",
2081
+ "serde",
2082
+ "serde_json",
2083
+ "server_fn",
2084
+ "tachys",
2085
+ ]
2086
+
2087
+ [[package]]
2088
+ name = "lexical-core"
2089
+ version = "1.0.6"
2090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2091
+ checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
2092
+ dependencies = [
2093
+ "lexical-parse-float",
2094
+ "lexical-parse-integer",
2095
+ "lexical-util",
2096
+ "lexical-write-float",
2097
+ "lexical-write-integer",
2098
+ ]
2099
+
2100
+ [[package]]
2101
+ name = "lexical-parse-float"
2102
+ version = "1.0.6"
2103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2104
+ checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
2105
+ dependencies = [
2106
+ "lexical-parse-integer",
2107
+ "lexical-util",
2108
+ ]
2109
+
2110
+ [[package]]
2111
+ name = "lexical-parse-integer"
2112
+ version = "1.0.6"
2113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2114
+ checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
2115
+ dependencies = [
2116
+ "lexical-util",
2117
+ ]
2118
+
2119
+ [[package]]
2120
+ name = "lexical-util"
2121
+ version = "1.0.7"
2122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2123
+ checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
2124
+
2125
+ [[package]]
2126
+ name = "lexical-write-float"
2127
+ version = "1.0.6"
2128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2129
+ checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
2130
+ dependencies = [
2131
+ "lexical-util",
2132
+ "lexical-write-integer",
2133
+ ]
2134
+
2135
+ [[package]]
2136
+ name = "lexical-write-integer"
2137
+ version = "1.0.6"
2138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2139
+ checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
2140
+ dependencies = [
2141
+ "lexical-util",
2142
+ ]
2143
+
2144
+ [[package]]
2145
+ name = "libc"
2146
+ version = "0.2.182"
2147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2148
+ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
2149
+
2150
+ [[package]]
2151
+ name = "libm"
2152
+ version = "0.2.16"
2153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2154
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
2155
+
2156
+ [[package]]
2157
+ name = "linear-map"
2158
+ version = "1.2.0"
2159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2160
+ checksum = "bfae20f6b19ad527b550c223fddc3077a547fc70cda94b9b566575423fd303ee"
2161
+
2162
+ [[package]]
2163
+ name = "linux-raw-sys"
2164
+ version = "0.11.0"
2165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2166
+ checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
2167
+
2168
+ [[package]]
2169
+ name = "litemap"
2170
+ version = "0.8.1"
2171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2172
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
2173
+
2174
+ [[package]]
2175
+ name = "litrs"
2176
+ version = "0.4.2"
2177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2178
+ checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed"
2179
+ dependencies = [
2180
+ "proc-macro2",
2181
+ ]
2182
+
2183
+ [[package]]
2184
+ name = "litrs"
2185
+ version = "1.0.0"
2186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2187
+ checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
2188
+
2189
+ [[package]]
2190
+ name = "lock_api"
2191
+ version = "0.4.14"
2192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2193
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2194
+ dependencies = [
2195
+ "scopeguard",
2196
+ ]
2197
+
2198
+ [[package]]
2199
+ name = "log"
2200
+ version = "0.4.29"
2201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2202
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
2203
+
2204
+ [[package]]
2205
+ name = "lucide-leptos"
2206
+ version = "0.1.3"
2207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2208
+ checksum = "e65119bce4da1124aefda9d0d4d08603ead0a226252f66cf6a4f65d607e86e75"
2209
+ dependencies = [
2210
+ "leptos",
2211
+ ]
2212
+
2213
+ [[package]]
2214
+ name = "lz4_flex"
2215
+ version = "0.11.5"
2216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2217
+ checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a"
2218
+ dependencies = [
2219
+ "twox-hash 2.1.2",
2220
+ ]
2221
+
2222
+ [[package]]
2223
+ name = "manyhow"
2224
+ version = "0.11.4"
2225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2226
+ checksum = "b33efb3ca6d3b07393750d4030418d594ab1139cee518f0dc88db70fec873587"
2227
+ dependencies = [
2228
+ "manyhow-macros",
2229
+ "proc-macro2",
2230
+ "quote",
2231
+ "syn 2.0.116",
2232
+ ]
2233
+
2234
+ [[package]]
2235
+ name = "manyhow-macros"
2236
+ version = "0.11.4"
2237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2238
+ checksum = "46fce34d199b78b6e6073abf984c9cf5fd3e9330145a93ee0738a7443e371495"
2239
+ dependencies = [
2240
+ "proc-macro-utils",
2241
+ "proc-macro2",
2242
+ "quote",
2243
+ ]
2244
+
2245
+ [[package]]
2246
+ name = "matchers"
2247
+ version = "0.2.0"
2248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2249
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
2250
+ dependencies = [
2251
+ "regex-automata",
2252
+ ]
2253
+
2254
+ [[package]]
2255
+ name = "matchit"
2256
+ version = "0.7.3"
2257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2258
+ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
2259
+
2260
+ [[package]]
2261
+ name = "memchr"
2262
+ version = "2.8.0"
2263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2264
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
2265
+
2266
+ [[package]]
2267
+ name = "memoffset"
2268
+ version = "0.9.1"
2269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2270
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2271
+ dependencies = [
2272
+ "autocfg",
2273
+ ]
2274
+
2275
+ [[package]]
2276
+ name = "mime"
2277
+ version = "0.3.17"
2278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2279
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2280
+
2281
+ [[package]]
2282
+ name = "mime_guess"
2283
+ version = "2.0.5"
2284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2285
+ checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2286
+ dependencies = [
2287
+ "mime",
2288
+ "unicase",
2289
+ ]
2290
+
2291
+ [[package]]
2292
+ name = "minimal-lexical"
2293
+ version = "0.2.1"
2294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2295
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2296
+
2297
+ [[package]]
2298
+ name = "miniz_oxide"
2299
+ version = "0.8.9"
2300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2301
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2302
+ dependencies = [
2303
+ "adler2",
2304
+ "simd-adler32",
2305
+ ]
2306
+
2307
+ [[package]]
2308
+ name = "mio"
2309
+ version = "1.1.1"
2310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2311
+ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
2312
+ dependencies = [
2313
+ "libc",
2314
+ "wasi",
2315
+ "windows-sys 0.61.2",
2316
+ ]
2317
+
2318
+ [[package]]
2319
+ name = "next_tuple"
2320
+ version = "0.1.0"
2321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2322
+ checksum = "60993920e071b0c9b66f14e2b32740a4e27ffc82854dcd72035887f336a09a28"
2323
+
2324
+ [[package]]
2325
+ name = "nom"
2326
+ version = "7.1.3"
2327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2328
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2329
+ dependencies = [
2330
+ "memchr",
2331
+ "minimal-lexical",
2332
+ ]
2333
+
2334
+ [[package]]
2335
+ name = "nu-ansi-term"
2336
+ version = "0.50.3"
2337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2338
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
2339
+ dependencies = [
2340
+ "windows-sys 0.61.2",
2341
+ ]
2342
+
2343
+ [[package]]
2344
+ name = "num"
2345
+ version = "0.4.3"
2346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2347
+ checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
2348
+ dependencies = [
2349
+ "num-bigint",
2350
+ "num-complex",
2351
+ "num-integer",
2352
+ "num-iter",
2353
+ "num-rational",
2354
+ "num-traits",
2355
+ ]
2356
+
2357
+ [[package]]
2358
+ name = "num-bigint"
2359
+ version = "0.4.6"
2360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2361
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2362
+ dependencies = [
2363
+ "num-integer",
2364
+ "num-traits",
2365
+ ]
2366
+
2367
+ [[package]]
2368
+ name = "num-complex"
2369
+ version = "0.4.6"
2370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2371
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2372
+ dependencies = [
2373
+ "num-traits",
2374
+ ]
2375
+
2376
+ [[package]]
2377
+ name = "num-conv"
2378
+ version = "0.2.0"
2379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2380
+ checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
2381
+
2382
+ [[package]]
2383
+ name = "num-integer"
2384
+ version = "0.1.46"
2385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2386
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2387
+ dependencies = [
2388
+ "num-traits",
2389
+ ]
2390
+
2391
+ [[package]]
2392
+ name = "num-iter"
2393
+ version = "0.1.45"
2394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2395
+ checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2396
+ dependencies = [
2397
+ "autocfg",
2398
+ "num-integer",
2399
+ "num-traits",
2400
+ ]
2401
+
2402
+ [[package]]
2403
+ name = "num-rational"
2404
+ version = "0.4.2"
2405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2406
+ checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2407
+ dependencies = [
2408
+ "num-bigint",
2409
+ "num-integer",
2410
+ "num-traits",
2411
+ ]
2412
+
2413
+ [[package]]
2414
+ name = "num-traits"
2415
+ version = "0.2.19"
2416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2417
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2418
+ dependencies = [
2419
+ "autocfg",
2420
+ "libm",
2421
+ ]
2422
+
2423
+ [[package]]
2424
+ name = "number_prefix"
2425
+ version = "0.4.0"
2426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2427
+ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2428
+
2429
+ [[package]]
2430
+ name = "oco_ref"
2431
+ version = "0.2.1"
2432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2433
+ checksum = "ed0423ff9973dea4d6bd075934fdda86ebb8c05bdf9d6b0507067d4a1226371d"
2434
+ dependencies = [
2435
+ "serde",
2436
+ "thiserror 2.0.18",
2437
+ ]
2438
+
2439
+ [[package]]
2440
+ name = "once_cell"
2441
+ version = "1.21.3"
2442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2443
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2444
+
2445
+ [[package]]
2446
+ name = "once_cell_polyfill"
2447
+ version = "1.70.2"
2448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2449
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
2450
+
2451
+ [[package]]
2452
+ name = "or_poisoned"
2453
+ version = "0.1.0"
2454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2455
+ checksum = "8c04f5d74368e4d0dfe06c45c8627c81bd7c317d52762d118fb9b3076f6420fd"
2456
+
2457
+ [[package]]
2458
+ name = "ordered-float"
2459
+ version = "2.10.1"
2460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2461
+ checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
2462
+ dependencies = [
2463
+ "num-traits",
2464
+ ]
2465
+
2466
+ [[package]]
2467
+ name = "parking"
2468
+ version = "2.2.1"
2469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2470
+ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2471
+
2472
+ [[package]]
2473
+ name = "parking_lot"
2474
+ version = "0.12.5"
2475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2476
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2477
+ dependencies = [
2478
+ "lock_api",
2479
+ "parking_lot_core",
2480
+ ]
2481
+
2482
+ [[package]]
2483
+ name = "parking_lot_core"
2484
+ version = "0.9.12"
2485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2486
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2487
+ dependencies = [
2488
+ "cfg-if",
2489
+ "libc",
2490
+ "redox_syscall",
2491
+ "smallvec",
2492
+ "windows-link",
2493
+ ]
2494
+
2495
+ [[package]]
2496
+ name = "parquet"
2497
+ version = "53.4.1"
2498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2499
+ checksum = "2f8cf58b29782a7add991f655ff42929e31a7859f5319e53db9e39a714cb113c"
2500
+ dependencies = [
2501
+ "ahash",
2502
+ "arrow-array",
2503
+ "arrow-buffer",
2504
+ "arrow-cast",
2505
+ "arrow-data",
2506
+ "arrow-ipc",
2507
+ "arrow-schema",
2508
+ "arrow-select",
2509
+ "base64",
2510
+ "brotli",
2511
+ "bytes",
2512
+ "chrono",
2513
+ "flate2",
2514
+ "half",
2515
+ "hashbrown 0.15.5",
2516
+ "lz4_flex",
2517
+ "num",
2518
+ "num-bigint",
2519
+ "paste",
2520
+ "seq-macro",
2521
+ "snap",
2522
+ "thrift",
2523
+ "twox-hash 1.6.3",
2524
+ "zstd",
2525
+ "zstd-sys",
2526
+ ]
2527
+
2528
+ [[package]]
2529
+ name = "paste"
2530
+ version = "1.0.15"
2531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2532
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2533
+
2534
+ [[package]]
2535
+ name = "pathdiff"
2536
+ version = "0.2.3"
2537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2538
+ checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
2539
+
2540
+ [[package]]
2541
+ name = "percent-encoding"
2542
+ version = "2.3.2"
2543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2544
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2545
+
2546
+ [[package]]
2547
+ name = "pin-project"
2548
+ version = "1.1.10"
2549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2550
+ checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
2551
+ dependencies = [
2552
+ "pin-project-internal",
2553
+ ]
2554
+
2555
+ [[package]]
2556
+ name = "pin-project-internal"
2557
+ version = "1.1.10"
2558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2559
+ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
2560
+ dependencies = [
2561
+ "proc-macro2",
2562
+ "quote",
2563
+ "syn 2.0.116",
2564
+ ]
2565
+
2566
+ [[package]]
2567
+ name = "pin-project-lite"
2568
+ version = "0.2.16"
2569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2570
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2571
+
2572
+ [[package]]
2573
+ name = "pin-utils"
2574
+ version = "0.1.0"
2575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2576
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2577
+
2578
+ [[package]]
2579
+ name = "pkg-config"
2580
+ version = "0.3.32"
2581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2582
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2583
+
2584
+ [[package]]
2585
+ name = "plotly"
2586
+ version = "0.14.1"
2587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2588
+ checksum = "7291750f368f10b87422a0407c0db27acf50cbcc5864564b8ac17c9711ee6afe"
2589
+ dependencies = [
2590
+ "askama",
2591
+ "dyn-clone",
2592
+ "erased-serde",
2593
+ "once_cell",
2594
+ "plotly_derive",
2595
+ "rand 0.10.0",
2596
+ "serde",
2597
+ "serde-wasm-bindgen",
2598
+ "serde_json",
2599
+ "serde_repr",
2600
+ "serde_with",
2601
+ "wasm-bindgen",
2602
+ "wasm-bindgen-futures",
2603
+ "web-sys",
2604
+ ]
2605
+
2606
+ [[package]]
2607
+ name = "plotly_derive"
2608
+ version = "0.14.1"
2609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2610
+ checksum = "eee829fde816615080d73fab040288d3844fecd2487d8936e2fd6d70c0b91db7"
2611
+ dependencies = [
2612
+ "darling 0.23.0",
2613
+ "proc-macro2",
2614
+ "quote",
2615
+ "syn 2.0.116",
2616
+ ]
2617
+
2618
+ [[package]]
2619
+ name = "portable-atomic"
2620
+ version = "1.13.1"
2621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2622
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
2623
+
2624
+ [[package]]
2625
+ name = "potential_utf"
2626
+ version = "0.1.4"
2627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2628
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
2629
+ dependencies = [
2630
+ "zerovec",
2631
+ ]
2632
+
2633
+ [[package]]
2634
+ name = "powerfmt"
2635
+ version = "0.2.0"
2636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2637
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2638
+
2639
+ [[package]]
2640
+ name = "ppv-lite86"
2641
+ version = "0.2.21"
2642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2643
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2644
+ dependencies = [
2645
+ "zerocopy",
2646
+ ]
2647
+
2648
+ [[package]]
2649
+ name = "prettyplease"
2650
+ version = "0.2.37"
2651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2652
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
2653
+ dependencies = [
2654
+ "proc-macro2",
2655
+ "syn 2.0.116",
2656
+ ]
2657
+
2658
+ [[package]]
2659
+ name = "proc-macro-error"
2660
+ version = "1.0.4"
2661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2662
+ checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2663
+ dependencies = [
2664
+ "proc-macro-error-attr",
2665
+ "proc-macro2",
2666
+ "quote",
2667
+ "syn 1.0.109",
2668
+ "version_check",
2669
+ ]
2670
+
2671
+ [[package]]
2672
+ name = "proc-macro-error-attr"
2673
+ version = "1.0.4"
2674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2675
+ checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2676
+ dependencies = [
2677
+ "proc-macro2",
2678
+ "quote",
2679
+ "version_check",
2680
+ ]
2681
+
2682
+ [[package]]
2683
+ name = "proc-macro-error-attr2"
2684
+ version = "2.0.0"
2685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2686
+ checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
2687
+ dependencies = [
2688
+ "proc-macro2",
2689
+ "quote",
2690
+ ]
2691
+
2692
+ [[package]]
2693
+ name = "proc-macro-error2"
2694
+ version = "2.0.1"
2695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2696
+ checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
2697
+ dependencies = [
2698
+ "proc-macro-error-attr2",
2699
+ "proc-macro2",
2700
+ "quote",
2701
+ "syn 2.0.116",
2702
+ ]
2703
+
2704
+ [[package]]
2705
+ name = "proc-macro-utils"
2706
+ version = "0.10.0"
2707
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2708
+ checksum = "eeaf08a13de400bc215877b5bdc088f241b12eb42f0a548d3390dc1c56bb7071"
2709
+ dependencies = [
2710
+ "proc-macro2",
2711
+ "quote",
2712
+ "smallvec",
2713
+ ]
2714
+
2715
+ [[package]]
2716
+ name = "proc-macro2"
2717
+ version = "1.0.106"
2718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2719
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2720
+ dependencies = [
2721
+ "unicode-ident",
2722
+ ]
2723
+
2724
+ [[package]]
2725
+ name = "proc-macro2-diagnostics"
2726
+ version = "0.10.1"
2727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2728
+ checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
2729
+ dependencies = [
2730
+ "proc-macro2",
2731
+ "quote",
2732
+ "syn 2.0.116",
2733
+ "version_check",
2734
+ "yansi",
2735
+ ]
2736
+
2737
+ [[package]]
2738
+ name = "pyo3"
2739
+ version = "0.22.6"
2740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2741
+ checksum = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884"
2742
+ dependencies = [
2743
+ "cfg-if",
2744
+ "indoc",
2745
+ "libc",
2746
+ "memoffset",
2747
+ "once_cell",
2748
+ "portable-atomic",
2749
+ "pyo3-build-config",
2750
+ "pyo3-ffi",
2751
+ "pyo3-macros",
2752
+ "unindent",
2753
+ ]
2754
+
2755
+ [[package]]
2756
+ name = "pyo3-build-config"
2757
+ version = "0.22.6"
2758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2759
+ checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38"
2760
+ dependencies = [
2761
+ "once_cell",
2762
+ "target-lexicon",
2763
+ ]
2764
+
2765
+ [[package]]
2766
+ name = "pyo3-ffi"
2767
+ version = "0.22.6"
2768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2769
+ checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636"
2770
+ dependencies = [
2771
+ "libc",
2772
+ "pyo3-build-config",
2773
+ ]
2774
+
2775
+ [[package]]
2776
+ name = "pyo3-macros"
2777
+ version = "0.22.6"
2778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2779
+ checksum = "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453"
2780
+ dependencies = [
2781
+ "proc-macro2",
2782
+ "pyo3-macros-backend",
2783
+ "quote",
2784
+ "syn 2.0.116",
2785
+ ]
2786
+
2787
+ [[package]]
2788
+ name = "pyo3-macros-backend"
2789
+ version = "0.22.6"
2790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2791
+ checksum = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe"
2792
+ dependencies = [
2793
+ "heck",
2794
+ "proc-macro2",
2795
+ "pyo3-build-config",
2796
+ "quote",
2797
+ "syn 2.0.116",
2798
+ ]
2799
+
2800
+ [[package]]
2801
+ name = "quote"
2802
+ version = "1.0.44"
2803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2804
+ checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
2805
+ dependencies = [
2806
+ "proc-macro2",
2807
+ ]
2808
+
2809
+ [[package]]
2810
+ name = "quote-use"
2811
+ version = "0.8.4"
2812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2813
+ checksum = "9619db1197b497a36178cfc736dc96b271fe918875fbf1344c436a7e93d0321e"
2814
+ dependencies = [
2815
+ "quote",
2816
+ "quote-use-macros",
2817
+ ]
2818
+
2819
+ [[package]]
2820
+ name = "quote-use-macros"
2821
+ version = "0.8.4"
2822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2823
+ checksum = "82ebfb7faafadc06a7ab141a6f67bcfb24cb8beb158c6fe933f2f035afa99f35"
2824
+ dependencies = [
2825
+ "proc-macro-utils",
2826
+ "proc-macro2",
2827
+ "quote",
2828
+ "syn 2.0.116",
2829
+ ]
2830
+
2831
+ [[package]]
2832
+ name = "r-efi"
2833
+ version = "5.3.0"
2834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2835
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2836
+
2837
+ [[package]]
2838
+ name = "rand"
2839
+ version = "0.8.5"
2840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2841
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2842
+ dependencies = [
2843
+ "libc",
2844
+ "rand_chacha",
2845
+ "rand_core 0.6.4",
2846
+ ]
2847
+
2848
+ [[package]]
2849
+ name = "rand"
2850
+ version = "0.10.0"
2851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2852
+ checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
2853
+ dependencies = [
2854
+ "rand_core 0.10.0",
2855
+ ]
2856
+
2857
+ [[package]]
2858
+ name = "rand_chacha"
2859
+ version = "0.3.1"
2860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2861
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2862
+ dependencies = [
2863
+ "ppv-lite86",
2864
+ "rand_core 0.6.4",
2865
+ ]
2866
+
2867
+ [[package]]
2868
+ name = "rand_core"
2869
+ version = "0.6.4"
2870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2871
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2872
+ dependencies = [
2873
+ "getrandom 0.2.17",
2874
+ ]
2875
+
2876
+ [[package]]
2877
+ name = "rand_core"
2878
+ version = "0.10.0"
2879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2880
+ checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
2881
+
2882
+ [[package]]
2883
+ name = "reactive_graph"
2884
+ version = "0.1.8"
2885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2886
+ checksum = "76a0ccddbc11a648bd09761801dac9e3f246ef7641130987d6120fced22515e6"
2887
+ dependencies = [
2888
+ "any_spawner",
2889
+ "async-lock",
2890
+ "futures",
2891
+ "guardian",
2892
+ "hydration_context",
2893
+ "or_poisoned",
2894
+ "pin-project-lite",
2895
+ "rustc-hash",
2896
+ "send_wrapper",
2897
+ "serde",
2898
+ "slotmap",
2899
+ "thiserror 2.0.18",
2900
+ "web-sys",
2901
+ ]
2902
+
2903
+ [[package]]
2904
+ name = "reactive_stores"
2905
+ version = "0.1.8"
2906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2907
+ checksum = "aadc7c19e3a360bf19cd595d2dc8b58ce67b9240b95a103fbc1317a8ff194237"
2908
+ dependencies = [
2909
+ "guardian",
2910
+ "itertools 0.14.0",
2911
+ "or_poisoned",
2912
+ "paste",
2913
+ "reactive_graph",
2914
+ "reactive_stores_macro",
2915
+ "rustc-hash",
2916
+ ]
2917
+
2918
+ [[package]]
2919
+ name = "reactive_stores_macro"
2920
+ version = "0.1.8"
2921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2922
+ checksum = "221095cb028dc51fbc2833743ea8b1a585da1a2af19b440b3528027495bf1f2d"
2923
+ dependencies = [
2924
+ "convert_case 0.7.1",
2925
+ "proc-macro-error2",
2926
+ "proc-macro2",
2927
+ "quote",
2928
+ "syn 2.0.116",
2929
+ ]
2930
+
2931
+ [[package]]
2932
+ name = "redox_syscall"
2933
+ version = "0.5.18"
2934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2935
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2936
+ dependencies = [
2937
+ "bitflags 2.11.0",
2938
+ ]
2939
+
2940
+ [[package]]
2941
+ name = "ref-cast"
2942
+ version = "1.0.25"
2943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2944
+ checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
2945
+ dependencies = [
2946
+ "ref-cast-impl",
2947
+ ]
2948
+
2949
+ [[package]]
2950
+ name = "ref-cast-impl"
2951
+ version = "1.0.25"
2952
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2953
+ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
2954
+ dependencies = [
2955
+ "proc-macro2",
2956
+ "quote",
2957
+ "syn 2.0.116",
2958
+ ]
2959
+
2960
+ [[package]]
2961
+ name = "regex"
2962
+ version = "1.12.3"
2963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2964
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
2965
+ dependencies = [
2966
+ "aho-corasick",
2967
+ "memchr",
2968
+ "regex-automata",
2969
+ "regex-syntax",
2970
+ ]
2971
+
2972
+ [[package]]
2973
+ name = "regex-automata"
2974
+ version = "0.4.14"
2975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2976
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2977
+ dependencies = [
2978
+ "aho-corasick",
2979
+ "memchr",
2980
+ "regex-syntax",
2981
+ ]
2982
+
2983
+ [[package]]
2984
+ name = "regex-syntax"
2985
+ version = "0.8.9"
2986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2987
+ checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
2988
+
2989
+ [[package]]
2990
+ name = "rstml"
2991
+ version = "0.12.1"
2992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2993
+ checksum = "61cf4616de7499fc5164570d40ca4e1b24d231c6833a88bff0fe00725080fd56"
2994
+ dependencies = [
2995
+ "derive-where",
2996
+ "proc-macro2",
2997
+ "proc-macro2-diagnostics",
2998
+ "quote",
2999
+ "syn 2.0.116",
3000
+ "syn_derive",
3001
+ "thiserror 2.0.18",
3002
+ ]
3003
+
3004
+ [[package]]
3005
+ name = "rust-embed"
3006
+ version = "8.11.0"
3007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3008
+ checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
3009
+ dependencies = [
3010
+ "rust-embed-impl",
3011
+ "rust-embed-utils",
3012
+ "walkdir",
3013
+ ]
3014
+
3015
+ [[package]]
3016
+ name = "rust-embed-impl"
3017
+ version = "8.11.0"
3018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3019
+ checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
3020
+ dependencies = [
3021
+ "proc-macro2",
3022
+ "quote",
3023
+ "rust-embed-utils",
3024
+ "syn 2.0.116",
3025
+ "walkdir",
3026
+ ]
3027
+
3028
+ [[package]]
3029
+ name = "rust-embed-utils"
3030
+ version = "8.11.0"
3031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3032
+ checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
3033
+ dependencies = [
3034
+ "globset",
3035
+ "sha2",
3036
+ "walkdir",
3037
+ ]
3038
+
3039
+ [[package]]
3040
+ name = "rustc-hash"
3041
+ version = "2.1.1"
3042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3043
+ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
3044
+
3045
+ [[package]]
3046
+ name = "rustc_version"
3047
+ version = "0.4.1"
3048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3049
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3050
+ dependencies = [
3051
+ "semver",
3052
+ ]
3053
+
3054
+ [[package]]
3055
+ name = "rustix"
3056
+ version = "1.1.3"
3057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3058
+ checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
3059
+ dependencies = [
3060
+ "bitflags 2.11.0",
3061
+ "errno",
3062
+ "libc",
3063
+ "linux-raw-sys",
3064
+ "windows-sys 0.61.2",
3065
+ ]
3066
+
3067
+ [[package]]
3068
+ name = "rustversion"
3069
+ version = "1.0.22"
3070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3071
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
3072
+
3073
+ [[package]]
3074
+ name = "ryu"
3075
+ version = "1.0.23"
3076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3077
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
3078
+
3079
+ [[package]]
3080
+ name = "same-file"
3081
+ version = "1.0.6"
3082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3083
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3084
+ dependencies = [
3085
+ "winapi-util",
3086
+ ]
3087
+
3088
+ [[package]]
3089
+ name = "schemars"
3090
+ version = "0.9.0"
3091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3092
+ checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
3093
+ dependencies = [
3094
+ "dyn-clone",
3095
+ "ref-cast",
3096
+ "serde",
3097
+ "serde_json",
3098
+ ]
3099
+
3100
+ [[package]]
3101
+ name = "schemars"
3102
+ version = "1.2.1"
3103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3104
+ checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc"
3105
+ dependencies = [
3106
+ "dyn-clone",
3107
+ "ref-cast",
3108
+ "serde",
3109
+ "serde_json",
3110
+ ]
3111
+
3112
+ [[package]]
3113
+ name = "scopeguard"
3114
+ version = "1.2.0"
3115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3116
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3117
+
3118
+ [[package]]
3119
+ name = "semver"
3120
+ version = "1.0.27"
3121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3122
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
3123
+
3124
+ [[package]]
3125
+ name = "send_wrapper"
3126
+ version = "0.6.0"
3127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3128
+ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
3129
+ dependencies = [
3130
+ "futures-core",
3131
+ ]
3132
+
3133
+ [[package]]
3134
+ name = "seq-macro"
3135
+ version = "0.3.6"
3136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3137
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
3138
+
3139
+ [[package]]
3140
+ name = "serde"
3141
+ version = "1.0.228"
3142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3143
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
3144
+ dependencies = [
3145
+ "serde_core",
3146
+ "serde_derive",
3147
+ ]
3148
+
3149
+ [[package]]
3150
+ name = "serde-wasm-bindgen"
3151
+ version = "0.6.5"
3152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3153
+ checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
3154
+ dependencies = [
3155
+ "js-sys",
3156
+ "serde",
3157
+ "wasm-bindgen",
3158
+ ]
3159
+
3160
+ [[package]]
3161
+ name = "serde_core"
3162
+ version = "1.0.228"
3163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3164
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3165
+ dependencies = [
3166
+ "serde_derive",
3167
+ ]
3168
+
3169
+ [[package]]
3170
+ name = "serde_derive"
3171
+ version = "1.0.228"
3172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3173
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3174
+ dependencies = [
3175
+ "proc-macro2",
3176
+ "quote",
3177
+ "syn 2.0.116",
3178
+ ]
3179
+
3180
+ [[package]]
3181
+ name = "serde_json"
3182
+ version = "1.0.149"
3183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3184
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
3185
+ dependencies = [
3186
+ "itoa",
3187
+ "memchr",
3188
+ "serde",
3189
+ "serde_core",
3190
+ "zmij",
3191
+ ]
3192
+
3193
+ [[package]]
3194
+ name = "serde_path_to_error"
3195
+ version = "0.1.20"
3196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3197
+ checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
3198
+ dependencies = [
3199
+ "itoa",
3200
+ "serde",
3201
+ "serde_core",
3202
+ ]
3203
+
3204
+ [[package]]
3205
+ name = "serde_qs"
3206
+ version = "0.13.0"
3207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3208
+ checksum = "cd34f36fe4c5ba9654417139a9b3a20d2e1de6012ee678ad14d240c22c78d8d6"
3209
+ dependencies = [
3210
+ "percent-encoding",
3211
+ "serde",
3212
+ "thiserror 1.0.69",
3213
+ ]
3214
+
3215
+ [[package]]
3216
+ name = "serde_repr"
3217
+ version = "0.1.20"
3218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3219
+ checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
3220
+ dependencies = [
3221
+ "proc-macro2",
3222
+ "quote",
3223
+ "syn 2.0.116",
3224
+ ]
3225
+
3226
+ [[package]]
3227
+ name = "serde_spanned"
3228
+ version = "1.0.4"
3229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3230
+ checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
3231
+ dependencies = [
3232
+ "serde_core",
3233
+ ]
3234
+
3235
+ [[package]]
3236
+ name = "serde_urlencoded"
3237
+ version = "0.7.1"
3238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3239
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3240
+ dependencies = [
3241
+ "form_urlencoded",
3242
+ "itoa",
3243
+ "ryu",
3244
+ "serde",
3245
+ ]
3246
+
3247
+ [[package]]
3248
+ name = "serde_with"
3249
+ version = "3.16.1"
3250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3251
+ checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7"
3252
+ dependencies = [
3253
+ "base64",
3254
+ "chrono",
3255
+ "hex",
3256
+ "indexmap 1.9.3",
3257
+ "indexmap 2.13.0",
3258
+ "schemars 0.9.0",
3259
+ "schemars 1.2.1",
3260
+ "serde_core",
3261
+ "serde_json",
3262
+ "serde_with_macros",
3263
+ "time",
3264
+ ]
3265
+
3266
+ [[package]]
3267
+ name = "serde_with_macros"
3268
+ version = "3.16.1"
3269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3270
+ checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c"
3271
+ dependencies = [
3272
+ "darling 0.21.3",
3273
+ "proc-macro2",
3274
+ "quote",
3275
+ "syn 2.0.116",
3276
+ ]
3277
+
3278
+ [[package]]
3279
+ name = "serde_yaml"
3280
+ version = "0.9.34+deprecated"
3281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3282
+ checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
3283
+ dependencies = [
3284
+ "indexmap 2.13.0",
3285
+ "itoa",
3286
+ "ryu",
3287
+ "serde",
3288
+ "unsafe-libyaml",
3289
+ ]
3290
+
3291
+ [[package]]
3292
+ name = "server_fn"
3293
+ version = "0.7.8"
3294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3295
+ checksum = "8d05a9e3fd8d7404985418db38c6617cc793a1a27f398d4fbc9dfe8e41b804e6"
3296
+ dependencies = [
3297
+ "bytes",
3298
+ "const_format",
3299
+ "dashmap",
3300
+ "futures",
3301
+ "gloo-net",
3302
+ "http",
3303
+ "js-sys",
3304
+ "once_cell",
3305
+ "pin-project-lite",
3306
+ "send_wrapper",
3307
+ "serde",
3308
+ "serde_json",
3309
+ "serde_qs",
3310
+ "server_fn_macro_default",
3311
+ "thiserror 2.0.18",
3312
+ "throw_error",
3313
+ "url",
3314
+ "wasm-bindgen",
3315
+ "wasm-bindgen-futures",
3316
+ "wasm-streams",
3317
+ "web-sys",
3318
+ "xxhash-rust",
3319
+ ]
3320
+
3321
+ [[package]]
3322
+ name = "server_fn_macro"
3323
+ version = "0.7.8"
3324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3325
+ checksum = "504b35e883267b3206317b46d02952ed7b8bf0e11b2e209e2eb453b609a5e052"
3326
+ dependencies = [
3327
+ "const_format",
3328
+ "convert_case 0.6.0",
3329
+ "proc-macro2",
3330
+ "quote",
3331
+ "syn 2.0.116",
3332
+ "xxhash-rust",
3333
+ ]
3334
+
3335
+ [[package]]
3336
+ name = "server_fn_macro_default"
3337
+ version = "0.7.8"
3338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3339
+ checksum = "eb8b274f568c94226a8045668554aace8142a59b8bca5414ac5a79627c825568"
3340
+ dependencies = [
3341
+ "server_fn_macro",
3342
+ "syn 2.0.116",
3343
+ ]
3344
+
3345
+ [[package]]
3346
+ name = "sha1"
3347
+ version = "0.10.6"
3348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3349
+ checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3350
+ dependencies = [
3351
+ "cfg-if",
3352
+ "cpufeatures",
3353
+ "digest",
3354
+ ]
3355
+
3356
+ [[package]]
3357
+ name = "sha2"
3358
+ version = "0.10.9"
3359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3360
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3361
+ dependencies = [
3362
+ "cfg-if",
3363
+ "cpufeatures",
3364
+ "digest",
3365
+ ]
3366
+
3367
+ [[package]]
3368
+ name = "sharded-slab"
3369
+ version = "0.1.7"
3370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3371
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3372
+ dependencies = [
3373
+ "lazy_static",
3374
+ ]
3375
+
3376
+ [[package]]
3377
+ name = "shlex"
3378
+ version = "1.3.0"
3379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3380
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3381
+
3382
+ [[package]]
3383
+ name = "signal-hook-registry"
3384
+ version = "1.4.8"
3385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3386
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
3387
+ dependencies = [
3388
+ "errno",
3389
+ "libc",
3390
+ ]
3391
+
3392
+ [[package]]
3393
+ name = "simd-adler32"
3394
+ version = "0.3.8"
3395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3396
+ checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
3397
+
3398
+ [[package]]
3399
+ name = "slab"
3400
+ version = "0.4.12"
3401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3402
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
3403
+
3404
+ [[package]]
3405
+ name = "slotmap"
3406
+ version = "1.1.1"
3407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3408
+ checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
3409
+ dependencies = [
3410
+ "version_check",
3411
+ ]
3412
+
3413
+ [[package]]
3414
+ name = "smallvec"
3415
+ version = "1.15.1"
3416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3417
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3418
+
3419
+ [[package]]
3420
+ name = "snap"
3421
+ version = "1.1.1"
3422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3423
+ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
3424
+
3425
+ [[package]]
3426
+ name = "socket2"
3427
+ version = "0.6.2"
3428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3429
+ checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
3430
+ dependencies = [
3431
+ "libc",
3432
+ "windows-sys 0.60.2",
3433
+ ]
3434
+
3435
+ [[package]]
3436
+ name = "stable_deref_trait"
3437
+ version = "1.2.1"
3438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3439
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3440
+
3441
+ [[package]]
3442
+ name = "static_assertions"
3443
+ version = "1.1.0"
3444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3445
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3446
+
3447
+ [[package]]
3448
+ name = "strsim"
3449
+ version = "0.11.1"
3450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3451
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3452
+
3453
+ [[package]]
3454
+ name = "stylist"
3455
+ version = "0.13.0"
3456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3457
+ checksum = "684929eeaa18b44296533430c1453f6ea0ebff8cc7182185657fc7887ad5b9d4"
3458
+ dependencies = [
3459
+ "fastrand",
3460
+ "instant",
3461
+ "once_cell",
3462
+ "serde",
3463
+ "stylist-core",
3464
+ "stylist-macros",
3465
+ "wasm-bindgen",
3466
+ "web-sys",
3467
+ ]
3468
+
3469
+ [[package]]
3470
+ name = "stylist-core"
3471
+ version = "0.13.0"
3472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3473
+ checksum = "7c59bd4f35e91ac75facd4b904916abddcbfca73ce70674e5babc47617dc50f7"
3474
+ dependencies = [
3475
+ "nom",
3476
+ "once_cell",
3477
+ "serde",
3478
+ "thiserror 1.0.69",
3479
+ "wasm-bindgen",
3480
+ ]
3481
+
3482
+ [[package]]
3483
+ name = "stylist-macros"
3484
+ version = "0.13.0"
3485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3486
+ checksum = "e46a93326fb80057248f81d95d9c648eab0338f353ceae4263a5e345de836fa9"
3487
+ dependencies = [
3488
+ "itertools 0.11.0",
3489
+ "litrs 0.4.2",
3490
+ "log",
3491
+ "nom",
3492
+ "proc-macro-error",
3493
+ "proc-macro2",
3494
+ "quote",
3495
+ "stylist-core",
3496
+ "syn 2.0.116",
3497
+ ]
3498
+
3499
+ [[package]]
3500
+ name = "syn"
3501
+ version = "1.0.109"
3502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3503
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3504
+ dependencies = [
3505
+ "proc-macro2",
3506
+ "unicode-ident",
3507
+ ]
3508
+
3509
+ [[package]]
3510
+ name = "syn"
3511
+ version = "2.0.116"
3512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3513
+ checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb"
3514
+ dependencies = [
3515
+ "proc-macro2",
3516
+ "quote",
3517
+ "unicode-ident",
3518
+ ]
3519
+
3520
+ [[package]]
3521
+ name = "syn_derive"
3522
+ version = "0.2.0"
3523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3524
+ checksum = "cdb066a04799e45f5d582e8fc6ec8e6d6896040d00898eb4e6a835196815b219"
3525
+ dependencies = [
3526
+ "proc-macro-error2",
3527
+ "proc-macro2",
3528
+ "quote",
3529
+ "syn 2.0.116",
3530
+ ]
3531
+
3532
+ [[package]]
3533
+ name = "sync_wrapper"
3534
+ version = "1.0.2"
3535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3536
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3537
+
3538
+ [[package]]
3539
+ name = "synstructure"
3540
+ version = "0.13.2"
3541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3542
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3543
+ dependencies = [
3544
+ "proc-macro2",
3545
+ "quote",
3546
+ "syn 2.0.116",
3547
+ ]
3548
+
3549
+ [[package]]
3550
+ name = "tachys"
3551
+ version = "0.1.9"
3552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3553
+ checksum = "f66c3b70c32844a6f1e2943c72a33ebb777ad6acbeb20d1329d62e3a7806d6ec"
3554
+ dependencies = [
3555
+ "any_spawner",
3556
+ "async-trait",
3557
+ "const_str_slice_concat",
3558
+ "drain_filter_polyfill",
3559
+ "dyn-clone",
3560
+ "either_of",
3561
+ "futures",
3562
+ "html-escape",
3563
+ "indexmap 2.13.0",
3564
+ "itertools 0.14.0",
3565
+ "js-sys",
3566
+ "linear-map",
3567
+ "next_tuple",
3568
+ "oco_ref",
3569
+ "once_cell",
3570
+ "or_poisoned",
3571
+ "parking_lot",
3572
+ "paste",
3573
+ "reactive_graph",
3574
+ "reactive_stores",
3575
+ "rustc-hash",
3576
+ "send_wrapper",
3577
+ "slotmap",
3578
+ "throw_error",
3579
+ "wasm-bindgen",
3580
+ "web-sys",
3581
+ ]
3582
+
3583
+ [[package]]
3584
+ name = "target-lexicon"
3585
+ version = "0.12.16"
3586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3587
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
3588
+
3589
+ [[package]]
3590
+ name = "tempfile"
3591
+ version = "3.25.0"
3592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3593
+ checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1"
3594
+ dependencies = [
3595
+ "fastrand",
3596
+ "getrandom 0.4.1",
3597
+ "once_cell",
3598
+ "rustix",
3599
+ "windows-sys 0.61.2",
3600
+ ]
3601
+
3602
+ [[package]]
3603
+ name = "thiserror"
3604
+ version = "1.0.69"
3605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3606
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3607
+ dependencies = [
3608
+ "thiserror-impl 1.0.69",
3609
+ ]
3610
+
3611
+ [[package]]
3612
+ name = "thiserror"
3613
+ version = "2.0.18"
3614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3615
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
3616
+ dependencies = [
3617
+ "thiserror-impl 2.0.18",
3618
+ ]
3619
+
3620
+ [[package]]
3621
+ name = "thiserror-impl"
3622
+ version = "1.0.69"
3623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3624
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3625
+ dependencies = [
3626
+ "proc-macro2",
3627
+ "quote",
3628
+ "syn 2.0.116",
3629
+ ]
3630
+
3631
+ [[package]]
3632
+ name = "thiserror-impl"
3633
+ version = "2.0.18"
3634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3635
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
3636
+ dependencies = [
3637
+ "proc-macro2",
3638
+ "quote",
3639
+ "syn 2.0.116",
3640
+ ]
3641
+
3642
+ [[package]]
3643
+ name = "thread_local"
3644
+ version = "1.1.9"
3645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3646
+ checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
3647
+ dependencies = [
3648
+ "cfg-if",
3649
+ ]
3650
+
3651
+ [[package]]
3652
+ name = "thrift"
3653
+ version = "0.17.0"
3654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3655
+ checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09"
3656
+ dependencies = [
3657
+ "byteorder",
3658
+ "integer-encoding",
3659
+ "ordered-float",
3660
+ ]
3661
+
3662
+ [[package]]
3663
+ name = "throw_error"
3664
+ version = "0.2.0"
3665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3666
+ checksum = "e4ef8bf264c6ae02a065a4a16553283f0656bd6266fc1fcb09fd2e6b5e91427b"
3667
+ dependencies = [
3668
+ "pin-project-lite",
3669
+ ]
3670
+
3671
+ [[package]]
3672
+ name = "time"
3673
+ version = "0.3.47"
3674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3675
+ checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
3676
+ dependencies = [
3677
+ "deranged",
3678
+ "itoa",
3679
+ "num-conv",
3680
+ "powerfmt",
3681
+ "serde_core",
3682
+ "time-core",
3683
+ "time-macros",
3684
+ ]
3685
+
3686
+ [[package]]
3687
+ name = "time-core"
3688
+ version = "0.1.8"
3689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3690
+ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
3691
+
3692
+ [[package]]
3693
+ name = "time-macros"
3694
+ version = "0.2.27"
3695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3696
+ checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
3697
+ dependencies = [
3698
+ "num-conv",
3699
+ "time-core",
3700
+ ]
3701
+
3702
+ [[package]]
3703
+ name = "tiny-keccak"
3704
+ version = "2.0.2"
3705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3706
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
3707
+ dependencies = [
3708
+ "crunchy",
3709
+ ]
3710
+
3711
+ [[package]]
3712
+ name = "tinystr"
3713
+ version = "0.8.2"
3714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3715
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
3716
+ dependencies = [
3717
+ "displaydoc",
3718
+ "zerovec",
3719
+ ]
3720
+
3721
+ [[package]]
3722
+ name = "tokio"
3723
+ version = "1.49.0"
3724
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3725
+ checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
3726
+ dependencies = [
3727
+ "bytes",
3728
+ "libc",
3729
+ "mio",
3730
+ "parking_lot",
3731
+ "pin-project-lite",
3732
+ "signal-hook-registry",
3733
+ "socket2",
3734
+ "tokio-macros",
3735
+ "windows-sys 0.61.2",
3736
+ ]
3737
+
3738
+ [[package]]
3739
+ name = "tokio-macros"
3740
+ version = "2.6.0"
3741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3742
+ checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
3743
+ dependencies = [
3744
+ "proc-macro2",
3745
+ "quote",
3746
+ "syn 2.0.116",
3747
+ ]
3748
+
3749
+ [[package]]
3750
+ name = "tokio-stream"
3751
+ version = "0.1.18"
3752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3753
+ checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
3754
+ dependencies = [
3755
+ "futures-core",
3756
+ "pin-project-lite",
3757
+ "tokio",
3758
+ ]
3759
+
3760
+ [[package]]
3761
+ name = "tokio-tungstenite"
3762
+ version = "0.24.0"
3763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3764
+ checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
3765
+ dependencies = [
3766
+ "futures-util",
3767
+ "log",
3768
+ "tokio",
3769
+ "tungstenite",
3770
+ ]
3771
+
3772
+ [[package]]
3773
+ name = "tokio-util"
3774
+ version = "0.7.18"
3775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3776
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
3777
+ dependencies = [
3778
+ "bytes",
3779
+ "futures-core",
3780
+ "futures-sink",
3781
+ "pin-project-lite",
3782
+ "tokio",
3783
+ ]
3784
+
3785
+ [[package]]
3786
+ name = "toml"
3787
+ version = "0.9.12+spec-1.1.0"
3788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3789
+ checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
3790
+ dependencies = [
3791
+ "serde_core",
3792
+ "serde_spanned",
3793
+ "toml_datetime",
3794
+ "toml_parser",
3795
+ "winnow",
3796
+ ]
3797
+
3798
+ [[package]]
3799
+ name = "toml_datetime"
3800
+ version = "0.7.5+spec-1.1.0"
3801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3802
+ checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
3803
+ dependencies = [
3804
+ "serde_core",
3805
+ ]
3806
+
3807
+ [[package]]
3808
+ name = "toml_parser"
3809
+ version = "1.0.9+spec-1.1.0"
3810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3811
+ checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
3812
+ dependencies = [
3813
+ "winnow",
3814
+ ]
3815
+
3816
+ [[package]]
3817
+ name = "tower"
3818
+ version = "0.5.3"
3819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3820
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
3821
+ dependencies = [
3822
+ "futures-core",
3823
+ "futures-util",
3824
+ "pin-project-lite",
3825
+ "sync_wrapper",
3826
+ "tokio",
3827
+ "tower-layer",
3828
+ "tower-service",
3829
+ "tracing",
3830
+ ]
3831
+
3832
+ [[package]]
3833
+ name = "tower-http"
3834
+ version = "0.5.2"
3835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3836
+ checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
3837
+ dependencies = [
3838
+ "bitflags 2.11.0",
3839
+ "bytes",
3840
+ "futures-util",
3841
+ "http",
3842
+ "http-body",
3843
+ "http-body-util",
3844
+ "http-range-header",
3845
+ "httpdate",
3846
+ "mime",
3847
+ "mime_guess",
3848
+ "percent-encoding",
3849
+ "pin-project-lite",
3850
+ "tokio",
3851
+ "tokio-util",
3852
+ "tower-layer",
3853
+ "tower-service",
3854
+ "tracing",
3855
+ ]
3856
+
3857
+ [[package]]
3858
+ name = "tower-layer"
3859
+ version = "0.3.3"
3860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3861
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3862
+
3863
+ [[package]]
3864
+ name = "tower-service"
3865
+ version = "0.3.3"
3866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3867
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3868
+
3869
+ [[package]]
3870
+ name = "tracing"
3871
+ version = "0.1.44"
3872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3873
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3874
+ dependencies = [
3875
+ "log",
3876
+ "pin-project-lite",
3877
+ "tracing-attributes",
3878
+ "tracing-core",
3879
+ ]
3880
+
3881
+ [[package]]
3882
+ name = "tracing-appender"
3883
+ version = "0.2.4"
3884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3885
+ checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf"
3886
+ dependencies = [
3887
+ "crossbeam-channel",
3888
+ "thiserror 2.0.18",
3889
+ "time",
3890
+ "tracing-subscriber",
3891
+ ]
3892
+
3893
+ [[package]]
3894
+ name = "tracing-attributes"
3895
+ version = "0.1.31"
3896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3897
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3898
+ dependencies = [
3899
+ "proc-macro2",
3900
+ "quote",
3901
+ "syn 2.0.116",
3902
+ ]
3903
+
3904
+ [[package]]
3905
+ name = "tracing-core"
3906
+ version = "0.1.36"
3907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3908
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3909
+ dependencies = [
3910
+ "once_cell",
3911
+ "valuable",
3912
+ ]
3913
+
3914
+ [[package]]
3915
+ name = "tracing-log"
3916
+ version = "0.2.0"
3917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3918
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3919
+ dependencies = [
3920
+ "log",
3921
+ "once_cell",
3922
+ "tracing-core",
3923
+ ]
3924
+
3925
+ [[package]]
3926
+ name = "tracing-serde"
3927
+ version = "0.2.0"
3928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3929
+ checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
3930
+ dependencies = [
3931
+ "serde",
3932
+ "tracing-core",
3933
+ ]
3934
+
3935
+ [[package]]
3936
+ name = "tracing-subscriber"
3937
+ version = "0.3.22"
3938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3939
+ checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
3940
+ dependencies = [
3941
+ "matchers",
3942
+ "nu-ansi-term",
3943
+ "once_cell",
3944
+ "regex-automata",
3945
+ "serde",
3946
+ "serde_json",
3947
+ "sharded-slab",
3948
+ "smallvec",
3949
+ "thread_local",
3950
+ "tracing",
3951
+ "tracing-core",
3952
+ "tracing-log",
3953
+ "tracing-serde",
3954
+ ]
3955
+
3956
+ [[package]]
3957
+ name = "tungstenite"
3958
+ version = "0.24.0"
3959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3960
+ checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
3961
+ dependencies = [
3962
+ "byteorder",
3963
+ "bytes",
3964
+ "data-encoding",
3965
+ "http",
3966
+ "httparse",
3967
+ "log",
3968
+ "rand 0.8.5",
3969
+ "sha1",
3970
+ "thiserror 1.0.69",
3971
+ "utf-8",
3972
+ ]
3973
+
3974
+ [[package]]
3975
+ name = "twox-hash"
3976
+ version = "1.6.3"
3977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3978
+ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
3979
+ dependencies = [
3980
+ "cfg-if",
3981
+ "static_assertions",
3982
+ ]
3983
+
3984
+ [[package]]
3985
+ name = "twox-hash"
3986
+ version = "2.1.2"
3987
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3988
+ checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
3989
+
3990
+ [[package]]
3991
+ name = "typed-builder"
3992
+ version = "0.20.1"
3993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3994
+ checksum = "cd9d30e3a08026c78f246b173243cf07b3696d274debd26680773b6773c2afc7"
3995
+ dependencies = [
3996
+ "typed-builder-macro",
3997
+ ]
3998
+
3999
+ [[package]]
4000
+ name = "typed-builder-macro"
4001
+ version = "0.20.1"
4002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4003
+ checksum = "3c36781cc0e46a83726d9879608e4cf6c2505237e263a8eb8c24502989cfdb28"
4004
+ dependencies = [
4005
+ "proc-macro2",
4006
+ "quote",
4007
+ "syn 2.0.116",
4008
+ ]
4009
+
4010
+ [[package]]
4011
+ name = "typeid"
4012
+ version = "1.0.3"
4013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4014
+ checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
4015
+
4016
+ [[package]]
4017
+ name = "typenum"
4018
+ version = "1.19.0"
4019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4020
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
4021
+
4022
+ [[package]]
4023
+ name = "unicase"
4024
+ version = "2.9.0"
4025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4026
+ checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
4027
+
4028
+ [[package]]
4029
+ name = "unicode-ident"
4030
+ version = "1.0.24"
4031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4032
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
4033
+
4034
+ [[package]]
4035
+ name = "unicode-segmentation"
4036
+ version = "1.12.0"
4037
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4038
+ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
4039
+
4040
+ [[package]]
4041
+ name = "unicode-width"
4042
+ version = "0.2.2"
4043
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4044
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
4045
+
4046
+ [[package]]
4047
+ name = "unicode-xid"
4048
+ version = "0.2.6"
4049
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4050
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
4051
+
4052
+ [[package]]
4053
+ name = "unindent"
4054
+ version = "0.2.4"
4055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4056
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
4057
+
4058
+ [[package]]
4059
+ name = "unsafe-libyaml"
4060
+ version = "0.2.11"
4061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4062
+ checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
4063
+
4064
+ [[package]]
4065
+ name = "url"
4066
+ version = "2.5.8"
4067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4068
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
4069
+ dependencies = [
4070
+ "form_urlencoded",
4071
+ "idna",
4072
+ "percent-encoding",
4073
+ "serde",
4074
+ ]
4075
+
4076
+ [[package]]
4077
+ name = "utf-8"
4078
+ version = "0.7.6"
4079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4080
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
4081
+
4082
+ [[package]]
4083
+ name = "utf8-width"
4084
+ version = "0.1.8"
4085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4086
+ checksum = "1292c0d970b54115d14f2492fe0170adf21d68a1de108eebc51c1df4f346a091"
4087
+
4088
+ [[package]]
4089
+ name = "utf8_iter"
4090
+ version = "1.0.4"
4091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4092
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4093
+
4094
+ [[package]]
4095
+ name = "utf8parse"
4096
+ version = "0.2.2"
4097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4098
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
4099
+
4100
+ [[package]]
4101
+ name = "uuid"
4102
+ version = "1.21.0"
4103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4104
+ checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb"
4105
+ dependencies = [
4106
+ "getrandom 0.4.1",
4107
+ "js-sys",
4108
+ "wasm-bindgen",
4109
+ ]
4110
+
4111
+ [[package]]
4112
+ name = "valuable"
4113
+ version = "0.1.1"
4114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4115
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
4116
+
4117
+ [[package]]
4118
+ name = "version_check"
4119
+ version = "0.9.5"
4120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4121
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4122
+
4123
+ [[package]]
4124
+ name = "walkdir"
4125
+ version = "2.5.0"
4126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4127
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4128
+ dependencies = [
4129
+ "same-file",
4130
+ "winapi-util",
4131
+ ]
4132
+
4133
+ [[package]]
4134
+ name = "wasi"
4135
+ version = "0.11.1+wasi-snapshot-preview1"
4136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4137
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4138
+
4139
+ [[package]]
4140
+ name = "wasip2"
4141
+ version = "1.0.2+wasi-0.2.9"
4142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4143
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
4144
+ dependencies = [
4145
+ "wit-bindgen",
4146
+ ]
4147
+
4148
+ [[package]]
4149
+ name = "wasip3"
4150
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
4151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4152
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
4153
+ dependencies = [
4154
+ "wit-bindgen",
4155
+ ]
4156
+
4157
+ [[package]]
4158
+ name = "wasm-bindgen"
4159
+ version = "0.2.108"
4160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4161
+ checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
4162
+ dependencies = [
4163
+ "cfg-if",
4164
+ "once_cell",
4165
+ "rustversion",
4166
+ "wasm-bindgen-macro",
4167
+ "wasm-bindgen-shared",
4168
+ ]
4169
+
4170
+ [[package]]
4171
+ name = "wasm-bindgen-futures"
4172
+ version = "0.4.58"
4173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4174
+ checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
4175
+ dependencies = [
4176
+ "cfg-if",
4177
+ "futures-util",
4178
+ "js-sys",
4179
+ "once_cell",
4180
+ "wasm-bindgen",
4181
+ "web-sys",
4182
+ ]
4183
+
4184
+ [[package]]
4185
+ name = "wasm-bindgen-macro"
4186
+ version = "0.2.108"
4187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4188
+ checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
4189
+ dependencies = [
4190
+ "quote",
4191
+ "wasm-bindgen-macro-support",
4192
+ ]
4193
+
4194
+ [[package]]
4195
+ name = "wasm-bindgen-macro-support"
4196
+ version = "0.2.108"
4197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4198
+ checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
4199
+ dependencies = [
4200
+ "bumpalo",
4201
+ "proc-macro2",
4202
+ "quote",
4203
+ "syn 2.0.116",
4204
+ "wasm-bindgen-shared",
4205
+ ]
4206
+
4207
+ [[package]]
4208
+ name = "wasm-bindgen-shared"
4209
+ version = "0.2.108"
4210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4211
+ checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
4212
+ dependencies = [
4213
+ "unicode-ident",
4214
+ ]
4215
+
4216
+ [[package]]
4217
+ name = "wasm-encoder"
4218
+ version = "0.244.0"
4219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4220
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
4221
+ dependencies = [
4222
+ "leb128fmt",
4223
+ "wasmparser",
4224
+ ]
4225
+
4226
+ [[package]]
4227
+ name = "wasm-metadata"
4228
+ version = "0.244.0"
4229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4230
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
4231
+ dependencies = [
4232
+ "anyhow",
4233
+ "indexmap 2.13.0",
4234
+ "wasm-encoder",
4235
+ "wasmparser",
4236
+ ]
4237
+
4238
+ [[package]]
4239
+ name = "wasm-streams"
4240
+ version = "0.4.2"
4241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4242
+ checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
4243
+ dependencies = [
4244
+ "futures-util",
4245
+ "js-sys",
4246
+ "wasm-bindgen",
4247
+ "wasm-bindgen-futures",
4248
+ "web-sys",
4249
+ ]
4250
+
4251
+ [[package]]
4252
+ name = "wasmparser"
4253
+ version = "0.244.0"
4254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4255
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
4256
+ dependencies = [
4257
+ "bitflags 2.11.0",
4258
+ "hashbrown 0.15.5",
4259
+ "indexmap 2.13.0",
4260
+ "semver",
4261
+ ]
4262
+
4263
+ [[package]]
4264
+ name = "web-sys"
4265
+ version = "0.3.85"
4266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4267
+ checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
4268
+ dependencies = [
4269
+ "js-sys",
4270
+ "wasm-bindgen",
4271
+ ]
4272
+
4273
+ [[package]]
4274
+ name = "web-time"
4275
+ version = "1.1.0"
4276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4277
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
4278
+ dependencies = [
4279
+ "js-sys",
4280
+ "wasm-bindgen",
4281
+ ]
4282
+
4283
+ [[package]]
4284
+ name = "winapi"
4285
+ version = "0.3.9"
4286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4287
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4288
+ dependencies = [
4289
+ "winapi-i686-pc-windows-gnu",
4290
+ "winapi-x86_64-pc-windows-gnu",
4291
+ ]
4292
+
4293
+ [[package]]
4294
+ name = "winapi-i686-pc-windows-gnu"
4295
+ version = "0.4.0"
4296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4297
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4298
+
4299
+ [[package]]
4300
+ name = "winapi-util"
4301
+ version = "0.1.11"
4302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4303
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
4304
+ dependencies = [
4305
+ "windows-sys 0.61.2",
4306
+ ]
4307
+
4308
+ [[package]]
4309
+ name = "winapi-x86_64-pc-windows-gnu"
4310
+ version = "0.4.0"
4311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4312
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4313
+
4314
+ [[package]]
4315
+ name = "windows-core"
4316
+ version = "0.62.2"
4317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4318
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
4319
+ dependencies = [
4320
+ "windows-implement",
4321
+ "windows-interface",
4322
+ "windows-link",
4323
+ "windows-result",
4324
+ "windows-strings",
4325
+ ]
4326
+
4327
+ [[package]]
4328
+ name = "windows-implement"
4329
+ version = "0.60.2"
4330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4331
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
4332
+ dependencies = [
4333
+ "proc-macro2",
4334
+ "quote",
4335
+ "syn 2.0.116",
4336
+ ]
4337
+
4338
+ [[package]]
4339
+ name = "windows-interface"
4340
+ version = "0.59.3"
4341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4342
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
4343
+ dependencies = [
4344
+ "proc-macro2",
4345
+ "quote",
4346
+ "syn 2.0.116",
4347
+ ]
4348
+
4349
+ [[package]]
4350
+ name = "windows-link"
4351
+ version = "0.2.1"
4352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4353
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4354
+
4355
+ [[package]]
4356
+ name = "windows-result"
4357
+ version = "0.4.1"
4358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4359
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4360
+ dependencies = [
4361
+ "windows-link",
4362
+ ]
4363
+
4364
+ [[package]]
4365
+ name = "windows-strings"
4366
+ version = "0.5.1"
4367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4368
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
4369
+ dependencies = [
4370
+ "windows-link",
4371
+ ]
4372
+
4373
+ [[package]]
4374
+ name = "windows-sys"
4375
+ version = "0.59.0"
4376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4377
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4378
+ dependencies = [
4379
+ "windows-targets 0.52.6",
4380
+ ]
4381
+
4382
+ [[package]]
4383
+ name = "windows-sys"
4384
+ version = "0.60.2"
4385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4386
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
4387
+ dependencies = [
4388
+ "windows-targets 0.53.5",
4389
+ ]
4390
+
4391
+ [[package]]
4392
+ name = "windows-sys"
4393
+ version = "0.61.2"
4394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4395
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4396
+ dependencies = [
4397
+ "windows-link",
4398
+ ]
4399
+
4400
+ [[package]]
4401
+ name = "windows-targets"
4402
+ version = "0.52.6"
4403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4404
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4405
+ dependencies = [
4406
+ "windows_aarch64_gnullvm 0.52.6",
4407
+ "windows_aarch64_msvc 0.52.6",
4408
+ "windows_i686_gnu 0.52.6",
4409
+ "windows_i686_gnullvm 0.52.6",
4410
+ "windows_i686_msvc 0.52.6",
4411
+ "windows_x86_64_gnu 0.52.6",
4412
+ "windows_x86_64_gnullvm 0.52.6",
4413
+ "windows_x86_64_msvc 0.52.6",
4414
+ ]
4415
+
4416
+ [[package]]
4417
+ name = "windows-targets"
4418
+ version = "0.53.5"
4419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4420
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
4421
+ dependencies = [
4422
+ "windows-link",
4423
+ "windows_aarch64_gnullvm 0.53.1",
4424
+ "windows_aarch64_msvc 0.53.1",
4425
+ "windows_i686_gnu 0.53.1",
4426
+ "windows_i686_gnullvm 0.53.1",
4427
+ "windows_i686_msvc 0.53.1",
4428
+ "windows_x86_64_gnu 0.53.1",
4429
+ "windows_x86_64_gnullvm 0.53.1",
4430
+ "windows_x86_64_msvc 0.53.1",
4431
+ ]
4432
+
4433
+ [[package]]
4434
+ name = "windows_aarch64_gnullvm"
4435
+ version = "0.52.6"
4436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4437
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4438
+
4439
+ [[package]]
4440
+ name = "windows_aarch64_gnullvm"
4441
+ version = "0.53.1"
4442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4443
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
4444
+
4445
+ [[package]]
4446
+ name = "windows_aarch64_msvc"
4447
+ version = "0.52.6"
4448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4449
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4450
+
4451
+ [[package]]
4452
+ name = "windows_aarch64_msvc"
4453
+ version = "0.53.1"
4454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4455
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
4456
+
4457
+ [[package]]
4458
+ name = "windows_i686_gnu"
4459
+ version = "0.52.6"
4460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4461
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4462
+
4463
+ [[package]]
4464
+ name = "windows_i686_gnu"
4465
+ version = "0.53.1"
4466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4467
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
4468
+
4469
+ [[package]]
4470
+ name = "windows_i686_gnullvm"
4471
+ version = "0.52.6"
4472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4473
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4474
+
4475
+ [[package]]
4476
+ name = "windows_i686_gnullvm"
4477
+ version = "0.53.1"
4478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4479
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
4480
+
4481
+ [[package]]
4482
+ name = "windows_i686_msvc"
4483
+ version = "0.52.6"
4484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4485
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4486
+
4487
+ [[package]]
4488
+ name = "windows_i686_msvc"
4489
+ version = "0.53.1"
4490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4491
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
4492
+
4493
+ [[package]]
4494
+ name = "windows_x86_64_gnu"
4495
+ version = "0.52.6"
4496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4497
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4498
+
4499
+ [[package]]
4500
+ name = "windows_x86_64_gnu"
4501
+ version = "0.53.1"
4502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4503
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
4504
+
4505
+ [[package]]
4506
+ name = "windows_x86_64_gnullvm"
4507
+ version = "0.52.6"
4508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4509
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4510
+
4511
+ [[package]]
4512
+ name = "windows_x86_64_gnullvm"
4513
+ version = "0.53.1"
4514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4515
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
4516
+
4517
+ [[package]]
4518
+ name = "windows_x86_64_msvc"
4519
+ version = "0.52.6"
4520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4521
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4522
+
4523
+ [[package]]
4524
+ name = "windows_x86_64_msvc"
4525
+ version = "0.53.1"
4526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4527
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
4528
+
4529
+ [[package]]
4530
+ name = "winnow"
4531
+ version = "0.7.14"
4532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4533
+ checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
4534
+ dependencies = [
4535
+ "memchr",
4536
+ ]
4537
+
4538
+ [[package]]
4539
+ name = "wit-bindgen"
4540
+ version = "0.51.0"
4541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4542
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
4543
+ dependencies = [
4544
+ "wit-bindgen-rust-macro",
4545
+ ]
4546
+
4547
+ [[package]]
4548
+ name = "wit-bindgen-core"
4549
+ version = "0.51.0"
4550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4551
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
4552
+ dependencies = [
4553
+ "anyhow",
4554
+ "heck",
4555
+ "wit-parser",
4556
+ ]
4557
+
4558
+ [[package]]
4559
+ name = "wit-bindgen-rust"
4560
+ version = "0.51.0"
4561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4562
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
4563
+ dependencies = [
4564
+ "anyhow",
4565
+ "heck",
4566
+ "indexmap 2.13.0",
4567
+ "prettyplease",
4568
+ "syn 2.0.116",
4569
+ "wasm-metadata",
4570
+ "wit-bindgen-core",
4571
+ "wit-component",
4572
+ ]
4573
+
4574
+ [[package]]
4575
+ name = "wit-bindgen-rust-macro"
4576
+ version = "0.51.0"
4577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4578
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
4579
+ dependencies = [
4580
+ "anyhow",
4581
+ "prettyplease",
4582
+ "proc-macro2",
4583
+ "quote",
4584
+ "syn 2.0.116",
4585
+ "wit-bindgen-core",
4586
+ "wit-bindgen-rust",
4587
+ ]
4588
+
4589
+ [[package]]
4590
+ name = "wit-component"
4591
+ version = "0.244.0"
4592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4593
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
4594
+ dependencies = [
4595
+ "anyhow",
4596
+ "bitflags 2.11.0",
4597
+ "indexmap 2.13.0",
4598
+ "log",
4599
+ "serde",
4600
+ "serde_derive",
4601
+ "serde_json",
4602
+ "wasm-encoder",
4603
+ "wasm-metadata",
4604
+ "wasmparser",
4605
+ "wit-parser",
4606
+ ]
4607
+
4608
+ [[package]]
4609
+ name = "wit-parser"
4610
+ version = "0.244.0"
4611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4612
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
4613
+ dependencies = [
4614
+ "anyhow",
4615
+ "id-arena",
4616
+ "indexmap 2.13.0",
4617
+ "log",
4618
+ "semver",
4619
+ "serde",
4620
+ "serde_derive",
4621
+ "serde_json",
4622
+ "unicode-xid",
4623
+ "wasmparser",
4624
+ ]
4625
+
4626
+ [[package]]
4627
+ name = "writeable"
4628
+ version = "0.6.2"
4629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4630
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
4631
+
4632
+ [[package]]
4633
+ name = "xxhash-rust"
4634
+ version = "0.8.15"
4635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4636
+ checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
4637
+
4638
+ [[package]]
4639
+ name = "yansi"
4640
+ version = "1.0.1"
4641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4642
+ checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
4643
+
4644
+ [[package]]
4645
+ name = "yoke"
4646
+ version = "0.8.1"
4647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4648
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
4649
+ dependencies = [
4650
+ "stable_deref_trait",
4651
+ "yoke-derive",
4652
+ "zerofrom",
4653
+ ]
4654
+
4655
+ [[package]]
4656
+ name = "yoke-derive"
4657
+ version = "0.8.1"
4658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4659
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
4660
+ dependencies = [
4661
+ "proc-macro2",
4662
+ "quote",
4663
+ "syn 2.0.116",
4664
+ "synstructure",
4665
+ ]
4666
+
4667
+ [[package]]
4668
+ name = "zerocopy"
4669
+ version = "0.8.39"
4670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4671
+ checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
4672
+ dependencies = [
4673
+ "zerocopy-derive",
4674
+ ]
4675
+
4676
+ [[package]]
4677
+ name = "zerocopy-derive"
4678
+ version = "0.8.39"
4679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4680
+ checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
4681
+ dependencies = [
4682
+ "proc-macro2",
4683
+ "quote",
4684
+ "syn 2.0.116",
4685
+ ]
4686
+
4687
+ [[package]]
4688
+ name = "zerofrom"
4689
+ version = "0.1.6"
4690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4691
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4692
+ dependencies = [
4693
+ "zerofrom-derive",
4694
+ ]
4695
+
4696
+ [[package]]
4697
+ name = "zerofrom-derive"
4698
+ version = "0.1.6"
4699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4700
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4701
+ dependencies = [
4702
+ "proc-macro2",
4703
+ "quote",
4704
+ "syn 2.0.116",
4705
+ "synstructure",
4706
+ ]
4707
+
4708
+ [[package]]
4709
+ name = "zerotrie"
4710
+ version = "0.2.3"
4711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4712
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
4713
+ dependencies = [
4714
+ "displaydoc",
4715
+ "yoke",
4716
+ "zerofrom",
4717
+ ]
4718
+
4719
+ [[package]]
4720
+ name = "zerovec"
4721
+ version = "0.11.5"
4722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4723
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
4724
+ dependencies = [
4725
+ "yoke",
4726
+ "zerofrom",
4727
+ "zerovec-derive",
4728
+ ]
4729
+
4730
+ [[package]]
4731
+ name = "zerovec-derive"
4732
+ version = "0.11.2"
4733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4734
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
4735
+ dependencies = [
4736
+ "proc-macro2",
4737
+ "quote",
4738
+ "syn 2.0.116",
4739
+ ]
4740
+
4741
+ [[package]]
4742
+ name = "zmij"
4743
+ version = "1.0.21"
4744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4745
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
4746
+
4747
+ [[package]]
4748
+ name = "zstd"
4749
+ version = "0.13.3"
4750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4751
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
4752
+ dependencies = [
4753
+ "zstd-safe",
4754
+ ]
4755
+
4756
+ [[package]]
4757
+ name = "zstd-safe"
4758
+ version = "7.2.1"
4759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4760
+ checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
4761
+ dependencies = [
4762
+ "zstd-sys",
4763
+ ]
4764
+
4765
+ [[package]]
4766
+ name = "zstd-sys"
4767
+ version = "2.0.13+zstd.1.5.6"
4768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4769
+ checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
4770
+ dependencies = [
4771
+ "cc",
4772
+ "pkg-config",
4773
+ ]