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