1# This file is automatically @generated by Cargo.
   2# It is not intended for manual editing.
   3version = 4
   4
   5[[package]]
   6name = "addr2line"
   7version = "0.25.1"
   8source = "registry+https://github.com/rust-lang/crates.io-index"
   9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  10dependencies = [
  11 "gimli",
  12]
  13
  14[[package]]
  15name = "adler2"
  16version = "2.0.1"
  17source = "registry+https://github.com/rust-lang/crates.io-index"
  18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  19
  20[[package]]
  21name = "aho-corasick"
  22version = "1.1.3"
  23source = "registry+https://github.com/rust-lang/crates.io-index"
  24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  25dependencies = [
  26 "memchr",
  27]
  28
  29[[package]]
  30name = "android_system_properties"
  31version = "0.1.5"
  32source = "registry+https://github.com/rust-lang/crates.io-index"
  33checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  34dependencies = [
  35 "libc",
  36]
  37
  38[[package]]
  39name = "anstream"
  40version = "0.6.21"
  41source = "registry+https://github.com/rust-lang/crates.io-index"
  42checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  43dependencies = [
  44 "anstyle",
  45 "anstyle-parse",
  46 "anstyle-query",
  47 "anstyle-wincon",
  48 "colorchoice",
  49 "is_terminal_polyfill",
  50 "utf8parse",
  51]
  52
  53[[package]]
  54name = "anstyle"
  55version = "1.0.13"
  56source = "registry+https://github.com/rust-lang/crates.io-index"
  57checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  58
  59[[package]]
  60name = "anstyle-parse"
  61version = "0.2.7"
  62source = "registry+https://github.com/rust-lang/crates.io-index"
  63checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  64dependencies = [
  65 "utf8parse",
  66]
  67
  68[[package]]
  69name = "anstyle-query"
  70version = "1.1.4"
  71source = "registry+https://github.com/rust-lang/crates.io-index"
  72checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  73dependencies = [
  74 "windows-sys 0.60.2",
  75]
  76
  77[[package]]
  78name = "anstyle-wincon"
  79version = "3.0.10"
  80source = "registry+https://github.com/rust-lang/crates.io-index"
  81checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  82dependencies = [
  83 "anstyle",
  84 "once_cell_polyfill",
  85 "windows-sys 0.60.2",
  86]
  87
  88[[package]]
  89name = "anyhow"
  90version = "1.0.100"
  91source = "registry+https://github.com/rust-lang/crates.io-index"
  92checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  93
  94[[package]]
  95name = "async-channel"
  96version = "2.5.0"
  97source = "registry+https://github.com/rust-lang/crates.io-index"
  98checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  99dependencies = [
 100 "concurrent-queue",
 101 "event-listener-strategy",
 102 "futures-core",
 103 "pin-project-lite",
 104]
 105
 106[[package]]
 107name = "async-gen"
 108version = "0.2.3"
 109source = "registry+https://github.com/rust-lang/crates.io-index"
 110checksum = "2f872d9d498f6cc7a18aff10f2658f17fc5d729928625d68169aaa29febdf813"
 111dependencies = [
 112 "async-gen-macros",
 113 "futures-core",
 114 "pin-project-lite",
 115]
 116
 117[[package]]
 118name = "async-gen-macros"
 119version = "0.3.0"
 120source = "registry+https://github.com/rust-lang/crates.io-index"
 121checksum = "017a711dbce72e9467fea4f6e55afc8cf8e4306a53c80593bad684e8eccef122"
 122
 123[[package]]
 124name = "async-io"
 125version = "2.6.0"
 126source = "registry+https://github.com/rust-lang/crates.io-index"
 127checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
 128dependencies = [
 129 "autocfg",
 130 "cfg-if",
 131 "concurrent-queue",
 132 "futures-io",
 133 "futures-lite",
 134 "parking",
 135 "polling",
 136 "rustix",
 137 "slab",
 138 "windows-sys 0.61.1",
 139]
 140
 141[[package]]
 142name = "async-lock"
 143version = "3.4.1"
 144source = "registry+https://github.com/rust-lang/crates.io-index"
 145checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
 146dependencies = [
 147 "event-listener",
 148 "event-listener-strategy",
 149 "pin-project-lite",
 150]
 151
 152[[package]]
 153name = "async-lsp"
 154version = "0.2.2"
 155source = "registry+https://github.com/rust-lang/crates.io-index"
 156checksum = "6c1c85c4bb41706ad1f8338e39fa725a24bc642be41140a38d818c93b9ae91f5"
 157dependencies = [
 158 "futures",
 159 "lsp-types",
 160 "pin-project-lite",
 161 "rustix",
 162 "serde",
 163 "serde_json",
 164 "thiserror",
 165 "tokio",
 166 "tower-layer",
 167 "tower-service",
 168 "tracing",
 169 "waitpid-any",
 170]
 171
 172[[package]]
 173name = "async-process"
 174version = "2.5.0"
 175source = "registry+https://github.com/rust-lang/crates.io-index"
 176checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
 177dependencies = [
 178 "async-channel",
 179 "async-io",
 180 "async-lock",
 181 "async-signal",
 182 "async-task",
 183 "blocking",
 184 "cfg-if",
 185 "event-listener",
 186 "futures-lite",
 187 "rustix",
 188]
 189
 190[[package]]
 191name = "async-signal"
 192version = "0.2.13"
 193source = "registry+https://github.com/rust-lang/crates.io-index"
 194checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 195dependencies = [
 196 "async-io",
 197 "async-lock",
 198 "atomic-waker",
 199 "cfg-if",
 200 "futures-core",
 201 "futures-io",
 202 "rustix",
 203 "signal-hook-registry",
 204 "slab",
 205 "windows-sys 0.61.1",
 206]
 207
 208[[package]]
 209name = "async-task"
 210version = "4.7.1"
 211source = "registry+https://github.com/rust-lang/crates.io-index"
 212checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 213
 214[[package]]
 215name = "atomic-waker"
 216version = "1.1.2"
 217source = "registry+https://github.com/rust-lang/crates.io-index"
 218checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 219
 220[[package]]
 221name = "autocfg"
 222version = "1.5.0"
 223source = "registry+https://github.com/rust-lang/crates.io-index"
 224checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 225
 226[[package]]
 227name = "backtrace"
 228version = "0.3.76"
 229source = "registry+https://github.com/rust-lang/crates.io-index"
 230checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 231dependencies = [
 232 "addr2line",
 233 "cfg-if",
 234 "libc",
 235 "miniz_oxide",
 236 "object",
 237 "rustc-demangle",
 238 "windows-link",
 239]
 240
 241[[package]]
 242name = "base64"
 243version = "0.22.1"
 244source = "registry+https://github.com/rust-lang/crates.io-index"
 245checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 246
 247[[package]]
 248name = "bitflags"
 249version = "1.3.2"
 250source = "registry+https://github.com/rust-lang/crates.io-index"
 251checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 252
 253[[package]]
 254name = "bitflags"
 255version = "2.9.4"
 256source = "registry+https://github.com/rust-lang/crates.io-index"
 257checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
 258
 259[[package]]
 260name = "blocking"
 261version = "1.6.2"
 262source = "registry+https://github.com/rust-lang/crates.io-index"
 263checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 264dependencies = [
 265 "async-channel",
 266 "async-task",
 267 "futures-io",
 268 "futures-lite",
 269 "piper",
 270]
 271
 272[[package]]
 273name = "bumpalo"
 274version = "3.19.0"
 275source = "registry+https://github.com/rust-lang/crates.io-index"
 276checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 277
 278[[package]]
 279name = "bytes"
 280version = "1.10.1"
 281source = "registry+https://github.com/rust-lang/crates.io-index"
 282checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 283
 284[[package]]
 285name = "cc"
 286version = "1.2.40"
 287source = "registry+https://github.com/rust-lang/crates.io-index"
 288checksum = "e1d05d92f4b1fd76aad469d46cdd858ca761576082cd37df81416691e50199fb"
 289dependencies = [
 290 "find-msvc-tools",
 291 "shlex",
 292]
 293
 294[[package]]
 295name = "cfg-if"
 296version = "1.0.3"
 297source = "registry+https://github.com/rust-lang/crates.io-index"
 298checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
 299
 300[[package]]
 301name = "chrono"
 302version = "0.4.42"
 303source = "registry+https://github.com/rust-lang/crates.io-index"
 304checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 305dependencies = [
 306 "iana-time-zone",
 307 "js-sys",
 308 "num-traits",
 309 "serde",
 310 "wasm-bindgen",
 311 "windows-link",
 312]
 313
 314[[package]]
 315name = "clap"
 316version = "4.5.48"
 317source = "registry+https://github.com/rust-lang/crates.io-index"
 318checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
 319dependencies = [
 320 "clap_builder",
 321 "clap_derive",
 322]
 323
 324[[package]]
 325name = "clap_builder"
 326version = "4.5.48"
 327source = "registry+https://github.com/rust-lang/crates.io-index"
 328checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
 329dependencies = [
 330 "anstream",
 331 "anstyle",
 332 "clap_lex",
 333 "strsim",
 334]
 335
 336[[package]]
 337name = "clap_derive"
 338version = "4.5.47"
 339source = "registry+https://github.com/rust-lang/crates.io-index"
 340checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
 341dependencies = [
 342 "heck",
 343 "proc-macro2",
 344 "quote",
 345 "syn",
 346]
 347
 348[[package]]
 349name = "clap_lex"
 350version = "0.7.5"
 351source = "registry+https://github.com/rust-lang/crates.io-index"
 352checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
 353
 354[[package]]
 355name = "colorchoice"
 356version = "1.0.4"
 357source = "registry+https://github.com/rust-lang/crates.io-index"
 358checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 359
 360[[package]]
 361name = "concurrent-queue"
 362version = "2.5.0"
 363source = "registry+https://github.com/rust-lang/crates.io-index"
 364checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 365dependencies = [
 366 "crossbeam-utils",
 367]
 368
 369[[package]]
 370name = "core-foundation-sys"
 371version = "0.8.7"
 372source = "registry+https://github.com/rust-lang/crates.io-index"
 373checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 374
 375[[package]]
 376name = "crossbeam-utils"
 377version = "0.8.21"
 378source = "registry+https://github.com/rust-lang/crates.io-index"
 379checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 380
 381[[package]]
 382name = "darling"
 383version = "0.21.3"
 384source = "registry+https://github.com/rust-lang/crates.io-index"
 385checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 386dependencies = [
 387 "darling_core",
 388 "darling_macro",
 389]
 390
 391[[package]]
 392name = "darling_core"
 393version = "0.21.3"
 394source = "registry+https://github.com/rust-lang/crates.io-index"
 395checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 396dependencies = [
 397 "fnv",
 398 "ident_case",
 399 "proc-macro2",
 400 "quote",
 401 "strsim",
 402 "syn",
 403]
 404
 405[[package]]
 406name = "darling_macro"
 407version = "0.21.3"
 408source = "registry+https://github.com/rust-lang/crates.io-index"
 409checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 410dependencies = [
 411 "darling_core",
 412 "quote",
 413 "syn",
 414]
 415
 416[[package]]
 417name = "displaydoc"
 418version = "0.2.5"
 419source = "registry+https://github.com/rust-lang/crates.io-index"
 420checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 421dependencies = [
 422 "proc-macro2",
 423 "quote",
 424 "syn",
 425]
 426
 427[[package]]
 428name = "dyn-clone"
 429version = "1.0.20"
 430source = "registry+https://github.com/rust-lang/crates.io-index"
 431checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 432
 433[[package]]
 434name = "equivalent"
 435version = "1.0.2"
 436source = "registry+https://github.com/rust-lang/crates.io-index"
 437checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 438
 439[[package]]
 440name = "errno"
 441version = "0.3.14"
 442source = "registry+https://github.com/rust-lang/crates.io-index"
 443checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 444dependencies = [
 445 "libc",
 446 "windows-sys 0.61.1",
 447]
 448
 449[[package]]
 450name = "event-listener"
 451version = "5.4.1"
 452source = "registry+https://github.com/rust-lang/crates.io-index"
 453checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 454dependencies = [
 455 "concurrent-queue",
 456 "parking",
 457 "pin-project-lite",
 458]
 459
 460[[package]]
 461name = "event-listener-strategy"
 462version = "0.5.4"
 463source = "registry+https://github.com/rust-lang/crates.io-index"
 464checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 465dependencies = [
 466 "event-listener",
 467 "pin-project-lite",
 468]
 469
 470[[package]]
 471name = "fastrand"
 472version = "2.3.0"
 473source = "registry+https://github.com/rust-lang/crates.io-index"
 474checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 475
 476[[package]]
 477name = "find-msvc-tools"
 478version = "0.1.3"
 479source = "registry+https://github.com/rust-lang/crates.io-index"
 480checksum = "0399f9d26e5191ce32c498bebd31e7a3ceabc2745f0ac54af3f335126c3f24b3"
 481
 482[[package]]
 483name = "fnv"
 484version = "1.0.7"
 485source = "registry+https://github.com/rust-lang/crates.io-index"
 486checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 487
 488[[package]]
 489name = "form_urlencoded"
 490version = "1.2.2"
 491source = "registry+https://github.com/rust-lang/crates.io-index"
 492checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 493dependencies = [
 494 "percent-encoding",
 495]
 496
 497[[package]]
 498name = "futures"
 499version = "0.3.31"
 500source = "registry+https://github.com/rust-lang/crates.io-index"
 501checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 502dependencies = [
 503 "futures-channel",
 504 "futures-core",
 505 "futures-executor",
 506 "futures-io",
 507 "futures-sink",
 508 "futures-task",
 509 "futures-util",
 510]
 511
 512[[package]]
 513name = "futures-channel"
 514version = "0.3.31"
 515source = "registry+https://github.com/rust-lang/crates.io-index"
 516checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 517dependencies = [
 518 "futures-core",
 519 "futures-sink",
 520]
 521
 522[[package]]
 523name = "futures-core"
 524version = "0.3.31"
 525source = "registry+https://github.com/rust-lang/crates.io-index"
 526checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 527
 528[[package]]
 529name = "futures-executor"
 530version = "0.3.31"
 531source = "registry+https://github.com/rust-lang/crates.io-index"
 532checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 533dependencies = [
 534 "futures-core",
 535 "futures-task",
 536 "futures-util",
 537]
 538
 539[[package]]
 540name = "futures-io"
 541version = "0.3.31"
 542source = "registry+https://github.com/rust-lang/crates.io-index"
 543checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 544
 545[[package]]
 546name = "futures-lite"
 547version = "2.6.1"
 548source = "registry+https://github.com/rust-lang/crates.io-index"
 549checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 550dependencies = [
 551 "fastrand",
 552 "futures-core",
 553 "futures-io",
 554 "parking",
 555 "pin-project-lite",
 556]
 557
 558[[package]]
 559name = "futures-macro"
 560version = "0.3.31"
 561source = "registry+https://github.com/rust-lang/crates.io-index"
 562checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 563dependencies = [
 564 "proc-macro2",
 565 "quote",
 566 "syn",
 567]
 568
 569[[package]]
 570name = "futures-sink"
 571version = "0.3.31"
 572source = "registry+https://github.com/rust-lang/crates.io-index"
 573checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 574
 575[[package]]
 576name = "futures-task"
 577version = "0.3.31"
 578source = "registry+https://github.com/rust-lang/crates.io-index"
 579checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 580
 581[[package]]
 582name = "futures-util"
 583version = "0.3.31"
 584source = "registry+https://github.com/rust-lang/crates.io-index"
 585checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 586dependencies = [
 587 "futures-channel",
 588 "futures-core",
 589 "futures-io",
 590 "futures-macro",
 591 "futures-sink",
 592 "futures-task",
 593 "memchr",
 594 "pin-project-lite",
 595 "pin-utils",
 596 "slab",
 597]
 598
 599[[package]]
 600name = "gimli"
 601version = "0.32.3"
 602source = "registry+https://github.com/rust-lang/crates.io-index"
 603checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 604
 605[[package]]
 606name = "hashbrown"
 607version = "0.16.0"
 608source = "registry+https://github.com/rust-lang/crates.io-index"
 609checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
 610
 611[[package]]
 612name = "heck"
 613version = "0.5.0"
 614source = "registry+https://github.com/rust-lang/crates.io-index"
 615checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 616
 617[[package]]
 618name = "hermit-abi"
 619version = "0.5.2"
 620source = "registry+https://github.com/rust-lang/crates.io-index"
 621checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 622
 623[[package]]
 624name = "iana-time-zone"
 625version = "0.1.64"
 626source = "registry+https://github.com/rust-lang/crates.io-index"
 627checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 628dependencies = [
 629 "android_system_properties",
 630 "core-foundation-sys",
 631 "iana-time-zone-haiku",
 632 "js-sys",
 633 "log",
 634 "wasm-bindgen",
 635 "windows-core",
 636]
 637
 638[[package]]
 639name = "iana-time-zone-haiku"
 640version = "0.1.2"
 641source = "registry+https://github.com/rust-lang/crates.io-index"
 642checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 643dependencies = [
 644 "cc",
 645]
 646
 647[[package]]
 648name = "icu_collections"
 649version = "2.0.0"
 650source = "registry+https://github.com/rust-lang/crates.io-index"
 651checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 652dependencies = [
 653 "displaydoc",
 654 "potential_utf",
 655 "yoke",
 656 "zerofrom",
 657 "zerovec",
 658]
 659
 660[[package]]
 661name = "icu_locale_core"
 662version = "2.0.0"
 663source = "registry+https://github.com/rust-lang/crates.io-index"
 664checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 665dependencies = [
 666 "displaydoc",
 667 "litemap",
 668 "tinystr",
 669 "writeable",
 670 "zerovec",
 671]
 672
 673[[package]]
 674name = "icu_normalizer"
 675version = "2.0.0"
 676source = "registry+https://github.com/rust-lang/crates.io-index"
 677checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 678dependencies = [
 679 "displaydoc",
 680 "icu_collections",
 681 "icu_normalizer_data",
 682 "icu_properties",
 683 "icu_provider",
 684 "smallvec",
 685 "zerovec",
 686]
 687
 688[[package]]
 689name = "icu_normalizer_data"
 690version = "2.0.0"
 691source = "registry+https://github.com/rust-lang/crates.io-index"
 692checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 693
 694[[package]]
 695name = "icu_properties"
 696version = "2.0.1"
 697source = "registry+https://github.com/rust-lang/crates.io-index"
 698checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 699dependencies = [
 700 "displaydoc",
 701 "icu_collections",
 702 "icu_locale_core",
 703 "icu_properties_data",
 704 "icu_provider",
 705 "potential_utf",
 706 "zerotrie",
 707 "zerovec",
 708]
 709
 710[[package]]
 711name = "icu_properties_data"
 712version = "2.0.1"
 713source = "registry+https://github.com/rust-lang/crates.io-index"
 714checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 715
 716[[package]]
 717name = "icu_provider"
 718version = "2.0.0"
 719source = "registry+https://github.com/rust-lang/crates.io-index"
 720checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 721dependencies = [
 722 "displaydoc",
 723 "icu_locale_core",
 724 "stable_deref_trait",
 725 "tinystr",
 726 "writeable",
 727 "yoke",
 728 "zerofrom",
 729 "zerotrie",
 730 "zerovec",
 731]
 732
 733[[package]]
 734name = "ident_case"
 735version = "1.0.1"
 736source = "registry+https://github.com/rust-lang/crates.io-index"
 737checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 738
 739[[package]]
 740name = "idna"
 741version = "1.1.0"
 742source = "registry+https://github.com/rust-lang/crates.io-index"
 743checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 744dependencies = [
 745 "idna_adapter",
 746 "smallvec",
 747 "utf8_iter",
 748]
 749
 750[[package]]
 751name = "idna_adapter"
 752version = "1.2.1"
 753source = "registry+https://github.com/rust-lang/crates.io-index"
 754checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 755dependencies = [
 756 "icu_normalizer",
 757 "icu_properties",
 758]
 759
 760[[package]]
 761name = "indexmap"
 762version = "2.11.4"
 763source = "registry+https://github.com/rust-lang/crates.io-index"
 764checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 765dependencies = [
 766 "equivalent",
 767 "hashbrown",
 768]
 769
 770[[package]]
 771name = "io-uring"
 772version = "0.7.10"
 773source = "registry+https://github.com/rust-lang/crates.io-index"
 774checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
 775dependencies = [
 776 "bitflags 2.9.4",
 777 "cfg-if",
 778 "libc",
 779]
 780
 781[[package]]
 782name = "is_terminal_polyfill"
 783version = "1.70.1"
 784source = "registry+https://github.com/rust-lang/crates.io-index"
 785checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 786
 787[[package]]
 788name = "itoa"
 789version = "1.0.15"
 790source = "registry+https://github.com/rust-lang/crates.io-index"
 791checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 792
 793[[package]]
 794name = "js-sys"
 795version = "0.3.81"
 796source = "registry+https://github.com/rust-lang/crates.io-index"
 797checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
 798dependencies = [
 799 "once_cell",
 800 "wasm-bindgen",
 801]
 802
 803[[package]]
 804name = "lazy_static"
 805version = "1.5.0"
 806source = "registry+https://github.com/rust-lang/crates.io-index"
 807checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 808
 809[[package]]
 810name = "libc"
 811version = "0.2.176"
 812source = "registry+https://github.com/rust-lang/crates.io-index"
 813checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
 814
 815[[package]]
 816name = "linux-raw-sys"
 817version = "0.11.0"
 818source = "registry+https://github.com/rust-lang/crates.io-index"
 819checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 820
 821[[package]]
 822name = "litemap"
 823version = "0.8.0"
 824source = "registry+https://github.com/rust-lang/crates.io-index"
 825checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 826
 827[[package]]
 828name = "log"
 829version = "0.4.28"
 830source = "registry+https://github.com/rust-lang/crates.io-index"
 831checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
 832
 833[[package]]
 834name = "lsp-types"
 835version = "0.95.1"
 836source = "registry+https://github.com/rust-lang/crates.io-index"
 837checksum = "8e34d33a8e9b006cd3fc4fe69a921affa097bae4bb65f76271f4644f9a334365"
 838dependencies = [
 839 "bitflags 1.3.2",
 840 "serde",
 841 "serde_json",
 842 "serde_repr",
 843 "url",
 844]
 845
 846[[package]]
 847name = "lsp2mcp"
 848version = "0.1.0"
 849dependencies = [
 850 "anyhow",
 851 "async-gen",
 852 "async-lsp",
 853 "async-process",
 854 "clap",
 855 "futures",
 856 "rmcp",
 857 "serde",
 858 "tokio",
 859 "toml",
 860 "tower",
 861 "tracing",
 862 "tracing-subscriber",
 863]
 864
 865[[package]]
 866name = "matchers"
 867version = "0.2.0"
 868source = "registry+https://github.com/rust-lang/crates.io-index"
 869checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
 870dependencies = [
 871 "regex-automata",
 872]
 873
 874[[package]]
 875name = "memchr"
 876version = "2.7.6"
 877source = "registry+https://github.com/rust-lang/crates.io-index"
 878checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
 879
 880[[package]]
 881name = "miniz_oxide"
 882version = "0.8.9"
 883source = "registry+https://github.com/rust-lang/crates.io-index"
 884checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
 885dependencies = [
 886 "adler2",
 887]
 888
 889[[package]]
 890name = "mio"
 891version = "1.0.4"
 892source = "registry+https://github.com/rust-lang/crates.io-index"
 893checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
 894dependencies = [
 895 "libc",
 896 "wasi",
 897 "windows-sys 0.59.0",
 898]
 899
 900[[package]]
 901name = "nu-ansi-term"
 902version = "0.50.1"
 903source = "registry+https://github.com/rust-lang/crates.io-index"
 904checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
 905dependencies = [
 906 "windows-sys 0.52.0",
 907]
 908
 909[[package]]
 910name = "num-traits"
 911version = "0.2.19"
 912source = "registry+https://github.com/rust-lang/crates.io-index"
 913checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 914dependencies = [
 915 "autocfg",
 916]
 917
 918[[package]]
 919name = "object"
 920version = "0.37.3"
 921source = "registry+https://github.com/rust-lang/crates.io-index"
 922checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
 923dependencies = [
 924 "memchr",
 925]
 926
 927[[package]]
 928name = "once_cell"
 929version = "1.21.3"
 930source = "registry+https://github.com/rust-lang/crates.io-index"
 931checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
 932
 933[[package]]
 934name = "once_cell_polyfill"
 935version = "1.70.1"
 936source = "registry+https://github.com/rust-lang/crates.io-index"
 937checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
 938
 939[[package]]
 940name = "parking"
 941version = "2.2.1"
 942source = "registry+https://github.com/rust-lang/crates.io-index"
 943checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 944
 945[[package]]
 946name = "paste"
 947version = "1.0.15"
 948source = "registry+https://github.com/rust-lang/crates.io-index"
 949checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 950
 951[[package]]
 952name = "percent-encoding"
 953version = "2.3.2"
 954source = "registry+https://github.com/rust-lang/crates.io-index"
 955checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
 956
 957[[package]]
 958name = "pin-project-lite"
 959version = "0.2.16"
 960source = "registry+https://github.com/rust-lang/crates.io-index"
 961checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
 962
 963[[package]]
 964name = "pin-utils"
 965version = "0.1.0"
 966source = "registry+https://github.com/rust-lang/crates.io-index"
 967checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
 968
 969[[package]]
 970name = "piper"
 971version = "0.2.4"
 972source = "registry+https://github.com/rust-lang/crates.io-index"
 973checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
 974dependencies = [
 975 "atomic-waker",
 976 "fastrand",
 977 "futures-io",
 978]
 979
 980[[package]]
 981name = "polling"
 982version = "3.11.0"
 983source = "registry+https://github.com/rust-lang/crates.io-index"
 984checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
 985dependencies = [
 986 "cfg-if",
 987 "concurrent-queue",
 988 "hermit-abi",
 989 "pin-project-lite",
 990 "rustix",
 991 "windows-sys 0.61.1",
 992]
 993
 994[[package]]
 995name = "potential_utf"
 996version = "0.1.3"
 997source = "registry+https://github.com/rust-lang/crates.io-index"
 998checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
 999dependencies = [
1000 "zerovec",
1001]
1002
1003[[package]]
1004name = "proc-macro2"
1005version = "1.0.101"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
1008dependencies = [
1009 "unicode-ident",
1010]
1011
1012[[package]]
1013name = "quote"
1014version = "1.0.41"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
1017dependencies = [
1018 "proc-macro2",
1019]
1020
1021[[package]]
1022name = "ref-cast"
1023version = "1.0.25"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
1026dependencies = [
1027 "ref-cast-impl",
1028]
1029
1030[[package]]
1031name = "ref-cast-impl"
1032version = "1.0.25"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
1035dependencies = [
1036 "proc-macro2",
1037 "quote",
1038 "syn",
1039]
1040
1041[[package]]
1042name = "regex-automata"
1043version = "0.4.11"
1044source = "registry+https://github.com/rust-lang/crates.io-index"
1045checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad"
1046dependencies = [
1047 "aho-corasick",
1048 "memchr",
1049 "regex-syntax",
1050]
1051
1052[[package]]
1053name = "regex-syntax"
1054version = "0.8.6"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
1057
1058[[package]]
1059name = "rmcp"
1060version = "0.8.0"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "583d060e99feb3a3683fb48a1e4bf5f8d4a50951f429726f330ee5ff548837f8"
1063dependencies = [
1064 "base64",
1065 "chrono",
1066 "futures",
1067 "paste",
1068 "pin-project-lite",
1069 "rmcp-macros",
1070 "schemars",
1071 "serde",
1072 "serde_json",
1073 "thiserror",
1074 "tokio",
1075 "tokio-util",
1076 "tracing",
1077]
1078
1079[[package]]
1080name = "rmcp-macros"
1081version = "0.8.0"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "421d8b0ba302f479214889486f9550e63feca3af310f1190efcf6e2016802693"
1084dependencies = [
1085 "darling",
1086 "proc-macro2",
1087 "quote",
1088 "serde_json",
1089 "syn",
1090]
1091
1092[[package]]
1093name = "rustc-demangle"
1094version = "0.1.26"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
1097
1098[[package]]
1099name = "rustix"
1100version = "1.1.2"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
1103dependencies = [
1104 "bitflags 2.9.4",
1105 "errno",
1106 "libc",
1107 "linux-raw-sys",
1108 "windows-sys 0.61.1",
1109]
1110
1111[[package]]
1112name = "rustversion"
1113version = "1.0.22"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1116
1117[[package]]
1118name = "ryu"
1119version = "1.0.20"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1122
1123[[package]]
1124name = "schemars"
1125version = "1.0.4"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
1128dependencies = [
1129 "chrono",
1130 "dyn-clone",
1131 "ref-cast",
1132 "schemars_derive",
1133 "serde",
1134 "serde_json",
1135]
1136
1137[[package]]
1138name = "schemars_derive"
1139version = "1.0.4"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
1142dependencies = [
1143 "proc-macro2",
1144 "quote",
1145 "serde_derive_internals",
1146 "syn",
1147]
1148
1149[[package]]
1150name = "serde"
1151version = "1.0.228"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1154dependencies = [
1155 "serde_core",
1156 "serde_derive",
1157]
1158
1159[[package]]
1160name = "serde_core"
1161version = "1.0.228"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1164dependencies = [
1165 "serde_derive",
1166]
1167
1168[[package]]
1169name = "serde_derive"
1170version = "1.0.228"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1173dependencies = [
1174 "proc-macro2",
1175 "quote",
1176 "syn",
1177]
1178
1179[[package]]
1180name = "serde_derive_internals"
1181version = "0.29.1"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
1184dependencies = [
1185 "proc-macro2",
1186 "quote",
1187 "syn",
1188]
1189
1190[[package]]
1191name = "serde_json"
1192version = "1.0.145"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
1195dependencies = [
1196 "itoa",
1197 "memchr",
1198 "ryu",
1199 "serde",
1200 "serde_core",
1201]
1202
1203[[package]]
1204name = "serde_repr"
1205version = "0.1.20"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
1208dependencies = [
1209 "proc-macro2",
1210 "quote",
1211 "syn",
1212]
1213
1214[[package]]
1215name = "serde_spanned"
1216version = "0.6.9"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1219dependencies = [
1220 "serde",
1221]
1222
1223[[package]]
1224name = "sharded-slab"
1225version = "0.1.7"
1226source = "registry+https://github.com/rust-lang/crates.io-index"
1227checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1228dependencies = [
1229 "lazy_static",
1230]
1231
1232[[package]]
1233name = "shlex"
1234version = "1.3.0"
1235source = "registry+https://github.com/rust-lang/crates.io-index"
1236checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1237
1238[[package]]
1239name = "signal-hook-registry"
1240version = "1.4.6"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
1243dependencies = [
1244 "libc",
1245]
1246
1247[[package]]
1248name = "slab"
1249version = "0.4.11"
1250source = "registry+https://github.com/rust-lang/crates.io-index"
1251checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1252
1253[[package]]
1254name = "smallvec"
1255version = "1.15.1"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1258
1259[[package]]
1260name = "socket2"
1261version = "0.6.0"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
1264dependencies = [
1265 "libc",
1266 "windows-sys 0.59.0",
1267]
1268
1269[[package]]
1270name = "stable_deref_trait"
1271version = "1.2.0"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1274
1275[[package]]
1276name = "strsim"
1277version = "0.11.1"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1280
1281[[package]]
1282name = "syn"
1283version = "2.0.106"
1284source = "registry+https://github.com/rust-lang/crates.io-index"
1285checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
1286dependencies = [
1287 "proc-macro2",
1288 "quote",
1289 "unicode-ident",
1290]
1291
1292[[package]]
1293name = "synstructure"
1294version = "0.13.2"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1297dependencies = [
1298 "proc-macro2",
1299 "quote",
1300 "syn",
1301]
1302
1303[[package]]
1304name = "thiserror"
1305version = "2.0.17"
1306source = "registry+https://github.com/rust-lang/crates.io-index"
1307checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1308dependencies = [
1309 "thiserror-impl",
1310]
1311
1312[[package]]
1313name = "thiserror-impl"
1314version = "2.0.17"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
1317dependencies = [
1318 "proc-macro2",
1319 "quote",
1320 "syn",
1321]
1322
1323[[package]]
1324name = "thread_local"
1325version = "1.1.9"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1328dependencies = [
1329 "cfg-if",
1330]
1331
1332[[package]]
1333name = "tinystr"
1334version = "0.8.1"
1335source = "registry+https://github.com/rust-lang/crates.io-index"
1336checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
1337dependencies = [
1338 "displaydoc",
1339 "zerovec",
1340]
1341
1342[[package]]
1343name = "tokio"
1344version = "1.47.1"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
1347dependencies = [
1348 "backtrace",
1349 "bytes",
1350 "io-uring",
1351 "libc",
1352 "mio",
1353 "pin-project-lite",
1354 "slab",
1355 "socket2",
1356 "tokio-macros",
1357 "windows-sys 0.59.0",
1358]
1359
1360[[package]]
1361name = "tokio-macros"
1362version = "2.5.0"
1363source = "registry+https://github.com/rust-lang/crates.io-index"
1364checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
1365dependencies = [
1366 "proc-macro2",
1367 "quote",
1368 "syn",
1369]
1370
1371[[package]]
1372name = "tokio-util"
1373version = "0.7.16"
1374source = "registry+https://github.com/rust-lang/crates.io-index"
1375checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
1376dependencies = [
1377 "bytes",
1378 "futures-core",
1379 "futures-sink",
1380 "pin-project-lite",
1381 "tokio",
1382]
1383
1384[[package]]
1385name = "toml"
1386version = "0.8.23"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1389dependencies = [
1390 "serde",
1391 "serde_spanned",
1392 "toml_datetime",
1393 "toml_edit",
1394]
1395
1396[[package]]
1397name = "toml_datetime"
1398version = "0.6.11"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1401dependencies = [
1402 "serde",
1403]
1404
1405[[package]]
1406name = "toml_edit"
1407version = "0.22.27"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1410dependencies = [
1411 "indexmap",
1412 "serde",
1413 "serde_spanned",
1414 "toml_datetime",
1415 "toml_write",
1416 "winnow",
1417]
1418
1419[[package]]
1420name = "toml_write"
1421version = "0.1.2"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
1424
1425[[package]]
1426name = "tower"
1427version = "0.5.2"
1428source = "registry+https://github.com/rust-lang/crates.io-index"
1429checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1430dependencies = [
1431 "tower-layer",
1432 "tower-service",
1433]
1434
1435[[package]]
1436name = "tower-layer"
1437version = "0.3.3"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1440
1441[[package]]
1442name = "tower-service"
1443version = "0.3.3"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1446
1447[[package]]
1448name = "tracing"
1449version = "0.1.41"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1452dependencies = [
1453 "pin-project-lite",
1454 "tracing-attributes",
1455 "tracing-core",
1456]
1457
1458[[package]]
1459name = "tracing-attributes"
1460version = "0.1.30"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
1463dependencies = [
1464 "proc-macro2",
1465 "quote",
1466 "syn",
1467]
1468
1469[[package]]
1470name = "tracing-core"
1471version = "0.1.34"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
1474dependencies = [
1475 "once_cell",
1476 "valuable",
1477]
1478
1479[[package]]
1480name = "tracing-log"
1481version = "0.2.0"
1482source = "registry+https://github.com/rust-lang/crates.io-index"
1483checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1484dependencies = [
1485 "log",
1486 "once_cell",
1487 "tracing-core",
1488]
1489
1490[[package]]
1491name = "tracing-subscriber"
1492version = "0.3.20"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
1495dependencies = [
1496 "matchers",
1497 "nu-ansi-term",
1498 "once_cell",
1499 "regex-automata",
1500 "sharded-slab",
1501 "smallvec",
1502 "thread_local",
1503 "tracing",
1504 "tracing-core",
1505 "tracing-log",
1506]
1507
1508[[package]]
1509name = "unicode-ident"
1510version = "1.0.19"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
1513
1514[[package]]
1515name = "url"
1516version = "2.5.7"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
1519dependencies = [
1520 "form_urlencoded",
1521 "idna",
1522 "percent-encoding",
1523 "serde",
1524]
1525
1526[[package]]
1527name = "utf8_iter"
1528version = "1.0.4"
1529source = "registry+https://github.com/rust-lang/crates.io-index"
1530checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1531
1532[[package]]
1533name = "utf8parse"
1534version = "0.2.2"
1535source = "registry+https://github.com/rust-lang/crates.io-index"
1536checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1537
1538[[package]]
1539name = "valuable"
1540version = "0.1.1"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
1543
1544[[package]]
1545name = "waitpid-any"
1546version = "0.3.0"
1547source = "registry+https://github.com/rust-lang/crates.io-index"
1548checksum = "18aa3ce681e189f125c4c1e1388c03285e2fd434ef52c7203084012ac29c5e4a"
1549dependencies = [
1550 "rustix",
1551 "windows-sys 0.59.0",
1552]
1553
1554[[package]]
1555name = "wasi"
1556version = "0.11.1+wasi-snapshot-preview1"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1559
1560[[package]]
1561name = "wasm-bindgen"
1562version = "0.2.104"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
1565dependencies = [
1566 "cfg-if",
1567 "once_cell",
1568 "rustversion",
1569 "wasm-bindgen-macro",
1570 "wasm-bindgen-shared",
1571]
1572
1573[[package]]
1574name = "wasm-bindgen-backend"
1575version = "0.2.104"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
1578dependencies = [
1579 "bumpalo",
1580 "log",
1581 "proc-macro2",
1582 "quote",
1583 "syn",
1584 "wasm-bindgen-shared",
1585]
1586
1587[[package]]
1588name = "wasm-bindgen-macro"
1589version = "0.2.104"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
1592dependencies = [
1593 "quote",
1594 "wasm-bindgen-macro-support",
1595]
1596
1597[[package]]
1598name = "wasm-bindgen-macro-support"
1599version = "0.2.104"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
1602dependencies = [
1603 "proc-macro2",
1604 "quote",
1605 "syn",
1606 "wasm-bindgen-backend",
1607 "wasm-bindgen-shared",
1608]
1609
1610[[package]]
1611name = "wasm-bindgen-shared"
1612version = "0.2.104"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
1615dependencies = [
1616 "unicode-ident",
1617]
1618
1619[[package]]
1620name = "windows-core"
1621version = "0.62.1"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9"
1624dependencies = [
1625 "windows-implement",
1626 "windows-interface",
1627 "windows-link",
1628 "windows-result",
1629 "windows-strings",
1630]
1631
1632[[package]]
1633name = "windows-implement"
1634version = "0.60.1"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0"
1637dependencies = [
1638 "proc-macro2",
1639 "quote",
1640 "syn",
1641]
1642
1643[[package]]
1644name = "windows-interface"
1645version = "0.59.2"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5"
1648dependencies = [
1649 "proc-macro2",
1650 "quote",
1651 "syn",
1652]
1653
1654[[package]]
1655name = "windows-link"
1656version = "0.2.0"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
1659
1660[[package]]
1661name = "windows-result"
1662version = "0.4.0"
1663source = "registry+https://github.com/rust-lang/crates.io-index"
1664checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
1665dependencies = [
1666 "windows-link",
1667]
1668
1669[[package]]
1670name = "windows-strings"
1671version = "0.5.0"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
1674dependencies = [
1675 "windows-link",
1676]
1677
1678[[package]]
1679name = "windows-sys"
1680version = "0.52.0"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1683dependencies = [
1684 "windows-targets 0.52.6",
1685]
1686
1687[[package]]
1688name = "windows-sys"
1689version = "0.59.0"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1692dependencies = [
1693 "windows-targets 0.52.6",
1694]
1695
1696[[package]]
1697name = "windows-sys"
1698version = "0.60.2"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1701dependencies = [
1702 "windows-targets 0.53.4",
1703]
1704
1705[[package]]
1706name = "windows-sys"
1707version = "0.61.1"
1708source = "registry+https://github.com/rust-lang/crates.io-index"
1709checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f"
1710dependencies = [
1711 "windows-link",
1712]
1713
1714[[package]]
1715name = "windows-targets"
1716version = "0.52.6"
1717source = "registry+https://github.com/rust-lang/crates.io-index"
1718checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1719dependencies = [
1720 "windows_aarch64_gnullvm 0.52.6",
1721 "windows_aarch64_msvc 0.52.6",
1722 "windows_i686_gnu 0.52.6",
1723 "windows_i686_gnullvm 0.52.6",
1724 "windows_i686_msvc 0.52.6",
1725 "windows_x86_64_gnu 0.52.6",
1726 "windows_x86_64_gnullvm 0.52.6",
1727 "windows_x86_64_msvc 0.52.6",
1728]
1729
1730[[package]]
1731name = "windows-targets"
1732version = "0.53.4"
1733source = "registry+https://github.com/rust-lang/crates.io-index"
1734checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b"
1735dependencies = [
1736 "windows-link",
1737 "windows_aarch64_gnullvm 0.53.0",
1738 "windows_aarch64_msvc 0.53.0",
1739 "windows_i686_gnu 0.53.0",
1740 "windows_i686_gnullvm 0.53.0",
1741 "windows_i686_msvc 0.53.0",
1742 "windows_x86_64_gnu 0.53.0",
1743 "windows_x86_64_gnullvm 0.53.0",
1744 "windows_x86_64_msvc 0.53.0",
1745]
1746
1747[[package]]
1748name = "windows_aarch64_gnullvm"
1749version = "0.52.6"
1750source = "registry+https://github.com/rust-lang/crates.io-index"
1751checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1752
1753[[package]]
1754name = "windows_aarch64_gnullvm"
1755version = "0.53.0"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
1758
1759[[package]]
1760name = "windows_aarch64_msvc"
1761version = "0.52.6"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1764
1765[[package]]
1766name = "windows_aarch64_msvc"
1767version = "0.53.0"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
1769checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
1770
1771[[package]]
1772name = "windows_i686_gnu"
1773version = "0.52.6"
1774source = "registry+https://github.com/rust-lang/crates.io-index"
1775checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1776
1777[[package]]
1778name = "windows_i686_gnu"
1779version = "0.53.0"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
1782
1783[[package]]
1784name = "windows_i686_gnullvm"
1785version = "0.52.6"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1788
1789[[package]]
1790name = "windows_i686_gnullvm"
1791version = "0.53.0"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
1794
1795[[package]]
1796name = "windows_i686_msvc"
1797version = "0.52.6"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1800
1801[[package]]
1802name = "windows_i686_msvc"
1803version = "0.53.0"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
1806
1807[[package]]
1808name = "windows_x86_64_gnu"
1809version = "0.52.6"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1812
1813[[package]]
1814name = "windows_x86_64_gnu"
1815version = "0.53.0"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
1818
1819[[package]]
1820name = "windows_x86_64_gnullvm"
1821version = "0.52.6"
1822source = "registry+https://github.com/rust-lang/crates.io-index"
1823checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1824
1825[[package]]
1826name = "windows_x86_64_gnullvm"
1827version = "0.53.0"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
1830
1831[[package]]
1832name = "windows_x86_64_msvc"
1833version = "0.52.6"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1836
1837[[package]]
1838name = "windows_x86_64_msvc"
1839version = "0.53.0"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
1842
1843[[package]]
1844name = "winnow"
1845version = "0.7.13"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
1848dependencies = [
1849 "memchr",
1850]
1851
1852[[package]]
1853name = "writeable"
1854version = "0.6.1"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
1857
1858[[package]]
1859name = "yoke"
1860version = "0.8.0"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
1863dependencies = [
1864 "serde",
1865 "stable_deref_trait",
1866 "yoke-derive",
1867 "zerofrom",
1868]
1869
1870[[package]]
1871name = "yoke-derive"
1872version = "0.8.0"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
1875dependencies = [
1876 "proc-macro2",
1877 "quote",
1878 "syn",
1879 "synstructure",
1880]
1881
1882[[package]]
1883name = "zerofrom"
1884version = "0.1.6"
1885source = "registry+https://github.com/rust-lang/crates.io-index"
1886checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
1887dependencies = [
1888 "zerofrom-derive",
1889]
1890
1891[[package]]
1892name = "zerofrom-derive"
1893version = "0.1.6"
1894source = "registry+https://github.com/rust-lang/crates.io-index"
1895checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
1896dependencies = [
1897 "proc-macro2",
1898 "quote",
1899 "syn",
1900 "synstructure",
1901]
1902
1903[[package]]
1904name = "zerotrie"
1905version = "0.2.2"
1906source = "registry+https://github.com/rust-lang/crates.io-index"
1907checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
1908dependencies = [
1909 "displaydoc",
1910 "yoke",
1911 "zerofrom",
1912]
1913
1914[[package]]
1915name = "zerovec"
1916version = "0.11.4"
1917source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
1919dependencies = [
1920 "yoke",
1921 "zerofrom",
1922 "zerovec-derive",
1923]
1924
1925[[package]]
1926name = "zerovec-derive"
1927version = "0.11.1"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
1930dependencies = [
1931 "proc-macro2",
1932 "quote",
1933 "syn",
1934]