Cargo.lock

   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"
 377version = "0.8.4"
 378source = "registry+https://github.com/rust-lang/crates.io-index"
 379checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 380dependencies = [
 381 "crossbeam-channel",
 382 "crossbeam-deque",
 383 "crossbeam-epoch",
 384 "crossbeam-queue",
 385 "crossbeam-utils",
 386]
 387
 388[[package]]
 389name = "crossbeam-channel"
 390version = "0.5.15"
 391source = "registry+https://github.com/rust-lang/crates.io-index"
 392checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 393dependencies = [
 394 "crossbeam-utils",
 395]
 396
 397[[package]]
 398name = "crossbeam-deque"
 399version = "0.8.6"
 400source = "registry+https://github.com/rust-lang/crates.io-index"
 401checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 402dependencies = [
 403 "crossbeam-epoch",
 404 "crossbeam-utils",
 405]
 406
 407[[package]]
 408name = "crossbeam-epoch"
 409version = "0.9.18"
 410source = "registry+https://github.com/rust-lang/crates.io-index"
 411checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 412dependencies = [
 413 "crossbeam-utils",
 414]
 415
 416[[package]]
 417name = "crossbeam-queue"
 418version = "0.3.12"
 419source = "registry+https://github.com/rust-lang/crates.io-index"
 420checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 421dependencies = [
 422 "crossbeam-utils",
 423]
 424
 425[[package]]
 426name = "crossbeam-utils"
 427version = "0.8.21"
 428source = "registry+https://github.com/rust-lang/crates.io-index"
 429checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 430
 431[[package]]
 432name = "darling"
 433version = "0.21.3"
 434source = "registry+https://github.com/rust-lang/crates.io-index"
 435checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 436dependencies = [
 437 "darling_core",
 438 "darling_macro",
 439]
 440
 441[[package]]
 442name = "darling_core"
 443version = "0.21.3"
 444source = "registry+https://github.com/rust-lang/crates.io-index"
 445checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 446dependencies = [
 447 "fnv",
 448 "ident_case",
 449 "proc-macro2",
 450 "quote",
 451 "strsim",
 452 "syn",
 453]
 454
 455[[package]]
 456name = "darling_macro"
 457version = "0.21.3"
 458source = "registry+https://github.com/rust-lang/crates.io-index"
 459checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 460dependencies = [
 461 "darling_core",
 462 "quote",
 463 "syn",
 464]
 465
 466[[package]]
 467name = "dashmap"
 468version = "6.1.0"
 469source = "registry+https://github.com/rust-lang/crates.io-index"
 470checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 471dependencies = [
 472 "cfg-if",
 473 "crossbeam-utils",
 474 "hashbrown 0.14.5",
 475 "lock_api",
 476 "once_cell",
 477 "parking_lot_core",
 478]
 479
 480[[package]]
 481name = "displaydoc"
 482version = "0.2.5"
 483source = "registry+https://github.com/rust-lang/crates.io-index"
 484checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 485dependencies = [
 486 "proc-macro2",
 487 "quote",
 488 "syn",
 489]
 490
 491[[package]]
 492name = "dyn-clone"
 493version = "1.0.20"
 494source = "registry+https://github.com/rust-lang/crates.io-index"
 495checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 496
 497[[package]]
 498name = "equivalent"
 499version = "1.0.2"
 500source = "registry+https://github.com/rust-lang/crates.io-index"
 501checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 502
 503[[package]]
 504name = "errno"
 505version = "0.3.14"
 506source = "registry+https://github.com/rust-lang/crates.io-index"
 507checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 508dependencies = [
 509 "libc",
 510 "windows-sys 0.61.1",
 511]
 512
 513[[package]]
 514name = "event-listener"
 515version = "5.4.1"
 516source = "registry+https://github.com/rust-lang/crates.io-index"
 517checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 518dependencies = [
 519 "concurrent-queue",
 520 "parking",
 521 "pin-project-lite",
 522]
 523
 524[[package]]
 525name = "event-listener-strategy"
 526version = "0.5.4"
 527source = "registry+https://github.com/rust-lang/crates.io-index"
 528checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 529dependencies = [
 530 "event-listener",
 531 "pin-project-lite",
 532]
 533
 534[[package]]
 535name = "fastrand"
 536version = "2.3.0"
 537source = "registry+https://github.com/rust-lang/crates.io-index"
 538checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 539
 540[[package]]
 541name = "find-msvc-tools"
 542version = "0.1.3"
 543source = "registry+https://github.com/rust-lang/crates.io-index"
 544checksum = "0399f9d26e5191ce32c498bebd31e7a3ceabc2745f0ac54af3f335126c3f24b3"
 545
 546[[package]]
 547name = "fnv"
 548version = "1.0.7"
 549source = "registry+https://github.com/rust-lang/crates.io-index"
 550checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 551
 552[[package]]
 553name = "form_urlencoded"
 554version = "1.2.2"
 555source = "registry+https://github.com/rust-lang/crates.io-index"
 556checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 557dependencies = [
 558 "percent-encoding",
 559]
 560
 561[[package]]
 562name = "futures"
 563version = "0.3.31"
 564source = "registry+https://github.com/rust-lang/crates.io-index"
 565checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 566dependencies = [
 567 "futures-channel",
 568 "futures-core",
 569 "futures-executor",
 570 "futures-io",
 571 "futures-sink",
 572 "futures-task",
 573 "futures-util",
 574]
 575
 576[[package]]
 577name = "futures-channel"
 578version = "0.3.31"
 579source = "registry+https://github.com/rust-lang/crates.io-index"
 580checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 581dependencies = [
 582 "futures-core",
 583 "futures-sink",
 584]
 585
 586[[package]]
 587name = "futures-core"
 588version = "0.3.31"
 589source = "registry+https://github.com/rust-lang/crates.io-index"
 590checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 591
 592[[package]]
 593name = "futures-executor"
 594version = "0.3.31"
 595source = "registry+https://github.com/rust-lang/crates.io-index"
 596checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 597dependencies = [
 598 "futures-core",
 599 "futures-task",
 600 "futures-util",
 601]
 602
 603[[package]]
 604name = "futures-io"
 605version = "0.3.31"
 606source = "registry+https://github.com/rust-lang/crates.io-index"
 607checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 608
 609[[package]]
 610name = "futures-lite"
 611version = "2.6.1"
 612source = "registry+https://github.com/rust-lang/crates.io-index"
 613checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 614dependencies = [
 615 "fastrand",
 616 "futures-core",
 617 "futures-io",
 618 "parking",
 619 "pin-project-lite",
 620]
 621
 622[[package]]
 623name = "futures-macro"
 624version = "0.3.31"
 625source = "registry+https://github.com/rust-lang/crates.io-index"
 626checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 627dependencies = [
 628 "proc-macro2",
 629 "quote",
 630 "syn",
 631]
 632
 633[[package]]
 634name = "futures-sink"
 635version = "0.3.31"
 636source = "registry+https://github.com/rust-lang/crates.io-index"
 637checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 638
 639[[package]]
 640name = "futures-task"
 641version = "0.3.31"
 642source = "registry+https://github.com/rust-lang/crates.io-index"
 643checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 644
 645[[package]]
 646name = "futures-util"
 647version = "0.3.31"
 648source = "registry+https://github.com/rust-lang/crates.io-index"
 649checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 650dependencies = [
 651 "futures-channel",
 652 "futures-core",
 653 "futures-io",
 654 "futures-macro",
 655 "futures-sink",
 656 "futures-task",
 657 "memchr",
 658 "pin-project-lite",
 659 "pin-utils",
 660 "slab",
 661]
 662
 663[[package]]
 664name = "gimli"
 665version = "0.32.3"
 666source = "registry+https://github.com/rust-lang/crates.io-index"
 667checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 668
 669[[package]]
 670name = "hashbrown"
 671version = "0.14.5"
 672source = "registry+https://github.com/rust-lang/crates.io-index"
 673checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 674
 675[[package]]
 676name = "hashbrown"
 677version = "0.16.0"
 678source = "registry+https://github.com/rust-lang/crates.io-index"
 679checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
 680
 681[[package]]
 682name = "heck"
 683version = "0.5.0"
 684source = "registry+https://github.com/rust-lang/crates.io-index"
 685checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 686
 687[[package]]
 688name = "hermit-abi"
 689version = "0.5.2"
 690source = "registry+https://github.com/rust-lang/crates.io-index"
 691checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 692
 693[[package]]
 694name = "iana-time-zone"
 695version = "0.1.64"
 696source = "registry+https://github.com/rust-lang/crates.io-index"
 697checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 698dependencies = [
 699 "android_system_properties",
 700 "core-foundation-sys",
 701 "iana-time-zone-haiku",
 702 "js-sys",
 703 "log",
 704 "wasm-bindgen",
 705 "windows-core",
 706]
 707
 708[[package]]
 709name = "iana-time-zone-haiku"
 710version = "0.1.2"
 711source = "registry+https://github.com/rust-lang/crates.io-index"
 712checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 713dependencies = [
 714 "cc",
 715]
 716
 717[[package]]
 718name = "icu_collections"
 719version = "2.0.0"
 720source = "registry+https://github.com/rust-lang/crates.io-index"
 721checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 722dependencies = [
 723 "displaydoc",
 724 "potential_utf",
 725 "yoke",
 726 "zerofrom",
 727 "zerovec",
 728]
 729
 730[[package]]
 731name = "icu_locale_core"
 732version = "2.0.0"
 733source = "registry+https://github.com/rust-lang/crates.io-index"
 734checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 735dependencies = [
 736 "displaydoc",
 737 "litemap",
 738 "tinystr",
 739 "writeable",
 740 "zerovec",
 741]
 742
 743[[package]]
 744name = "icu_normalizer"
 745version = "2.0.0"
 746source = "registry+https://github.com/rust-lang/crates.io-index"
 747checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 748dependencies = [
 749 "displaydoc",
 750 "icu_collections",
 751 "icu_normalizer_data",
 752 "icu_properties",
 753 "icu_provider",
 754 "smallvec",
 755 "zerovec",
 756]
 757
 758[[package]]
 759name = "icu_normalizer_data"
 760version = "2.0.0"
 761source = "registry+https://github.com/rust-lang/crates.io-index"
 762checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 763
 764[[package]]
 765name = "icu_properties"
 766version = "2.0.1"
 767source = "registry+https://github.com/rust-lang/crates.io-index"
 768checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 769dependencies = [
 770 "displaydoc",
 771 "icu_collections",
 772 "icu_locale_core",
 773 "icu_properties_data",
 774 "icu_provider",
 775 "potential_utf",
 776 "zerotrie",
 777 "zerovec",
 778]
 779
 780[[package]]
 781name = "icu_properties_data"
 782version = "2.0.1"
 783source = "registry+https://github.com/rust-lang/crates.io-index"
 784checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 785
 786[[package]]
 787name = "icu_provider"
 788version = "2.0.0"
 789source = "registry+https://github.com/rust-lang/crates.io-index"
 790checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 791dependencies = [
 792 "displaydoc",
 793 "icu_locale_core",
 794 "stable_deref_trait",
 795 "tinystr",
 796 "writeable",
 797 "yoke",
 798 "zerofrom",
 799 "zerotrie",
 800 "zerovec",
 801]
 802
 803[[package]]
 804name = "ident_case"
 805version = "1.0.1"
 806source = "registry+https://github.com/rust-lang/crates.io-index"
 807checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 808
 809[[package]]
 810name = "idna"
 811version = "1.1.0"
 812source = "registry+https://github.com/rust-lang/crates.io-index"
 813checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 814dependencies = [
 815 "idna_adapter",
 816 "smallvec",
 817 "utf8_iter",
 818]
 819
 820[[package]]
 821name = "idna_adapter"
 822version = "1.2.1"
 823source = "registry+https://github.com/rust-lang/crates.io-index"
 824checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 825dependencies = [
 826 "icu_normalizer",
 827 "icu_properties",
 828]
 829
 830[[package]]
 831name = "indexmap"
 832version = "2.11.4"
 833source = "registry+https://github.com/rust-lang/crates.io-index"
 834checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 835dependencies = [
 836 "equivalent",
 837 "hashbrown 0.16.0",
 838]
 839
 840[[package]]
 841name = "io-uring"
 842version = "0.7.10"
 843source = "registry+https://github.com/rust-lang/crates.io-index"
 844checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
 845dependencies = [
 846 "bitflags 2.9.4",
 847 "cfg-if",
 848 "libc",
 849]
 850
 851[[package]]
 852name = "is_terminal_polyfill"
 853version = "1.70.1"
 854source = "registry+https://github.com/rust-lang/crates.io-index"
 855checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 856
 857[[package]]
 858name = "itoa"
 859version = "1.0.15"
 860source = "registry+https://github.com/rust-lang/crates.io-index"
 861checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 862
 863[[package]]
 864name = "js-sys"
 865version = "0.3.81"
 866source = "registry+https://github.com/rust-lang/crates.io-index"
 867checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
 868dependencies = [
 869 "once_cell",
 870 "wasm-bindgen",
 871]
 872
 873[[package]]
 874name = "lazy_static"
 875version = "1.5.0"
 876source = "registry+https://github.com/rust-lang/crates.io-index"
 877checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 878
 879[[package]]
 880name = "libc"
 881version = "0.2.176"
 882source = "registry+https://github.com/rust-lang/crates.io-index"
 883checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
 884
 885[[package]]
 886name = "linux-raw-sys"
 887version = "0.11.0"
 888source = "registry+https://github.com/rust-lang/crates.io-index"
 889checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 890
 891[[package]]
 892name = "litemap"
 893version = "0.8.0"
 894source = "registry+https://github.com/rust-lang/crates.io-index"
 895checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 896
 897[[package]]
 898name = "lock_api"
 899version = "0.4.14"
 900source = "registry+https://github.com/rust-lang/crates.io-index"
 901checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
 902dependencies = [
 903 "scopeguard",
 904]
 905
 906[[package]]
 907name = "log"
 908version = "0.4.28"
 909source = "registry+https://github.com/rust-lang/crates.io-index"
 910checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
 911
 912[[package]]
 913name = "lsp-types"
 914version = "0.95.1"
 915source = "registry+https://github.com/rust-lang/crates.io-index"
 916checksum = "8e34d33a8e9b006cd3fc4fe69a921affa097bae4bb65f76271f4644f9a334365"
 917dependencies = [
 918 "bitflags 1.3.2",
 919 "serde",
 920 "serde_json",
 921 "serde_repr",
 922 "url",
 923]
 924
 925[[package]]
 926name = "lsp2mcp"
 927version = "0.1.0"
 928dependencies = [
 929 "anyhow",
 930 "async-gen",
 931 "async-lsp",
 932 "async-process",
 933 "clap",
 934 "crossbeam",
 935 "dashmap",
 936 "futures",
 937 "rmcp",
 938 "serde",
 939 "tokio",
 940 "toml",
 941 "tower",
 942 "tracing",
 943 "tracing-subscriber",
 944]
 945
 946[[package]]
 947name = "matchers"
 948version = "0.2.0"
 949source = "registry+https://github.com/rust-lang/crates.io-index"
 950checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
 951dependencies = [
 952 "regex-automata",
 953]
 954
 955[[package]]
 956name = "memchr"
 957version = "2.7.6"
 958source = "registry+https://github.com/rust-lang/crates.io-index"
 959checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
 960
 961[[package]]
 962name = "miniz_oxide"
 963version = "0.8.9"
 964source = "registry+https://github.com/rust-lang/crates.io-index"
 965checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
 966dependencies = [
 967 "adler2",
 968]
 969
 970[[package]]
 971name = "mio"
 972version = "1.0.4"
 973source = "registry+https://github.com/rust-lang/crates.io-index"
 974checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
 975dependencies = [
 976 "libc",
 977 "wasi",
 978 "windows-sys 0.59.0",
 979]
 980
 981[[package]]
 982name = "nu-ansi-term"
 983version = "0.50.1"
 984source = "registry+https://github.com/rust-lang/crates.io-index"
 985checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
 986dependencies = [
 987 "windows-sys 0.52.0",
 988]
 989
 990[[package]]
 991name = "num-traits"
 992version = "0.2.19"
 993source = "registry+https://github.com/rust-lang/crates.io-index"
 994checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 995dependencies = [
 996 "autocfg",
 997]
 998
 999[[package]]
