cfdl-sdk 0.3.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. cfdl_sdk-0.3.0/Cargo.lock +2967 -0
  2. cfdl_sdk-0.3.0/Cargo.toml +29 -0
  3. cfdl_sdk-0.3.0/PKG-INFO +95 -0
  4. cfdl_sdk-0.3.0/README.md +69 -0
  5. cfdl_sdk-0.3.0/cfdl_sdk/__init__.py +32 -0
  6. cfdl_sdk-0.3.0/cfdl_sdk/_errors.py +80 -0
  7. cfdl_sdk-0.3.0/cfdl_sdk/_frames.py +47 -0
  8. cfdl_sdk-0.3.0/cfdl_sdk/_model.py +111 -0
  9. cfdl_sdk-0.3.0/cfdl_sdk/_results.py +205 -0
  10. cfdl_sdk-0.3.0/cfdl_sdk/viz.py +86 -0
  11. cfdl_sdk-0.3.0/crates/cfdl-calc/Cargo.toml +13 -0
  12. cfdl_sdk-0.3.0/crates/cfdl-calc/src/date.rs +420 -0
  13. cfdl_sdk-0.3.0/crates/cfdl-calc/src/eval.rs +359 -0
  14. cfdl_sdk-0.3.0/crates/cfdl-calc/src/funcs.rs +720 -0
  15. cfdl_sdk-0.3.0/crates/cfdl-calc/src/lib.rs +367 -0
  16. cfdl_sdk-0.3.0/crates/cfdl-calc/src/parser.rs +391 -0
  17. cfdl_sdk-0.3.0/crates/cfdl-calc/src/token.rs +306 -0
  18. cfdl_sdk-0.3.0/crates/cfdl-calc/src/value.rs +39 -0
  19. cfdl_sdk-0.3.0/crates/cfdl-compile/Cargo.toml +33 -0
  20. cfdl_sdk-0.3.0/crates/cfdl-compile/src/lib.rs +2364 -0
  21. cfdl_sdk-0.3.0/crates/cfdl-compile/src/pack_validation.rs +160 -0
  22. cfdl_sdk-0.3.0/crates/cfdl-compile/tests/sources.rs +121 -0
  23. cfdl_sdk-0.3.0/crates/cfdl-engine/Cargo.toml +16 -0
  24. cfdl_sdk-0.3.0/crates/cfdl-engine/src/lib.rs +2520 -0
  25. cfdl_sdk-0.3.0/crates/cfdl-expr/Cargo.toml +13 -0
  26. cfdl_sdk-0.3.0/crates/cfdl-expr/src/lib.rs +502 -0
  27. cfdl_sdk-0.3.0/crates/cfdl-lexer/Cargo.toml +13 -0
  28. cfdl_sdk-0.3.0/crates/cfdl-lexer/src/lib.rs +729 -0
  29. cfdl_sdk-0.3.0/crates/cfdl-metrics/Cargo.toml +14 -0
  30. cfdl_sdk-0.3.0/crates/cfdl-metrics/src/lib.rs +451 -0
  31. cfdl_sdk-0.3.0/crates/cfdl-pack/Cargo.toml +16 -0
  32. cfdl_sdk-0.3.0/crates/cfdl-pack/src/lib.rs +1363 -0
  33. cfdl_sdk-0.3.0/crates/cfdl-parser/Cargo.toml +15 -0
  34. cfdl_sdk-0.3.0/crates/cfdl-parser/src/lib.rs +2569 -0
  35. cfdl_sdk-0.3.0/crates/cfdl-py/Cargo.toml +21 -0
  36. cfdl_sdk-0.3.0/crates/cfdl-py/src/lib.rs +102 -0
  37. cfdl_sdk-0.3.0/crates/cfdl-resolver/Cargo.toml +15 -0
  38. cfdl_sdk-0.3.0/crates/cfdl-resolver/src/lib.rs +771 -0
  39. cfdl_sdk-0.3.0/crates/cfdl-validate/Cargo.toml +17 -0
  40. cfdl_sdk-0.3.0/crates/cfdl-validate/src/lib.rs +555 -0
  41. cfdl_sdk-0.3.0/pyproject.toml +31 -0
