renderacre 0.1.4__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,3106 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "ahash"
7
+ version = "0.8.12"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
10
+ dependencies = [
11
+ "cfg-if",
12
+ "getrandom 0.3.4",
13
+ "once_cell",
14
+ "version_check",
15
+ "zerocopy",
16
+ ]
17
+
18
+ [[package]]
19
+ name = "aho-corasick"
20
+ version = "1.1.4"
21
+ source = "registry+https://github.com/rust-lang/crates.io-index"
22
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
23
+ dependencies = [
24
+ "memchr",
25
+ ]
26
+
27
+ [[package]]
28
+ name = "android_system_properties"
29
+ version = "0.1.5"
30
+ source = "registry+https://github.com/rust-lang/crates.io-index"
31
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
32
+ dependencies = [
33
+ "libc",
34
+ ]
35
+
36
+ [[package]]
37
+ name = "annotate-snippets"
38
+ version = "0.12.16"
39
+ source = "registry+https://github.com/rust-lang/crates.io-index"
40
+ checksum = "f211a51805bc641f3ad5b7664c77d2547af685cc33b4cd8d31964027a46f13f1"
41
+ dependencies = [
42
+ "anstyle",
43
+ "memchr",
44
+ "unicode-width",
45
+ ]
46
+
47
+ [[package]]
48
+ name = "anstream"
49
+ version = "1.0.0"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
52
+ dependencies = [
53
+ "anstyle",
54
+ "anstyle-parse",
55
+ "anstyle-query",
56
+ "anstyle-wincon",
57
+ "colorchoice",
58
+ "is_terminal_polyfill",
59
+ "utf8parse",
60
+ ]
61
+
62
+ [[package]]
63
+ name = "anstyle"
64
+ version = "1.0.14"
65
+ source = "registry+https://github.com/rust-lang/crates.io-index"
66
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
67
+
68
+ [[package]]
69
+ name = "anstyle-parse"
70
+ version = "1.0.0"
71
+ source = "registry+https://github.com/rust-lang/crates.io-index"
72
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
73
+ dependencies = [
74
+ "utf8parse",
75
+ ]
76
+
77
+ [[package]]
78
+ name = "anstyle-query"
79
+ version = "1.1.5"
80
+ source = "registry+https://github.com/rust-lang/crates.io-index"
81
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
82
+ dependencies = [
83
+ "windows-sys 0.61.2",
84
+ ]
85
+
86
+ [[package]]
87
+ name = "anstyle-wincon"
88
+ version = "3.0.11"
89
+ source = "registry+https://github.com/rust-lang/crates.io-index"
90
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
91
+ dependencies = [
92
+ "anstyle",
93
+ "once_cell_polyfill",
94
+ "windows-sys 0.61.2",
95
+ ]
96
+
97
+ [[package]]
98
+ name = "anyhow"
99
+ version = "1.0.102"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
102
+
103
+ [[package]]
104
+ name = "arraydeque"
105
+ version = "0.5.1"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
108
+
109
+ [[package]]
110
+ name = "atomic-waker"
111
+ version = "1.1.2"
112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
113
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
114
+
115
+ [[package]]
116
+ name = "attribute-derive"
117
+ version = "0.10.5"
118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
119
+ checksum = "05832cdddc8f2650cc2cc187cc2e952b8c133a48eb055f35211f61ee81502d77"
120
+ dependencies = [
121
+ "attribute-derive-macro",
122
+ "derive-where",
123
+ "manyhow",
124
+ "proc-macro2",
125
+ "quote",
126
+ "syn",
127
+ ]
128
+
129
+ [[package]]
130
+ name = "attribute-derive-macro"
131
+ version = "0.10.5"
132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
133
+ checksum = "0a7cdbbd4bd005c5d3e2e9c885e6fa575db4f4a3572335b974d8db853b6beb61"
134
+ dependencies = [
135
+ "collection_literals",
136
+ "interpolator",
137
+ "manyhow",
138
+ "proc-macro-utils",
139
+ "proc-macro2",
140
+ "quote",
141
+ "quote-use",
142
+ "syn",
143
+ ]
144
+
145
+ [[package]]
146
+ name = "autocfg"
147
+ version = "1.5.1"
148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
149
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
150
+
151
+ [[package]]
152
+ name = "axum"
153
+ version = "0.8.9"
154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
155
+ checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
156
+ dependencies = [
157
+ "axum-core",
158
+ "bytes",
159
+ "form_urlencoded",
160
+ "futures-util",
161
+ "http",
162
+ "http-body",
163
+ "http-body-util",
164
+ "hyper",
165
+ "hyper-util",
166
+ "itoa",
167
+ "matchit",
168
+ "memchr",
169
+ "mime",
170
+ "percent-encoding",
171
+ "pin-project-lite",
172
+ "serde_core",
173
+ "serde_json",
174
+ "serde_path_to_error",
175
+ "serde_urlencoded",
176
+ "sync_wrapper",
177
+ "tokio",
178
+ "tower",
179
+ "tower-layer",
180
+ "tower-service",
181
+ "tracing",
182
+ ]
183
+
184
+ [[package]]
185
+ name = "axum-core"
186
+ version = "0.5.6"
187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
188
+ checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
189
+ dependencies = [
190
+ "bytes",
191
+ "futures-core",
192
+ "http",
193
+ "http-body",
194
+ "http-body-util",
195
+ "mime",
196
+ "pin-project-lite",
197
+ "sync_wrapper",
198
+ "tower-layer",
199
+ "tower-service",
200
+ "tracing",
201
+ ]
202
+
203
+ [[package]]
204
+ name = "base64"
205
+ version = "0.22.1"
206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
207
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
208
+
209
+ [[package]]
210
+ name = "bitflags"
211
+ version = "2.11.1"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
214
+
215
+ [[package]]
216
+ name = "bstr"
217
+ version = "1.12.1"
218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
219
+ checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
220
+ dependencies = [
221
+ "memchr",
222
+ "regex-automata",
223
+ "serde",
224
+ ]
225
+
226
+ [[package]]
227
+ name = "bumpalo"
228
+ version = "3.20.3"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
231
+
232
+ [[package]]
233
+ name = "bytes"
234
+ version = "1.11.1"
235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
236
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
237
+
238
+ [[package]]
239
+ name = "castaway"
240
+ version = "0.2.4"
241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
242
+ checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
243
+ dependencies = [
244
+ "rustversion",
245
+ ]
246
+
247
+ [[package]]
248
+ name = "cc"
249
+ version = "1.2.62"
250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
251
+ checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98"
252
+ dependencies = [
253
+ "find-msvc-tools",
254
+ "shlex 1.3.0",
255
+ ]
256
+
257
+ [[package]]
258
+ name = "cfg-if"
259
+ version = "1.0.4"
260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
261
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
262
+
263
+ [[package]]
264
+ name = "cfg_aliases"
265
+ version = "0.2.1"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
268
+
269
+ [[package]]
270
+ name = "chrono"
271
+ version = "0.4.44"
272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
273
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
274
+ dependencies = [
275
+ "iana-time-zone",
276
+ "js-sys",
277
+ "num-traits",
278
+ "serde",
279
+ "wasm-bindgen",
280
+ "windows-link",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "clap"
285
+ version = "4.6.1"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
288
+ dependencies = [
289
+ "clap_builder",
290
+ "clap_derive",
291
+ ]
292
+
293
+ [[package]]
294
+ name = "clap_builder"
295
+ version = "4.6.0"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
298
+ dependencies = [
299
+ "anstream",
300
+ "anstyle",
301
+ "clap_lex",
302
+ "strsim",
303
+ ]
304
+
305
+ [[package]]
306
+ name = "clap_derive"
307
+ version = "4.6.1"
308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
309
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
310
+ dependencies = [
311
+ "heck",
312
+ "proc-macro2",
313
+ "quote",
314
+ "syn",
315
+ ]
316
+
317
+ [[package]]
318
+ name = "clap_lex"
319
+ version = "1.1.0"
320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
321
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
322
+
323
+ [[package]]
324
+ name = "collection_literals"
325
+ version = "1.0.3"
326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
327
+ checksum = "2550f75b8cfac212855f6b1885455df8eaee8fe8e246b647d69146142e016084"
328
+
329
+ [[package]]
330
+ name = "colorchoice"
331
+ version = "1.0.5"
332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
333
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
334
+
335
+ [[package]]
336
+ name = "compact_str"
337
+ version = "0.9.1"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "9dfdd1c2274d9aa354115b09dc9a901d6c5576818cdf70d14cae2bdb47df00ab"
340
+ dependencies = [
341
+ "castaway",
342
+ "cfg-if",
343
+ "itoa",
344
+ "rustversion",
345
+ "ryu",
346
+ "static_assertions",
347
+ ]
348
+
349
+ [[package]]
350
+ name = "core-foundation-sys"
351
+ version = "0.8.7"
352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
353
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
354
+
355
+ [[package]]
356
+ name = "derive-where"
357
+ version = "1.6.1"
358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
359
+ checksum = "d08b3a0bcc0d079199cd476b2cae8435016ec11d1c0986c6901c5ac223041534"
360
+ dependencies = [
361
+ "proc-macro2",
362
+ "quote",
363
+ "syn",
364
+ ]
365
+
366
+ [[package]]
367
+ name = "displaydoc"
368
+ version = "0.2.6"
369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
370
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
371
+ dependencies = [
372
+ "proc-macro2",
373
+ "quote",
374
+ "syn",
375
+ ]
376
+
377
+ [[package]]
378
+ name = "either"
379
+ version = "1.16.0"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
382
+
383
+ [[package]]
384
+ name = "encoding_rs"
385
+ version = "0.8.35"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
388
+ dependencies = [
389
+ "cfg-if",
390
+ ]
391
+
392
+ [[package]]
393
+ name = "encoding_rs_io"
394
+ version = "0.1.7"
395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
396
+ checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83"
397
+ dependencies = [
398
+ "encoding_rs",
399
+ ]
400
+
401
+ [[package]]
402
+ name = "equivalent"
403
+ version = "1.0.2"
404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
405
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
406
+
407
+ [[package]]
408
+ name = "erased-serde"
409
+ version = "0.4.10"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec"
412
+ dependencies = [
413
+ "serde",
414
+ "serde_core",
415
+ "typeid",
416
+ ]
417
+
418
+ [[package]]
419
+ name = "errno"
420
+ version = "0.3.14"
421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
422
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
423
+ dependencies = [
424
+ "libc",
425
+ "windows-sys 0.61.2",
426
+ ]
427
+
428
+ [[package]]
429
+ name = "farm-core"
430
+ version = "0.1.4"
431
+ dependencies = [
432
+ "chrono",
433
+ "openjd-expr",
434
+ "openjd-model",
435
+ "serde",
436
+ "serde_json",
437
+ "serde_yaml",
438
+ "thiserror",
439
+ "uuid",
440
+ ]
441
+
442
+ [[package]]
443
+ name = "fastrand"
444
+ version = "2.4.1"
445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
446
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
447
+
448
+ [[package]]
449
+ name = "find-msvc-tools"
450
+ version = "0.1.9"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
453
+
454
+ [[package]]
455
+ name = "foldhash"
456
+ version = "0.1.5"
457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
458
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
459
+
460
+ [[package]]
461
+ name = "form_urlencoded"
462
+ version = "1.2.2"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
465
+ dependencies = [
466
+ "percent-encoding",
467
+ ]
468
+
469
+ [[package]]
470
+ name = "futures-channel"
471
+ version = "0.3.32"
472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
473
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
474
+ dependencies = [
475
+ "futures-core",
476
+ "futures-sink",
477
+ ]
478
+
479
+ [[package]]
480
+ name = "futures-core"
481
+ version = "0.3.32"
482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
483
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
484
+
485
+ [[package]]
486
+ name = "futures-io"
487
+ version = "0.3.32"
488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
489
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
490
+
491
+ [[package]]
492
+ name = "futures-macro"
493
+ version = "0.3.32"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
496
+ dependencies = [
497
+ "proc-macro2",
498
+ "quote",
499
+ "syn",
500
+ ]
501
+
502
+ [[package]]
503
+ name = "futures-sink"
504
+ version = "0.3.32"
505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
506
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
507
+
508
+ [[package]]
509
+ name = "futures-task"
510
+ version = "0.3.32"
511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
512
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
513
+
514
+ [[package]]
515
+ name = "futures-util"
516
+ version = "0.3.32"
517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
518
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
519
+ dependencies = [
520
+ "futures-core",
521
+ "futures-io",
522
+ "futures-macro",
523
+ "futures-sink",
524
+ "futures-task",
525
+ "memchr",
526
+ "pin-project-lite",
527
+ "slab",
528
+ ]
529
+
530
+ [[package]]
531
+ name = "get-size-derive2"
532
+ version = "0.7.4"
533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
534
+ checksum = "f2b6d1e2f75c16bfbcd0f95d84f99858a6e2f885c2287d1f5c3a96e8444a34b4"
535
+ dependencies = [
536
+ "attribute-derive",
537
+ "quote",
538
+ "syn",
539
+ ]
540
+
541
+ [[package]]
542
+ name = "get-size2"
543
+ version = "0.7.4"
544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
545
+ checksum = "49cf31a6d70300cf81461098f7797571362387ef4bf85d32ac47eaa59b3a5a1a"
546
+ dependencies = [
547
+ "compact_str",
548
+ "get-size-derive2",
549
+ "hashbrown 0.16.1",
550
+ "ordermap",
551
+ "smallvec",
552
+ ]
553
+
554
+ [[package]]
555
+ name = "getopts"
556
+ version = "0.2.24"
557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
558
+ checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
559
+ dependencies = [
560
+ "unicode-width",
561
+ ]
562
+
563
+ [[package]]
564
+ name = "getrandom"
565
+ version = "0.2.17"
566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
568
+ dependencies = [
569
+ "cfg-if",
570
+ "js-sys",
571
+ "libc",
572
+ "wasi",
573
+ "wasm-bindgen",
574
+ ]
575
+
576
+ [[package]]
577
+ name = "getrandom"
578
+ version = "0.3.4"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
581
+ dependencies = [
582
+ "cfg-if",
583
+ "js-sys",
584
+ "libc",
585
+ "r-efi 5.3.0",
586
+ "wasip2",
587
+ "wasm-bindgen",
588
+ ]
589
+
590
+ [[package]]
591
+ name = "getrandom"
592
+ version = "0.4.2"
593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
594
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
595
+ dependencies = [
596
+ "cfg-if",
597
+ "libc",
598
+ "r-efi 6.0.0",
599
+ "wasip2",
600
+ "wasip3",
601
+ ]
602
+
603
+ [[package]]
604
+ name = "granit-parser"
605
+ version = "0.0.2"
606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
607
+ checksum = "b7e736dfe3881c53a7dce0685eb18202d0d9fe6911782f9870946eb9ee89d778"
608
+ dependencies = [
609
+ "arraydeque",
610
+ "smallvec",
611
+ ]
612
+
613
+ [[package]]
614
+ name = "hashbrown"
615
+ version = "0.15.5"
616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
617
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
618
+ dependencies = [
619
+ "foldhash",
620
+ ]
621
+
622
+ [[package]]
623
+ name = "hashbrown"
624
+ version = "0.16.1"
625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
626
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
627
+
628
+ [[package]]
629
+ name = "hashbrown"
630
+ version = "0.17.1"
631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
632
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
633
+
634
+ [[package]]
635
+ name = "heck"
636
+ version = "0.5.0"
637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
638
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
639
+
640
+ [[package]]
641
+ name = "http"
642
+ version = "1.4.1"
643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
644
+ checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0"
645
+ dependencies = [
646
+ "bytes",
647
+ "itoa",
648
+ ]
649
+
650
+ [[package]]
651
+ name = "http-body"
652
+ version = "1.0.1"
653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
654
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
655
+ dependencies = [
656
+ "bytes",
657
+ "http",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "http-body-util"
662
+ version = "0.1.3"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
665
+ dependencies = [
666
+ "bytes",
667
+ "futures-core",
668
+ "http",
669
+ "http-body",
670
+ "pin-project-lite",
671
+ ]
672
+
673
+ [[package]]
674
+ name = "httparse"
675
+ version = "1.10.1"
676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
677
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
678
+
679
+ [[package]]
680
+ name = "httpdate"
681
+ version = "1.0.3"
682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
683
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
684
+
685
+ [[package]]
686
+ name = "hyper"
687
+ version = "1.9.0"
688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
689
+ checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
690
+ dependencies = [
691
+ "atomic-waker",
692
+ "bytes",
693
+ "futures-channel",
694
+ "futures-core",
695
+ "http",
696
+ "http-body",
697
+ "httparse",
698
+ "httpdate",
699
+ "itoa",
700
+ "pin-project-lite",
701
+ "smallvec",
702
+ "tokio",
703
+ "want",
704
+ ]
705
+
706
+ [[package]]
707
+ name = "hyper-rustls"
708
+ version = "0.27.9"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
711
+ dependencies = [
712
+ "http",
713
+ "hyper",
714
+ "hyper-util",
715
+ "rustls",
716
+ "tokio",
717
+ "tokio-rustls",
718
+ "tower-service",
719
+ "webpki-roots",
720
+ ]
721
+
722
+ [[package]]
723
+ name = "hyper-util"
724
+ version = "0.1.20"
725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
726
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
727
+ dependencies = [
728
+ "base64",
729
+ "bytes",
730
+ "futures-channel",
731
+ "futures-util",
732
+ "http",
733
+ "http-body",
734
+ "hyper",
735
+ "ipnet",
736
+ "libc",
737
+ "percent-encoding",
738
+ "pin-project-lite",
739
+ "socket2",
740
+ "tokio",
741
+ "tower-service",
742
+ "tracing",
743
+ ]
744
+
745
+ [[package]]
746
+ name = "iana-time-zone"
747
+ version = "0.1.65"
748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
749
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
750
+ dependencies = [
751
+ "android_system_properties",
752
+ "core-foundation-sys",
753
+ "iana-time-zone-haiku",
754
+ "js-sys",
755
+ "log",
756
+ "wasm-bindgen",
757
+ "windows-core",
758
+ ]
759
+
760
+ [[package]]
761
+ name = "iana-time-zone-haiku"
762
+ version = "0.1.2"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
765
+ dependencies = [
766
+ "cc",
767
+ ]
768
+
769
+ [[package]]
770
+ name = "icu_collections"
771
+ version = "2.2.0"
772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
773
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
774
+ dependencies = [
775
+ "displaydoc",
776
+ "potential_utf",
777
+ "utf8_iter",
778
+ "yoke",
779
+ "zerofrom",
780
+ "zerovec",
781
+ ]
782
+
783
+ [[package]]
784
+ name = "icu_locale_core"
785
+ version = "2.2.0"
786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
787
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
788
+ dependencies = [
789
+ "displaydoc",
790
+ "litemap",
791
+ "tinystr",
792
+ "writeable",
793
+ "zerovec",
794
+ ]
795
+
796
+ [[package]]
797
+ name = "icu_normalizer"
798
+ version = "2.2.0"
799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
800
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
801
+ dependencies = [
802
+ "icu_collections",
803
+ "icu_normalizer_data",
804
+ "icu_properties",
805
+ "icu_provider",
806
+ "smallvec",
807
+ "zerovec",
808
+ ]
809
+
810
+ [[package]]
811
+ name = "icu_normalizer_data"
812
+ version = "2.2.0"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
815
+
816
+ [[package]]
817
+ name = "icu_properties"
818
+ version = "2.2.0"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
821
+ dependencies = [
822
+ "icu_collections",
823
+ "icu_locale_core",
824
+ "icu_properties_data",
825
+ "icu_provider",
826
+ "zerotrie",
827
+ "zerovec",
828
+ ]
829
+
830
+ [[package]]
831
+ name = "icu_properties_data"
832
+ version = "2.2.0"
833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
834
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
835
+
836
+ [[package]]
837
+ name = "icu_provider"
838
+ version = "2.2.0"
839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
840
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
841
+ dependencies = [
842
+ "displaydoc",
843
+ "icu_locale_core",
844
+ "writeable",
845
+ "yoke",
846
+ "zerofrom",
847
+ "zerotrie",
848
+ "zerovec",
849
+ ]
850
+
851
+ [[package]]
852
+ name = "id-arena"
853
+ version = "2.3.0"
854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
855
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
856
+
857
+ [[package]]
858
+ name = "idna"
859
+ version = "1.1.0"
860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
861
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
862
+ dependencies = [
863
+ "idna_adapter",
864
+ "smallvec",
865
+ "utf8_iter",
866
+ ]
867
+
868
+ [[package]]
869
+ name = "idna_adapter"
870
+ version = "1.2.2"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
873
+ dependencies = [
874
+ "icu_normalizer",
875
+ "icu_properties",
876
+ ]
877
+
878
+ [[package]]
879
+ name = "indexmap"
880
+ version = "2.14.0"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
883
+ dependencies = [
884
+ "equivalent",
885
+ "hashbrown 0.17.1",
886
+ "serde",
887
+ "serde_core",
888
+ ]
889
+
890
+ [[package]]
891
+ name = "indoc"
892
+ version = "2.0.7"
893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
894
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
895
+ dependencies = [
896
+ "rustversion",
897
+ ]
898
+
899
+ [[package]]
900
+ name = "interpolator"
901
+ version = "0.5.0"
902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
903
+ checksum = "71dd52191aae121e8611f1e8dc3e324dd0dd1dee1e6dd91d10ee07a3cfb4d9d8"
904
+
905
+ [[package]]
906
+ name = "ipnet"
907
+ version = "2.12.0"
908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
909
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
910
+
911
+ [[package]]
912
+ name = "is-macro"
913
+ version = "0.3.7"
914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
915
+ checksum = "1d57a3e447e24c22647738e4607f1df1e0ec6f72e16182c4cd199f647cdfb0e4"
916
+ dependencies = [
917
+ "heck",
918
+ "proc-macro2",
919
+ "quote",
920
+ "syn",
921
+ ]
922
+
923
+ [[package]]
924
+ name = "is_terminal_polyfill"
925
+ version = "1.70.2"
926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
927
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
928
+
929
+ [[package]]
930
+ name = "itertools"
931
+ version = "0.14.0"
932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
933
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
934
+ dependencies = [
935
+ "either",
936
+ ]
937
+
938
+ [[package]]
939
+ name = "itoa"
940
+ version = "1.0.18"
941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
942
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
943
+
944
+ [[package]]
945
+ name = "js-sys"
946
+ version = "0.3.99"
947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
948
+ checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11"
949
+ dependencies = [
950
+ "cfg-if",
951
+ "futures-util",
952
+ "once_cell",
953
+ "wasm-bindgen",
954
+ ]
955
+
956
+ [[package]]
957
+ name = "lazy_static"
958
+ version = "1.5.0"
959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
960
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
961
+
962
+ [[package]]
963
+ name = "leb128fmt"
964
+ version = "0.1.0"
965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
966
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
967
+
968
+ [[package]]
969
+ name = "libc"
970
+ version = "0.2.186"
971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
972
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
973
+
974
+ [[package]]
975
+ name = "linux-raw-sys"
976
+ version = "0.12.1"
977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
978
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
979
+
980
+ [[package]]
981
+ name = "litemap"
982
+ version = "0.8.2"
983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
984
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
985
+
986
+ [[package]]
987
+ name = "log"
988
+ version = "0.4.30"
989
+ source = "registry+https://github.com/rust-lang/crates.io-index"
990
+ checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5"
991
+ dependencies = [
992
+ "value-bag",
993
+ ]
994
+
995
+ [[package]]
996
+ name = "lru-slab"
997
+ version = "0.1.2"
998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
999
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1000
+
1001
+ [[package]]
1002
+ name = "manyhow"
1003
+ version = "0.11.4"
1004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1005
+ checksum = "b33efb3ca6d3b07393750d4030418d594ab1139cee518f0dc88db70fec873587"
1006
+ dependencies = [
1007
+ "manyhow-macros",
1008
+ "proc-macro2",
1009
+ "quote",
1010
+ "syn",
1011
+ ]
1012
+
1013
+ [[package]]
1014
+ name = "manyhow-macros"
1015
+ version = "0.11.4"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "46fce34d199b78b6e6073abf984c9cf5fd3e9330145a93ee0738a7443e371495"
1018
+ dependencies = [
1019
+ "proc-macro-utils",
1020
+ "proc-macro2",
1021
+ "quote",
1022
+ ]
1023
+
1024
+ [[package]]
1025
+ name = "matchers"
1026
+ version = "0.2.0"
1027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1028
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1029
+ dependencies = [
1030
+ "regex-automata",
1031
+ ]
1032
+
1033
+ [[package]]
1034
+ name = "matchit"
1035
+ version = "0.8.4"
1036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1037
+ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1038
+
1039
+ [[package]]
1040
+ name = "memchr"
1041
+ version = "2.8.1"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
1044
+
1045
+ [[package]]
1046
+ name = "memoffset"
1047
+ version = "0.9.1"
1048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1049
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1050
+ dependencies = [
1051
+ "autocfg",
1052
+ ]
1053
+
1054
+ [[package]]
1055
+ name = "mime"
1056
+ version = "0.3.17"
1057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1058
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1059
+
1060
+ [[package]]
1061
+ name = "mio"
1062
+ version = "1.2.0"
1063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1064
+ checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1065
+ dependencies = [
1066
+ "libc",
1067
+ "wasi",
1068
+ "windows-sys 0.61.2",
1069
+ ]
1070
+
1071
+ [[package]]
1072
+ name = "nix"
1073
+ version = "0.31.3"
1074
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1075
+ checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"
1076
+ dependencies = [
1077
+ "bitflags",
1078
+ "cfg-if",
1079
+ "cfg_aliases",
1080
+ "libc",
1081
+ ]
1082
+
1083
+ [[package]]
1084
+ name = "nohash-hasher"
1085
+ version = "0.2.0"
1086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1087
+ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
1088
+
1089
+ [[package]]
1090
+ name = "nu-ansi-term"
1091
+ version = "0.50.3"
1092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1093
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1094
+ dependencies = [
1095
+ "windows-sys 0.61.2",
1096
+ ]
1097
+
1098
+ [[package]]
1099
+ name = "num-traits"
1100
+ version = "0.2.19"
1101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1102
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1103
+ dependencies = [
1104
+ "autocfg",
1105
+ ]
1106
+
1107
+ [[package]]
1108
+ name = "once_cell"
1109
+ version = "1.21.4"
1110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1111
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1112
+
1113
+ [[package]]
1114
+ name = "once_cell_polyfill"
1115
+ version = "1.70.2"
1116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1117
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1118
+
1119
+ [[package]]
1120
+ name = "openjd-expr"
1121
+ version = "0.1.1"
1122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1123
+ checksum = "f8fa200f6b5ca877b36e66a26a48d8f6c65cce072c6d8ad9ad9ece6d1e0adfc8"
1124
+ dependencies = [
1125
+ "regex",
1126
+ "regex-syntax",
1127
+ "rustpython-ruff_python_ast",
1128
+ "rustpython-ruff_python_parser",
1129
+ "rustpython-ruff_text_size",
1130
+ "serde",
1131
+ "serde_json",
1132
+ "shlex 2.0.1",
1133
+ "thiserror",
1134
+ ]
1135
+
1136
+ [[package]]
1137
+ name = "openjd-model"
1138
+ version = "0.2.0"
1139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1140
+ checksum = "34eead69fd679f076cfeb75da1f0446affbda5bd5b0e57bd4ae3212002dc1a22"
1141
+ dependencies = [
1142
+ "indexmap",
1143
+ "openjd-expr",
1144
+ "regex",
1145
+ "serde",
1146
+ "serde-saphyr",
1147
+ "serde_json",
1148
+ "thiserror",
1149
+ ]
1150
+
1151
+ [[package]]
1152
+ name = "openjd-sessions"
1153
+ version = "0.2.2"
1154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1155
+ checksum = "1a41d85a1df4d7c667cb0cb2f99441453645c87797cacfb7fee7a93255d4919f"
1156
+ dependencies = [
1157
+ "bitflags",
1158
+ "futures-util",
1159
+ "getrandom 0.4.2",
1160
+ "log",
1161
+ "nix",
1162
+ "openjd-expr",
1163
+ "openjd-model",
1164
+ "regex",
1165
+ "serde",
1166
+ "serde-saphyr",
1167
+ "serde_json",
1168
+ "shlex 2.0.1",
1169
+ "thiserror",
1170
+ "tokio",
1171
+ "tokio-util",
1172
+ "uuid",
1173
+ "which",
1174
+ "windows",
1175
+ ]
1176
+
1177
+ [[package]]
1178
+ name = "ordermap"
1179
+ version = "1.2.0"
1180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1181
+ checksum = "7f7476a5b122ff1fce7208e7ee9dccd0a516e835f5b8b19b8f3c98a34cf757c1"
1182
+ dependencies = [
1183
+ "indexmap",
1184
+ ]
1185
+
1186
+ [[package]]
1187
+ name = "percent-encoding"
1188
+ version = "2.3.2"
1189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1190
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1191
+
1192
+ [[package]]
1193
+ name = "phf"
1194
+ version = "0.11.3"
1195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1196
+ checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
1197
+ dependencies = [
1198
+ "phf_shared",
1199
+ ]
1200
+
1201
+ [[package]]
1202
+ name = "phf_codegen"
1203
+ version = "0.11.3"
1204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1205
+ checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
1206
+ dependencies = [
1207
+ "phf_generator",
1208
+ "phf_shared",
1209
+ ]
1210
+
1211
+ [[package]]
1212
+ name = "phf_generator"
1213
+ version = "0.11.3"
1214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1215
+ checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
1216
+ dependencies = [
1217
+ "phf_shared",
1218
+ "rand 0.8.6",
1219
+ ]
1220
+
1221
+ [[package]]
1222
+ name = "phf_shared"
1223
+ version = "0.11.3"
1224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1225
+ checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
1226
+ dependencies = [
1227
+ "siphasher",
1228
+ ]
1229
+
1230
+ [[package]]
1231
+ name = "pin-project-lite"
1232
+ version = "0.2.17"
1233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1234
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1235
+
1236
+ [[package]]
1237
+ name = "portable-atomic"
1238
+ version = "1.13.1"
1239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1240
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1241
+
1242
+ [[package]]
1243
+ name = "potential_utf"
1244
+ version = "0.1.5"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1247
+ dependencies = [
1248
+ "zerovec",
1249
+ ]
1250
+
1251
+ [[package]]
1252
+ name = "ppv-lite86"
1253
+ version = "0.2.21"
1254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1255
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1256
+ dependencies = [
1257
+ "zerocopy",
1258
+ ]
1259
+
1260
+ [[package]]
1261
+ name = "prettyplease"
1262
+ version = "0.2.37"
1263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1264
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1265
+ dependencies = [
1266
+ "proc-macro2",
1267
+ "syn",
1268
+ ]
1269
+
1270
+ [[package]]
1271
+ name = "proc-macro-utils"
1272
+ version = "0.10.0"
1273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1274
+ checksum = "eeaf08a13de400bc215877b5bdc088f241b12eb42f0a548d3390dc1c56bb7071"
1275
+ dependencies = [
1276
+ "proc-macro2",
1277
+ "quote",
1278
+ "smallvec",
1279
+ ]
1280
+
1281
+ [[package]]
1282
+ name = "proc-macro2"
1283
+ version = "1.0.106"
1284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1285
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1286
+ dependencies = [
1287
+ "unicode-ident",
1288
+ ]
1289
+
1290
+ [[package]]
1291
+ name = "pyo3"
1292
+ version = "0.27.2"
1293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1294
+ checksum = "ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d"
1295
+ dependencies = [
1296
+ "indoc",
1297
+ "libc",
1298
+ "memoffset",
1299
+ "once_cell",
1300
+ "portable-atomic",
1301
+ "pyo3-build-config",
1302
+ "pyo3-ffi",
1303
+ "pyo3-macros",
1304
+ "unindent",
1305
+ ]
1306
+
1307
+ [[package]]
1308
+ name = "pyo3-build-config"
1309
+ version = "0.27.2"
1310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1311
+ checksum = "b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6"
1312
+ dependencies = [
1313
+ "target-lexicon",
1314
+ ]
1315
+
1316
+ [[package]]
1317
+ name = "pyo3-ffi"
1318
+ version = "0.27.2"
1319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1320
+ checksum = "1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089"
1321
+ dependencies = [
1322
+ "libc",
1323
+ "pyo3-build-config",
1324
+ ]
1325
+
1326
+ [[package]]
1327
+ name = "pyo3-macros"
1328
+ version = "0.27.2"
1329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1330
+ checksum = "0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02"
1331
+ dependencies = [
1332
+ "proc-macro2",
1333
+ "pyo3-macros-backend",
1334
+ "quote",
1335
+ "syn",
1336
+ ]
1337
+
1338
+ [[package]]
1339
+ name = "pyo3-macros-backend"
1340
+ version = "0.27.2"
1341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1342
+ checksum = "03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9"
1343
+ dependencies = [
1344
+ "heck",
1345
+ "proc-macro2",
1346
+ "pyo3-build-config",
1347
+ "quote",
1348
+ "syn",
1349
+ ]
1350
+
1351
+ [[package]]
1352
+ name = "quinn"
1353
+ version = "0.11.9"
1354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1355
+ checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1356
+ dependencies = [
1357
+ "bytes",
1358
+ "cfg_aliases",
1359
+ "pin-project-lite",
1360
+ "quinn-proto",
1361
+ "quinn-udp",
1362
+ "rustc-hash",
1363
+ "rustls",
1364
+ "socket2",
1365
+ "thiserror",
1366
+ "tokio",
1367
+ "tracing",
1368
+ "web-time",
1369
+ ]
1370
+
1371
+ [[package]]
1372
+ name = "quinn-proto"
1373
+ version = "0.11.14"
1374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1375
+ checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
1376
+ dependencies = [
1377
+ "bytes",
1378
+ "getrandom 0.3.4",
1379
+ "lru-slab",
1380
+ "rand 0.9.4",
1381
+ "ring",
1382
+ "rustc-hash",
1383
+ "rustls",
1384
+ "rustls-pki-types",
1385
+ "slab",
1386
+ "thiserror",
1387
+ "tinyvec",
1388
+ "tracing",
1389
+ "web-time",
1390
+ ]
1391
+
1392
+ [[package]]
1393
+ name = "quinn-udp"
1394
+ version = "0.5.14"
1395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1396
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1397
+ dependencies = [
1398
+ "cfg_aliases",
1399
+ "libc",
1400
+ "once_cell",
1401
+ "socket2",
1402
+ "tracing",
1403
+ "windows-sys 0.60.2",
1404
+ ]
1405
+
1406
+ [[package]]
1407
+ name = "quote"
1408
+ version = "1.0.45"
1409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1410
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1411
+ dependencies = [
1412
+ "proc-macro2",
1413
+ ]
1414
+
1415
+ [[package]]
1416
+ name = "quote-use"
1417
+ version = "0.8.4"
1418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1419
+ checksum = "9619db1197b497a36178cfc736dc96b271fe918875fbf1344c436a7e93d0321e"
1420
+ dependencies = [
1421
+ "quote",
1422
+ "quote-use-macros",
1423
+ ]
1424
+
1425
+ [[package]]
1426
+ name = "quote-use-macros"
1427
+ version = "0.8.4"
1428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1429
+ checksum = "82ebfb7faafadc06a7ab141a6f67bcfb24cb8beb158c6fe933f2f035afa99f35"
1430
+ dependencies = [
1431
+ "proc-macro-utils",
1432
+ "proc-macro2",
1433
+ "quote",
1434
+ "syn",
1435
+ ]
1436
+
1437
+ [[package]]
1438
+ name = "r-efi"
1439
+ version = "5.3.0"
1440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1441
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1442
+
1443
+ [[package]]
1444
+ name = "r-efi"
1445
+ version = "6.0.0"
1446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1447
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1448
+
1449
+ [[package]]
1450
+ name = "rand"
1451
+ version = "0.8.6"
1452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1453
+ checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
1454
+ dependencies = [
1455
+ "libc",
1456
+ "rand_chacha 0.3.1",
1457
+ "rand_core 0.6.4",
1458
+ ]
1459
+
1460
+ [[package]]
1461
+ name = "rand"
1462
+ version = "0.9.4"
1463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1464
+ checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
1465
+ dependencies = [
1466
+ "rand_chacha 0.9.0",
1467
+ "rand_core 0.9.5",
1468
+ ]
1469
+
1470
+ [[package]]
1471
+ name = "rand_chacha"
1472
+ version = "0.3.1"
1473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1474
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1475
+ dependencies = [
1476
+ "ppv-lite86",
1477
+ "rand_core 0.6.4",
1478
+ ]
1479
+
1480
+ [[package]]
1481
+ name = "rand_chacha"
1482
+ version = "0.9.0"
1483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1484
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1485
+ dependencies = [
1486
+ "ppv-lite86",
1487
+ "rand_core 0.9.5",
1488
+ ]
1489
+
1490
+ [[package]]
1491
+ name = "rand_core"
1492
+ version = "0.6.4"
1493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1494
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1495
+ dependencies = [
1496
+ "getrandom 0.2.17",
1497
+ ]
1498
+
1499
+ [[package]]
1500
+ name = "rand_core"
1501
+ version = "0.9.5"
1502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1503
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1504
+ dependencies = [
1505
+ "getrandom 0.3.4",
1506
+ ]
1507
+
1508
+ [[package]]
1509
+ name = "regex"
1510
+ version = "1.12.3"
1511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1512
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1513
+ dependencies = [
1514
+ "aho-corasick",
1515
+ "memchr",
1516
+ "regex-automata",
1517
+ "regex-syntax",
1518
+ ]
1519
+
1520
+ [[package]]
1521
+ name = "regex-automata"
1522
+ version = "0.4.14"
1523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1524
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1525
+ dependencies = [
1526
+ "aho-corasick",
1527
+ "memchr",
1528
+ "regex-syntax",
1529
+ ]
1530
+
1531
+ [[package]]
1532
+ name = "regex-syntax"
1533
+ version = "0.8.10"
1534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1535
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1536
+
1537
+ [[package]]
1538
+ name = "renderacre-controller"
1539
+ version = "0.1.4"
1540
+ dependencies = [
1541
+ "anyhow",
1542
+ "axum",
1543
+ "clap",
1544
+ "farm-core",
1545
+ "serde_json",
1546
+ "tokio",
1547
+ "tower-http",
1548
+ "tracing",
1549
+ "tracing-subscriber",
1550
+ "uuid",
1551
+ ]
1552
+
1553
+ [[package]]
1554
+ name = "renderacre-python"
1555
+ version = "0.1.4"
1556
+ dependencies = [
1557
+ "farm-core",
1558
+ "pyo3",
1559
+ "reqwest",
1560
+ "serde_json",
1561
+ ]
1562
+
1563
+ [[package]]
1564
+ name = "renderacre-worker"
1565
+ version = "0.1.4"
1566
+ dependencies = [
1567
+ "anyhow",
1568
+ "clap",
1569
+ "farm-core",
1570
+ "openjd-expr",
1571
+ "openjd-model",
1572
+ "openjd-sessions",
1573
+ "reqwest",
1574
+ "serde_json",
1575
+ "tempfile",
1576
+ "tokio",
1577
+ "tracing",
1578
+ "tracing-subscriber",
1579
+ "uuid",
1580
+ ]
1581
+
1582
+ [[package]]
1583
+ name = "reqwest"
1584
+ version = "0.12.28"
1585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1586
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1587
+ dependencies = [
1588
+ "base64",
1589
+ "bytes",
1590
+ "futures-channel",
1591
+ "futures-core",
1592
+ "futures-util",
1593
+ "http",
1594
+ "http-body",
1595
+ "http-body-util",
1596
+ "hyper",
1597
+ "hyper-rustls",
1598
+ "hyper-util",
1599
+ "js-sys",
1600
+ "log",
1601
+ "percent-encoding",
1602
+ "pin-project-lite",
1603
+ "quinn",
1604
+ "rustls",
1605
+ "rustls-pki-types",
1606
+ "serde",
1607
+ "serde_json",
1608
+ "serde_urlencoded",
1609
+ "sync_wrapper",
1610
+ "tokio",
1611
+ "tokio-rustls",
1612
+ "tower",
1613
+ "tower-http",
1614
+ "tower-service",
1615
+ "url",
1616
+ "wasm-bindgen",
1617
+ "wasm-bindgen-futures",
1618
+ "web-sys",
1619
+ "webpki-roots",
1620
+ ]
1621
+
1622
+ [[package]]
1623
+ name = "ring"
1624
+ version = "0.17.14"
1625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1626
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1627
+ dependencies = [
1628
+ "cc",
1629
+ "cfg-if",
1630
+ "getrandom 0.2.17",
1631
+ "libc",
1632
+ "untrusted",
1633
+ "windows-sys 0.52.0",
1634
+ ]
1635
+
1636
+ [[package]]
1637
+ name = "rustc-hash"
1638
+ version = "2.1.2"
1639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1640
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1641
+
1642
+ [[package]]
1643
+ name = "rustix"
1644
+ version = "1.1.4"
1645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1646
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1647
+ dependencies = [
1648
+ "bitflags",
1649
+ "errno",
1650
+ "libc",
1651
+ "linux-raw-sys",
1652
+ "windows-sys 0.61.2",
1653
+ ]
1654
+
1655
+ [[package]]
1656
+ name = "rustls"
1657
+ version = "0.23.40"
1658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1659
+ checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
1660
+ dependencies = [
1661
+ "once_cell",
1662
+ "ring",
1663
+ "rustls-pki-types",
1664
+ "rustls-webpki",
1665
+ "subtle",
1666
+ "zeroize",
1667
+ ]
1668
+
1669
+ [[package]]
1670
+ name = "rustls-pki-types"
1671
+ version = "1.14.1"
1672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1673
+ checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
1674
+ dependencies = [
1675
+ "web-time",
1676
+ "zeroize",
1677
+ ]
1678
+
1679
+ [[package]]
1680
+ name = "rustls-webpki"
1681
+ version = "0.103.13"
1682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1683
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
1684
+ dependencies = [
1685
+ "ring",
1686
+ "rustls-pki-types",
1687
+ "untrusted",
1688
+ ]
1689
+
1690
+ [[package]]
1691
+ name = "rustpython-ruff_python_ast"
1692
+ version = "0.15.8"
1693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1694
+ checksum = "f021ff72cabf5e2cd6d8ec8813d376a8445a228dc610ab56c27bd9054cda70d4"
1695
+ dependencies = [
1696
+ "aho-corasick",
1697
+ "bitflags",
1698
+ "compact_str",
1699
+ "get-size2",
1700
+ "is-macro",
1701
+ "memchr",
1702
+ "rustc-hash",
1703
+ "rustpython-ruff_python_trivia",
1704
+ "rustpython-ruff_source_file",
1705
+ "rustpython-ruff_text_size",
1706
+ "thiserror",
1707
+ ]
1708
+
1709
+ [[package]]
1710
+ name = "rustpython-ruff_python_parser"
1711
+ version = "0.15.8"
1712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1713
+ checksum = "01e6ee78bd9671fb5766664b2695fe1f2a92a961f4d9101646c570d8acdb1e0b"
1714
+ dependencies = [
1715
+ "bitflags",
1716
+ "bstr",
1717
+ "compact_str",
1718
+ "get-size2",
1719
+ "memchr",
1720
+ "rustc-hash",
1721
+ "rustpython-ruff_python_ast",
1722
+ "rustpython-ruff_python_trivia",
1723
+ "rustpython-ruff_text_size",
1724
+ "static_assertions",
1725
+ "unicode-ident",
1726
+ "unicode-normalization",
1727
+ "unicode_names2",
1728
+ ]
1729
+
1730
+ [[package]]
1731
+ name = "rustpython-ruff_python_trivia"
1732
+ version = "0.15.8"
1733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1734
+ checksum = "79e7cfd1056f3a02ff0d2d0e4474286ca963260782f878b7b81c1dd87432e682"
1735
+ dependencies = [
1736
+ "itertools",
1737
+ "rustpython-ruff_source_file",
1738
+ "rustpython-ruff_text_size",
1739
+ "unicode-ident",
1740
+ ]
1741
+
1742
+ [[package]]
1743
+ name = "rustpython-ruff_source_file"
1744
+ version = "0.15.8"
1745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1746
+ checksum = "948107aad62ddb12a11fc7bf68a49e52a0b0a3737d415a2505e54f5a9edac737"
1747
+ dependencies = [
1748
+ "memchr",
1749
+ "rustpython-ruff_text_size",
1750
+ ]
1751
+
1752
+ [[package]]
1753
+ name = "rustpython-ruff_text_size"
1754
+ version = "0.15.8"
1755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1756
+ checksum = "8291ee0f5a779e54ccd4e0151a0c426f8b49a123f99b5b6545db17ccdd4277aa"
1757
+ dependencies = [
1758
+ "get-size2",
1759
+ ]
1760
+
1761
+ [[package]]
1762
+ name = "rustversion"
1763
+ version = "1.0.22"
1764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1765
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1766
+
1767
+ [[package]]
1768
+ name = "ryu"
1769
+ version = "1.0.23"
1770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1771
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1772
+
1773
+ [[package]]
1774
+ name = "semver"
1775
+ version = "1.0.28"
1776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1777
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1778
+
1779
+ [[package]]
1780
+ name = "serde"
1781
+ version = "1.0.228"
1782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1783
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1784
+ dependencies = [
1785
+ "serde_core",
1786
+ "serde_derive",
1787
+ ]
1788
+
1789
+ [[package]]
1790
+ name = "serde-saphyr"
1791
+ version = "0.0.26"
1792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1793
+ checksum = "dcc7fe48e34d02a97bc8e6253b8b91e5a47fe2c47eaacb5149cefbb69922eaf0"
1794
+ dependencies = [
1795
+ "ahash",
1796
+ "annotate-snippets",
1797
+ "base64",
1798
+ "encoding_rs_io",
1799
+ "getrandom 0.3.4",
1800
+ "granit-parser",
1801
+ "nohash-hasher",
1802
+ "num-traits",
1803
+ "serde",
1804
+ "smallvec",
1805
+ "zmij",
1806
+ ]
1807
+
1808
+ [[package]]
1809
+ name = "serde_core"
1810
+ version = "1.0.228"
1811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1812
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1813
+ dependencies = [
1814
+ "serde_derive",
1815
+ ]
1816
+
1817
+ [[package]]
1818
+ name = "serde_derive"
1819
+ version = "1.0.228"
1820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1821
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1822
+ dependencies = [
1823
+ "proc-macro2",
1824
+ "quote",
1825
+ "syn",
1826
+ ]
1827
+
1828
+ [[package]]
1829
+ name = "serde_fmt"
1830
+ version = "1.1.0"
1831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1832
+ checksum = "6e497af288b3b95d067a23a4f749f2861121ffcb2f6d8379310dcda040c345ed"
1833
+ dependencies = [
1834
+ "serde_core",
1835
+ ]
1836
+
1837
+ [[package]]
1838
+ name = "serde_json"
1839
+ version = "1.0.150"
1840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1841
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
1842
+ dependencies = [
1843
+ "itoa",
1844
+ "memchr",
1845
+ "serde",
1846
+ "serde_core",
1847
+ "zmij",
1848
+ ]
1849
+
1850
+ [[package]]
1851
+ name = "serde_path_to_error"
1852
+ version = "0.1.20"
1853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1854
+ checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1855
+ dependencies = [
1856
+ "itoa",
1857
+ "serde",
1858
+ "serde_core",
1859
+ ]
1860
+
1861
+ [[package]]
1862
+ name = "serde_urlencoded"
1863
+ version = "0.7.1"
1864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1865
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1866
+ dependencies = [
1867
+ "form_urlencoded",
1868
+ "itoa",
1869
+ "ryu",
1870
+ "serde",
1871
+ ]
1872
+
1873
+ [[package]]
1874
+ name = "serde_yaml"
1875
+ version = "0.9.34+deprecated"
1876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1877
+ checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
1878
+ dependencies = [
1879
+ "indexmap",
1880
+ "itoa",
1881
+ "ryu",
1882
+ "serde",
1883
+ "unsafe-libyaml",
1884
+ ]
1885
+
1886
+ [[package]]
1887
+ name = "sharded-slab"
1888
+ version = "0.1.7"
1889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1890
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1891
+ dependencies = [
1892
+ "lazy_static",
1893
+ ]
1894
+
1895
+ [[package]]
1896
+ name = "shlex"
1897
+ version = "1.3.0"
1898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1899
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1900
+
1901
+ [[package]]
1902
+ name = "shlex"
1903
+ version = "2.0.1"
1904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1905
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1906
+
1907
+ [[package]]
1908
+ name = "signal-hook-registry"
1909
+ version = "1.4.8"
1910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1911
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1912
+ dependencies = [
1913
+ "errno",
1914
+ "libc",
1915
+ ]
1916
+
1917
+ [[package]]
1918
+ name = "siphasher"
1919
+ version = "1.0.3"
1920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1921
+ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
1922
+
1923
+ [[package]]
1924
+ name = "slab"
1925
+ version = "0.4.12"
1926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1927
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1928
+
1929
+ [[package]]
1930
+ name = "smallvec"
1931
+ version = "1.15.1"
1932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1933
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1934
+
1935
+ [[package]]
1936
+ name = "socket2"
1937
+ version = "0.6.3"
1938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1939
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
1940
+ dependencies = [
1941
+ "libc",
1942
+ "windows-sys 0.61.2",
1943
+ ]
1944
+
1945
+ [[package]]
1946
+ name = "stable_deref_trait"
1947
+ version = "1.2.1"
1948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1949
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1950
+
1951
+ [[package]]
1952
+ name = "static_assertions"
1953
+ version = "1.1.0"
1954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1955
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1956
+
1957
+ [[package]]
1958
+ name = "strsim"
1959
+ version = "0.11.1"
1960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1961
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1962
+
1963
+ [[package]]
1964
+ name = "subtle"
1965
+ version = "2.6.1"
1966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1967
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1968
+
1969
+ [[package]]
1970
+ name = "sval"
1971
+ version = "2.20.0"
1972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1973
+ checksum = "5fb9efbae90f97301f4d25f3be63dfd99d6b7af9d088228a52ec960d649b2e7d"
1974
+
1975
+ [[package]]
1976
+ name = "sval_buffer"
1977
+ version = "2.20.0"
1978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1979
+ checksum = "ff5c0280ea0af40b3a1fd0b532680b5067482ffb81412ee66ec04b1d9952b49a"
1980
+ dependencies = [
1981
+ "sval",
1982
+ "sval_ref",
1983
+ ]
1984
+
1985
+ [[package]]
1986
+ name = "sval_dynamic"
1987
+ version = "2.20.0"
1988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1989
+ checksum = "59b9067f2e68f58e110cf8019a268057e3791cf74b0fdb1b3c7c6e49104f44e6"
1990
+ dependencies = [
1991
+ "sval",
1992
+ ]
1993
+
1994
+ [[package]]
1995
+ name = "sval_fmt"
1996
+ version = "2.20.0"
1997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1998
+ checksum = "96ebdbf0e4b175884aa587fcf551c16dabe245ea04235abdd8cbbd160b27ed5a"
1999
+ dependencies = [
2000
+ "itoa",
2001
+ "ryu",
2002
+ "sval",
2003
+ ]
2004
+
2005
+ [[package]]
2006
+ name = "sval_json"
2007
+ version = "2.20.0"
2008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2009
+ checksum = "1e448d9fa216a6c16670b28d624fbbcf5c04e41eb187bd7c52e01222ffa72a12"
2010
+ dependencies = [
2011
+ "itoa",
2012
+ "ryu",
2013
+ "sval",
2014
+ ]
2015
+
2016
+ [[package]]
2017
+ name = "sval_nested"
2018
+ version = "2.20.0"
2019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2020
+ checksum = "021de5b5c26efd544c694cef9b8a9abe8633481bf3be1ea145a18a740818b291"
2021
+ dependencies = [
2022
+ "sval",
2023
+ "sval_buffer",
2024
+ "sval_ref",
2025
+ ]
2026
+
2027
+ [[package]]
2028
+ name = "sval_ref"
2029
+ version = "2.20.0"
2030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2031
+ checksum = "54ef5ffec8bc52ded04ee424ab8d959e25e64fd40a48a16d21f8991ce824c1bb"
2032
+ dependencies = [
2033
+ "sval",
2034
+ ]
2035
+
2036
+ [[package]]
2037
+ name = "sval_serde"
2038
+ version = "2.20.0"
2039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2040
+ checksum = "b983833a8a2390f89ebcf9b9acd06883017014b4ffd72ee28e0c9de6852039f5"
2041
+ dependencies = [
2042
+ "serde_core",
2043
+ "sval",
2044
+ "sval_nested",
2045
+ ]
2046
+
2047
+ [[package]]
2048
+ name = "syn"
2049
+ version = "2.0.117"
2050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2051
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2052
+ dependencies = [
2053
+ "proc-macro2",
2054
+ "quote",
2055
+ "unicode-ident",
2056
+ ]
2057
+
2058
+ [[package]]
2059
+ name = "sync_wrapper"
2060
+ version = "1.0.2"
2061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2062
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2063
+ dependencies = [
2064
+ "futures-core",
2065
+ ]
2066
+
2067
+ [[package]]
2068
+ name = "synstructure"
2069
+ version = "0.13.2"
2070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2071
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2072
+ dependencies = [
2073
+ "proc-macro2",
2074
+ "quote",
2075
+ "syn",
2076
+ ]
2077
+
2078
+ [[package]]
2079
+ name = "target-lexicon"
2080
+ version = "0.13.5"
2081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2082
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
2083
+
2084
+ [[package]]
2085
+ name = "tempfile"
2086
+ version = "3.27.0"
2087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2088
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2089
+ dependencies = [
2090
+ "fastrand",
2091
+ "getrandom 0.4.2",
2092
+ "once_cell",
2093
+ "rustix",
2094
+ "windows-sys 0.61.2",
2095
+ ]
2096
+
2097
+ [[package]]
2098
+ name = "thiserror"
2099
+ version = "2.0.18"
2100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2101
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2102
+ dependencies = [
2103
+ "thiserror-impl",
2104
+ ]
2105
+
2106
+ [[package]]
2107
+ name = "thiserror-impl"
2108
+ version = "2.0.18"
2109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2110
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2111
+ dependencies = [
2112
+ "proc-macro2",
2113
+ "quote",
2114
+ "syn",
2115
+ ]
2116
+
2117
+ [[package]]
2118
+ name = "thread_local"
2119
+ version = "1.1.9"
2120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2121
+ checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2122
+ dependencies = [
2123
+ "cfg-if",
2124
+ ]
2125
+
2126
+ [[package]]
2127
+ name = "tinystr"
2128
+ version = "0.8.3"
2129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2130
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2131
+ dependencies = [
2132
+ "displaydoc",
2133
+ "zerovec",
2134
+ ]
2135
+
2136
+ [[package]]
2137
+ name = "tinyvec"
2138
+ version = "1.11.0"
2139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2140
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
2141
+ dependencies = [
2142
+ "tinyvec_macros",
2143
+ ]
2144
+
2145
+ [[package]]
2146
+ name = "tinyvec_macros"
2147
+ version = "0.1.1"
2148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2149
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2150
+
2151
+ [[package]]
2152
+ name = "tokio"
2153
+ version = "1.52.3"
2154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2155
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
2156
+ dependencies = [
2157
+ "bytes",
2158
+ "libc",
2159
+ "mio",
2160
+ "pin-project-lite",
2161
+ "signal-hook-registry",
2162
+ "socket2",
2163
+ "tokio-macros",
2164
+ "windows-sys 0.61.2",
2165
+ ]
2166
+
2167
+ [[package]]
2168
+ name = "tokio-macros"
2169
+ version = "2.7.0"
2170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2171
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
2172
+ dependencies = [
2173
+ "proc-macro2",
2174
+ "quote",
2175
+ "syn",
2176
+ ]
2177
+
2178
+ [[package]]
2179
+ name = "tokio-rustls"
2180
+ version = "0.26.4"
2181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2182
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2183
+ dependencies = [
2184
+ "rustls",
2185
+ "tokio",
2186
+ ]
2187
+
2188
+ [[package]]
2189
+ name = "tokio-util"
2190
+ version = "0.7.18"
2191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2192
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2193
+ dependencies = [
2194
+ "bytes",
2195
+ "futures-core",
2196
+ "futures-sink",
2197
+ "pin-project-lite",
2198
+ "tokio",
2199
+ ]
2200
+
2201
+ [[package]]
2202
+ name = "tower"
2203
+ version = "0.5.3"
2204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2205
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2206
+ dependencies = [
2207
+ "futures-core",
2208
+ "futures-util",
2209
+ "pin-project-lite",
2210
+ "sync_wrapper",
2211
+ "tokio",
2212
+ "tower-layer",
2213
+ "tower-service",
2214
+ "tracing",
2215
+ ]
2216
+
2217
+ [[package]]
2218
+ name = "tower-http"
2219
+ version = "0.6.11"
2220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2221
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
2222
+ dependencies = [
2223
+ "bitflags",
2224
+ "bytes",
2225
+ "futures-util",
2226
+ "http",
2227
+ "http-body",
2228
+ "pin-project-lite",
2229
+ "tower",
2230
+ "tower-layer",
2231
+ "tower-service",
2232
+ "tracing",
2233
+ "url",
2234
+ ]
2235
+
2236
+ [[package]]
2237
+ name = "tower-layer"
2238
+ version = "0.3.3"
2239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2240
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2241
+
2242
+ [[package]]
2243
+ name = "tower-service"
2244
+ version = "0.3.3"
2245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2246
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2247
+
2248
+ [[package]]
2249
+ name = "tracing"
2250
+ version = "0.1.44"
2251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2252
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2253
+ dependencies = [
2254
+ "log",
2255
+ "pin-project-lite",
2256
+ "tracing-attributes",
2257
+ "tracing-core",
2258
+ ]
2259
+
2260
+ [[package]]
2261
+ name = "tracing-attributes"
2262
+ version = "0.1.31"
2263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2264
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2265
+ dependencies = [
2266
+ "proc-macro2",
2267
+ "quote",
2268
+ "syn",
2269
+ ]
2270
+
2271
+ [[package]]
2272
+ name = "tracing-core"
2273
+ version = "0.1.36"
2274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2275
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2276
+ dependencies = [
2277
+ "once_cell",
2278
+ "valuable",
2279
+ ]
2280
+
2281
+ [[package]]
2282
+ name = "tracing-log"
2283
+ version = "0.2.0"
2284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2285
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2286
+ dependencies = [
2287
+ "log",
2288
+ "once_cell",
2289
+ "tracing-core",
2290
+ ]
2291
+
2292
+ [[package]]
2293
+ name = "tracing-subscriber"
2294
+ version = "0.3.23"
2295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2296
+ checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
2297
+ dependencies = [
2298
+ "matchers",
2299
+ "nu-ansi-term",
2300
+ "once_cell",
2301
+ "regex-automata",
2302
+ "sharded-slab",
2303
+ "smallvec",
2304
+ "thread_local",
2305
+ "tracing",
2306
+ "tracing-core",
2307
+ "tracing-log",
2308
+ ]
2309
+
2310
+ [[package]]
2311
+ name = "try-lock"
2312
+ version = "0.2.5"
2313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2314
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2315
+
2316
+ [[package]]
2317
+ name = "typeid"
2318
+ version = "1.0.3"
2319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2320
+ checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
2321
+
2322
+ [[package]]
2323
+ name = "unicode-ident"
2324
+ version = "1.0.24"
2325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2326
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2327
+
2328
+ [[package]]
2329
+ name = "unicode-normalization"
2330
+ version = "0.1.25"
2331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2332
+ checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
2333
+ dependencies = [
2334
+ "tinyvec",
2335
+ ]
2336
+
2337
+ [[package]]
2338
+ name = "unicode-width"
2339
+ version = "0.2.2"
2340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2341
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
2342
+
2343
+ [[package]]
2344
+ name = "unicode-xid"
2345
+ version = "0.2.6"
2346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2347
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2348
+
2349
+ [[package]]
2350
+ name = "unicode_names2"
2351
+ version = "1.3.0"
2352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2353
+ checksum = "d1673eca9782c84de5f81b82e4109dcfb3611c8ba0d52930ec4a9478f547b2dd"
2354
+ dependencies = [
2355
+ "phf",
2356
+ "unicode_names2_generator",
2357
+ ]
2358
+
2359
+ [[package]]
2360
+ name = "unicode_names2_generator"
2361
+ version = "1.3.0"
2362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2363
+ checksum = "b91e5b84611016120197efd7dc93ef76774f4e084cd73c9fb3ea4a86c570c56e"
2364
+ dependencies = [
2365
+ "getopts",
2366
+ "log",
2367
+ "phf_codegen",
2368
+ "rand 0.8.6",
2369
+ ]
2370
+
2371
+ [[package]]
2372
+ name = "unindent"
2373
+ version = "0.2.4"
2374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2375
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
2376
+
2377
+ [[package]]
2378
+ name = "unsafe-libyaml"
2379
+ version = "0.2.11"
2380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2381
+ checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
2382
+
2383
+ [[package]]
2384
+ name = "untrusted"
2385
+ version = "0.9.0"
2386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2387
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2388
+
2389
+ [[package]]
2390
+ name = "url"
2391
+ version = "2.5.8"
2392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2393
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2394
+ dependencies = [
2395
+ "form_urlencoded",
2396
+ "idna",
2397
+ "percent-encoding",
2398
+ "serde",
2399
+ ]
2400
+
2401
+ [[package]]
2402
+ name = "utf8_iter"
2403
+ version = "1.0.4"
2404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2405
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2406
+
2407
+ [[package]]
2408
+ name = "utf8parse"
2409
+ version = "0.2.2"
2410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2411
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2412
+
2413
+ [[package]]
2414
+ name = "uuid"
2415
+ version = "1.23.1"
2416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2417
+ checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
2418
+ dependencies = [
2419
+ "getrandom 0.4.2",
2420
+ "js-sys",
2421
+ "serde_core",
2422
+ "wasm-bindgen",
2423
+ ]
2424
+
2425
+ [[package]]
2426
+ name = "valuable"
2427
+ version = "0.1.1"
2428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2429
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2430
+
2431
+ [[package]]
2432
+ name = "value-bag"
2433
+ version = "1.12.0"
2434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2435
+ checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
2436
+ dependencies = [
2437
+ "value-bag-serde1",
2438
+ "value-bag-sval2",
2439
+ ]
2440
+
2441
+ [[package]]
2442
+ name = "value-bag-serde1"
2443
+ version = "1.12.0"
2444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2445
+ checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
2446
+ dependencies = [
2447
+ "erased-serde",
2448
+ "serde_core",
2449
+ "serde_fmt",
2450
+ ]
2451
+
2452
+ [[package]]
2453
+ name = "value-bag-sval2"
2454
+ version = "1.12.0"
2455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2456
+ checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
2457
+ dependencies = [
2458
+ "sval",
2459
+ "sval_buffer",
2460
+ "sval_dynamic",
2461
+ "sval_fmt",
2462
+ "sval_json",
2463
+ "sval_ref",
2464
+ "sval_serde",
2465
+ ]
2466
+
2467
+ [[package]]
2468
+ name = "version_check"
2469
+ version = "0.9.5"
2470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2471
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2472
+
2473
+ [[package]]
2474
+ name = "want"
2475
+ version = "0.3.1"
2476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2477
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2478
+ dependencies = [
2479
+ "try-lock",
2480
+ ]
2481
+
2482
+ [[package]]
2483
+ name = "wasi"
2484
+ version = "0.11.1+wasi-snapshot-preview1"
2485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2486
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2487
+
2488
+ [[package]]
2489
+ name = "wasip2"
2490
+ version = "1.0.3+wasi-0.2.9"
2491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2492
+ checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
2493
+ dependencies = [
2494
+ "wit-bindgen 0.57.1",
2495
+ ]
2496
+
2497
+ [[package]]
2498
+ name = "wasip3"
2499
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
2500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2501
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
2502
+ dependencies = [
2503
+ "wit-bindgen 0.51.0",
2504
+ ]
2505
+
2506
+ [[package]]
2507
+ name = "wasm-bindgen"
2508
+ version = "0.2.122"
2509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2510
+ checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409"
2511
+ dependencies = [
2512
+ "cfg-if",
2513
+ "once_cell",
2514
+ "rustversion",
2515
+ "wasm-bindgen-macro",
2516
+ "wasm-bindgen-shared",
2517
+ ]
2518
+
2519
+ [[package]]
2520
+ name = "wasm-bindgen-futures"
2521
+ version = "0.4.72"
2522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2523
+ checksum = "9473dbd2991ae90b6291c3c32c30c6187ac49aa32f9905d1cce280ec1e110b0f"
2524
+ dependencies = [
2525
+ "js-sys",
2526
+ "wasm-bindgen",
2527
+ ]
2528
+
2529
+ [[package]]
2530
+ name = "wasm-bindgen-macro"
2531
+ version = "0.2.122"
2532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2533
+ checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6"
2534
+ dependencies = [
2535
+ "quote",
2536
+ "wasm-bindgen-macro-support",
2537
+ ]
2538
+
2539
+ [[package]]
2540
+ name = "wasm-bindgen-macro-support"
2541
+ version = "0.2.122"
2542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2543
+ checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e"
2544
+ dependencies = [
2545
+ "bumpalo",
2546
+ "proc-macro2",
2547
+ "quote",
2548
+ "syn",
2549
+ "wasm-bindgen-shared",
2550
+ ]
2551
+
2552
+ [[package]]
2553
+ name = "wasm-bindgen-shared"
2554
+ version = "0.2.122"
2555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2556
+ checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437"
2557
+ dependencies = [
2558
+ "unicode-ident",
2559
+ ]
2560
+
2561
+ [[package]]
2562
+ name = "wasm-encoder"
2563
+ version = "0.244.0"
2564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2565
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
2566
+ dependencies = [
2567
+ "leb128fmt",
2568
+ "wasmparser",
2569
+ ]
2570
+
2571
+ [[package]]
2572
+ name = "wasm-metadata"
2573
+ version = "0.244.0"
2574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2575
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
2576
+ dependencies = [
2577
+ "anyhow",
2578
+ "indexmap",
2579
+ "wasm-encoder",
2580
+ "wasmparser",
2581
+ ]
2582
+
2583
+ [[package]]
2584
+ name = "wasmparser"
2585
+ version = "0.244.0"
2586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2587
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
2588
+ dependencies = [
2589
+ "bitflags",
2590
+ "hashbrown 0.15.5",
2591
+ "indexmap",
2592
+ "semver",
2593
+ ]
2594
+
2595
+ [[package]]
2596
+ name = "web-sys"
2597
+ version = "0.3.99"
2598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2599
+ checksum = "6d621441cfc37b84979402712047321980c178f299193a3589d05b99e8763436"
2600
+ dependencies = [
2601
+ "js-sys",
2602
+ "wasm-bindgen",
2603
+ ]
2604
+
2605
+ [[package]]
2606
+ name = "web-time"
2607
+ version = "1.1.0"
2608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2609
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2610
+ dependencies = [
2611
+ "js-sys",
2612
+ "wasm-bindgen",
2613
+ ]
2614
+
2615
+ [[package]]
2616
+ name = "webpki-roots"
2617
+ version = "1.0.7"
2618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2619
+ checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d"
2620
+ dependencies = [
2621
+ "rustls-pki-types",
2622
+ ]
2623
+
2624
+ [[package]]
2625
+ name = "which"
2626
+ version = "8.0.2"
2627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2628
+ checksum = "81995fafaaaf6ae47a7d0cc83c67caf92aeb7e5331650ae6ff856f7c0c60c459"
2629
+ dependencies = [
2630
+ "libc",
2631
+ ]
2632
+
2633
+ [[package]]
2634
+ name = "windows"
2635
+ version = "0.62.2"
2636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2637
+ checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
2638
+ dependencies = [
2639
+ "windows-collections",
2640
+ "windows-core",
2641
+ "windows-future",
2642
+ "windows-numerics",
2643
+ ]
2644
+
2645
+ [[package]]
2646
+ name = "windows-collections"
2647
+ version = "0.3.2"
2648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2649
+ checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
2650
+ dependencies = [
2651
+ "windows-core",
2652
+ ]
2653
+
2654
+ [[package]]
2655
+ name = "windows-core"
2656
+ version = "0.62.2"
2657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2658
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2659
+ dependencies = [
2660
+ "windows-implement",
2661
+ "windows-interface",
2662
+ "windows-link",
2663
+ "windows-result",
2664
+ "windows-strings",
2665
+ ]
2666
+
2667
+ [[package]]
2668
+ name = "windows-future"
2669
+ version = "0.3.2"
2670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2671
+ checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
2672
+ dependencies = [
2673
+ "windows-core",
2674
+ "windows-link",
2675
+ "windows-threading",
2676
+ ]
2677
+
2678
+ [[package]]
2679
+ name = "windows-implement"
2680
+ version = "0.60.2"
2681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2682
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2683
+ dependencies = [
2684
+ "proc-macro2",
2685
+ "quote",
2686
+ "syn",
2687
+ ]
2688
+
2689
+ [[package]]
2690
+ name = "windows-interface"
2691
+ version = "0.59.3"
2692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2693
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2694
+ dependencies = [
2695
+ "proc-macro2",
2696
+ "quote",
2697
+ "syn",
2698
+ ]
2699
+
2700
+ [[package]]
2701
+ name = "windows-link"
2702
+ version = "0.2.1"
2703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2704
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2705
+
2706
+ [[package]]
2707
+ name = "windows-numerics"
2708
+ version = "0.3.1"
2709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2710
+ checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
2711
+ dependencies = [
2712
+ "windows-core",
2713
+ "windows-link",
2714
+ ]
2715
+
2716
+ [[package]]
2717
+ name = "windows-result"
2718
+ version = "0.4.1"
2719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2720
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2721
+ dependencies = [
2722
+ "windows-link",
2723
+ ]
2724
+
2725
+ [[package]]
2726
+ name = "windows-strings"
2727
+ version = "0.5.1"
2728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2729
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2730
+ dependencies = [
2731
+ "windows-link",
2732
+ ]
2733
+
2734
+ [[package]]
2735
+ name = "windows-sys"
2736
+ version = "0.52.0"
2737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2738
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2739
+ dependencies = [
2740
+ "windows-targets 0.52.6",
2741
+ ]
2742
+
2743
+ [[package]]
2744
+ name = "windows-sys"
2745
+ version = "0.60.2"
2746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2747
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2748
+ dependencies = [
2749
+ "windows-targets 0.53.5",
2750
+ ]
2751
+
2752
+ [[package]]
2753
+ name = "windows-sys"
2754
+ version = "0.61.2"
2755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2756
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2757
+ dependencies = [
2758
+ "windows-link",
2759
+ ]
2760
+
2761
+ [[package]]
2762
+ name = "windows-targets"
2763
+ version = "0.52.6"
2764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2765
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2766
+ dependencies = [
2767
+ "windows_aarch64_gnullvm 0.52.6",
2768
+ "windows_aarch64_msvc 0.52.6",
2769
+ "windows_i686_gnu 0.52.6",
2770
+ "windows_i686_gnullvm 0.52.6",
2771
+ "windows_i686_msvc 0.52.6",
2772
+ "windows_x86_64_gnu 0.52.6",
2773
+ "windows_x86_64_gnullvm 0.52.6",
2774
+ "windows_x86_64_msvc 0.52.6",
2775
+ ]
2776
+
2777
+ [[package]]
2778
+ name = "windows-targets"
2779
+ version = "0.53.5"
2780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2781
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2782
+ dependencies = [
2783
+ "windows-link",
2784
+ "windows_aarch64_gnullvm 0.53.1",
2785
+ "windows_aarch64_msvc 0.53.1",
2786
+ "windows_i686_gnu 0.53.1",
2787
+ "windows_i686_gnullvm 0.53.1",
2788
+ "windows_i686_msvc 0.53.1",
2789
+ "windows_x86_64_gnu 0.53.1",
2790
+ "windows_x86_64_gnullvm 0.53.1",
2791
+ "windows_x86_64_msvc 0.53.1",
2792
+ ]
2793
+
2794
+ [[package]]
2795
+ name = "windows-threading"
2796
+ version = "0.2.1"
2797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2798
+ checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
2799
+ dependencies = [
2800
+ "windows-link",
2801
+ ]
2802
+
2803
+ [[package]]
2804
+ name = "windows_aarch64_gnullvm"
2805
+ version = "0.52.6"
2806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2807
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2808
+
2809
+ [[package]]
2810
+ name = "windows_aarch64_gnullvm"
2811
+ version = "0.53.1"
2812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2813
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2814
+
2815
+ [[package]]
2816
+ name = "windows_aarch64_msvc"
2817
+ version = "0.52.6"
2818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2819
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2820
+
2821
+ [[package]]
2822
+ name = "windows_aarch64_msvc"
2823
+ version = "0.53.1"
2824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2825
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2826
+
2827
+ [[package]]
2828
+ name = "windows_i686_gnu"
2829
+ version = "0.52.6"
2830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2831
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2832
+
2833
+ [[package]]
2834
+ name = "windows_i686_gnu"
2835
+ version = "0.53.1"
2836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2837
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2838
+
2839
+ [[package]]
2840
+ name = "windows_i686_gnullvm"
2841
+ version = "0.52.6"
2842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2843
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2844
+
2845
+ [[package]]
2846
+ name = "windows_i686_gnullvm"
2847
+ version = "0.53.1"
2848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2849
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2850
+
2851
+ [[package]]
2852
+ name = "windows_i686_msvc"
2853
+ version = "0.52.6"
2854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2855
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2856
+
2857
+ [[package]]
2858
+ name = "windows_i686_msvc"
2859
+ version = "0.53.1"
2860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2861
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2862
+
2863
+ [[package]]
2864
+ name = "windows_x86_64_gnu"
2865
+ version = "0.52.6"
2866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2867
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2868
+
2869
+ [[package]]
2870
+ name = "windows_x86_64_gnu"
2871
+ version = "0.53.1"
2872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2873
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2874
+
2875
+ [[package]]
2876
+ name = "windows_x86_64_gnullvm"
2877
+ version = "0.52.6"
2878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2879
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2880
+
2881
+ [[package]]
2882
+ name = "windows_x86_64_gnullvm"
2883
+ version = "0.53.1"
2884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2885
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2886
+
2887
+ [[package]]
2888
+ name = "windows_x86_64_msvc"
2889
+ version = "0.52.6"
2890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2891
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2892
+
2893
+ [[package]]
2894
+ name = "windows_x86_64_msvc"
2895
+ version = "0.53.1"
2896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2897
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2898
+
2899
+ [[package]]
2900
+ name = "wit-bindgen"
2901
+ version = "0.51.0"
2902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2903
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2904
+ dependencies = [
2905
+ "wit-bindgen-rust-macro",
2906
+ ]
2907
+
2908
+ [[package]]
2909
+ name = "wit-bindgen"
2910
+ version = "0.57.1"
2911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2912
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2913
+
2914
+ [[package]]
2915
+ name = "wit-bindgen-core"
2916
+ version = "0.51.0"
2917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2918
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
2919
+ dependencies = [
2920
+ "anyhow",
2921
+ "heck",
2922
+ "wit-parser",
2923
+ ]
2924
+
2925
+ [[package]]
2926
+ name = "wit-bindgen-rust"
2927
+ version = "0.51.0"
2928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2929
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
2930
+ dependencies = [
2931
+ "anyhow",
2932
+ "heck",
2933
+ "indexmap",
2934
+ "prettyplease",
2935
+ "syn",
2936
+ "wasm-metadata",
2937
+ "wit-bindgen-core",
2938
+ "wit-component",
2939
+ ]
2940
+
2941
+ [[package]]
2942
+ name = "wit-bindgen-rust-macro"
2943
+ version = "0.51.0"
2944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2945
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
2946
+ dependencies = [
2947
+ "anyhow",
2948
+ "prettyplease",
2949
+ "proc-macro2",
2950
+ "quote",
2951
+ "syn",
2952
+ "wit-bindgen-core",
2953
+ "wit-bindgen-rust",
2954
+ ]
2955
+
2956
+ [[package]]
2957
+ name = "wit-component"
2958
+ version = "0.244.0"
2959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2960
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
2961
+ dependencies = [
2962
+ "anyhow",
2963
+ "bitflags",
2964
+ "indexmap",
2965
+ "log",
2966
+ "serde",
2967
+ "serde_derive",
2968
+ "serde_json",
2969
+ "wasm-encoder",
2970
+ "wasm-metadata",
2971
+ "wasmparser",
2972
+ "wit-parser",
2973
+ ]
2974
+
2975
+ [[package]]
2976
+ name = "wit-parser"
2977
+ version = "0.244.0"
2978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2979
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
2980
+ dependencies = [
2981
+ "anyhow",
2982
+ "id-arena",
2983
+ "indexmap",
2984
+ "log",
2985
+ "semver",
2986
+ "serde",
2987
+ "serde_derive",
2988
+ "serde_json",
2989
+ "unicode-xid",
2990
+ "wasmparser",
2991
+ ]
2992
+
2993
+ [[package]]
2994
+ name = "writeable"
2995
+ version = "0.6.3"
2996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2997
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2998
+
2999
+ [[package]]
3000
+ name = "yoke"
3001
+ version = "0.8.2"
3002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3003
+ checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
3004
+ dependencies = [
3005
+ "stable_deref_trait",
3006
+ "yoke-derive",
3007
+ "zerofrom",
3008
+ ]
3009
+
3010
+ [[package]]
3011
+ name = "yoke-derive"
3012
+ version = "0.8.2"
3013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3014
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
3015
+ dependencies = [
3016
+ "proc-macro2",
3017
+ "quote",
3018
+ "syn",
3019
+ "synstructure",
3020
+ ]
3021
+
3022
+ [[package]]
3023
+ name = "zerocopy"
3024
+ version = "0.8.48"
3025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3026
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
3027
+ dependencies = [
3028
+ "zerocopy-derive",
3029
+ ]
3030
+
3031
+ [[package]]
3032
+ name = "zerocopy-derive"
3033
+ version = "0.8.48"
3034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3035
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
3036
+ dependencies = [
3037
+ "proc-macro2",
3038
+ "quote",
3039
+ "syn",
3040
+ ]
3041
+
3042
+ [[package]]
3043
+ name = "zerofrom"
3044
+ version = "0.1.8"
3045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3046
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
3047
+ dependencies = [
3048
+ "zerofrom-derive",
3049
+ ]
3050
+
3051
+ [[package]]
3052
+ name = "zerofrom-derive"
3053
+ version = "0.1.7"
3054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3055
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
3056
+ dependencies = [
3057
+ "proc-macro2",
3058
+ "quote",
3059
+ "syn",
3060
+ "synstructure",
3061
+ ]
3062
+
3063
+ [[package]]
3064
+ name = "zeroize"
3065
+ version = "1.8.2"
3066
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3067
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3068
+
3069
+ [[package]]
3070
+ name = "zerotrie"
3071
+ version = "0.2.4"
3072
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3073
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
3074
+ dependencies = [
3075
+ "displaydoc",
3076
+ "yoke",
3077
+ "zerofrom",
3078
+ ]
3079
+
3080
+ [[package]]
3081
+ name = "zerovec"
3082
+ version = "0.11.6"
3083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3084
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
3085
+ dependencies = [
3086
+ "yoke",
3087
+ "zerofrom",
3088
+ "zerovec-derive",
3089
+ ]
3090
+
3091
+ [[package]]
3092
+ name = "zerovec-derive"
3093
+ version = "0.11.3"
3094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3095
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
3096
+ dependencies = [
3097
+ "proc-macro2",
3098
+ "quote",
3099
+ "syn",
3100
+ ]
3101
+
3102
+ [[package]]
3103
+ name = "zmij"
3104
+ version = "1.0.21"
3105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3106
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"