1000name = "object"
1001version = "0.37.3"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
1004dependencies = [
1005 "memchr",
1006]
1007
1008[[package]]
1009name = "once_cell"
1010version = "1.21.3"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1013
1014[[package]]
1015name = "once_cell_polyfill"
1016version = "1.70.1"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
1019
1020[[package]]
1021name = "parking"
1022version = "2.2.1"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1025
1026[[package]]
1027name = "parking_lot_core"
1028version = "0.9.12"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1031dependencies = [
1032 "cfg-if",
1033 "libc",
1034 "redox_syscall",
1035 "smallvec",
1036 "windows-link",
1037]
1038
1039[[package]]
1040name = "paste"
1041version = "1.0.15"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1044
1045[[package]]
1046name = "percent-encoding"
1047version = "2.3.2"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1050
1051[[package]]
1052name = "pin-project-lite"
1053version = "0.2.16"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1056
1057[[package]]
1058name = "pin-utils"
1059version = "0.1.0"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1062
1063[[package]]
1064name = "piper"
1065version = "0.2.4"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
1068dependencies = [
1069 "atomic-waker",
1070 "fastrand",
1071 "futures-io",
1072]
1073
1074[[package]]
1075name = "polling"
1076version = "3.11.0"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
1079dependencies = [
1080 "cfg-if",
1081 "concurrent-queue",
1082 "hermit-abi",
1083 "pin-project-lite",
1084 "rustix",
1085 "windows-sys 0.61.1",
1086]
1087
1088[[package]]
1089name = "potential_utf"
1090version = "0.1.3"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
1093dependencies = [
1094 "zerovec",
1095]
1096
1097[[package]]
1098name = "proc-macro2"
1099version = "1.0.101"
1100source = "registry+https://github.com/rust-lang/crates.io-index"
1101checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
1102dependencies = [
1103 "unicode-ident",
1104]
1105
1106[[package]]
1107name = "quote"
1108version = "1.0.41"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
1111dependencies = [
1112 "proc-macro2",
1113]
1114
1115[[package]]
1116name = "redox_syscall"
1117version = "0.5.18"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1120dependencies = [
1121 "bitflags 2.9.4",
1122]
1123
1124[[package]]
1125name = "ref-cast"
1126version = "1.0.25"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
1129dependencies = [
1130 "ref-cast-impl",
1131]
1132
1133[[package]]
1134name = "ref-cast-impl"
1135version = "1.0.25"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
1138dependencies = [
1139 "proc-macro2",
1140 "quote",
1141 "syn",
1142]
1143
1144[[package]]
1145name = "regex-automata"
1146version = "0.4.11"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad"
1149dependencies = [
1150 "aho-corasick",
1151 "memchr",
1152 "regex-syntax",
1153]
1154
1155[[package]]
1156name = "regex-syntax"
1157version = "0.8.6"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
1160
1161[[package]]
1162name = "rmcp"
1163version = "0.8.0"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "583d060e99feb3a3683fb48a1e4bf5f8d4a50951f429726f330ee5ff548837f8"
1166dependencies = [
1167 "base64",
1168 "chrono",
1169 "futures",
1170 "paste",
1171 "pin-project-lite",
1172 "rmcp-macros",
1173 "schemars",
1174 "serde",
1175 "serde_json",
1176 "thiserror",
1177 "tokio",
1178 "tokio-util",
1179 "tracing",
1180]
1181
1182[[package]]
1183name = "rmcp-macros"
1184version = "0.8.0"
1185source = "registry+https://github.com/rust-lang/crates.io-index"
1186checksum = "421d8b0ba302f479214889486f9550e63feca3af310f1190efcf6e2016802693"
1187dependencies = [
1188 "darling",
1189 "proc-macro2",
1190 "quote",
1191 "serde_json",
1192 "syn",
1193]
1194
1195[[package]]
1196name = "rustc-demangle"
1197version = "0.1.26"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
1200
1201[[package]]
1202name = "rustix"
1203version = "1.1.2"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
1206dependencies = [
1207 "bitflags 2.9.4",
1208 "errno",
1209 "libc",
1210 "linux-raw-sys",
1211 "windows-sys 0.61.1",
1212]
1213
1214[[package]]
1215name = "rustversion"
1216version = "1.0.22"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1219
1220[[package]]
1221name = "ryu"
1222version = "1.0.20"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1225
1226[[package]]
1227name = "schemars"
1228version = "1.0.4"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
1231dependencies = [
1232 "chrono",
1233 "dyn-clone",
1234 "ref-cast",
1235 "schemars_derive",
1236 "serde",
1237 "serde_json",
1238]
1239
1240[[package]]
1241name = "schemars_derive"
1242version = "1.0.4"
1243source = "registry+https://github.com/rust-lang/crates.io-index"
1244checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
1245dependencies = [
1246 "proc-macro2",
1247 "quote",
1248 "serde_derive_internals",
1249 "syn",
1250]
1251
1252[[package]]
1253name = "scopeguard"
1254version = "1.2.0"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1257
1258[[package]]
1259name = "serde"
1260version = "1.0.228"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1263dependencies = [
1264 "serde_core",
1265 "serde_derive",
1266]
1267
1268[[package]]
1269name = "serde_core"
1270version = "1.0.228"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1273dependencies = [
1274 "serde_derive",
1275]
1276
1277[[package]]
1278name = "serde_derive"
1279version = "1.0.228"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1282dependencies = [
1283 "proc-macro2",
1284 "quote",
1285 "syn",
1286]
1287
1288[[package]]
1289name = "serde_derive_internals"
1290version = "0.29.1"
1291source = "registry+https://github.com/rust-lang/crates.io-index"
1292checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
1293dependencies = [
1294 "proc-macro2",
1295 "quote",
1296 "syn",
1297]
1298
1299[[package]]
1300name = "serde_json"
1301version = "1.0.145"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
1304dependencies = [
1305 "itoa",
1306 "memchr",
1307 "ryu",
1308 "serde",
1309 "serde_core",
1310]
1311
1312[[package]]
1313name = "serde_repr"
1314version = "0.1.20"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
1317dependencies = [
1318 "proc-macro2",
1319 "quote",
1320 "syn",
1321]
1322
1323[[package]]
1324name = "serde_spanned"
1325version = "0.6.9"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
1328dependencies = [
1329 "serde",
1330]
1331
1332[[package]]
1333name = "sharded-slab"
1334version = "0.1.7"
1335source = "registry+https://github.com/rust-lang/crates.io-index"
1336checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1337dependencies = [
1338 "lazy_static",
1339]
1340
1341[[package]]
1342name = "shlex"
1343version = "1.3.0"
1344source = "registry+https://github.com/rust-lang/crates.io-index"
1345checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1346
1347[[package]]
1348name = "signal-hook-registry"
1349version = "1.4.6"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
1352dependencies = [
1353 "libc",
1354]
1355
1356[[package]]
1357name = "slab"
1358version = "0.4.11"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1361
1362[[package]]
1363name = "smallvec"
1364version = "1.15.1"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1367
1368[[package]]
1369name = "socket2"
1370version = "0.6.0"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
1373dependencies = [
1374 "libc",
1375 "windows-sys 0.59.0",
1376]
1377
1378[[package]]
1379name = "stable_deref_trait"
1380version = "1.2.0"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1383
1384[[package]]
1385name = "strsim"
1386version = "0.11.1"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1389
1390[[package]]
1391name = "syn"
1392version = "2.0.106"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
1395dependencies = [
1396 "proc-macro2",
1397 "quote",
1398 "unicode-ident",
1399]
1400
1401[[package]]
1402name = "synstructure"
1403version = "0.13.2"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1406dependencies = [
1407 "proc-macro2",
1408 "quote",
1409 "syn",
1410]
1411
1412[[package]]
1413name = "thiserror"
1414version = "2.0.17"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1417dependencies = [
1418 "thiserror-impl",
1419]
1420
1421[[package]]
1422name = "thiserror-impl"
1423version = "2.0.17"
1424source = "registry+https://github.com/rust-lang/crates.io-index"
1425checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
1426dependencies = [
1427 "proc-macro2",
1428 "quote",
1429 "syn",
1430]
1431
1432[[package]]
1433name = "thread_local"
1434version = "1.1.9"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1437dependencies = [
1438 "cfg-if",
1439]
1440
1441[[package]]
1442name = "tinystr"
1443version = "0.8.1"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
1446dependencies = [
1447 "displaydoc",
1448 "zerovec",
1449]
1450
1451[[package]]
1452name = "tokio"
1453version = "1.47.1"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
1456dependencies = [
1457 "backtrace",
1458 "bytes",
1459 "io-uring",
1460 "libc",
1461 "mio",
1462 "pin-project-lite",
1463 "slab",
1464 "socket2",
1465 "tokio-macros",
1466 "windows-sys 0.59.0",
1467]
1468
1469[[package]]
1470name = "tokio-macros"
1471version = "2.5.0"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
1474dependencies = [
1475 "proc-macro2",
1476 "quote",
1477 "syn",
1478]
1479
1480[[package]]
1481name = "tokio-util"
1482version = "0.7.16"
1483source = "registry+https://github.com/rust-lang/crates.io-index"
1484checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
1485dependencies = [
1486 "bytes",
1487 "futures-core",
1488 "futures-sink",
1489 "pin-project-lite",
1490 "tokio",
1491]
1492
1493[[package]]
1494name = "toml"
1495version = "0.8.23"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1498dependencies = [
1499 "serde",
1500 "serde_spanned",
1501 "toml_datetime",
1502 "toml_edit",
1503]
1504
1505[[package]]
1506name = "toml_datetime"
1507version = "0.6.11"
1508source = "registry+https://github.com/rust-lang/crates.io-index"
1509checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1510dependencies = [
1511 "serde",
1512]
1513
1514[[package]]
1515name = "toml_edit"
1516version = "0.22.27"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1519dependencies = [
1520 "indexmap",
1521 "serde",
1522 "serde_spanned",
1523 "toml_datetime",
1524 "toml_write",
1525 "winnow",
1526]
1527
1528[[package]]
1529name = "toml_write"
1530version = "0.1.2"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
1533
1534[[package]]
1535name = "tower"
1536version = "0.5.2"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1539dependencies = [
1540 "tower-layer",
1541 "tower-service",
1542]
1543
1544[[package]]
1545name = "tower-layer"
1546version = "0.3.3"
1547source = "registry+https://github.com/rust-lang/crates.io-index"
1548checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1549
1550[[package]]
1551name = "tower-service"
1552version = "0.3.3"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1555
1556[[package]]
1557name = "tracing"
1558version = "0.1.41"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1561dependencies = [
1562 "pin-project-lite",
1563 "tracing-attributes",
1564 "tracing-core",
1565]
1566
1567[[package]]
1568name = "tracing-attributes"
1569version = "0.1.30"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
1572dependencies = [
1573 "proc-macro2",
1574 "quote",
1575 "syn",
1576]
1577
1578[[package]]
1579name = "tracing-core"
1580version = "0.1.34"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
1583dependencies = [
1584 "once_cell",
1585 "valuable",
1586]
1587
1588[[package]]
1589name = "tracing-log"
1590version = "0.2.0"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1593dependencies = [
1594 "log",
1595 "once_cell",
1596 "tracing-core",
1597]
1598
1599[[package]]
1600name = "tracing-subscriber"
1601version = "0.3.20"
1602source = "registry+https://github.com/rust-lang/crates.io-index"
1603checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
1604dependencies = [
1605 "matchers",
1606 "nu-ansi-term",
1607 "once_cell",
1608 "regex-automata",
1609 "sharded-slab",
1610 "smallvec",
1611 "thread_local",
1612 "tracing",
1613 "tracing-core",
1614 "tracing-log",
1615]
1616
1617[[package]]
1618name = "unicode-ident"
1619version = "1.0.19"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
1622
1623[[package]]
1624name = "url"
1625version = "2.5.7"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
1628dependencies = [
1629 "form_urlencoded",
1630 "idna",
1631 "percent-encoding",
1632 "serde",
1633]
1634
1635[[package]]
1636name = "utf8_iter"
1637version = "1.0.4"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1640
1641[[package]]
1642name = "utf8parse"
1643version = "0.2.2"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1646
1647[[package]]
1648name = "valuable"
1649version = "0.1.1"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
1652
1653[[package]]
1654name = "waitpid-any"
1655version = "0.3.0"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "18aa3ce681e189f125c4c1e1388c03285e2fd434ef52c7203084012ac29c5e4a"
1658dependencies = [
1659 "rustix",
1660 "windows-sys 0.59.0",
1661]
1662
1663[[package]]
1664name = "wasi"
1665version = "0.11.1+wasi-snapshot-preview1"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1668
1669[[package]]
1670name = "wasm-bindgen"
1671version = "0.2.104"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
1674dependencies = [
1675 "cfg-if",
1676 "once_cell",
1677 "rustversion",
1678 "wasm-bindgen-macro",
1679 "wasm-bindgen-shared",
1680]
1681
1682[[package]]
1683name = "wasm-bindgen-backend"
1684version = "0.2.104"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
1687dependencies = [
1688 "bumpalo",
1689 "log",
1690 "proc-macro2",
1691 "quote",
1692 "syn",
1693 "wasm-bindgen-shared",
1694]
1695
1696[[package]]
1697name = "wasm-bindgen-macro"
1698version = "0.2.104"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
1701dependencies = [
1702 "quote",
1703 "wasm-bindgen-macro-support",
1704]
1705
1706[[package]]
1707name = "wasm-bindgen-macro-support"
1708version = "0.2.104"
1709source = "registry+https://github.com/rust-lang/crates.io-index"
1710checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
1711dependencies = [
1712 "proc-macro2",
1713 "quote",
1714 "syn",
1715 "wasm-bindgen-backend",
1716 "wasm-bindgen-shared",
1717]
1718
1719[[package]]
1720name = "wasm-bindgen-shared"
1721version = "0.2.104"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
1724dependencies = [
1725 "unicode-ident",
1726]
1727
1728[[package]]
1729name = "windows-core"
1730version = "0.62.1"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9"
1733dependencies = [
1734 "windows-implement",
1735 "windows-interface",
1736 "windows-link",
1737 "windows-result",
1738 "windows-strings",
1739]
1740
1741[[package]]
1742name = "windows-implement"
1743version = "0.60.1"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0"
1746dependencies = [
1747 "proc-macro2",
1748 "quote",
1749 "syn",
1750]
1751
1752[[package]]
1753name = "windows-interface"
1754version = "0.59.2"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5"
1757dependencies = [
1758 "proc-macro2",
1759 "quote",
1760 "syn",
1761]
1762
1763[[package]]
1764name = "windows-link"
1765version = "0.2.0"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
1768
1769[[package]]
1770name = "windows-result"
1771version = "0.4.0"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
1774dependencies = [
1775 "windows-link",
1776]
1777
1778[[package]]
1779name = "windows-strings"
1780version = "0.5.0"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
1783dependencies = [
1784 "windows-link",
1785]
1786
1787[[package]]
1788name = "windows-sys"
1789version = "0.52.0"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1792dependencies = [
1793 "windows-targets 0.52.6",
1794]
1795
1796[[package]]
1797name = "windows-sys"
1798version = "0.59.0"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1801dependencies = [
1802 "windows-targets 0.52.6",
1803]
1804
1805[[package]]
1806name = "windows-sys"
1807version = "0.60.2"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1810dependencies = [
1811 "windows-targets 0.53.4",
1812]
1813
1814[[package]]
1815name = "windows-sys"
1816version = "0.61.1"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f"
1819dependencies = [
1820 "windows-link",
1821]
1822
1823[[package]]
1824name = "windows-targets"
1825version = "0.52.6"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1828dependencies = [
1829 "windows_aarch64_gnullvm 0.52.6",
1830 "windows_aarch64_msvc 0.52.6",
1831 "windows_i686_gnu 0.52.6",
1832 "windows_i686_gnullvm 0.52.6",
1833 "windows_i686_msvc 0.52.6",
1834 "windows_x86_64_gnu 0.52.6",
1835 "windows_x86_64_gnullvm 0.52.6",
1836 "windows_x86_64_msvc 0.52.6",
1837]
1838
1839[[package]]
1840name = "windows-targets"
1841version = "0.53.4"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b"
1844dependencies = [
1845 "windows-link",
1846 "windows_aarch64_gnullvm 0.53.0",
1847 "windows_aarch64_msvc 0.53.0",
1848 "windows_i686_gnu 0.53.0",
1849 "windows_i686_gnullvm 0.53.0",
1850 "windows_i686_msvc 0.53.0",
1851 "windows_x86_64_gnu 0.53.0",
1852 "windows_x86_64_gnullvm 0.53.0",
1853 "windows_x86_64_msvc 0.53.0",
1854]
1855
1856[[package]]
1857name = "windows_aarch64_gnullvm"
1858version = "0.52.6"
1859source = "registry+https://github.com/rust-lang/crates.io-index"
1860checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1861
1862[[package]]
1863name = "windows_aarch64_gnullvm"
1864version = "0.53.0"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
1867
1868[[package]]
1869name = "windows_aarch64_msvc"
1870version = "0.52.6"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1873
1874[[package]]
1875name = "windows_aarch64_msvc"
1876version = "0.53.0"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
1879
1880[[package]]
1881name = "windows_i686_gnu"
1882version = "0.52.6"
1883source = "registry+https://github.com/rust-lang/crates.io-index"
1884checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1885
1886[[package]]
1887name = "windows_i686_gnu"
1888version = "0.53.0"
1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
1891
1892[[package]]
1893name = "windows_i686_gnullvm"
1894version = "0.52.6"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1897
1898[[package]]
1899name = "windows_i686_gnullvm"
1900version = "0.53.0"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
1903
1904[[package]]
1905name = "windows_i686_msvc"
1906version = "0.52.6"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1909
1910[[package]]
1911name = "windows_i686_msvc"
1912version = "0.53.0"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
1915
1916[[package]]
1917name = "windows_x86_64_gnu"
1918version = "0.52.6"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1921
1922[[package]]
1923name = "windows_x86_64_gnu"
1924version = "0.53.0"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
1927
1928[[package]]
1929name = "windows_x86_64_gnullvm"
1930version = "0.52.6"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1933
1934[[package]]
1935name = "windows_x86_64_gnullvm"
1936version = "0.53.0"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
1939
1940[[package]]
1941name = "windows_x86_64_msvc"
1942version = "0.52.6"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1945
1946[[package]]
1947name = "windows_x86_64_msvc"
1948version = "0.53.0"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
1951
1952[[package]]
1953name = "winnow"
1954version = "0.7.13"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
1957dependencies = [
1958 "memchr",
1959]
1960
1961[[package]]
1962name = "writeable"
1963version = "0.6.1"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
1966
1967[[package]]
1968name = "yoke"
1969version = "0.8.0"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
1972dependencies = [
1973 "serde",
1974 "stable_deref_trait",
1975 "yoke-derive",
1976 "zerofrom",
1977]
1978
1979[[package]]
1980name = "yoke-derive"
1981version = "0.8.0"
1982source = "registry+https://github.com/rust-lang/crates.io-index"
1983checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
1984dependencies = [
1985 "proc-macro2",
1986 "quote",
1987 "syn",
1988 "synstructure",
1989]
1990
1991[[package]]
1992name = "zerofrom"
1993version = "0.1.6"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
1996dependencies = [
1997 "zerofrom-derive",
1998]
1999
2000[[package]]
2001name = "zerofrom-derive"
2002version = "0.1.6"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2005dependencies = [
2006 "proc-macro2",
2007 "quote",
2008 "syn",
2009 "synstructure",
2010]
2011
2012[[package]]
2013name = "zerotrie"
2014version = "0.2.2"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
2017dependencies = [
2018 "displaydoc",
2019 "yoke",
2020 "zerofrom",
2021]
2022
2023[[package]]
2024name = "zerovec"
2025version = "0.11.4"
2026source = "registry+https://github.com/rust-lang/crates.io-index"
2027checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
2028dependencies = [
2029 "yoke",
2030 "zerofrom",
2031 "zerovec-derive",
2032]
2033
2034[[package]]
2035name = "zerovec-derive"
2036version = "0.11.1"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
2039dependencies = [
2040 "proc-macro2",
2041 "quote",
2042 "syn",
2043]