@@ -0,0 +1,2967 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "ahash"
13
+ version = "0.7.8"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
16
+ dependencies = [
17
+ "getrandom 0.2.17",
18
+ "once_cell",
19
+ "version_check",
20
+ ]
21
+
22
+ [[package]]
23
+ name = "aho-corasick"
24
+ version = "1.1.4"
25
+ source = "registry+https://github.com/rust-lang/crates.io-index"
26
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
27
+ dependencies = [
28
+ "memchr",
29
+ ]
30
+
31
+ [[package]]
32
+ name = "anstream"
33
+ version = "0.6.21"
34
+ source = "registry+https://github.com/rust-lang/crates.io-index"
35
+ checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
36
+ dependencies = [
37
+ "anstyle",
38
+ "anstyle-parse",
39
+ "anstyle-query",
40
+ "anstyle-wincon",
41
+ "colorchoice",
42
+ "is_terminal_polyfill",
43
+ "utf8parse",
44
+ ]
45
+
46
+ [[package]]
47
+ name = "anstyle"
48
+ version = "1.0.13"
49
+ source = "registry+https://github.com/rust-lang/crates.io-index"
50
+ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
51
+
52
+ [[package]]
53
+ name = "anstyle-parse"
54
+ version = "0.2.7"
55
+ source = "registry+https://github.com/rust-lang/crates.io-index"
56
+ checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
57
+ dependencies = [
58
+ "utf8parse",
59
+ ]
60
+
61
+ [[package]]
62
+ name = "anstyle-query"
63
+ version = "1.1.5"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
66
+ dependencies = [
67
+ "windows-sys 0.61.2",
68
+ ]
69
+
70
+ [[package]]
71
+ name = "anstyle-wincon"
72
+ version = "3.0.11"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
75
+ dependencies = [
76
+ "anstyle",
77
+ "once_cell_polyfill",
78
+ "windows-sys 0.61.2",
79
+ ]
80
+
81
+ [[package]]
82
+ name = "anyhow"
83
+ version = "1.0.101"
84
+ source = "registry+https://github.com/rust-lang/crates.io-index"
85
+ checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
86
+
87
+ [[package]]
88
+ name = "arbitrary"
89
+ version = "1.4.2"
90
+ source = "registry+https://github.com/rust-lang/crates.io-index"
91
+ checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
92
+ dependencies = [
93
+ "derive_arbitrary",
94
+ ]
95
+
96
+ [[package]]
97
+ name = "arrayvec"
98
+ version = "0.7.8"
99
+ source = "registry+https://github.com/rust-lang/crates.io-index"
100
+ checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
101
+
102
+ [[package]]
103
+ name = "async-trait"
104
+ version = "0.1.89"
105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
106
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
107
+ dependencies = [
108
+ "proc-macro2",
109
+ "quote",
110
+ "syn 2.0.116",
111
+ ]
112
+
113
+ [[package]]
114
+ name = "atomic-waker"
115
+ version = "1.1.2"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
118
+
119
+ [[package]]
120
+ name = "auto_impl"
121
+ version = "1.3.0"
122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
123
+ checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7"
124
+ dependencies = [
125
+ "proc-macro2",
126
+ "quote",
127
+ "syn 2.0.116",
128
+ ]
129
+
130
+ [[package]]
131
+ name = "autocfg"
132
+ version = "1.5.0"
133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
134
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
135
+
136
+ [[package]]
137
+ name = "axum"
138
+ version = "0.7.9"
139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
140
+ checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
141
+ dependencies = [
142
+ "async-trait",
143
+ "axum-core",
144
+ "bytes",
145
+ "futures-util",
146
+ "http",
147
+ "http-body",
148
+ "http-body-util",
149
+ "hyper",
150
+ "hyper-util",
151
+ "itoa",
152
+ "matchit",
153
+ "memchr",
154
+ "mime",
155
+ "percent-encoding",
156
+ "pin-project-lite",
157
+ "rustversion",
158
+ "serde",
159
+ "serde_json",
160
+ "serde_path_to_error",
161
+ "serde_urlencoded",
162
+ "sync_wrapper",
163
+ "tokio",
164
+ "tower 0.5.3",
165
+ "tower-layer",
166
+ "tower-service",
167
+ "tracing",
168
+ ]
169
+
170
+ [[package]]
171
+ name = "axum-core"
172
+ version = "0.4.5"
173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
174
+ checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
175
+ dependencies = [
176
+ "async-trait",
177
+ "bytes",
178
+ "futures-util",
179
+ "http",
180
+ "http-body",
181
+ "http-body-util",
182
+ "mime",
183
+ "pin-project-lite",
184
+ "rustversion",
185
+ "sync_wrapper",
186
+ "tower-layer",
187
+ "tower-service",
188
+ "tracing",
189
+ ]
190
+
191
+ [[package]]
192
+ name = "base64"
193
+ version = "0.22.1"
194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
195
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
196
+
197
+ [[package]]
198
+ name = "bitflags"
199
+ version = "1.3.2"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
202
+
203
+ [[package]]
204
+ name = "bitflags"
205
+ version = "2.11.0"
206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
207
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
208
+
209
+ [[package]]
210
+ name = "bitvec"
211
+ version = "1.1.1"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "ddcec3d12c579d40898fe0a9a358a803c23e9c52ca3c425707f81c9436211837"
214
+ dependencies = [
215
+ "funty",
216
+ "radium",
217
+ "tap",
218
+ "wyz",
219
+ ]
220
+
221
+ [[package]]
222
+ name = "block-buffer"
223
+ version = "0.10.4"
224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
225
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
226
+ dependencies = [
227
+ "generic-array",
228
+ ]
229
+
230
+ [[package]]
231
+ name = "block-buffer"
232
+ version = "0.12.1"
233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
234
+ checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
235
+ dependencies = [
236
+ "hybrid-array",
237
+ ]
238
+
239
+ [[package]]
240
+ name = "borsh"
241
+ version = "1.8.0"
242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
243
+ checksum = "a88b7ea17d208c4193f2c1e6de3c35fe71f98c96982d5ced308bdcc749ff6e1f"
244
+ dependencies = [
245
+ "borsh-derive",
246
+ "bytes",
247
+ "cfg_aliases",
248
+ ]
249
+
250
+ [[package]]
251
+ name = "borsh-derive"
252
+ version = "1.8.0"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "d8f347189c62a579b8cd5f80714efa178f52e461dc2e6d701d264f5ff22e566c"
255
+ dependencies = [
256
+ "once_cell",
257
+ "proc-macro-crate",
258
+ "proc-macro2",
259
+ "quote",
260
+ "syn 2.0.116",
261
+ ]
262
+
263
+ [[package]]
264
+ name = "bumpalo"
265
+ version = "3.20.1"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "5c6f81257d10a0f602a294ae4182251151ff97dbb504ef9afcdda4a64b24d9b4"
268
+
269
+ [[package]]
270
+ name = "bytecheck"
271
+ version = "0.6.12"
272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
273
+ checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
274
+ dependencies = [
275
+ "bytecheck_derive",
276
+ "ptr_meta",
277
+ "simdutf8",
278
+ ]
279
+
280
+ [[package]]
281
+ name = "bytecheck_derive"
282
+ version = "0.6.12"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
285
+ dependencies = [
286
+ "proc-macro2",
287
+ "quote",
288
+ "syn 1.0.109",
289
+ ]
290
+
291
+ [[package]]
292
+ name = "bytes"
293
+ version = "1.11.1"
294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
295
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
296
+
297
+ [[package]]
298
+ name = "cc"
299
+ version = "1.3.0"
300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
301
+ checksum = "c89588d05638b5b4594a3348a2d6c20277e43a7f5c5202b05cc56888475a47b8"
302
+ dependencies = [
303
+ "find-msvc-tools",
304
+ "shlex",
305
+ ]
306
+
307
+ [[package]]
308
+ name = "cfdl-calc"
309
+ version = "0.3.0"
310
+ dependencies = [
311
+ "rust_decimal",
312
+ "thiserror 1.0.69",
313
+ ]
314
+
315
+ [[package]]
316
+ name = "cfdl-cli"
317
+ version = "0.3.0"
318
+ dependencies = [
319
+ "anyhow",
320
+ "cfdl-compile",
321
+ "cfdl-engine",
322
+ "cfdl-lexer",
323
+ "cfdl-metrics",
324
+ "cfdl-pack",
325
+ "cfdl-parser",
326
+ "clap",
327
+ "serde",
328
+ "serde_json",
329
+ ]
330
+
331
+ [[package]]
332
+ name = "cfdl-compile"
333
+ version = "0.3.0"
334
+ dependencies = [
335
+ "cfdl-expr",
336
+ "cfdl-lexer",
337
+ "cfdl-pack",
338
+ "cfdl-parser",
339
+ "cfdl-resolver",
340
+ "cfdl-validate",
341
+ "serde",
342
+ "serde_json",
343
+ "sha2 0.10.9",
344
+ "thiserror 1.0.69",
345
+ ]
346
+
347
+ [[package]]
348
+ name = "cfdl-engine"
349
+ version = "0.3.0"
350
+ dependencies = [
351
+ "cfdl-calc",
352
+ "cfdl-expr",
353
+ "serde",
354
+ "serde_json",
355
+ "sha2 0.10.9",
356
+ ]
357
+
358
+ [[package]]
359
+ name = "cfdl-expr"
360
+ version = "0.3.0"
361
+ dependencies = [
362
+ "cfdl-calc",
363
+ "rust_decimal",
364
+ ]
365
+
366
+ [[package]]
367
+ name = "cfdl-lexer"
368
+ version = "0.3.0"
369
+ dependencies = [
370
+ "serde",
371
+ "thiserror 1.0.69",
372
+ ]
373
+
374
+ [[package]]
375
+ name = "cfdl-lsp"
376
+ version = "0.3.0"
377
+ dependencies = [
378
+ "cfdl-compile",
379
+ "cfdl-lexer",
380
+ "cfdl-pack",
381
+ "cfdl-parser",
382
+ "cfdl-resolver",
383
+ "lsp-types",
384
+ "serde_json",
385
+ "tokio",
386
+ "toml",
387
+ "tower-lsp",
388
+ ]
389
+
390
+ [[package]]
391
+ name = "cfdl-metrics"
392
+ version = "0.3.0"
393
+ dependencies = [
394
+ "cfdl-engine",
395
+ "cfdl-pack",
396
+ "serde",
397
+ ]
398
+
399
+ [[package]]
400
+ name = "cfdl-pack"
401
+ version = "0.3.0"
402
+ dependencies = [
403
+ "serde",
404
+ "toml",
405
+ ]
406
+
407
+ [[package]]
408
+ name = "cfdl-parser"
409
+ version = "0.3.0"
410
+ dependencies = [
411
+ "cfdl-lexer",
412
+ "serde",
413
+ "thiserror 1.0.69",
414
+ ]
415
+
416
+ [[package]]
417
+ name = "cfdl-py"
418
+ version = "0.3.0"
419
+ dependencies = [
420
+ "cfdl-compile",
421
+ "cfdl-engine",
422
+ "cfdl-metrics",
423
+ "cfdl-pack",
424
+ "pyo3",
425
+ "serde_json",
426
+ ]
427
+
428
+ [[package]]
429
+ name = "cfdl-resolver"
430
+ version = "0.3.0"
431
+ dependencies = [
432
+ "cfdl-lexer",
433
+ "cfdl-parser",
434
+ "thiserror 1.0.69",
435
+ ]
436
+
437
+ [[package]]
438
+ name = "cfdl-server"
439
+ version = "0.3.0"
440
+ dependencies = [
441
+ "axum",
442
+ "cfdl-compile",
443
+ "cfdl-engine",
444
+ "cfdl-metrics",
445
+ "cfdl-pack",
446
+ "http-body-util",
447
+ "serde",
448
+ "serde_json",
449
+ "tokio",
450
+ "tower 0.5.3",
451
+ "tower-http",
452
+ "tracing",
453
+ "tracing-subscriber",
454
+ "utoipa",
455
+ "utoipa-swagger-ui",
456
+ ]
457
+
458
+ [[package]]
459
+ name = "cfdl-validate"
460
+ version = "0.3.0"
461
+ dependencies = [
462
+ "cfdl-lexer",
463
+ "cfdl-parser",
464
+ "cfdl-resolver",
465
+ "thiserror 1.0.69",
466
+ ]
467
+
468
+ [[package]]
469
+ name = "cfdl-wasm"
470
+ version = "0.3.0"
471
+ dependencies = [
472
+ "cfdl-compile",
473
+ "cfdl-engine",
474
+ "cfdl-metrics",
475
+ "cfdl-pack",
476
+ "serde",
477
+ "serde_json",
478
+ "wasm-bindgen",
479
+ ]
480
+
481
+ [[package]]
482
+ name = "cfg-if"
483
+ version = "1.0.4"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
486
+
487
+ [[package]]
488
+ name = "cfg_aliases"
489
+ version = "0.2.2"
490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
491
+ checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
492
+
493
+ [[package]]
494
+ name = "chacha20"
495
+ version = "0.10.1"
496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
497
+ checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
498
+ dependencies = [
499
+ "cfg-if",
500
+ "cpufeatures 0.3.0",
501
+ "rand_core 0.10.1",
502
+ ]
503
+
504
+ [[package]]
505
+ name = "clap"
506
+ version = "4.5.59"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "c5caf74d17c3aec5495110c34cc3f78644bfa89af6c8993ed4de2790e49b6499"
509
+ dependencies = [
510
+ "clap_builder",
511
+ "clap_derive",
512
+ ]
513
+
514
+ [[package]]
515
+ name = "clap_builder"
516
+ version = "4.5.59"
517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
518
+ checksum = "370daa45065b80218950227371916a1633217ae42b2715b2287b606dcd618e24"
519
+ dependencies = [
520
+ "anstream",
521
+ "anstyle",
522
+ "clap_lex",
523
+ "strsim",
524
+ ]
525
+
526
+ [[package]]
527
+ name = "clap_derive"
528
+ version = "4.5.55"
529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
530
+ checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
531
+ dependencies = [
532
+ "heck",
533
+ "proc-macro2",
534
+ "quote",
535
+ "syn 2.0.116",
536
+ ]
537
+
538
+ [[package]]
539
+ name = "clap_lex"
540
+ version = "1.0.0"
541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
542
+ checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
543
+
544
+ [[package]]
545
+ name = "colorchoice"
546
+ version = "1.0.4"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
549
+
550
+ [[package]]
551
+ name = "const-oid"
552
+ version = "0.10.2"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
555
+
556
+ [[package]]
557
+ name = "cpufeatures"
558
+ version = "0.2.17"
559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
560
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
561
+ dependencies = [
562
+ "libc",
563
+ ]
564
+
565
+ [[package]]
566
+ name = "cpufeatures"
567
+ version = "0.3.0"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
570
+ dependencies = [
571
+ "libc",
572
+ ]
573
+
574
+ [[package]]
575
+ name = "crc32fast"
576
+ version = "1.5.0"
577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
578
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
579
+ dependencies = [
580
+ "cfg-if",
581
+ ]
582
+
583
+ [[package]]
584
+ name = "crossbeam-utils"
585
+ version = "0.8.22"
586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
587
+ checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
588
+
589
+ [[package]]
590
+ name = "crypto-common"
591
+ version = "0.1.7"
592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
593
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
594
+ dependencies = [
595
+ "generic-array",
596
+ "typenum",
597
+ ]
598
+
599
+ [[package]]
600
+ name = "crypto-common"
601
+ version = "0.2.2"
602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
603
+ checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
604
+ dependencies = [
605
+ "hybrid-array",
606
+ ]
607
+
608
+ [[package]]
609
+ name = "dashmap"
610
+ version = "5.5.3"
611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
612
+ checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
613
+ dependencies = [
614
+ "cfg-if",
615
+ "hashbrown 0.14.5",
616
+ "lock_api",
617
+ "once_cell",
618
+ "parking_lot_core",
619
+ ]
620
+
621
+ [[package]]
622
+ name = "derive_arbitrary"
623
+ version = "1.4.2"
624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
625
+ checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
626
+ dependencies = [
627
+ "proc-macro2",
628
+ "quote",
629
+ "syn 2.0.116",
630
+ ]
631
+
632
+ [[package]]
633
+ name = "digest"
634
+ version = "0.10.7"
635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
636
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
637
+ dependencies = [
638
+ "block-buffer 0.10.4",
639
+ "crypto-common 0.1.7",
640
+ ]
641
+
642
+ [[package]]
643
+ name = "digest"
644
+ version = "0.11.3"
645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
646
+ checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
647
+ dependencies = [
648
+ "block-buffer 0.12.1",
649
+ "const-oid",
650
+ "crypto-common 0.2.2",
651
+ ]
652
+
653
+ [[package]]
654
+ name = "displaydoc"
655
+ version = "0.2.5"
656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
657
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
658
+ dependencies = [
659
+ "proc-macro2",
660
+ "quote",
661
+ "syn 2.0.116",
662
+ ]
663
+
664
+ [[package]]
665
+ name = "equivalent"
666
+ version = "1.0.2"
667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
668
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
669
+
670
+ [[package]]
671
+ name = "errno"
672
+ version = "0.3.14"
673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
674
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
675
+ dependencies = [
676
+ "libc",
677
+ "windows-sys 0.61.2",
678
+ ]
679
+
680
+ [[package]]
681
+ name = "find-msvc-tools"
682
+ version = "0.1.9"
683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
684
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
685
+
686
+ [[package]]
687
+ name = "flate2"
688
+ version = "1.1.9"
689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
690
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
691
+ dependencies = [
692
+ "crc32fast",
693
+ "miniz_oxide",
694
+ ]
695
+
696
+ [[package]]
697
+ name = "form_urlencoded"
698
+ version = "1.2.2"
699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
700
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
701
+ dependencies = [
702
+ "percent-encoding",
703
+ ]
704
+
705
+ [[package]]
706
+ name = "funty"
707
+ version = "2.0.0"
708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
709
+ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
710
+
711
+ [[package]]
712
+ name = "futures"
713
+ version = "0.3.32"
714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
715
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
716
+ dependencies = [
717
+ "futures-channel",
718
+ "futures-core",
719
+ "futures-io",
720
+ "futures-sink",
721
+ "futures-task",
722
+ "futures-util",
723
+ ]
724
+
725
+ [[package]]
726
+ name = "futures-channel"
727
+ version = "0.3.32"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
730
+ dependencies = [
731
+ "futures-core",
732
+ "futures-sink",
733
+ ]
734
+
735
+ [[package]]
736
+ name = "futures-core"
737
+ version = "0.3.32"
738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
739
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
740
+
741
+ [[package]]
742
+ name = "futures-io"
743
+ version = "0.3.32"
744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
745
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
746
+
747
+ [[package]]
748
+ name = "futures-macro"
749
+ version = "0.3.32"
750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
751
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
752
+ dependencies = [
753
+ "proc-macro2",
754
+ "quote",
755
+ "syn 2.0.116",
756
+ ]
757
+
758
+ [[package]]
759
+ name = "futures-sink"
760
+ version = "0.3.32"
761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
762
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
763
+
764
+ [[package]]
765
+ name = "futures-task"
766
+ version = "0.3.32"
767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
768
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
769
+
770
+ [[package]]
771
+ name = "futures-util"
772
+ version = "0.3.32"
773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
774
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
775
+ dependencies = [
776
+ "futures-channel",
777
+ "futures-core",
778
+ "futures-io",
779
+ "futures-macro",
780
+ "futures-sink",
781
+ "futures-task",
782
+ "memchr",
783
+ "pin-project-lite",
784
+ "slab",
785
+ ]
786
+
787
+ [[package]]
788
+ name = "generic-array"
789
+ version = "0.14.7"
790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
791
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
792
+ dependencies = [
793
+ "typenum",
794
+ "version_check",
795
+ ]
796
+
797
+ [[package]]
798
+ name = "getrandom"
799
+ version = "0.2.17"
800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
801
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
802
+ dependencies = [
803
+ "cfg-if",
804
+ "js-sys",
805
+ "libc",
806
+ "wasi",
807
+ "wasm-bindgen",
808
+ ]
809
+
810
+ [[package]]
811
+ name = "getrandom"
812
+ version = "0.4.3"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
815
+ dependencies = [
816
+ "cfg-if",
817
+ "js-sys",
818
+ "libc",
819
+ "r-efi",
820
+ "rand_core 0.10.1",
821
+ "wasm-bindgen",
822
+ ]
823
+
824
+ [[package]]
825
+ name = "hashbrown"
826
+ version = "0.12.3"
827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
828
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
829
+ dependencies = [
830
+ "ahash",
831
+ ]
832
+
833
+ [[package]]
834
+ name = "hashbrown"
835
+ version = "0.14.5"
836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
837
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
838
+
839
+ [[package]]
840
+ name = "hashbrown"
841
+ version = "0.16.1"
842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
843
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
844
+
845
+ [[package]]
846
+ name = "heck"
847
+ version = "0.5.0"
848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
849
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
850
+
851
+ [[package]]
852
+ name = "http"
853
+ version = "1.4.2"
854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
855
+ checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
856
+ dependencies = [
857
+ "bytes",
858
+ "itoa",
859
+ ]
860
+
861
+ [[package]]
862
+ name = "http-body"
863
+ version = "1.1.0"
864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
865
+ checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
866
+ dependencies = [
867
+ "bytes",
868
+ "http",
869
+ ]
870
+
871
+ [[package]]
872
+ name = "http-body-util"
873
+ version = "0.1.4"
874
+ source = "registry+https://github.com/rust-lang/crates.io-index"
875
+ checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
876
+ dependencies = [
877
+ "bytes",
878
+ "futures-core",
879
+ "http",
880
+ "http-body",
881
+ "pin-project-lite",
882
+ ]
883
+
884
+ [[package]]
885
+ name = "httparse"
886
+ version = "1.10.1"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
889
+
890
+ [[package]]
891
+ name = "httpdate"
892
+ version = "1.0.3"
893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
894
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
895
+
896
+ [[package]]
897
+ name = "hybrid-array"
898
+ version = "0.4.10"
899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
900
+ checksum = "3944cf8cf766b40e2a1a333ee5e9b563f854d5fa49d6a8ca2764e97c6eddb214"
901
+ dependencies = [
902
+ "typenum",
903
+ ]
904
+
905
+ [[package]]
906
+ name = "hyper"
907
+ version = "1.11.0"
908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
909
+ checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
910
+ dependencies = [
911
+ "atomic-waker",
912
+ "bytes",
913
+ "futures-channel",
914
+ "futures-core",
915
+ "http",
916
+ "http-body",
917
+ "httparse",
918
+ "httpdate",
919
+ "itoa",
920
+ "pin-project-lite",
921
+ "smallvec",
922
+ "tokio",
923
+ "want",
924
+ ]
925
+
926
+ [[package]]
927
+ name = "hyper-rustls"
928
+ version = "0.27.9"
929
+ source = "registry+https://github.com/rust-lang/crates.io-index"
930
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
931
+ dependencies = [
932
+ "http",
933
+ "hyper",
934
+ "hyper-util",
935
+ "rustls",
936
+ "tokio",
937
+ "tokio-rustls",
938
+ "tower-service",
939
+ "webpki-roots",
940
+ ]
941
+
942
+ [[package]]
943
+ name = "hyper-util"
944
+ version = "0.1.20"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
947
+ dependencies = [
948
+ "base64",
949
+ "bytes",
950
+ "futures-channel",
951
+ "futures-util",
952
+ "http",
953
+ "http-body",
954
+ "hyper",
955
+ "ipnet",
956
+ "libc",
957
+ "percent-encoding",
958
+ "pin-project-lite",
959
+ "socket2",
960
+ "tokio",
961
+ "tower-service",
962
+ "tracing",
963
+ ]
964
+
965
+ [[package]]
966
+ name = "icu_collections"
967
+ version = "2.1.1"
968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
969
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
970
+ dependencies = [
971
+ "displaydoc",
972
+ "potential_utf",
973
+ "yoke",
974
+ "zerofrom",
975
+ "zerovec",
976
+ ]
977
+
978
+ [[package]]
979
+ name = "icu_locale_core"
980
+ version = "2.1.1"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
983
+ dependencies = [
984
+ "displaydoc",
985
+ "litemap",
986
+ "tinystr",
987
+ "writeable",
988
+ "zerovec",
989
+ ]
990
+
991
+ [[package]]
992
+ name = "icu_normalizer"
993
+ version = "2.1.1"
994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
995
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
996
+ dependencies = [
997
+ "icu_collections",
998
+ "icu_normalizer_data",
999
+ "icu_properties",
1000
+ "icu_provider",
1001
+ "smallvec",
1002
+ "zerovec",
1003
+ ]
1004
+
1005
+ [[package]]
1006
+ name = "icu_normalizer_data"
1007
+ version = "2.1.1"
1008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1009
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1010
+
1011
+ [[package]]
1012
+ name = "icu_properties"
1013
+ version = "2.1.2"
1014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1015
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1016
+ dependencies = [
1017
+ "icu_collections",
1018
+ "icu_locale_core",
1019
+ "icu_properties_data",
1020
+ "icu_provider",
1021
+ "zerotrie",
1022
+ "zerovec",
1023
+ ]
1024
+
1025
+ [[package]]
1026
+ name = "icu_properties_data"
1027
+ version = "2.1.2"
1028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1029
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1030
+
1031
+ [[package]]
1032
+ name = "icu_provider"
1033
+ version = "2.1.1"
1034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1035
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1036
+ dependencies = [
1037
+ "displaydoc",
1038
+ "icu_locale_core",
1039
+ "writeable",
1040
+ "yoke",
1041
+ "zerofrom",
1042
+ "zerotrie",
1043
+ "zerovec",
1044
+ ]
1045
+
1046
+ [[package]]
1047
+ name = "idna"
1048
+ version = "1.1.0"
1049
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1050
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1051
+ dependencies = [
1052
+ "idna_adapter",
1053
+ "smallvec",
1054
+ "utf8_iter",
1055
+ ]
1056
+
1057
+ [[package]]
1058
+ name = "idna_adapter"
1059
+ version = "1.2.1"
1060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1061
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1062
+ dependencies = [
1063
+ "icu_normalizer",
1064
+ "icu_properties",
1065
+ ]
1066
+
1067
+ [[package]]
1068
+ name = "indexmap"
1069
+ version = "2.13.0"
1070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1071
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
1072
+ dependencies = [
1073
+ "equivalent",
1074
+ "hashbrown 0.16.1",
1075
+ "serde",
1076
+ "serde_core",
1077
+ ]
1078
+
1079
+ [[package]]
1080
+ name = "indoc"
1081
+ version = "2.0.7"
1082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1083
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
1084
+ dependencies = [
1085
+ "rustversion",
1086
+ ]
1087
+
1088
+ [[package]]
1089
+ name = "ipnet"
1090
+ version = "2.12.0"
1091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1092
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1093
+
1094
+ [[package]]
1095
+ name = "is_terminal_polyfill"
1096
+ version = "1.70.2"
1097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1098
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1099
+
1100
+ [[package]]
1101
+ name = "itoa"
1102
+ version = "1.0.17"
1103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1104
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1105
+
1106
+ [[package]]
1107
+ name = "js-sys"
1108
+ version = "0.3.85"
1109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1110
+ checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
1111
+ dependencies = [
1112
+ "once_cell",
1113
+ "wasm-bindgen",
1114
+ ]
1115
+
1116
+ [[package]]
1117
+ name = "lazy_static"
1118
+ version = "1.5.0"
1119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1120
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1121
+
1122
+ [[package]]
1123
+ name = "libc"
1124
+ version = "0.2.182"
1125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1126
+ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
1127
+
1128
+ [[package]]
1129
+ name = "litemap"
1130
+ version = "0.8.1"
1131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1132
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1133
+
1134
+ [[package]]
1135
+ name = "lock_api"
1136
+ version = "0.4.14"
1137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1138
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1139
+ dependencies = [
1140
+ "scopeguard",
1141
+ ]
1142
+
1143
+ [[package]]
1144
+ name = "log"
1145
+ version = "0.4.33"
1146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1147
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1148
+
1149
+ [[package]]
1150
+ name = "lru-slab"
1151
+ version = "0.1.2"
1152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1153
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1154
+
1155
+ [[package]]
1156
+ name = "lsp-types"
1157
+ version = "0.94.1"
1158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1159
+ checksum = "c66bfd44a06ae10647fe3f8214762e9369fd4248df1350924b4ef9e770a85ea1"
1160
+ dependencies = [
1161
+ "bitflags 1.3.2",
1162
+ "serde",
1163
+ "serde_json",
1164
+ "serde_repr",
1165
+ "url",
1166
+ ]
1167
+
1168
+ [[package]]
1169
+ name = "matchers"
1170
+ version = "0.2.0"
1171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1172
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1173
+ dependencies = [
1174
+ "regex-automata",
1175
+ ]
1176
+
1177
+ [[package]]
1178
+ name = "matchit"
1179
+ version = "0.7.3"
1180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1181
+ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
1182
+
1183
+ [[package]]
1184
+ name = "memchr"
1185
+ version = "2.8.0"
1186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1187
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1188
+
1189
+ [[package]]
1190
+ name = "memoffset"
1191
+ version = "0.9.1"
1192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1193
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1194
+ dependencies = [
1195
+ "autocfg",
1196
+ ]
1197
+
1198
+ [[package]]
1199
+ name = "mime"
1200
+ version = "0.3.17"
1201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1202
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1203
+
1204
+ [[package]]
1205
+ name = "mime_guess"
1206
+ version = "2.0.5"
1207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1208
+ checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1209
+ dependencies = [
1210
+ "mime",
1211
+ "unicase",
1212
+ ]
1213
+
1214
+ [[package]]
1215
+ name = "miniz_oxide"
1216
+ version = "0.8.9"
1217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1218
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1219
+ dependencies = [
1220
+ "adler2",
1221
+ "simd-adler32",
1222
+ ]
1223
+
1224
+ [[package]]
1225
+ name = "mio"
1226
+ version = "1.1.1"
1227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1228
+ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1229
+ dependencies = [
1230
+ "libc",
1231
+ "wasi",
1232
+ "windows-sys 0.61.2",
1233
+ ]
1234
+
1235
+ [[package]]
1236
+ name = "nu-ansi-term"
1237
+ version = "0.50.3"
1238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1239
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1240
+ dependencies = [
1241
+ "windows-sys 0.61.2",
1242
+ ]
1243
+
1244
+ [[package]]
1245
+ name = "num-traits"
1246
+ version = "0.2.19"
1247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1248
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1249
+ dependencies = [
1250
+ "autocfg",
1251
+ ]
1252
+
1253
+ [[package]]
1254
+ name = "num_enum"
1255
+ version = "0.7.6"
1256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1257
+ checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26"
1258
+ dependencies = [
1259
+ "num_enum_derive",
1260
+ "rustversion",
1261
+ ]
1262
+
1263
+ [[package]]
1264
+ name = "num_enum_derive"
1265
+ version = "0.7.6"
1266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1267
+ checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
1268
+ dependencies = [
1269
+ "proc-macro-crate",
1270
+ "proc-macro2",
1271
+ "quote",
1272
+ "syn 2.0.116",
1273
+ ]
1274
+
1275
+ [[package]]
1276
+ name = "once_cell"
1277
+ version = "1.21.3"
1278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1279
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1280
+
1281
+ [[package]]
1282
+ name = "once_cell_polyfill"
1283
+ version = "1.70.2"
1284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1285
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1286
+
1287
+ [[package]]
1288
+ name = "parking_lot_core"
1289
+ version = "0.9.12"
1290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1291
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1292
+ dependencies = [
1293
+ "cfg-if",
1294
+ "libc",
1295
+ "redox_syscall",
1296
+ "smallvec",
1297
+ "windows-link",
1298
+ ]
1299
+
1300
+ [[package]]
1301
+ name = "percent-encoding"
1302
+ version = "2.3.2"
1303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1304
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1305
+
1306
+ [[package]]
1307
+ name = "pin-project"
1308
+ version = "1.1.10"
1309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1310
+ checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
1311
+ dependencies = [
1312
+ "pin-project-internal",
1313
+ ]
1314
+
1315
+ [[package]]
1316
+ name = "pin-project-internal"
1317
+ version = "1.1.10"
1318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1319
+ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
1320
+ dependencies = [
1321
+ "proc-macro2",
1322
+ "quote",
1323
+ "syn 2.0.116",
1324
+ ]
1325
+
1326
+ [[package]]
1327
+ name = "pin-project-lite"
1328
+ version = "0.2.16"
1329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1330
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1331
+
1332
+ [[package]]
1333
+ name = "portable-atomic"
1334
+ version = "1.13.1"
1335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1336
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1337
+
1338
+ [[package]]
1339
+ name = "potential_utf"
1340
+ version = "0.1.4"
1341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1342
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1343
+ dependencies = [
1344
+ "zerovec",
1345
+ ]
1346
+
1347
+ [[package]]
1348
+ name = "ppv-lite86"
1349
+ version = "0.2.21"
1350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1351
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1352
+ dependencies = [
1353
+ "zerocopy",
1354
+ ]
1355
+
1356
+ [[package]]
1357
+ name = "proc-macro-crate"
1358
+ version = "3.5.0"
1359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1360
+ checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
1361
+ dependencies = [
1362
+ "toml_edit 0.25.13+spec-1.1.0",
1363
+ ]
1364
+
1365
+ [[package]]
1366
+ name = "proc-macro-error"
1367
+ version = "1.0.4"
1368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1369
+ checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1370
+ dependencies = [
1371
+ "proc-macro-error-attr",
1372
+ "proc-macro2",
1373
+ "quote",
1374
+ "syn 1.0.109",
1375
+ "version_check",
1376
+ ]
1377
+
1378
+ [[package]]
1379
+ name = "proc-macro-error-attr"
1380
+ version = "1.0.4"
1381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1382
+ checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1383
+ dependencies = [
1384
+ "proc-macro2",
1385
+ "quote",
1386
+ "version_check",
1387
+ ]
1388
+
1389
+ [[package]]
1390
+ name = "proc-macro2"
1391
+ version = "1.0.106"
1392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1393
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1394
+ dependencies = [
1395
+ "unicode-ident",
1396
+ ]
1397
+
1398
+ [[package]]
1399
+ name = "ptr_meta"
1400
+ version = "0.1.4"
1401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1402
+ checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
1403
+ dependencies = [
1404
+ "ptr_meta_derive",
1405
+ ]
1406
+
1407
+ [[package]]
1408
+ name = "ptr_meta_derive"
1409
+ version = "0.1.4"
1410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1411
+ checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
1412
+ dependencies = [
1413
+ "proc-macro2",
1414
+ "quote",
1415
+ "syn 1.0.109",
1416
+ ]
1417
+
1418
+ [[package]]
1419
+ name = "pyo3"
1420
+ version = "0.22.6"
1421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1422
+ checksum = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884"
1423
+ dependencies = [
1424
+ "cfg-if",
1425
+ "indoc",
1426
+ "libc",
1427
+ "memoffset",
1428
+ "once_cell",
1429
+ "portable-atomic",
1430
+ "pyo3-build-config",
1431
+ "pyo3-ffi",
1432
+ "pyo3-macros",
1433
+ "unindent",
1434
+ ]
1435
+
1436
+ [[package]]
1437
+ name = "pyo3-build-config"
1438
+ version = "0.22.6"
1439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1440
+ checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38"
1441
+ dependencies = [
1442
+ "once_cell",
1443
+ "target-lexicon",
1444
+ ]
1445
+
1446
+ [[package]]
1447
+ name = "pyo3-ffi"
1448
+ version = "0.22.6"
1449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1450
+ checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636"
1451
+ dependencies = [
1452
+ "libc",
1453
+ "pyo3-build-config",
1454
+ ]
1455
+
1456
+ [[package]]
1457
+ name = "pyo3-macros"
1458
+ version = "0.22.6"
1459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1460
+ checksum = "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453"
1461
+ dependencies = [
1462
+ "proc-macro2",
1463
+ "pyo3-macros-backend",
1464
+ "quote",
1465
+ "syn 2.0.116",
1466
+ ]
1467
+
1468
+ [[package]]
1469
+ name = "pyo3-macros-backend"
1470
+ version = "0.22.6"
1471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1472
+ checksum = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe"
1473
+ dependencies = [
1474
+ "heck",
1475
+ "proc-macro2",
1476
+ "pyo3-build-config",
1477
+ "quote",
1478
+ "syn 2.0.116",
1479
+ ]
1480
+
1481
+ [[package]]
1482
+ name = "quinn"
1483
+ version = "0.11.11"
1484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1485
+ checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
1486
+ dependencies = [
1487
+ "bytes",
1488
+ "cfg_aliases",
1489
+ "pin-project-lite",
1490
+ "quinn-proto",
1491
+ "quinn-udp",
1492
+ "rustc-hash",
1493
+ "rustls",
1494
+ "socket2",
1495
+ "thiserror 2.0.19",
1496
+ "tokio",
1497
+ "tracing",
1498
+ "web-time",
1499
+ ]
1500
+
1501
+ [[package]]
1502
+ name = "quinn-proto"
1503
+ version = "0.11.16"
1504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1505
+ checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
1506
+ dependencies = [
1507
+ "bytes",
1508
+ "getrandom 0.4.3",
1509
+ "lru-slab",
1510
+ "rand 0.10.2",
1511
+ "rand_pcg",
1512
+ "ring",
1513
+ "rustc-hash",
1514
+ "rustls",
1515
+ "rustls-pki-types",
1516
+ "slab",
1517
+ "thiserror 2.0.19",
1518
+ "tinyvec",
1519
+ "tracing",
1520
+ "web-time",
1521
+ ]
1522
+
1523
+ [[package]]
1524
+ name = "quinn-udp"
1525
+ version = "0.5.15"
1526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1527
+ checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
1528
+ dependencies = [
1529
+ "cfg_aliases",
1530
+ "libc",
1531
+ "once_cell",
1532
+ "socket2",
1533
+ "tracing",
1534
+ "windows-sys 0.61.2",
1535
+ ]
1536
+
1537
+ [[package]]
1538
+ name = "quote"
1539
+ version = "1.0.44"
1540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1541
+ checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
1542
+ dependencies = [
1543
+ "proc-macro2",
1544
+ ]
1545
+
1546
+ [[package]]
1547
+ name = "r-efi"
1548
+ version = "6.0.0"
1549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1550
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1551
+
1552
+ [[package]]
1553
+ name = "radium"
1554
+ version = "0.7.0"
1555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1556
+ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
1557
+
1558
+ [[package]]
1559
+ name = "rand"
1560
+ version = "0.8.7"
1561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1562
+ checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
1563
+ dependencies = [
1564
+ "libc",
1565
+ "rand_chacha",
1566
+ "rand_core 0.6.4",
1567
+ ]
1568
+
1569
+ [[package]]
1570
+ name = "rand"
1571
+ version = "0.10.2"
1572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1573
+ checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
1574
+ dependencies = [
1575
+ "chacha20",
1576
+ "getrandom 0.4.3",
1577
+ "rand_core 0.10.1",
1578
+ ]
1579
+
1580
+ [[package]]
1581
+ name = "rand_chacha"
1582
+ version = "0.3.1"
1583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1584
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1585
+ dependencies = [
1586
+ "ppv-lite86",
1587
+ "rand_core 0.6.4",
1588
+ ]
1589
+
1590
+ [[package]]
1591
+ name = "rand_core"
1592
+ version = "0.6.4"
1593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1594
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1595
+ dependencies = [
1596
+ "getrandom 0.2.17",
1597
+ ]
1598
+
1599
+ [[package]]
1600
+ name = "rand_core"
1601
+ version = "0.10.1"
1602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1603
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
1604
+
1605
+ [[package]]
1606
+ name = "rand_pcg"
1607
+ version = "0.10.2"
1608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1609
+ checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
1610
+ dependencies = [
1611
+ "rand_core 0.10.1",
1612
+ ]
1613
+
1614
+ [[package]]
1615
+ name = "redox_syscall"
1616
+ version = "0.5.18"
1617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1618
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1619
+ dependencies = [
1620
+ "bitflags 2.11.0",
1621
+ ]
1622
+
1623
+ [[package]]
1624
+ name = "regex"
1625
+ version = "1.13.1"
1626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1627
+ checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
1628
+ dependencies = [
1629
+ "aho-corasick",
1630
+ "memchr",
1631
+ "regex-automata",
1632
+ "regex-syntax",
1633
+ ]
1634
+
1635
+ [[package]]
1636
+ name = "regex-automata"
1637
+ version = "0.4.16"
1638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1639
+ checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
1640
+ dependencies = [
1641
+ "aho-corasick",
1642
+ "memchr",
1643
+ "regex-syntax",
1644
+ ]
1645
+
1646
+ [[package]]
1647
+ name = "regex-syntax"
1648
+ version = "0.8.11"
1649
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1650
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
1651
+
1652
+ [[package]]
1653
+ name = "rend"
1654
+ version = "0.4.2"
1655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1656
+ checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
1657
+ dependencies = [
1658
+ "bytecheck",
1659
+ ]
1660
+
1661
+ [[package]]
1662
+ name = "reqwest"
1663
+ version = "0.12.28"
1664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1665
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1666
+ dependencies = [
1667
+ "base64",
1668
+ "bytes",
1669
+ "futures-channel",
1670
+ "futures-core",
1671
+ "futures-util",
1672
+ "http",
1673
+ "http-body",
1674
+ "http-body-util",
1675
+ "hyper",
1676
+ "hyper-rustls",
1677
+ "hyper-util",
1678
+ "js-sys",
1679
+ "log",
1680
+ "percent-encoding",
1681
+ "pin-project-lite",
1682
+ "quinn",
1683
+ "rustls",
1684
+ "rustls-pki-types",
1685
+ "serde",
1686
+ "serde_json",
1687
+ "serde_urlencoded",
1688
+ "sync_wrapper",
1689
+ "tokio",
1690
+ "tokio-rustls",
1691
+ "tower 0.5.3",
1692
+ "tower-http",
1693
+ "tower-service",
1694
+ "url",
1695
+ "wasm-bindgen",
1696
+ "wasm-bindgen-futures",
1697
+ "web-sys",
1698
+ "webpki-roots",
1699
+ ]
1700
+
1701
+ [[package]]
1702
+ name = "ring"
1703
+ version = "0.17.14"
1704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1705
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1706
+ dependencies = [
1707
+ "cc",
1708
+ "cfg-if",
1709
+ "getrandom 0.2.17",
1710
+ "libc",
1711
+ "untrusted",
1712
+ "windows-sys 0.52.0",
1713
+ ]
1714
+
1715
+ [[package]]
1716
+ name = "rkyv"
1717
+ version = "0.7.46"
1718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1719
+ checksum = "2297bf9c81a3f0dc96bc9521370b88f054168c29826a75e89c55ff196e7ed6a1"
1720
+ dependencies = [
1721
+ "bitvec",
1722
+ "bytecheck",
1723
+ "bytes",
1724
+ "hashbrown 0.12.3",
1725
+ "ptr_meta",
1726
+ "rend",
1727
+ "rkyv_derive",
1728
+ "seahash",
1729
+ "tinyvec",
1730
+ "uuid",
1731
+ ]
1732
+
1733
+ [[package]]
1734
+ name = "rkyv_derive"
1735
+ version = "0.7.46"
1736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1737
+ checksum = "84d7b42d4b8d06048d3ac8db0eb31bcb942cbeb709f0b5f2b2ebde398d3038f5"
1738
+ dependencies = [
1739
+ "proc-macro2",
1740
+ "quote",
1741
+ "syn 1.0.109",
1742
+ ]
1743
+
1744
+ [[package]]
1745
+ name = "rust-embed"
1746
+ version = "8.12.0"
1747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1748
+ checksum = "e9e7760e252aaba7b09f4be00e36476cf585bdb68a53552ac954cdf504ab4bc9"
1749
+ dependencies = [
1750
+ "rust-embed-impl",
1751
+ "rust-embed-utils",
1752
+ "walkdir",
1753
+ ]
1754
+
1755
+ [[package]]
1756
+ name = "rust-embed-impl"
1757
+ version = "8.12.0"
1758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1759
+ checksum = "3bcfc4d6f53af43755f7a723e4b6b8794fcce052a178dd8c6c1dadc5f5343097"
1760
+ dependencies = [
1761
+ "mime_guess",
1762
+ "proc-macro2",
1763
+ "quote",
1764
+ "rust-embed-utils",
1765
+ "syn 2.0.116",
1766
+ "walkdir",
1767
+ ]
1768
+
1769
+ [[package]]
1770
+ name = "rust-embed-utils"
1771
+ version = "8.12.0"
1772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1773
+ checksum = "42ffa149f6aa81b58a5b3011d01a857c4ed12c7a732d2c51947a4c7c692185f0"
1774
+ dependencies = [
1775
+ "sha2 0.11.0",
1776
+ "walkdir",
1777
+ ]
1778
+
1779
+ [[package]]
1780
+ name = "rust_decimal"
1781
+ version = "1.42.1"
1782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1783
+ checksum = "be2a24f50780bc85f09cc6ac299bdf1424302742d77221106859c9d8b102126a"
1784
+ dependencies = [
1785
+ "arrayvec",
1786
+ "borsh",
1787
+ "bytes",
1788
+ "num-traits",
1789
+ "rand 0.8.7",
1790
+ "rkyv",
1791
+ "serde",
1792
+ "serde_json",
1793
+ "wasm-bindgen",
1794
+ ]
1795
+
1796
+ [[package]]
1797
+ name = "rustc-hash"
1798
+ version = "2.1.3"
1799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1800
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
1801
+
1802
+ [[package]]
1803
+ name = "rustls"
1804
+ version = "0.23.42"
1805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1806
+ checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138"
1807
+ dependencies = [
1808
+ "once_cell",
1809
+ "ring",
1810
+ "rustls-pki-types",
1811
+ "rustls-webpki",
1812
+ "subtle",
1813
+ "zeroize",
1814
+ ]
1815
+
1816
+ [[package]]
1817
+ name = "rustls-pki-types"
1818
+ version = "1.15.0"
1819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1820
+ checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
1821
+ dependencies = [
1822
+ "web-time",
1823
+ "zeroize",
1824
+ ]
1825
+
1826
+ [[package]]
1827
+ name = "rustls-webpki"
1828
+ version = "0.103.13"
1829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1830
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
1831
+ dependencies = [
1832
+ "ring",
1833
+ "rustls-pki-types",
1834
+ "untrusted",
1835
+ ]
1836
+
1837
+ [[package]]
1838
+ name = "rustversion"
1839
+ version = "1.0.22"
1840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1841
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1842
+
1843
+ [[package]]
1844
+ name = "ryu"
1845
+ version = "1.0.23"
1846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1847
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1848
+
1849
+ [[package]]
1850
+ name = "same-file"
1851
+ version = "1.0.6"
1852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1853
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1854
+ dependencies = [
1855
+ "winapi-util",
1856
+ ]
1857
+
1858
+ [[package]]
1859
+ name = "scopeguard"
1860
+ version = "1.2.0"
1861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1862
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1863
+
1864
+ [[package]]
1865
+ name = "seahash"
1866
+ version = "4.1.0"
1867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1868
+ checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
1869
+
1870
+ [[package]]
1871
+ name = "serde"
1872
+ version = "1.0.228"
1873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1874
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1875
+ dependencies = [
1876
+ "serde_core",
1877
+ "serde_derive",
1878
+ ]
1879
+
1880
+ [[package]]
1881
+ name = "serde_core"
1882
+ version = "1.0.228"
1883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1884
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1885
+ dependencies = [
1886
+ "serde_derive",
1887
+ ]
1888
+
1889
+ [[package]]
1890
+ name = "serde_derive"
1891
+ version = "1.0.228"
1892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1893
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1894
+ dependencies = [
1895
+ "proc-macro2",
1896
+ "quote",
1897
+ "syn 2.0.116",
1898
+ ]
1899
+
1900
+ [[package]]
1901
+ name = "serde_json"
1902
+ version = "1.0.149"
1903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1904
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1905
+ dependencies = [
1906
+ "itoa",
1907
+ "memchr",
1908
+ "serde",
1909
+ "serde_core",
1910
+ "zmij",
1911
+ ]
1912
+
1913
+ [[package]]
1914
+ name = "serde_path_to_error"
1915
+ version = "0.1.20"
1916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1917
+ checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1918
+ dependencies = [
1919
+ "itoa",
1920
+ "serde",
1921
+ "serde_core",
1922
+ ]
1923
+
1924
+ [[package]]
1925
+ name = "serde_repr"
1926
+ version = "0.1.20"
1927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1928
+ checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
1929
+ dependencies = [
1930
+ "proc-macro2",
1931
+ "quote",
1932
+ "syn 2.0.116",
1933
+ ]
1934
+
1935
+ [[package]]
1936
+ name = "serde_spanned"
1937
+ version = "0.6.9"
1938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1939
+ checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1940
+ dependencies = [
1941
+ "serde",
1942
+ ]
1943
+
1944
+ [[package]]
1945
+ name = "serde_urlencoded"
1946
+ version = "0.7.1"
1947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1948
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1949
+ dependencies = [
1950
+ "form_urlencoded",
1951
+ "itoa",
1952
+ "ryu",
1953
+ "serde",
1954
+ ]
1955
+
1956
+ [[package]]
1957
+ name = "sha2"
1958
+ version = "0.10.9"
1959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1960
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1961
+ dependencies = [
1962
+ "cfg-if",
1963
+ "cpufeatures 0.2.17",
1964
+ "digest 0.10.7",
1965
+ ]
1966
+
1967
+ [[package]]
1968
+ name = "sha2"
1969
+ version = "0.11.0"
1970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1971
+ checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
1972
+ dependencies = [
1973
+ "cfg-if",
1974
+ "cpufeatures 0.3.0",
1975
+ "digest 0.11.3",
1976
+ ]
1977
+
1978
+ [[package]]
1979
+ name = "sharded-slab"
1980
+ version = "0.1.7"
1981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1982
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1983
+ dependencies = [
1984
+ "lazy_static",
1985
+ ]
1986
+
1987
+ [[package]]
1988
+ name = "shlex"
1989
+ version = "2.0.1"
1990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1991
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1992
+
1993
+ [[package]]
1994
+ name = "signal-hook-registry"
1995
+ version = "1.4.8"
1996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1997
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1998
+ dependencies = [
1999
+ "errno",
2000
+ "libc",
2001
+ ]
2002
+
2003
+ [[package]]
2004
+ name = "simd-adler32"
2005
+ version = "0.3.10"
2006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2007
+ checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
2008
+
2009
+ [[package]]
2010
+ name = "simdutf8"
2011
+ version = "0.1.5"
2012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2013
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2014
+
2015
+ [[package]]
2016
+ name = "slab"
2017
+ version = "0.4.12"
2018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2019
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2020
+
2021
+ [[package]]
2022
+ name = "smallvec"
2023
+ version = "1.15.1"
2024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2025
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2026
+
2027
+ [[package]]
2028
+ name = "socket2"
2029
+ version = "0.6.5"
2030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2031
+ checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
2032
+ dependencies = [
2033
+ "libc",
2034
+ "windows-sys 0.61.2",
2035
+ ]
2036
+
2037
+ [[package]]
2038
+ name = "stable_deref_trait"
2039
+ version = "1.2.1"
2040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2041
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2042
+
2043
+ [[package]]
2044
+ name = "strsim"
2045
+ version = "0.11.1"
2046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2047
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2048
+
2049
+ [[package]]
2050
+ name = "subtle"
2051
+ version = "2.6.1"
2052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2053
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2054
+
2055
+ [[package]]
2056
+ name = "syn"
2057
+ version = "1.0.109"
2058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2059
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2060
+ dependencies = [
2061
+ "proc-macro2",
2062
+ "quote",
2063
+ "unicode-ident",
2064
+ ]
2065
+
2066
+ [[package]]
2067
+ name = "syn"
2068
+ version = "2.0.116"
2069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2070
+ checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb"
2071
+ dependencies = [
2072
+ "proc-macro2",
2073
+ "quote",
2074
+ "unicode-ident",
2075
+ ]
2076
+
2077
+ [[package]]
2078
+ name = "syn"
2079
+ version = "3.0.3"
2080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2081
+ checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
2082
+ dependencies = [
2083
+ "proc-macro2",
2084
+ "quote",
2085
+ "unicode-ident",
2086
+ ]
2087
+
2088
+ [[package]]
2089
+ name = "sync_wrapper"
2090
+ version = "1.0.2"
2091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2092
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2093
+ dependencies = [
2094
+ "futures-core",
2095
+ ]
2096
+
2097
+ [[package]]
2098
+ name = "synstructure"
2099
+ version = "0.13.2"
2100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2101
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2102
+ dependencies = [
2103
+ "proc-macro2",
2104
+ "quote",
2105
+ "syn 2.0.116",
2106
+ ]
2107
+
2108
+ [[package]]
2109
+ name = "tap"
2110
+ version = "1.0.1"
2111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2112
+ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2113
+
2114
+ [[package]]
2115
+ name = "target-lexicon"
2116
+ version = "0.12.16"
2117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2118
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
2119
+
2120
+ [[package]]
2121
+ name = "thiserror"
2122
+ version = "1.0.69"
2123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2124
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2125
+ dependencies = [
2126
+ "thiserror-impl 1.0.69",
2127
+ ]
2128
+
2129
+ [[package]]
2130
+ name = "thiserror"
2131
+ version = "2.0.19"
2132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2133
+ checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
2134
+ dependencies = [
2135
+ "thiserror-impl 2.0.19",
2136
+ ]
2137
+
2138
+ [[package]]
2139
+ name = "thiserror-impl"
2140
+ version = "1.0.69"
2141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2142
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2143
+ dependencies = [
2144
+ "proc-macro2",
2145
+ "quote",
2146
+ "syn 2.0.116",
2147
+ ]
2148
+
2149
+ [[package]]
2150
+ name = "thiserror-impl"
2151
+ version = "2.0.19"
2152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2153
+ checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
2154
+ dependencies = [
2155
+ "proc-macro2",
2156
+ "quote",
2157
+ "syn 3.0.3",
2158
+ ]
2159
+
2160
+ [[package]]
2161
+ name = "thread_local"
2162
+ version = "1.1.10"
2163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2164
+ checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
2165
+ dependencies = [
2166
+ "cfg-if",
2167
+ ]
2168
+
2169
+ [[package]]
2170
+ name = "tinystr"
2171
+ version = "0.8.2"
2172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2173
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2174
+ dependencies = [
2175
+ "displaydoc",
2176
+ "zerovec",
2177
+ ]
2178
+
2179
+ [[package]]
2180
+ name = "tinyvec"
2181
+ version = "1.12.0"
2182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2183
+ checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
2184
+ dependencies = [
2185
+ "tinyvec_macros",
2186
+ ]
2187
+
2188
+ [[package]]
2189
+ name = "tinyvec_macros"
2190
+ version = "0.1.1"
2191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2192
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2193
+
2194
+ [[package]]
2195
+ name = "tokio"
2196
+ version = "1.49.0"
2197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2198
+ checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
2199
+ dependencies = [
2200
+ "bytes",
2201
+ "libc",
2202
+ "mio",
2203
+ "pin-project-lite",
2204
+ "signal-hook-registry",
2205
+ "socket2",
2206
+ "tokio-macros",
2207
+ "windows-sys 0.61.2",
2208
+ ]
2209
+
2210
+ [[package]]
2211
+ name = "tokio-macros"
2212
+ version = "2.6.0"
2213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2214
+ checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
2215
+ dependencies = [
2216
+ "proc-macro2",
2217
+ "quote",
2218
+ "syn 2.0.116",
2219
+ ]
2220
+
2221
+ [[package]]
2222
+ name = "tokio-rustls"
2223
+ version = "0.26.4"
2224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2225
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2226
+ dependencies = [
2227
+ "rustls",
2228
+ "tokio",
2229
+ ]
2230
+
2231
+ [[package]]
2232
+ name = "tokio-util"
2233
+ version = "0.7.18"
2234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2235
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2236
+ dependencies = [
2237
+ "bytes",
2238
+ "futures-core",
2239
+ "futures-sink",
2240
+ "pin-project-lite",
2241
+ "tokio",
2242
+ ]
2243
+
2244
+ [[package]]
2245
+ name = "toml"
2246
+ version = "0.8.23"
2247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2248
+ checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
2249
+ dependencies = [
2250
+ "serde",
2251
+ "serde_spanned",
2252
+ "toml_datetime 0.6.11",
2253
+ "toml_edit 0.22.27",
2254
+ ]
2255
+
2256
+ [[package]]
2257
+ name = "toml_datetime"
2258
+ version = "0.6.11"
2259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2260
+ checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
2261
+ dependencies = [
2262
+ "serde",
2263
+ ]
2264
+
2265
+ [[package]]
2266
+ name = "toml_datetime"
2267
+ version = "1.1.1+spec-1.1.0"
2268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2269
+ checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
2270
+ dependencies = [
2271
+ "serde_core",
2272
+ ]
2273
+
2274
+ [[package]]
2275
+ name = "toml_edit"
2276
+ version = "0.22.27"
2277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2278
+ checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
2279
+ dependencies = [
2280
+ "indexmap",
2281
+ "serde",
2282
+ "serde_spanned",
2283
+ "toml_datetime 0.6.11",
2284
+ "toml_write",
2285
+ "winnow 0.7.14",
2286
+ ]
2287
+
2288
+ [[package]]
2289
+ name = "toml_edit"
2290
+ version = "0.25.13+spec-1.1.0"
2291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2292
+ checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b"
2293
+ dependencies = [
2294
+ "indexmap",
2295
+ "toml_datetime 1.1.1+spec-1.1.0",
2296
+ "toml_parser",
2297
+ "winnow 1.0.4",
2298
+ ]
2299
+
2300
+ [[package]]
2301
+ name = "toml_parser"
2302
+ version = "1.1.2+spec-1.1.0"
2303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2304
+ checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
2305
+ dependencies = [
2306
+ "winnow 1.0.4",
2307
+ ]
2308
+
2309
+ [[package]]
2310
+ name = "toml_write"
2311
+ version = "0.1.2"
2312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2313
+ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
2314
+
2315
+ [[package]]
2316
+ name = "tower"
2317
+ version = "0.4.13"
2318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2319
+ checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
2320
+ dependencies = [
2321
+ "futures-core",
2322
+ "futures-util",
2323
+ "pin-project",
2324
+ "pin-project-lite",
2325
+ "tower-layer",
2326
+ "tower-service",
2327
+ ]
2328
+
2329
+ [[package]]
2330
+ name = "tower"
2331
+ version = "0.5.3"
2332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2333
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2334
+ dependencies = [
2335
+ "futures-core",
2336
+ "futures-util",
2337
+ "pin-project-lite",
2338
+ "sync_wrapper",
2339
+ "tokio",
2340
+ "tower-layer",
2341
+ "tower-service",
2342
+ "tracing",
2343
+ ]
2344
+
2345
+ [[package]]
2346
+ name = "tower-http"
2347
+ version = "0.6.11"
2348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2349
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
2350
+ dependencies = [
2351
+ "bitflags 2.11.0",
2352
+ "bytes",
2353
+ "futures-util",
2354
+ "http",
2355
+ "http-body",
2356
+ "http-body-util",
2357
+ "pin-project-lite",
2358
+ "tokio",
2359
+ "tower 0.5.3",
2360
+ "tower-layer",
2361
+ "tower-service",
2362
+ "tracing",
2363
+ "url",
2364
+ ]
2365
+
2366
+ [[package]]
2367
+ name = "tower-layer"
2368
+ version = "0.3.3"
2369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2370
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2371
+
2372
+ [[package]]
2373
+ name = "tower-lsp"
2374
+ version = "0.20.0"
2375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2376
+ checksum = "d4ba052b54a6627628d9b3c34c176e7eda8359b7da9acd497b9f20998d118508"
2377
+ dependencies = [
2378
+ "async-trait",
2379
+ "auto_impl",
2380
+ "bytes",
2381
+ "dashmap",
2382
+ "futures",
2383
+ "httparse",
2384
+ "lsp-types",
2385
+ "memchr",
2386
+ "serde",
2387
+ "serde_json",
2388
+ "tokio",
2389
+ "tokio-util",
2390
+ "tower 0.4.13",
2391
+ "tower-lsp-macros",
2392
+ "tracing",
2393
+ ]
2394
+
2395
+ [[package]]
2396
+ name = "tower-lsp-macros"
2397
+ version = "0.9.0"
2398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2399
+ checksum = "84fd902d4e0b9a4b27f2f440108dc034e1758628a9b702f8ec61ad66355422fa"
2400
+ dependencies = [
2401
+ "proc-macro2",
2402
+ "quote",
2403
+ "syn 2.0.116",
2404
+ ]
2405
+
2406
+ [[package]]
2407
+ name = "tower-service"
2408
+ version = "0.3.3"
2409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2410
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2411
+
2412
+ [[package]]
2413
+ name = "tracing"
2414
+ version = "0.1.44"
2415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2416
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2417
+ dependencies = [
2418
+ "log",
2419
+ "pin-project-lite",
2420
+ "tracing-attributes",
2421
+ "tracing-core",
2422
+ ]
2423
+
2424
+ [[package]]
2425
+ name = "tracing-attributes"
2426
+ version = "0.1.31"
2427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2428
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2429
+ dependencies = [
2430
+ "proc-macro2",
2431
+ "quote",
2432
+ "syn 2.0.116",
2433
+ ]
2434
+
2435
+ [[package]]
2436
+ name = "tracing-core"
2437
+ version = "0.1.36"
2438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2439
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2440
+ dependencies = [
2441
+ "once_cell",
2442
+ "valuable",
2443
+ ]
2444
+
2445
+ [[package]]
2446
+ name = "tracing-log"
2447
+ version = "0.2.0"
2448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2449
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2450
+ dependencies = [
2451
+ "log",
2452
+ "once_cell",
2453
+ "tracing-core",
2454
+ ]
2455
+
2456
+ [[package]]
2457
+ name = "tracing-subscriber"
2458
+ version = "0.3.23"
2459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2460
+ checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
2461
+ dependencies = [
2462
+ "matchers",
2463
+ "nu-ansi-term",
2464
+ "once_cell",
2465
+ "regex-automata",
2466
+ "sharded-slab",
2467
+ "smallvec",
2468
+ "thread_local",
2469
+ "tracing",
2470
+ "tracing-core",
2471
+ "tracing-log",
2472
+ ]
2473
+
2474
+ [[package]]
2475
+ name = "try-lock"
2476
+ version = "0.2.5"
2477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2478
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2479
+
2480
+ [[package]]
2481
+ name = "typenum"
2482
+ version = "1.19.0"
2483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2484
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2485
+
2486
+ [[package]]
2487
+ name = "unicase"
2488
+ version = "2.9.0"
2489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2490
+ checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
2491
+
2492
+ [[package]]
2493
+ name = "unicode-ident"
2494
+ version = "1.0.24"
2495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2496
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2497
+
2498
+ [[package]]
2499
+ name = "unindent"
2500
+ version = "0.2.4"
2501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2502
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
2503
+
2504
+ [[package]]
2505
+ name = "untrusted"
2506
+ version = "0.9.0"
2507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2508
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2509
+
2510
+ [[package]]
2511
+ name = "url"
2512
+ version = "2.5.8"
2513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2514
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2515
+ dependencies = [
2516
+ "form_urlencoded",
2517
+ "idna",
2518
+ "percent-encoding",
2519
+ "serde",
2520
+ "serde_derive",
2521
+ ]
2522
+
2523
+ [[package]]
2524
+ name = "utf8_iter"
2525
+ version = "1.0.4"
2526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2527
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2528
+
2529
+ [[package]]
2530
+ name = "utf8parse"
2531
+ version = "0.2.2"
2532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2533
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2534
+
2535
+ [[package]]
2536
+ name = "utoipa"
2537
+ version = "4.2.3"
2538
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2539
+ checksum = "c5afb1a60e207dca502682537fefcfd9921e71d0b83e9576060f09abc6efab23"
2540
+ dependencies = [
2541
+ "indexmap",
2542
+ "serde",
2543
+ "serde_json",
2544
+ "utoipa-gen",
2545
+ ]
2546
+
2547
+ [[package]]
2548
+ name = "utoipa-gen"
2549
+ version = "4.3.1"
2550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2551
+ checksum = "20c24e8ab68ff9ee746aad22d39b5535601e6416d1b0feeabf78be986a5c4392"
2552
+ dependencies = [
2553
+ "proc-macro-error",
2554
+ "proc-macro2",
2555
+ "quote",
2556
+ "regex",
2557
+ "syn 2.0.116",
2558
+ ]
2559
+
2560
+ [[package]]
2561
+ name = "utoipa-swagger-ui"
2562
+ version = "7.1.0"
2563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2564
+ checksum = "943e0ff606c6d57d410fd5663a4d7c074ab2c5f14ab903b9514565e59fa1189e"
2565
+ dependencies = [
2566
+ "axum",
2567
+ "mime_guess",
2568
+ "regex",
2569
+ "reqwest",
2570
+ "rust-embed",
2571
+ "serde",
2572
+ "serde_json",
2573
+ "url",
2574
+ "utoipa",
2575
+ "zip",
2576
+ ]
2577
+
2578
+ [[package]]
2579
+ name = "uuid"
2580
+ version = "1.21.0"
2581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2582
+ checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb"
2583
+ dependencies = [
2584
+ "js-sys",
2585
+ "wasm-bindgen",
2586
+ ]
2587
+
2588
+ [[package]]
2589
+ name = "valuable"
2590
+ version = "0.1.1"
2591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2592
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2593
+
2594
+ [[package]]
2595
+ name = "version_check"
2596
+ version = "0.9.5"
2597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2598
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2599
+
2600
+ [[package]]
2601
+ name = "walkdir"
2602
+ version = "2.5.0"
2603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2604
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2605
+ dependencies = [
2606
+ "same-file",
2607
+ "winapi-util",
2608
+ ]
2609
+
2610
+ [[package]]
2611
+ name = "want"
2612
+ version = "0.3.1"
2613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2614
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2615
+ dependencies = [
2616
+ "try-lock",
2617
+ ]
2618
+
2619
+ [[package]]
2620
+ name = "wasi"
2621
+ version = "0.11.1+wasi-snapshot-preview1"
2622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2623
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2624
+
2625
+ [[package]]
2626
+ name = "wasm-bindgen"
2627
+ version = "0.2.108"
2628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2629
+ checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
2630
+ dependencies = [
2631
+ "cfg-if",
2632
+ "once_cell",
2633
+ "rustversion",
2634
+ "serde",
2635
+ "wasm-bindgen-macro",
2636
+ "wasm-bindgen-shared",
2637
+ ]
2638
+
2639
+ [[package]]
2640
+ name = "wasm-bindgen-futures"
2641
+ version = "0.4.58"
2642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2643
+ checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f"
2644
+ dependencies = [
2645
+ "cfg-if",
2646
+ "futures-util",
2647
+ "js-sys",
2648
+ "once_cell",
2649
+ "wasm-bindgen",
2650
+ "web-sys",
2651
+ ]
2652
+
2653
+ [[package]]
2654
+ name = "wasm-bindgen-macro"
2655
+ version = "0.2.108"
2656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2657
+ checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
2658
+ dependencies = [
2659
+ "quote",
2660
+ "wasm-bindgen-macro-support",
2661
+ ]
2662
+
2663
+ [[package]]
2664
+ name = "wasm-bindgen-macro-support"
2665
+ version = "0.2.108"
2666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2667
+ checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
2668
+ dependencies = [
2669
+ "bumpalo",
2670
+ "proc-macro2",
2671
+ "quote",
2672
+ "syn 2.0.116",
2673
+ "wasm-bindgen-shared",
2674
+ ]
2675
+
2676
+ [[package]]
2677
+ name = "wasm-bindgen-shared"
2678
+ version = "0.2.108"
2679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2680
+ checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
2681
+ dependencies = [
2682
+ "unicode-ident",
2683
+ ]
2684
+
2685
+ [[package]]
2686
+ name = "web-sys"
2687
+ version = "0.3.85"
2688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2689
+ checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598"
2690
+ dependencies = [
2691
+ "js-sys",
2692
+ "wasm-bindgen",
2693
+ ]
2694
+
2695
+ [[package]]
2696
+ name = "web-time"
2697
+ version = "1.1.0"
2698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2699
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2700
+ dependencies = [
2701
+ "js-sys",
2702
+ "wasm-bindgen",
2703
+ ]
2704
+
2705
+ [[package]]
2706
+ name = "webpki-roots"
2707
+ version = "1.0.9"
2708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2709
+ checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
2710
+ dependencies = [
2711
+ "rustls-pki-types",
2712
+ ]
2713
+
2714
+ [[package]]
2715
+ name = "winapi-util"
2716
+ version = "0.1.11"
2717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2718
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2719
+ dependencies = [
2720
+ "windows-sys 0.61.2",
2721
+ ]
2722
+
2723
+ [[package]]
2724
+ name = "windows-link"
2725
+ version = "0.2.1"
2726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2727
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2728
+
2729
+ [[package]]
2730
+ name = "windows-sys"
2731
+ version = "0.52.0"
2732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2733
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2734
+ dependencies = [
2735
+ "windows-targets",
2736
+ ]
2737
+
2738
+ [[package]]
2739
+ name = "windows-sys"
2740
+ version = "0.61.2"
2741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2742
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2743
+ dependencies = [
2744
+ "windows-link",
2745
+ ]
2746
+
2747
+ [[package]]
2748
+ name = "windows-targets"
2749
+ version = "0.52.6"
2750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2751
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2752
+ dependencies = [
2753
+ "windows_aarch64_gnullvm",
2754
+ "windows_aarch64_msvc",
2755
+ "windows_i686_gnu",
2756
+ "windows_i686_gnullvm",
2757
+ "windows_i686_msvc",
2758
+ "windows_x86_64_gnu",
2759
+ "windows_x86_64_gnullvm",
2760
+ "windows_x86_64_msvc",
2761
+ ]
2762
+
2763
+ [[package]]
2764
+ name = "windows_aarch64_gnullvm"
2765
+ version = "0.52.6"
2766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2767
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2768
+
2769
+ [[package]]
2770
+ name = "windows_aarch64_msvc"
2771
+ version = "0.52.6"
2772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2773
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2774
+
2775
+ [[package]]
2776
+ name = "windows_i686_gnu"
2777
+ version = "0.52.6"
2778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2779
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2780
+
2781
+ [[package]]
2782
+ name = "windows_i686_gnullvm"
2783
+ version = "0.52.6"
2784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2785
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2786
+
2787
+ [[package]]
2788
+ name = "windows_i686_msvc"
2789
+ version = "0.52.6"
2790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2791
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2792
+
2793
+ [[package]]
2794
+ name = "windows_x86_64_gnu"
2795
+ version = "0.52.6"
2796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2797
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2798
+
2799
+ [[package]]
2800
+ name = "windows_x86_64_gnullvm"
2801
+ version = "0.52.6"
2802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2803
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2804
+
2805
+ [[package]]
2806
+ name = "windows_x86_64_msvc"
2807
+ version = "0.52.6"
2808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2809
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2810
+
2811
+ [[package]]
2812
+ name = "winnow"
2813
+ version = "0.7.14"
2814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2815
+ checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
2816
+ dependencies = [
2817
+ "memchr",
2818
+ ]
2819
+
2820
+ [[package]]
2821
+ name = "winnow"
2822
+ version = "1.0.4"
2823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2824
+ checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
2825
+ dependencies = [
2826
+ "memchr",
2827
+ ]
2828
+
2829
+ [[package]]
2830
+ name = "writeable"
2831
+ version = "0.6.2"
2832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2833
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
2834
+
2835
+ [[package]]
2836
+ name = "wyz"
2837
+ version = "0.5.1"
2838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2839
+ checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
2840
+ dependencies = [
2841
+ "tap",
2842
+ ]
2843
+
2844
+ [[package]]
2845
+ name = "yoke"
2846
+ version = "0.8.1"
2847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2848
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
2849
+ dependencies = [
2850
+ "stable_deref_trait",
2851
+ "yoke-derive",
2852
+ "zerofrom",
2853
+ ]
2854
+
2855
+ [[package]]
2856
+ name = "yoke-derive"
2857
+ version = "0.8.1"
2858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2859
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
2860
+ dependencies = [
2861
+ "proc-macro2",
2862
+ "quote",
2863
+ "syn 2.0.116",
2864
+ "synstructure",
2865
+ ]
2866
+
2867
+ [[package]]
2868
+ name = "zerocopy"
2869
+ version = "0.8.55"
2870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2871
+ checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
2872
+ dependencies = [
2873
+ "zerocopy-derive",
2874
+ ]
2875
+
2876
+ [[package]]
2877
+ name = "zerocopy-derive"
2878
+ version = "0.8.55"
2879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2880
+ checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
2881
+ dependencies = [
2882
+ "proc-macro2",
2883
+ "quote",
2884
+ "syn 2.0.116",
2885
+ ]
2886
+
2887
+ [[package]]
2888
+ name = "zerofrom"
2889
+ version = "0.1.6"
2890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2891
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2892
+ dependencies = [
2893
+ "zerofrom-derive",
2894
+ ]
2895
+
2896
+ [[package]]
2897
+ name = "zerofrom-derive"
2898
+ version = "0.1.6"
2899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2900
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2901
+ dependencies = [
2902
+ "proc-macro2",
2903
+ "quote",
2904
+ "syn 2.0.116",
2905
+ "synstructure",
2906
+ ]
2907
+
2908
+ [[package]]
2909
+ name = "zeroize"
2910
+ version = "1.9.0"
2911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2912
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
2913
+
2914
+ [[package]]
2915
+ name = "zerotrie"
2916
+ version = "0.2.3"
2917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2918
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
2919
+ dependencies = [
2920
+ "displaydoc",
2921
+ "yoke",
2922
+ "zerofrom",
2923
+ ]
2924
+
2925
+ [[package]]
2926
+ name = "zerovec"
2927
+ version = "0.11.5"
2928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2929
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
2930
+ dependencies = [
2931
+ "yoke",
2932
+ "zerofrom",
2933
+ "zerovec-derive",
2934
+ ]
2935
+
2936
+ [[package]]
2937
+ name = "zerovec-derive"
2938
+ version = "0.11.2"
2939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2940
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
2941
+ dependencies = [
2942
+ "proc-macro2",
2943
+ "quote",
2944
+ "syn 2.0.116",
2945
+ ]
2946
+
2947
+ [[package]]
2948
+ name = "zip"
2949
+ version = "1.1.4"
2950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2951
+ checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
2952
+ dependencies = [
2953
+ "arbitrary",
2954
+ "crc32fast",
2955
+ "crossbeam-utils",
2956
+ "displaydoc",
2957
+ "flate2",
2958
+ "indexmap",
2959
+ "num_enum",
2960
+ "thiserror 1.0.69",
2961
+ ]
2962
+
2963
+ [[package]]
2964
+ name = "zmij"
2965
+ version = "1.0.21"
2966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2967
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"