helix: 22.11 -> 23.03

authored by

Leona Maroni and committed by
Yt
f8f13b50 e077b75a

+2570 -3
+2561
pkgs/applications/editors/helix/Cargo.lock
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 3 4 + 5 + [[package]] 6 + name = "adler" 7 + version = "1.0.2" 8 + source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 + 11 + [[package]] 12 + name = "ahash" 13 + version = "0.7.6" 14 + source = "registry+https://github.com/rust-lang/crates.io-index" 15 + checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 16 + dependencies = [ 17 + "getrandom", 18 + "once_cell", 19 + "version_check", 20 + ] 21 + 22 + [[package]] 23 + name = "ahash" 24 + version = "0.8.3" 25 + source = "registry+https://github.com/rust-lang/crates.io-index" 26 + checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" 27 + dependencies = [ 28 + "cfg-if", 29 + "getrandom", 30 + "once_cell", 31 + "version_check", 32 + ] 33 + 34 + [[package]] 35 + name = "aho-corasick" 36 + version = "0.7.20" 37 + source = "registry+https://github.com/rust-lang/crates.io-index" 38 + checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 39 + dependencies = [ 40 + "memchr", 41 + ] 42 + 43 + [[package]] 44 + name = "android_system_properties" 45 + version = "0.1.5" 46 + source = "registry+https://github.com/rust-lang/crates.io-index" 47 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 48 + dependencies = [ 49 + "libc", 50 + ] 51 + 52 + [[package]] 53 + name = "anyhow" 54 + version = "1.0.70" 55 + source = "registry+https://github.com/rust-lang/crates.io-index" 56 + checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" 57 + 58 + [[package]] 59 + name = "arc-swap" 60 + version = "1.6.0" 61 + source = "registry+https://github.com/rust-lang/crates.io-index" 62 + checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" 63 + 64 + [[package]] 65 + name = "autocfg" 66 + version = "1.1.0" 67 + source = "registry+https://github.com/rust-lang/crates.io-index" 68 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 69 + 70 + [[package]] 71 + name = "bitflags" 72 + version = "1.3.2" 73 + source = "registry+https://github.com/rust-lang/crates.io-index" 74 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 75 + 76 + [[package]] 77 + name = "bitflags" 78 + version = "2.0.2" 79 + source = "registry+https://github.com/rust-lang/crates.io-index" 80 + checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1" 81 + 82 + [[package]] 83 + name = "bstr" 84 + version = "1.4.0" 85 + source = "registry+https://github.com/rust-lang/crates.io-index" 86 + checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09" 87 + dependencies = [ 88 + "memchr", 89 + "once_cell", 90 + "regex-automata", 91 + "serde", 92 + ] 93 + 94 + [[package]] 95 + name = "btoi" 96 + version = "0.4.3" 97 + source = "registry+https://github.com/rust-lang/crates.io-index" 98 + checksum = "9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad" 99 + dependencies = [ 100 + "num-traits", 101 + ] 102 + 103 + [[package]] 104 + name = "bumpalo" 105 + version = "3.12.0" 106 + source = "registry+https://github.com/rust-lang/crates.io-index" 107 + checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 108 + 109 + [[package]] 110 + name = "bytecount" 111 + version = "0.6.3" 112 + source = "registry+https://github.com/rust-lang/crates.io-index" 113 + checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" 114 + 115 + [[package]] 116 + name = "bytes" 117 + version = "1.4.0" 118 + source = "registry+https://github.com/rust-lang/crates.io-index" 119 + checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 120 + 121 + [[package]] 122 + name = "cassowary" 123 + version = "0.3.0" 124 + source = "registry+https://github.com/rust-lang/crates.io-index" 125 + checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" 126 + 127 + [[package]] 128 + name = "cc" 129 + version = "1.0.79" 130 + source = "registry+https://github.com/rust-lang/crates.io-index" 131 + checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 132 + 133 + [[package]] 134 + name = "cfg-if" 135 + version = "1.0.0" 136 + source = "registry+https://github.com/rust-lang/crates.io-index" 137 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 138 + 139 + [[package]] 140 + name = "chardetng" 141 + version = "0.1.17" 142 + source = "registry+https://github.com/rust-lang/crates.io-index" 143 + checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea" 144 + dependencies = [ 145 + "cfg-if", 146 + "encoding_rs", 147 + "memchr", 148 + ] 149 + 150 + [[package]] 151 + name = "chrono" 152 + version = "0.4.24" 153 + source = "registry+https://github.com/rust-lang/crates.io-index" 154 + checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 155 + dependencies = [ 156 + "iana-time-zone", 157 + "num-integer", 158 + "num-traits", 159 + "winapi", 160 + ] 161 + 162 + [[package]] 163 + name = "clipboard-win" 164 + version = "4.5.0" 165 + source = "registry+https://github.com/rust-lang/crates.io-index" 166 + checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362" 167 + dependencies = [ 168 + "error-code", 169 + "str-buf", 170 + "winapi", 171 + ] 172 + 173 + [[package]] 174 + name = "clru" 175 + version = "0.6.1" 176 + source = "registry+https://github.com/rust-lang/crates.io-index" 177 + checksum = "b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807" 178 + 179 + [[package]] 180 + name = "codespan-reporting" 181 + version = "0.11.1" 182 + source = "registry+https://github.com/rust-lang/crates.io-index" 183 + checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 184 + dependencies = [ 185 + "termcolor", 186 + "unicode-width", 187 + ] 188 + 189 + [[package]] 190 + name = "content_inspector" 191 + version = "0.2.4" 192 + source = "registry+https://github.com/rust-lang/crates.io-index" 193 + checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38" 194 + dependencies = [ 195 + "memchr", 196 + ] 197 + 198 + [[package]] 199 + name = "core-foundation-sys" 200 + version = "0.8.3" 201 + source = "registry+https://github.com/rust-lang/crates.io-index" 202 + checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 203 + 204 + [[package]] 205 + name = "crc32fast" 206 + version = "1.3.2" 207 + source = "registry+https://github.com/rust-lang/crates.io-index" 208 + checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 209 + dependencies = [ 210 + "cfg-if", 211 + ] 212 + 213 + [[package]] 214 + name = "crossterm" 215 + version = "0.26.1" 216 + source = "registry+https://github.com/rust-lang/crates.io-index" 217 + checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13" 218 + dependencies = [ 219 + "bitflags 1.3.2", 220 + "crossterm_winapi", 221 + "futures-core", 222 + "libc", 223 + "mio", 224 + "parking_lot", 225 + "signal-hook", 226 + "signal-hook-mio", 227 + "winapi", 228 + ] 229 + 230 + [[package]] 231 + name = "crossterm_winapi" 232 + version = "0.9.0" 233 + source = "registry+https://github.com/rust-lang/crates.io-index" 234 + checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c" 235 + dependencies = [ 236 + "winapi", 237 + ] 238 + 239 + [[package]] 240 + name = "cxx" 241 + version = "1.0.94" 242 + source = "registry+https://github.com/rust-lang/crates.io-index" 243 + checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93" 244 + dependencies = [ 245 + "cc", 246 + "cxxbridge-flags", 247 + "cxxbridge-macro", 248 + "link-cplusplus", 249 + ] 250 + 251 + [[package]] 252 + name = "cxx-build" 253 + version = "1.0.94" 254 + source = "registry+https://github.com/rust-lang/crates.io-index" 255 + checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b" 256 + dependencies = [ 257 + "cc", 258 + "codespan-reporting", 259 + "once_cell", 260 + "proc-macro2", 261 + "quote", 262 + "scratch", 263 + "syn 2.0.11", 264 + ] 265 + 266 + [[package]] 267 + name = "cxxbridge-flags" 268 + version = "1.0.94" 269 + source = "registry+https://github.com/rust-lang/crates.io-index" 270 + checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb" 271 + 272 + [[package]] 273 + name = "cxxbridge-macro" 274 + version = "1.0.94" 275 + source = "registry+https://github.com/rust-lang/crates.io-index" 276 + checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5" 277 + dependencies = [ 278 + "proc-macro2", 279 + "quote", 280 + "syn 2.0.11", 281 + ] 282 + 283 + [[package]] 284 + name = "dirs" 285 + version = "4.0.0" 286 + source = "registry+https://github.com/rust-lang/crates.io-index" 287 + checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 288 + dependencies = [ 289 + "dirs-sys", 290 + ] 291 + 292 + [[package]] 293 + name = "dirs-next" 294 + version = "2.0.0" 295 + source = "registry+https://github.com/rust-lang/crates.io-index" 296 + checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 297 + dependencies = [ 298 + "cfg-if", 299 + "dirs-sys-next", 300 + ] 301 + 302 + [[package]] 303 + name = "dirs-sys" 304 + version = "0.3.7" 305 + source = "registry+https://github.com/rust-lang/crates.io-index" 306 + checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 307 + dependencies = [ 308 + "libc", 309 + "redox_users", 310 + "winapi", 311 + ] 312 + 313 + [[package]] 314 + name = "dirs-sys-next" 315 + version = "0.1.2" 316 + source = "registry+https://github.com/rust-lang/crates.io-index" 317 + checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 318 + dependencies = [ 319 + "libc", 320 + "redox_users", 321 + "winapi", 322 + ] 323 + 324 + [[package]] 325 + name = "dunce" 326 + version = "1.0.3" 327 + source = "registry+https://github.com/rust-lang/crates.io-index" 328 + checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c" 329 + 330 + [[package]] 331 + name = "either" 332 + version = "1.8.1" 333 + source = "registry+https://github.com/rust-lang/crates.io-index" 334 + checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 335 + 336 + [[package]] 337 + name = "encoding_rs" 338 + version = "0.8.32" 339 + source = "registry+https://github.com/rust-lang/crates.io-index" 340 + checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 341 + dependencies = [ 342 + "cfg-if", 343 + ] 344 + 345 + [[package]] 346 + name = "encoding_rs_io" 347 + version = "0.1.7" 348 + source = "registry+https://github.com/rust-lang/crates.io-index" 349 + checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83" 350 + dependencies = [ 351 + "encoding_rs", 352 + ] 353 + 354 + [[package]] 355 + name = "errno" 356 + version = "0.3.0" 357 + source = "registry+https://github.com/rust-lang/crates.io-index" 358 + checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0" 359 + dependencies = [ 360 + "errno-dragonfly", 361 + "libc", 362 + "windows-sys", 363 + ] 364 + 365 + [[package]] 366 + name = "errno-dragonfly" 367 + version = "0.1.2" 368 + source = "registry+https://github.com/rust-lang/crates.io-index" 369 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 370 + dependencies = [ 371 + "cc", 372 + "libc", 373 + ] 374 + 375 + [[package]] 376 + name = "error-code" 377 + version = "2.3.1" 378 + source = "registry+https://github.com/rust-lang/crates.io-index" 379 + checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" 380 + dependencies = [ 381 + "libc", 382 + "str-buf", 383 + ] 384 + 385 + [[package]] 386 + name = "etcetera" 387 + version = "0.4.0" 388 + source = "registry+https://github.com/rust-lang/crates.io-index" 389 + checksum = "d017fce18e4e9bfa75e1db51f49f4487bd3f8a7df509b24a46474a956ee962fd" 390 + dependencies = [ 391 + "cfg-if", 392 + "dirs-next", 393 + "thiserror", 394 + ] 395 + 396 + [[package]] 397 + name = "fastrand" 398 + version = "1.9.0" 399 + source = "registry+https://github.com/rust-lang/crates.io-index" 400 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 401 + dependencies = [ 402 + "instant", 403 + ] 404 + 405 + [[package]] 406 + name = "fern" 407 + version = "0.6.2" 408 + source = "registry+https://github.com/rust-lang/crates.io-index" 409 + checksum = "d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee" 410 + dependencies = [ 411 + "log", 412 + ] 413 + 414 + [[package]] 415 + name = "filetime" 416 + version = "0.2.20" 417 + source = "registry+https://github.com/rust-lang/crates.io-index" 418 + checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" 419 + dependencies = [ 420 + "cfg-if", 421 + "libc", 422 + "redox_syscall 0.2.16", 423 + "windows-sys", 424 + ] 425 + 426 + [[package]] 427 + name = "flate2" 428 + version = "1.0.25" 429 + source = "registry+https://github.com/rust-lang/crates.io-index" 430 + checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 431 + dependencies = [ 432 + "crc32fast", 433 + "miniz_oxide", 434 + ] 435 + 436 + [[package]] 437 + name = "fnv" 438 + version = "1.0.7" 439 + source = "registry+https://github.com/rust-lang/crates.io-index" 440 + checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 441 + 442 + [[package]] 443 + name = "form_urlencoded" 444 + version = "1.1.0" 445 + source = "registry+https://github.com/rust-lang/crates.io-index" 446 + checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 447 + dependencies = [ 448 + "percent-encoding", 449 + ] 450 + 451 + [[package]] 452 + name = "futures-core" 453 + version = "0.3.27" 454 + source = "registry+https://github.com/rust-lang/crates.io-index" 455 + checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd" 456 + 457 + [[package]] 458 + name = "futures-executor" 459 + version = "0.3.27" 460 + source = "registry+https://github.com/rust-lang/crates.io-index" 461 + checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83" 462 + dependencies = [ 463 + "futures-core", 464 + "futures-task", 465 + "futures-util", 466 + ] 467 + 468 + [[package]] 469 + name = "futures-task" 470 + version = "0.3.27" 471 + source = "registry+https://github.com/rust-lang/crates.io-index" 472 + checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879" 473 + 474 + [[package]] 475 + name = "futures-util" 476 + version = "0.3.27" 477 + source = "registry+https://github.com/rust-lang/crates.io-index" 478 + checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab" 479 + dependencies = [ 480 + "futures-core", 481 + "futures-task", 482 + "pin-project-lite", 483 + "pin-utils", 484 + "slab", 485 + ] 486 + 487 + [[package]] 488 + name = "fuzzy-matcher" 489 + version = "0.3.7" 490 + source = "registry+https://github.com/rust-lang/crates.io-index" 491 + checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94" 492 + dependencies = [ 493 + "thread_local", 494 + ] 495 + 496 + [[package]] 497 + name = "getrandom" 498 + version = "0.2.8" 499 + source = "registry+https://github.com/rust-lang/crates.io-index" 500 + checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 501 + dependencies = [ 502 + "cfg-if", 503 + "libc", 504 + "wasi", 505 + ] 506 + 507 + [[package]] 508 + name = "gix" 509 + version = "0.43.1" 510 + source = "registry+https://github.com/rust-lang/crates.io-index" 511 + checksum = "c256ea71cc1967faaefdaad15f334146b7c806f12460dcafd3afed845c8c78dd" 512 + dependencies = [ 513 + "gix-actor", 514 + "gix-attributes", 515 + "gix-config", 516 + "gix-credentials", 517 + "gix-date", 518 + "gix-diff", 519 + "gix-discover", 520 + "gix-features", 521 + "gix-glob", 522 + "gix-hash", 523 + "gix-hashtable", 524 + "gix-index", 525 + "gix-lock", 526 + "gix-mailmap", 527 + "gix-object", 528 + "gix-odb", 529 + "gix-pack", 530 + "gix-path", 531 + "gix-prompt", 532 + "gix-ref", 533 + "gix-refspec", 534 + "gix-revision", 535 + "gix-sec", 536 + "gix-tempfile", 537 + "gix-traverse", 538 + "gix-url", 539 + "gix-validate", 540 + "gix-worktree", 541 + "log", 542 + "once_cell", 543 + "signal-hook", 544 + "smallvec", 545 + "thiserror", 546 + "unicode-normalization", 547 + ] 548 + 549 + [[package]] 550 + name = "gix-actor" 551 + version = "0.19.0" 552 + source = "registry+https://github.com/rust-lang/crates.io-index" 553 + checksum = "dc22b0cdc52237667c301dd7cdc6ead8f8f73c9f824e9942c8ebd6b764f6c0bf" 554 + dependencies = [ 555 + "bstr", 556 + "btoi", 557 + "gix-date", 558 + "itoa", 559 + "nom", 560 + "thiserror", 561 + ] 562 + 563 + [[package]] 564 + name = "gix-attributes" 565 + version = "0.10.0" 566 + source = "registry+https://github.com/rust-lang/crates.io-index" 567 + checksum = "2231a25934a240d0a4b6f4478401c73ee81d8be52de0293eedbc172334abf3e1" 568 + dependencies = [ 569 + "bstr", 570 + "gix-features", 571 + "gix-glob", 572 + "gix-path", 573 + "gix-quote", 574 + "thiserror", 575 + "unicode-bom", 576 + ] 577 + 578 + [[package]] 579 + name = "gix-bitmap" 580 + version = "0.2.2" 581 + source = "registry+https://github.com/rust-lang/crates.io-index" 582 + checksum = "024bca0c7187517bda5ea24ab148c9ca8208dd0c3e2bea88cdb2008f91791a6d" 583 + dependencies = [ 584 + "thiserror", 585 + ] 586 + 587 + [[package]] 588 + name = "gix-chunk" 589 + version = "0.4.1" 590 + source = "registry+https://github.com/rust-lang/crates.io-index" 591 + checksum = "b0d39583cab06464b8bf73b3f1707458270f0e7383cb24c3c9c1a16e6f792978" 592 + dependencies = [ 593 + "thiserror", 594 + ] 595 + 596 + [[package]] 597 + name = "gix-command" 598 + version = "0.2.4" 599 + source = "registry+https://github.com/rust-lang/crates.io-index" 600 + checksum = "b2c6f75c1e0f924de39e750880a6e21307194bb1ab773efe3c7d2d787277f8ab" 601 + dependencies = [ 602 + "bstr", 603 + ] 604 + 605 + [[package]] 606 + name = "gix-config" 607 + version = "0.20.1" 608 + source = "registry+https://github.com/rust-lang/crates.io-index" 609 + checksum = "7fbad5ce54a8fc997acc50febd89ec80fa6e97cb7f8d0654cb229936407489d8" 610 + dependencies = [ 611 + "bstr", 612 + "gix-config-value", 613 + "gix-features", 614 + "gix-glob", 615 + "gix-path", 616 + "gix-ref", 617 + "gix-sec", 618 + "log", 619 + "memchr", 620 + "nom", 621 + "once_cell", 622 + "smallvec", 623 + "thiserror", 624 + "unicode-bom", 625 + ] 626 + 627 + [[package]] 628 + name = "gix-config-value" 629 + version = "0.10.2" 630 + source = "registry+https://github.com/rust-lang/crates.io-index" 631 + checksum = "d09154c0c8677e4da0ec35e896f56ee3e338e741b9599fae06075edd83a4081c" 632 + dependencies = [ 633 + "bitflags 1.3.2", 634 + "bstr", 635 + "gix-path", 636 + "libc", 637 + "thiserror", 638 + ] 639 + 640 + [[package]] 641 + name = "gix-credentials" 642 + version = "0.12.0" 643 + source = "registry+https://github.com/rust-lang/crates.io-index" 644 + checksum = "750b684197374518ea057e0a0594713e07683faa0a3f43c0f93d97f64130ad8d" 645 + dependencies = [ 646 + "bstr", 647 + "gix-command", 648 + "gix-config-value", 649 + "gix-path", 650 + "gix-prompt", 651 + "gix-sec", 652 + "gix-url", 653 + "thiserror", 654 + ] 655 + 656 + [[package]] 657 + name = "gix-date" 658 + version = "0.4.3" 659 + source = "registry+https://github.com/rust-lang/crates.io-index" 660 + checksum = "b96271912ce39822501616f177dea7218784e6c63be90d5f36322ff3a722aae2" 661 + dependencies = [ 662 + "bstr", 663 + "itoa", 664 + "thiserror", 665 + "time", 666 + ] 667 + 668 + [[package]] 669 + name = "gix-diff" 670 + version = "0.28.1" 671 + source = "registry+https://github.com/rust-lang/crates.io-index" 672 + checksum = "103a0fa79b0d438f5ecb662502f052e530ace4fe1fe8e1c83c0c6da76d728e67" 673 + dependencies = [ 674 + "gix-hash", 675 + "gix-object", 676 + "imara-diff", 677 + "thiserror", 678 + ] 679 + 680 + [[package]] 681 + name = "gix-discover" 682 + version = "0.16.2" 683 + source = "registry+https://github.com/rust-lang/crates.io-index" 684 + checksum = "6eba8ba458cb8f4a6c33409b0fe650b1258655175a7ffd1d24fafd3ed31d880b" 685 + dependencies = [ 686 + "bstr", 687 + "dunce", 688 + "gix-hash", 689 + "gix-path", 690 + "gix-ref", 691 + "gix-sec", 692 + "thiserror", 693 + ] 694 + 695 + [[package]] 696 + name = "gix-features" 697 + version = "0.28.1" 698 + source = "registry+https://github.com/rust-lang/crates.io-index" 699 + checksum = "0b76f9a80f6dd7be66442ae86e1f534effad9546676a392acc95e269d0c21c22" 700 + dependencies = [ 701 + "crc32fast", 702 + "flate2", 703 + "gix-hash", 704 + "libc", 705 + "once_cell", 706 + "prodash", 707 + "sha1_smol", 708 + "thiserror", 709 + "walkdir", 710 + ] 711 + 712 + [[package]] 713 + name = "gix-glob" 714 + version = "0.5.5" 715 + source = "registry+https://github.com/rust-lang/crates.io-index" 716 + checksum = "93e43efd776bc543f46f0fd0ca3d920c37af71a764a16f2aebd89765e9ff2993" 717 + dependencies = [ 718 + "bitflags 1.3.2", 719 + "bstr", 720 + ] 721 + 722 + [[package]] 723 + name = "gix-hash" 724 + version = "0.10.3" 725 + source = "registry+https://github.com/rust-lang/crates.io-index" 726 + checksum = "0c0c5a9f4d621d4f4ea046bb331df5c746ca735b8cae5b234cc2be70ee4dbef0" 727 + dependencies = [ 728 + "hex", 729 + "thiserror", 730 + ] 731 + 732 + [[package]] 733 + name = "gix-hashtable" 734 + version = "0.1.2" 735 + source = "registry+https://github.com/rust-lang/crates.io-index" 736 + checksum = "9609c1b8f36f12968e6a6098f7cdb52004f7d42d570f47a2d6d7c16612f19acb" 737 + dependencies = [ 738 + "gix-hash", 739 + "hashbrown 0.13.2", 740 + "parking_lot", 741 + ] 742 + 743 + [[package]] 744 + name = "gix-index" 745 + version = "0.15.1" 746 + source = "registry+https://github.com/rust-lang/crates.io-index" 747 + checksum = "717ab601ece7921f59fe86849dbe27d44a46ebb883b5885732c4f30df4996177" 748 + dependencies = [ 749 + "bitflags 1.3.2", 750 + "bstr", 751 + "btoi", 752 + "filetime", 753 + "gix-bitmap", 754 + "gix-features", 755 + "gix-hash", 756 + "gix-lock", 757 + "gix-object", 758 + "gix-traverse", 759 + "itoa", 760 + "memmap2", 761 + "smallvec", 762 + "thiserror", 763 + ] 764 + 765 + [[package]] 766 + name = "gix-lock" 767 + version = "5.0.0" 768 + source = "registry+https://github.com/rust-lang/crates.io-index" 769 + checksum = "41b80172055c5d8017a48ddac5cc7a95421c00211047db0165c97853c4f05194" 770 + dependencies = [ 771 + "fastrand", 772 + "gix-tempfile", 773 + "thiserror", 774 + ] 775 + 776 + [[package]] 777 + name = "gix-mailmap" 778 + version = "0.11.0" 779 + source = "registry+https://github.com/rust-lang/crates.io-index" 780 + checksum = "2b66aea5e52875cd4915f4957a6f4b75831a36981e2ec3f5fad9e370e444fe1a" 781 + dependencies = [ 782 + "bstr", 783 + "gix-actor", 784 + "thiserror", 785 + ] 786 + 787 + [[package]] 788 + name = "gix-object" 789 + version = "0.28.0" 790 + source = "registry+https://github.com/rust-lang/crates.io-index" 791 + checksum = "8df068db9180ee935fbb70504848369e270bdcb576b05c0faa8b9fd3b86fc017" 792 + dependencies = [ 793 + "bstr", 794 + "btoi", 795 + "gix-actor", 796 + "gix-features", 797 + "gix-hash", 798 + "gix-validate", 799 + "hex", 800 + "itoa", 801 + "nom", 802 + "smallvec", 803 + "thiserror", 804 + ] 805 + 806 + [[package]] 807 + name = "gix-odb" 808 + version = "0.43.1" 809 + source = "registry+https://github.com/rust-lang/crates.io-index" 810 + checksum = "e83af2e3e36005bfe010927f0dff41fb5acc3e3d89c6f1174135b3a34086bda2" 811 + dependencies = [ 812 + "arc-swap", 813 + "gix-features", 814 + "gix-hash", 815 + "gix-object", 816 + "gix-pack", 817 + "gix-path", 818 + "gix-quote", 819 + "parking_lot", 820 + "tempfile", 821 + "thiserror", 822 + ] 823 + 824 + [[package]] 825 + name = "gix-pack" 826 + version = "0.33.2" 827 + source = "registry+https://github.com/rust-lang/crates.io-index" 828 + checksum = "9401911c7fe032ad7b31c6a6b5be59cb283d1d6c999417a8215056efe6d635f3" 829 + dependencies = [ 830 + "clru", 831 + "gix-chunk", 832 + "gix-diff", 833 + "gix-features", 834 + "gix-hash", 835 + "gix-hashtable", 836 + "gix-object", 837 + "gix-path", 838 + "gix-tempfile", 839 + "gix-traverse", 840 + "memmap2", 841 + "parking_lot", 842 + "smallvec", 843 + "thiserror", 844 + ] 845 + 846 + [[package]] 847 + name = "gix-path" 848 + version = "0.7.3" 849 + source = "registry+https://github.com/rust-lang/crates.io-index" 850 + checksum = "32370dce200bb951df013e03dff35b4233fc7a89458642b047629b91734a7e19" 851 + dependencies = [ 852 + "bstr", 853 + "thiserror", 854 + ] 855 + 856 + [[package]] 857 + name = "gix-prompt" 858 + version = "0.3.3" 859 + source = "registry+https://github.com/rust-lang/crates.io-index" 860 + checksum = "0f3034d4d935aef2c7bf719aaa54b88c520e82413118d886ae880a31d5bdee57" 861 + dependencies = [ 862 + "gix-command", 863 + "gix-config-value", 864 + "nix", 865 + "parking_lot", 866 + "thiserror", 867 + ] 868 + 869 + [[package]] 870 + name = "gix-quote" 871 + version = "0.4.3" 872 + source = "registry+https://github.com/rust-lang/crates.io-index" 873 + checksum = "a282f5a8d9ee0b09ec47390ac727350c48f2f5c76d803cd8da6b3e7ad56e0bcb" 874 + dependencies = [ 875 + "bstr", 876 + "btoi", 877 + "thiserror", 878 + ] 879 + 880 + [[package]] 881 + name = "gix-ref" 882 + version = "0.27.2" 883 + source = "registry+https://github.com/rust-lang/crates.io-index" 884 + checksum = "e4e909396ed3b176823991ccc391c276ae2a015e54edaafa3566d35123cfac9d" 885 + dependencies = [ 886 + "gix-actor", 887 + "gix-features", 888 + "gix-hash", 889 + "gix-lock", 890 + "gix-object", 891 + "gix-path", 892 + "gix-tempfile", 893 + "gix-validate", 894 + "memmap2", 895 + "nom", 896 + "thiserror", 897 + ] 898 + 899 + [[package]] 900 + name = "gix-refspec" 901 + version = "0.9.0" 902 + source = "registry+https://github.com/rust-lang/crates.io-index" 903 + checksum = "aba332462bda2e8efeae4302b39a6ed01ad56ef772fd5b7ef197cf2798294d65" 904 + dependencies = [ 905 + "bstr", 906 + "gix-hash", 907 + "gix-revision", 908 + "gix-validate", 909 + "smallvec", 910 + "thiserror", 911 + ] 912 + 913 + [[package]] 914 + name = "gix-revision" 915 + version = "0.12.1" 916 + source = "registry+https://github.com/rust-lang/crates.io-index" 917 + checksum = "b12fc4bbc3161a5b2d68079fce93432cef8771ff88ca017abb01187fddfc41a1" 918 + dependencies = [ 919 + "bstr", 920 + "gix-date", 921 + "gix-hash", 922 + "gix-hashtable", 923 + "gix-object", 924 + "thiserror", 925 + ] 926 + 927 + [[package]] 928 + name = "gix-sec" 929 + version = "0.6.2" 930 + source = "registry+https://github.com/rust-lang/crates.io-index" 931 + checksum = "e8ffa5bf0772f9b01de501c035b6b084cf9b8bb07dec41e3afc6a17336a65f47" 932 + dependencies = [ 933 + "bitflags 1.3.2", 934 + "dirs", 935 + "gix-path", 936 + "libc", 937 + "windows 0.43.0", 938 + ] 939 + 940 + [[package]] 941 + name = "gix-tempfile" 942 + version = "5.0.2" 943 + source = "registry+https://github.com/rust-lang/crates.io-index" 944 + checksum = "c2ceb30a610e3f5f2d5f9a5114689fde507ba9417705a8cf3429604275b2153c" 945 + dependencies = [ 946 + "libc", 947 + "once_cell", 948 + "parking_lot", 949 + "signal-hook", 950 + "signal-hook-registry", 951 + "tempfile", 952 + ] 953 + 954 + [[package]] 955 + name = "gix-traverse" 956 + version = "0.24.0" 957 + source = "registry+https://github.com/rust-lang/crates.io-index" 958 + checksum = "dd9a4a07bb22168dc79c60e1a6a41919d198187ca83d8a5940ad8d7122a45df3" 959 + dependencies = [ 960 + "gix-hash", 961 + "gix-hashtable", 962 + "gix-object", 963 + "thiserror", 964 + ] 965 + 966 + [[package]] 967 + name = "gix-url" 968 + version = "0.16.0" 969 + source = "registry+https://github.com/rust-lang/crates.io-index" 970 + checksum = "b6a22b4b32ad14d68f7b7fb6458fa58d44b01797d94c1b8f4db2d9c7b3c366b5" 971 + dependencies = [ 972 + "bstr", 973 + "gix-features", 974 + "gix-path", 975 + "home", 976 + "thiserror", 977 + "url", 978 + ] 979 + 980 + [[package]] 981 + name = "gix-validate" 982 + version = "0.7.4" 983 + source = "registry+https://github.com/rust-lang/crates.io-index" 984 + checksum = "7bd629d3680773e1785e585d76fd4295b740b559cad9141517300d99a0c8c049" 985 + dependencies = [ 986 + "bstr", 987 + "thiserror", 988 + ] 989 + 990 + [[package]] 991 + name = "gix-worktree" 992 + version = "0.15.2" 993 + source = "registry+https://github.com/rust-lang/crates.io-index" 994 + checksum = "54ec9a000b4f24af706c3cc680c7cda235656cbe3216336522f5692773b8a301" 995 + dependencies = [ 996 + "bstr", 997 + "gix-attributes", 998 + "gix-features", 999 + "gix-glob", 1000 + "gix-hash", 1001 + "gix-index", 1002 + "gix-object", 1003 + "gix-path", 1004 + "io-close", 1005 + "thiserror", 1006 + ] 1007 + 1008 + [[package]] 1009 + name = "globset" 1010 + version = "0.4.10" 1011 + source = "registry+https://github.com/rust-lang/crates.io-index" 1012 + checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" 1013 + dependencies = [ 1014 + "aho-corasick", 1015 + "bstr", 1016 + "fnv", 1017 + "log", 1018 + "regex", 1019 + ] 1020 + 1021 + [[package]] 1022 + name = "grep-matcher" 1023 + version = "0.1.6" 1024 + source = "registry+https://github.com/rust-lang/crates.io-index" 1025 + checksum = "3902ca28f26945fe35cad349d776f163981d777fee382ccd6ef451126f51b319" 1026 + dependencies = [ 1027 + "memchr", 1028 + ] 1029 + 1030 + [[package]] 1031 + name = "grep-regex" 1032 + version = "0.1.11" 1033 + source = "registry+https://github.com/rust-lang/crates.io-index" 1034 + checksum = "997598b41d53a37a2e3fc5300d5c11d825368c054420a9c65125b8fe1078463f" 1035 + dependencies = [ 1036 + "aho-corasick", 1037 + "bstr", 1038 + "grep-matcher", 1039 + "log", 1040 + "regex", 1041 + "regex-syntax", 1042 + "thread_local", 1043 + ] 1044 + 1045 + [[package]] 1046 + name = "grep-searcher" 1047 + version = "0.1.11" 1048 + source = "registry+https://github.com/rust-lang/crates.io-index" 1049 + checksum = "5601c4b9f480f0c9ebb40b1f6cbf447b8a50c5369223937a6c5214368c58779f" 1050 + dependencies = [ 1051 + "bstr", 1052 + "bytecount", 1053 + "encoding_rs", 1054 + "encoding_rs_io", 1055 + "grep-matcher", 1056 + "log", 1057 + "memmap2", 1058 + ] 1059 + 1060 + [[package]] 1061 + name = "hashbrown" 1062 + version = "0.12.3" 1063 + source = "registry+https://github.com/rust-lang/crates.io-index" 1064 + checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1065 + dependencies = [ 1066 + "ahash 0.7.6", 1067 + ] 1068 + 1069 + [[package]] 1070 + name = "hashbrown" 1071 + version = "0.13.2" 1072 + source = "registry+https://github.com/rust-lang/crates.io-index" 1073 + checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 1074 + dependencies = [ 1075 + "ahash 0.8.3", 1076 + ] 1077 + 1078 + [[package]] 1079 + name = "helix-core" 1080 + version = "0.6.0" 1081 + dependencies = [ 1082 + "ahash 0.8.3", 1083 + "arc-swap", 1084 + "bitflags 2.0.2", 1085 + "chrono", 1086 + "dunce", 1087 + "encoding_rs", 1088 + "etcetera", 1089 + "hashbrown 0.13.2", 1090 + "helix-loader", 1091 + "imara-diff", 1092 + "indoc", 1093 + "log", 1094 + "once_cell", 1095 + "quickcheck", 1096 + "regex", 1097 + "ropey", 1098 + "serde", 1099 + "serde_json", 1100 + "slotmap", 1101 + "smallvec", 1102 + "smartstring", 1103 + "textwrap", 1104 + "toml", 1105 + "tree-sitter", 1106 + "unicode-general-category", 1107 + "unicode-segmentation", 1108 + "unicode-width", 1109 + ] 1110 + 1111 + [[package]] 1112 + name = "helix-dap" 1113 + version = "0.6.0" 1114 + dependencies = [ 1115 + "anyhow", 1116 + "fern", 1117 + "helix-core", 1118 + "log", 1119 + "serde", 1120 + "serde_json", 1121 + "thiserror", 1122 + "tokio", 1123 + "which", 1124 + ] 1125 + 1126 + [[package]] 1127 + name = "helix-loader" 1128 + version = "0.6.0" 1129 + dependencies = [ 1130 + "anyhow", 1131 + "cc", 1132 + "etcetera", 1133 + "libloading", 1134 + "log", 1135 + "once_cell", 1136 + "serde", 1137 + "threadpool", 1138 + "toml", 1139 + "tree-sitter", 1140 + ] 1141 + 1142 + [[package]] 1143 + name = "helix-lsp" 1144 + version = "0.6.0" 1145 + dependencies = [ 1146 + "anyhow", 1147 + "futures-executor", 1148 + "futures-util", 1149 + "helix-core", 1150 + "helix-loader", 1151 + "helix-parsec", 1152 + "log", 1153 + "lsp-types", 1154 + "parking_lot", 1155 + "serde", 1156 + "serde_json", 1157 + "thiserror", 1158 + "tokio", 1159 + "tokio-stream", 1160 + "which", 1161 + ] 1162 + 1163 + [[package]] 1164 + name = "helix-parsec" 1165 + version = "0.6.0" 1166 + 1167 + [[package]] 1168 + name = "helix-term" 1169 + version = "0.6.0" 1170 + dependencies = [ 1171 + "anyhow", 1172 + "arc-swap", 1173 + "chrono", 1174 + "content_inspector", 1175 + "crossterm", 1176 + "fern", 1177 + "futures-util", 1178 + "fuzzy-matcher", 1179 + "grep-regex", 1180 + "grep-searcher", 1181 + "helix-core", 1182 + "helix-dap", 1183 + "helix-loader", 1184 + "helix-lsp", 1185 + "helix-tui", 1186 + "helix-vcs", 1187 + "helix-view", 1188 + "ignore", 1189 + "indoc", 1190 + "libc", 1191 + "log", 1192 + "once_cell", 1193 + "pulldown-cmark", 1194 + "serde", 1195 + "serde_json", 1196 + "signal-hook", 1197 + "signal-hook-tokio", 1198 + "smallvec", 1199 + "tempfile", 1200 + "tokio", 1201 + "tokio-stream", 1202 + "toml", 1203 + "which", 1204 + ] 1205 + 1206 + [[package]] 1207 + name = "helix-tui" 1208 + version = "0.6.0" 1209 + dependencies = [ 1210 + "bitflags 2.0.2", 1211 + "cassowary", 1212 + "crossterm", 1213 + "helix-core", 1214 + "helix-view", 1215 + "log", 1216 + "once_cell", 1217 + "serde", 1218 + "termini", 1219 + "unicode-segmentation", 1220 + ] 1221 + 1222 + [[package]] 1223 + name = "helix-vcs" 1224 + version = "0.6.0" 1225 + dependencies = [ 1226 + "anyhow", 1227 + "arc-swap", 1228 + "gix", 1229 + "helix-core", 1230 + "imara-diff", 1231 + "log", 1232 + "parking_lot", 1233 + "tempfile", 1234 + "tokio", 1235 + ] 1236 + 1237 + [[package]] 1238 + name = "helix-view" 1239 + version = "0.6.0" 1240 + dependencies = [ 1241 + "anyhow", 1242 + "arc-swap", 1243 + "bitflags 2.0.2", 1244 + "chardetng", 1245 + "clipboard-win", 1246 + "crossterm", 1247 + "futures-util", 1248 + "helix-core", 1249 + "helix-dap", 1250 + "helix-loader", 1251 + "helix-lsp", 1252 + "helix-tui", 1253 + "helix-vcs", 1254 + "libc", 1255 + "log", 1256 + "once_cell", 1257 + "parking_lot", 1258 + "serde", 1259 + "serde_json", 1260 + "slotmap", 1261 + "tokio", 1262 + "tokio-stream", 1263 + "toml", 1264 + "url", 1265 + "which", 1266 + ] 1267 + 1268 + [[package]] 1269 + name = "hermit-abi" 1270 + version = "0.2.6" 1271 + source = "registry+https://github.com/rust-lang/crates.io-index" 1272 + checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 1273 + dependencies = [ 1274 + "libc", 1275 + ] 1276 + 1277 + [[package]] 1278 + name = "hermit-abi" 1279 + version = "0.3.1" 1280 + source = "registry+https://github.com/rust-lang/crates.io-index" 1281 + checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 1282 + 1283 + [[package]] 1284 + name = "hex" 1285 + version = "0.4.3" 1286 + source = "registry+https://github.com/rust-lang/crates.io-index" 1287 + checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1288 + 1289 + [[package]] 1290 + name = "home" 1291 + version = "0.5.4" 1292 + source = "registry+https://github.com/rust-lang/crates.io-index" 1293 + checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408" 1294 + dependencies = [ 1295 + "winapi", 1296 + ] 1297 + 1298 + [[package]] 1299 + name = "iana-time-zone" 1300 + version = "0.1.55" 1301 + source = "registry+https://github.com/rust-lang/crates.io-index" 1302 + checksum = "716f12fbcfac6ffab0a5e9ec51d0a0ff70503742bb2dc7b99396394c9dc323f0" 1303 + dependencies = [ 1304 + "android_system_properties", 1305 + "core-foundation-sys", 1306 + "iana-time-zone-haiku", 1307 + "js-sys", 1308 + "wasm-bindgen", 1309 + "windows 0.47.0", 1310 + ] 1311 + 1312 + [[package]] 1313 + name = "iana-time-zone-haiku" 1314 + version = "0.1.1" 1315 + source = "registry+https://github.com/rust-lang/crates.io-index" 1316 + checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 1317 + dependencies = [ 1318 + "cxx", 1319 + "cxx-build", 1320 + ] 1321 + 1322 + [[package]] 1323 + name = "idna" 1324 + version = "0.3.0" 1325 + source = "registry+https://github.com/rust-lang/crates.io-index" 1326 + checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 1327 + dependencies = [ 1328 + "unicode-bidi", 1329 + "unicode-normalization", 1330 + ] 1331 + 1332 + [[package]] 1333 + name = "ignore" 1334 + version = "0.4.20" 1335 + source = "registry+https://github.com/rust-lang/crates.io-index" 1336 + checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" 1337 + dependencies = [ 1338 + "globset", 1339 + "lazy_static", 1340 + "log", 1341 + "memchr", 1342 + "regex", 1343 + "same-file", 1344 + "thread_local", 1345 + "walkdir", 1346 + "winapi-util", 1347 + ] 1348 + 1349 + [[package]] 1350 + name = "imara-diff" 1351 + version = "0.1.5" 1352 + source = "registry+https://github.com/rust-lang/crates.io-index" 1353 + checksum = "e98c1d0ad70fc91b8b9654b1f33db55e59579d3b3de2bffdced0fdb810570cb8" 1354 + dependencies = [ 1355 + "ahash 0.8.3", 1356 + "hashbrown 0.12.3", 1357 + ] 1358 + 1359 + [[package]] 1360 + name = "indexmap" 1361 + version = "1.9.3" 1362 + source = "registry+https://github.com/rust-lang/crates.io-index" 1363 + checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1364 + dependencies = [ 1365 + "autocfg", 1366 + "hashbrown 0.12.3", 1367 + ] 1368 + 1369 + [[package]] 1370 + name = "indoc" 1371 + version = "2.0.1" 1372 + source = "registry+https://github.com/rust-lang/crates.io-index" 1373 + checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" 1374 + 1375 + [[package]] 1376 + name = "instant" 1377 + version = "0.1.12" 1378 + source = "registry+https://github.com/rust-lang/crates.io-index" 1379 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1380 + dependencies = [ 1381 + "cfg-if", 1382 + ] 1383 + 1384 + [[package]] 1385 + name = "io-close" 1386 + version = "0.3.7" 1387 + source = "registry+https://github.com/rust-lang/crates.io-index" 1388 + checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc" 1389 + dependencies = [ 1390 + "libc", 1391 + "winapi", 1392 + ] 1393 + 1394 + [[package]] 1395 + name = "io-lifetimes" 1396 + version = "1.0.9" 1397 + source = "registry+https://github.com/rust-lang/crates.io-index" 1398 + checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb" 1399 + dependencies = [ 1400 + "hermit-abi 0.3.1", 1401 + "libc", 1402 + "windows-sys", 1403 + ] 1404 + 1405 + [[package]] 1406 + name = "itoa" 1407 + version = "1.0.6" 1408 + source = "registry+https://github.com/rust-lang/crates.io-index" 1409 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 1410 + 1411 + [[package]] 1412 + name = "js-sys" 1413 + version = "0.3.61" 1414 + source = "registry+https://github.com/rust-lang/crates.io-index" 1415 + checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 1416 + dependencies = [ 1417 + "wasm-bindgen", 1418 + ] 1419 + 1420 + [[package]] 1421 + name = "lazy_static" 1422 + version = "1.4.0" 1423 + source = "registry+https://github.com/rust-lang/crates.io-index" 1424 + checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1425 + 1426 + [[package]] 1427 + name = "libc" 1428 + version = "0.2.140" 1429 + source = "registry+https://github.com/rust-lang/crates.io-index" 1430 + checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" 1431 + 1432 + [[package]] 1433 + name = "libloading" 1434 + version = "0.7.4" 1435 + source = "registry+https://github.com/rust-lang/crates.io-index" 1436 + checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 1437 + dependencies = [ 1438 + "cfg-if", 1439 + "winapi", 1440 + ] 1441 + 1442 + [[package]] 1443 + name = "link-cplusplus" 1444 + version = "1.0.8" 1445 + source = "registry+https://github.com/rust-lang/crates.io-index" 1446 + checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" 1447 + dependencies = [ 1448 + "cc", 1449 + ] 1450 + 1451 + [[package]] 1452 + name = "linux-raw-sys" 1453 + version = "0.3.0" 1454 + source = "registry+https://github.com/rust-lang/crates.io-index" 1455 + checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d" 1456 + 1457 + [[package]] 1458 + name = "lock_api" 1459 + version = "0.4.9" 1460 + source = "registry+https://github.com/rust-lang/crates.io-index" 1461 + checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 1462 + dependencies = [ 1463 + "autocfg", 1464 + "scopeguard", 1465 + ] 1466 + 1467 + [[package]] 1468 + name = "log" 1469 + version = "0.4.17" 1470 + source = "registry+https://github.com/rust-lang/crates.io-index" 1471 + checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 1472 + dependencies = [ 1473 + "cfg-if", 1474 + ] 1475 + 1476 + [[package]] 1477 + name = "lsp-types" 1478 + version = "0.94.0" 1479 + source = "registry+https://github.com/rust-lang/crates.io-index" 1480 + checksum = "0b63735a13a1f9cd4f4835223d828ed9c2e35c8c5e61837774399f558b6a1237" 1481 + dependencies = [ 1482 + "bitflags 1.3.2", 1483 + "serde", 1484 + "serde_json", 1485 + "serde_repr", 1486 + "url", 1487 + ] 1488 + 1489 + [[package]] 1490 + name = "memchr" 1491 + version = "2.5.0" 1492 + source = "registry+https://github.com/rust-lang/crates.io-index" 1493 + checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1494 + 1495 + [[package]] 1496 + name = "memmap2" 1497 + version = "0.5.10" 1498 + source = "registry+https://github.com/rust-lang/crates.io-index" 1499 + checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 1500 + dependencies = [ 1501 + "libc", 1502 + ] 1503 + 1504 + [[package]] 1505 + name = "minimal-lexical" 1506 + version = "0.2.1" 1507 + source = "registry+https://github.com/rust-lang/crates.io-index" 1508 + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1509 + 1510 + [[package]] 1511 + name = "miniz_oxide" 1512 + version = "0.6.2" 1513 + source = "registry+https://github.com/rust-lang/crates.io-index" 1514 + checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 1515 + dependencies = [ 1516 + "adler", 1517 + ] 1518 + 1519 + [[package]] 1520 + name = "mio" 1521 + version = "0.8.6" 1522 + source = "registry+https://github.com/rust-lang/crates.io-index" 1523 + checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 1524 + dependencies = [ 1525 + "libc", 1526 + "log", 1527 + "wasi", 1528 + "windows-sys", 1529 + ] 1530 + 1531 + [[package]] 1532 + name = "nix" 1533 + version = "0.26.2" 1534 + source = "registry+https://github.com/rust-lang/crates.io-index" 1535 + checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 1536 + dependencies = [ 1537 + "bitflags 1.3.2", 1538 + "cfg-if", 1539 + "libc", 1540 + "static_assertions", 1541 + ] 1542 + 1543 + [[package]] 1544 + name = "nom" 1545 + version = "7.1.3" 1546 + source = "registry+https://github.com/rust-lang/crates.io-index" 1547 + checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1548 + dependencies = [ 1549 + "memchr", 1550 + "minimal-lexical", 1551 + ] 1552 + 1553 + [[package]] 1554 + name = "num-integer" 1555 + version = "0.1.45" 1556 + source = "registry+https://github.com/rust-lang/crates.io-index" 1557 + checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1558 + dependencies = [ 1559 + "autocfg", 1560 + "num-traits", 1561 + ] 1562 + 1563 + [[package]] 1564 + name = "num-traits" 1565 + version = "0.2.15" 1566 + source = "registry+https://github.com/rust-lang/crates.io-index" 1567 + checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1568 + dependencies = [ 1569 + "autocfg", 1570 + ] 1571 + 1572 + [[package]] 1573 + name = "num_cpus" 1574 + version = "1.15.0" 1575 + source = "registry+https://github.com/rust-lang/crates.io-index" 1576 + checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1577 + dependencies = [ 1578 + "hermit-abi 0.2.6", 1579 + "libc", 1580 + ] 1581 + 1582 + [[package]] 1583 + name = "num_threads" 1584 + version = "0.1.6" 1585 + source = "registry+https://github.com/rust-lang/crates.io-index" 1586 + checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 1587 + dependencies = [ 1588 + "libc", 1589 + ] 1590 + 1591 + [[package]] 1592 + name = "once_cell" 1593 + version = "1.17.1" 1594 + source = "registry+https://github.com/rust-lang/crates.io-index" 1595 + checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 1596 + 1597 + [[package]] 1598 + name = "parking_lot" 1599 + version = "0.12.1" 1600 + source = "registry+https://github.com/rust-lang/crates.io-index" 1601 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1602 + dependencies = [ 1603 + "lock_api", 1604 + "parking_lot_core", 1605 + ] 1606 + 1607 + [[package]] 1608 + name = "parking_lot_core" 1609 + version = "0.9.7" 1610 + source = "registry+https://github.com/rust-lang/crates.io-index" 1611 + checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 1612 + dependencies = [ 1613 + "cfg-if", 1614 + "libc", 1615 + "redox_syscall 0.2.16", 1616 + "smallvec", 1617 + "windows-sys", 1618 + ] 1619 + 1620 + [[package]] 1621 + name = "percent-encoding" 1622 + version = "2.2.0" 1623 + source = "registry+https://github.com/rust-lang/crates.io-index" 1624 + checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 1625 + 1626 + [[package]] 1627 + name = "pin-project-lite" 1628 + version = "0.2.9" 1629 + source = "registry+https://github.com/rust-lang/crates.io-index" 1630 + checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 1631 + 1632 + [[package]] 1633 + name = "pin-utils" 1634 + version = "0.1.0" 1635 + source = "registry+https://github.com/rust-lang/crates.io-index" 1636 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1637 + 1638 + [[package]] 1639 + name = "proc-macro2" 1640 + version = "1.0.54" 1641 + source = "registry+https://github.com/rust-lang/crates.io-index" 1642 + checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534" 1643 + dependencies = [ 1644 + "unicode-ident", 1645 + ] 1646 + 1647 + [[package]] 1648 + name = "prodash" 1649 + version = "23.1.2" 1650 + source = "registry+https://github.com/rust-lang/crates.io-index" 1651 + checksum = "9516b775656bc3e8985e19cd4b8c0c0de045095074e453d2c0a513b5f978392d" 1652 + 1653 + [[package]] 1654 + name = "pulldown-cmark" 1655 + version = "0.9.2" 1656 + source = "registry+https://github.com/rust-lang/crates.io-index" 1657 + checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63" 1658 + dependencies = [ 1659 + "bitflags 1.3.2", 1660 + "memchr", 1661 + "unicase", 1662 + ] 1663 + 1664 + [[package]] 1665 + name = "quickcheck" 1666 + version = "1.0.3" 1667 + source = "registry+https://github.com/rust-lang/crates.io-index" 1668 + checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" 1669 + dependencies = [ 1670 + "rand", 1671 + ] 1672 + 1673 + [[package]] 1674 + name = "quote" 1675 + version = "1.0.26" 1676 + source = "registry+https://github.com/rust-lang/crates.io-index" 1677 + checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 1678 + dependencies = [ 1679 + "proc-macro2", 1680 + ] 1681 + 1682 + [[package]] 1683 + name = "rand" 1684 + version = "0.8.5" 1685 + source = "registry+https://github.com/rust-lang/crates.io-index" 1686 + checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1687 + dependencies = [ 1688 + "rand_core", 1689 + ] 1690 + 1691 + [[package]] 1692 + name = "rand_core" 1693 + version = "0.6.4" 1694 + source = "registry+https://github.com/rust-lang/crates.io-index" 1695 + checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1696 + dependencies = [ 1697 + "getrandom", 1698 + ] 1699 + 1700 + [[package]] 1701 + name = "redox_syscall" 1702 + version = "0.2.16" 1703 + source = "registry+https://github.com/rust-lang/crates.io-index" 1704 + checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1705 + dependencies = [ 1706 + "bitflags 1.3.2", 1707 + ] 1708 + 1709 + [[package]] 1710 + name = "redox_syscall" 1711 + version = "0.3.5" 1712 + source = "registry+https://github.com/rust-lang/crates.io-index" 1713 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1714 + dependencies = [ 1715 + "bitflags 1.3.2", 1716 + ] 1717 + 1718 + [[package]] 1719 + name = "redox_users" 1720 + version = "0.4.3" 1721 + source = "registry+https://github.com/rust-lang/crates.io-index" 1722 + checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 1723 + dependencies = [ 1724 + "getrandom", 1725 + "redox_syscall 0.2.16", 1726 + "thiserror", 1727 + ] 1728 + 1729 + [[package]] 1730 + name = "regex" 1731 + version = "1.7.3" 1732 + source = "registry+https://github.com/rust-lang/crates.io-index" 1733 + checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 1734 + dependencies = [ 1735 + "aho-corasick", 1736 + "memchr", 1737 + "regex-syntax", 1738 + ] 1739 + 1740 + [[package]] 1741 + name = "regex-automata" 1742 + version = "0.1.10" 1743 + source = "registry+https://github.com/rust-lang/crates.io-index" 1744 + checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1745 + 1746 + [[package]] 1747 + name = "regex-syntax" 1748 + version = "0.6.29" 1749 + source = "registry+https://github.com/rust-lang/crates.io-index" 1750 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1751 + 1752 + [[package]] 1753 + name = "ropey" 1754 + version = "1.6.0" 1755 + source = "registry+https://github.com/rust-lang/crates.io-index" 1756 + checksum = "53ce7a2c43a32e50d666e33c5a80251b31147bb4b49024bcab11fb6f20c671ed" 1757 + dependencies = [ 1758 + "smallvec", 1759 + "str_indices", 1760 + ] 1761 + 1762 + [[package]] 1763 + name = "rustix" 1764 + version = "0.37.5" 1765 + source = "registry+https://github.com/rust-lang/crates.io-index" 1766 + checksum = "0e78cc525325c06b4a7ff02db283472f3c042b7ff0c391f96c6d5ac6f4f91b75" 1767 + dependencies = [ 1768 + "bitflags 1.3.2", 1769 + "errno", 1770 + "io-lifetimes", 1771 + "libc", 1772 + "linux-raw-sys", 1773 + "windows-sys", 1774 + ] 1775 + 1776 + [[package]] 1777 + name = "ryu" 1778 + version = "1.0.13" 1779 + source = "registry+https://github.com/rust-lang/crates.io-index" 1780 + checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1781 + 1782 + [[package]] 1783 + name = "same-file" 1784 + version = "1.0.6" 1785 + source = "registry+https://github.com/rust-lang/crates.io-index" 1786 + checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1787 + dependencies = [ 1788 + "winapi-util", 1789 + ] 1790 + 1791 + [[package]] 1792 + name = "scopeguard" 1793 + version = "1.1.0" 1794 + source = "registry+https://github.com/rust-lang/crates.io-index" 1795 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1796 + 1797 + [[package]] 1798 + name = "scratch" 1799 + version = "1.0.5" 1800 + source = "registry+https://github.com/rust-lang/crates.io-index" 1801 + checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 1802 + 1803 + [[package]] 1804 + name = "serde" 1805 + version = "1.0.159" 1806 + source = "registry+https://github.com/rust-lang/crates.io-index" 1807 + checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065" 1808 + dependencies = [ 1809 + "serde_derive", 1810 + ] 1811 + 1812 + [[package]] 1813 + name = "serde_derive" 1814 + version = "1.0.159" 1815 + source = "registry+https://github.com/rust-lang/crates.io-index" 1816 + checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585" 1817 + dependencies = [ 1818 + "proc-macro2", 1819 + "quote", 1820 + "syn 2.0.11", 1821 + ] 1822 + 1823 + [[package]] 1824 + name = "serde_json" 1825 + version = "1.0.95" 1826 + source = "registry+https://github.com/rust-lang/crates.io-index" 1827 + checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" 1828 + dependencies = [ 1829 + "itoa", 1830 + "ryu", 1831 + "serde", 1832 + ] 1833 + 1834 + [[package]] 1835 + name = "serde_repr" 1836 + version = "0.1.12" 1837 + source = "registry+https://github.com/rust-lang/crates.io-index" 1838 + checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab" 1839 + dependencies = [ 1840 + "proc-macro2", 1841 + "quote", 1842 + "syn 2.0.11", 1843 + ] 1844 + 1845 + [[package]] 1846 + name = "serde_spanned" 1847 + version = "0.6.1" 1848 + source = "registry+https://github.com/rust-lang/crates.io-index" 1849 + checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" 1850 + dependencies = [ 1851 + "serde", 1852 + ] 1853 + 1854 + [[package]] 1855 + name = "sha1_smol" 1856 + version = "1.0.0" 1857 + source = "registry+https://github.com/rust-lang/crates.io-index" 1858 + checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" 1859 + 1860 + [[package]] 1861 + name = "signal-hook" 1862 + version = "0.3.15" 1863 + source = "registry+https://github.com/rust-lang/crates.io-index" 1864 + checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 1865 + dependencies = [ 1866 + "libc", 1867 + "signal-hook-registry", 1868 + ] 1869 + 1870 + [[package]] 1871 + name = "signal-hook-mio" 1872 + version = "0.2.3" 1873 + source = "registry+https://github.com/rust-lang/crates.io-index" 1874 + checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 1875 + dependencies = [ 1876 + "libc", 1877 + "mio", 1878 + "signal-hook", 1879 + ] 1880 + 1881 + [[package]] 1882 + name = "signal-hook-registry" 1883 + version = "1.4.1" 1884 + source = "registry+https://github.com/rust-lang/crates.io-index" 1885 + checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 1886 + dependencies = [ 1887 + "libc", 1888 + ] 1889 + 1890 + [[package]] 1891 + name = "signal-hook-tokio" 1892 + version = "0.3.1" 1893 + source = "registry+https://github.com/rust-lang/crates.io-index" 1894 + checksum = "213241f76fb1e37e27de3b6aa1b068a2c333233b59cca6634f634b80a27ecf1e" 1895 + dependencies = [ 1896 + "futures-core", 1897 + "libc", 1898 + "signal-hook", 1899 + "tokio", 1900 + ] 1901 + 1902 + [[package]] 1903 + name = "slab" 1904 + version = "0.4.8" 1905 + source = "registry+https://github.com/rust-lang/crates.io-index" 1906 + checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 1907 + dependencies = [ 1908 + "autocfg", 1909 + ] 1910 + 1911 + [[package]] 1912 + name = "slotmap" 1913 + version = "1.0.6" 1914 + source = "registry+https://github.com/rust-lang/crates.io-index" 1915 + checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342" 1916 + dependencies = [ 1917 + "version_check", 1918 + ] 1919 + 1920 + [[package]] 1921 + name = "smallvec" 1922 + version = "1.10.0" 1923 + source = "registry+https://github.com/rust-lang/crates.io-index" 1924 + checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1925 + 1926 + [[package]] 1927 + name = "smartstring" 1928 + version = "1.0.1" 1929 + source = "registry+https://github.com/rust-lang/crates.io-index" 1930 + checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29" 1931 + dependencies = [ 1932 + "autocfg", 1933 + "static_assertions", 1934 + "version_check", 1935 + ] 1936 + 1937 + [[package]] 1938 + name = "smawk" 1939 + version = "0.3.1" 1940 + source = "registry+https://github.com/rust-lang/crates.io-index" 1941 + checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" 1942 + 1943 + [[package]] 1944 + name = "socket2" 1945 + version = "0.4.9" 1946 + source = "registry+https://github.com/rust-lang/crates.io-index" 1947 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 1948 + dependencies = [ 1949 + "libc", 1950 + "winapi", 1951 + ] 1952 + 1953 + [[package]] 1954 + name = "static_assertions" 1955 + version = "1.1.0" 1956 + source = "registry+https://github.com/rust-lang/crates.io-index" 1957 + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 1958 + 1959 + [[package]] 1960 + name = "str-buf" 1961 + version = "1.0.6" 1962 + source = "registry+https://github.com/rust-lang/crates.io-index" 1963 + checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" 1964 + 1965 + [[package]] 1966 + name = "str_indices" 1967 + version = "0.4.1" 1968 + source = "registry+https://github.com/rust-lang/crates.io-index" 1969 + checksum = "5f026164926842ec52deb1938fae44f83dfdb82d0a5b0270c5bd5935ab74d6dd" 1970 + 1971 + [[package]] 1972 + name = "syn" 1973 + version = "1.0.109" 1974 + source = "registry+https://github.com/rust-lang/crates.io-index" 1975 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1976 + dependencies = [ 1977 + "proc-macro2", 1978 + "quote", 1979 + "unicode-ident", 1980 + ] 1981 + 1982 + [[package]] 1983 + name = "syn" 1984 + version = "2.0.11" 1985 + source = "registry+https://github.com/rust-lang/crates.io-index" 1986 + checksum = "21e3787bb71465627110e7d87ed4faaa36c1f61042ee67badb9e2ef173accc40" 1987 + dependencies = [ 1988 + "proc-macro2", 1989 + "quote", 1990 + "unicode-ident", 1991 + ] 1992 + 1993 + [[package]] 1994 + name = "tempfile" 1995 + version = "3.5.0" 1996 + source = "registry+https://github.com/rust-lang/crates.io-index" 1997 + checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 1998 + dependencies = [ 1999 + "cfg-if", 2000 + "fastrand", 2001 + "redox_syscall 0.3.5", 2002 + "rustix", 2003 + "windows-sys", 2004 + ] 2005 + 2006 + [[package]] 2007 + name = "termcolor" 2008 + version = "1.2.0" 2009 + source = "registry+https://github.com/rust-lang/crates.io-index" 2010 + checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 2011 + dependencies = [ 2012 + "winapi-util", 2013 + ] 2014 + 2015 + [[package]] 2016 + name = "termini" 2017 + version = "0.1.4" 2018 + source = "registry+https://github.com/rust-lang/crates.io-index" 2019 + checksum = "8c0f7ecb9c2a380d2686a747e4fc574043712326e8d39fbd220ab3bd29768a12" 2020 + dependencies = [ 2021 + "dirs-next", 2022 + ] 2023 + 2024 + [[package]] 2025 + name = "textwrap" 2026 + version = "0.16.0" 2027 + source = "registry+https://github.com/rust-lang/crates.io-index" 2028 + checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 2029 + dependencies = [ 2030 + "smawk", 2031 + "unicode-linebreak", 2032 + "unicode-width", 2033 + ] 2034 + 2035 + [[package]] 2036 + name = "thiserror" 2037 + version = "1.0.40" 2038 + source = "registry+https://github.com/rust-lang/crates.io-index" 2039 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 2040 + dependencies = [ 2041 + "thiserror-impl", 2042 + ] 2043 + 2044 + [[package]] 2045 + name = "thiserror-impl" 2046 + version = "1.0.40" 2047 + source = "registry+https://github.com/rust-lang/crates.io-index" 2048 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 2049 + dependencies = [ 2050 + "proc-macro2", 2051 + "quote", 2052 + "syn 2.0.11", 2053 + ] 2054 + 2055 + [[package]] 2056 + name = "thread_local" 2057 + version = "1.1.7" 2058 + source = "registry+https://github.com/rust-lang/crates.io-index" 2059 + checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 2060 + dependencies = [ 2061 + "cfg-if", 2062 + "once_cell", 2063 + ] 2064 + 2065 + [[package]] 2066 + name = "threadpool" 2067 + version = "1.8.1" 2068 + source = "registry+https://github.com/rust-lang/crates.io-index" 2069 + checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 2070 + dependencies = [ 2071 + "num_cpus", 2072 + ] 2073 + 2074 + [[package]] 2075 + name = "time" 2076 + version = "0.3.20" 2077 + source = "registry+https://github.com/rust-lang/crates.io-index" 2078 + checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" 2079 + dependencies = [ 2080 + "itoa", 2081 + "libc", 2082 + "num_threads", 2083 + "serde", 2084 + "time-core", 2085 + "time-macros", 2086 + ] 2087 + 2088 + [[package]] 2089 + name = "time-core" 2090 + version = "0.1.0" 2091 + source = "registry+https://github.com/rust-lang/crates.io-index" 2092 + checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" 2093 + 2094 + [[package]] 2095 + name = "time-macros" 2096 + version = "0.2.8" 2097 + source = "registry+https://github.com/rust-lang/crates.io-index" 2098 + checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" 2099 + dependencies = [ 2100 + "time-core", 2101 + ] 2102 + 2103 + [[package]] 2104 + name = "tinyvec" 2105 + version = "1.6.0" 2106 + source = "registry+https://github.com/rust-lang/crates.io-index" 2107 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2108 + dependencies = [ 2109 + "tinyvec_macros", 2110 + ] 2111 + 2112 + [[package]] 2113 + name = "tinyvec_macros" 2114 + version = "0.1.1" 2115 + source = "registry+https://github.com/rust-lang/crates.io-index" 2116 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2117 + 2118 + [[package]] 2119 + name = "tokio" 2120 + version = "1.27.0" 2121 + source = "registry+https://github.com/rust-lang/crates.io-index" 2122 + checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" 2123 + dependencies = [ 2124 + "autocfg", 2125 + "bytes", 2126 + "libc", 2127 + "mio", 2128 + "num_cpus", 2129 + "parking_lot", 2130 + "pin-project-lite", 2131 + "signal-hook-registry", 2132 + "socket2", 2133 + "tokio-macros", 2134 + "windows-sys", 2135 + ] 2136 + 2137 + [[package]] 2138 + name = "tokio-macros" 2139 + version = "2.0.0" 2140 + source = "registry+https://github.com/rust-lang/crates.io-index" 2141 + checksum = "61a573bdc87985e9d6ddeed1b3d864e8a302c847e40d647746df2f1de209d1ce" 2142 + dependencies = [ 2143 + "proc-macro2", 2144 + "quote", 2145 + "syn 2.0.11", 2146 + ] 2147 + 2148 + [[package]] 2149 + name = "tokio-stream" 2150 + version = "0.1.12" 2151 + source = "registry+https://github.com/rust-lang/crates.io-index" 2152 + checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" 2153 + dependencies = [ 2154 + "futures-core", 2155 + "pin-project-lite", 2156 + "tokio", 2157 + ] 2158 + 2159 + [[package]] 2160 + name = "toml" 2161 + version = "0.7.3" 2162 + source = "registry+https://github.com/rust-lang/crates.io-index" 2163 + checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" 2164 + dependencies = [ 2165 + "serde", 2166 + "serde_spanned", 2167 + "toml_datetime", 2168 + "toml_edit", 2169 + ] 2170 + 2171 + [[package]] 2172 + name = "toml_datetime" 2173 + version = "0.6.1" 2174 + source = "registry+https://github.com/rust-lang/crates.io-index" 2175 + checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 2176 + dependencies = [ 2177 + "serde", 2178 + ] 2179 + 2180 + [[package]] 2181 + name = "toml_edit" 2182 + version = "0.19.8" 2183 + source = "registry+https://github.com/rust-lang/crates.io-index" 2184 + checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" 2185 + dependencies = [ 2186 + "indexmap", 2187 + "serde", 2188 + "serde_spanned", 2189 + "toml_datetime", 2190 + "winnow", 2191 + ] 2192 + 2193 + [[package]] 2194 + name = "tree-sitter" 2195 + version = "0.20.9" 2196 + source = "git+https://github.com/tree-sitter/tree-sitter?rev=c51896d32dcc11a38e41f36e3deb1a6a9c4f4b14#c51896d32dcc11a38e41f36e3deb1a6a9c4f4b14" 2197 + dependencies = [ 2198 + "cc", 2199 + "regex", 2200 + ] 2201 + 2202 + [[package]] 2203 + name = "unicase" 2204 + version = "2.6.0" 2205 + source = "registry+https://github.com/rust-lang/crates.io-index" 2206 + checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 2207 + dependencies = [ 2208 + "version_check", 2209 + ] 2210 + 2211 + [[package]] 2212 + name = "unicode-bidi" 2213 + version = "0.3.13" 2214 + source = "registry+https://github.com/rust-lang/crates.io-index" 2215 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 2216 + 2217 + [[package]] 2218 + name = "unicode-bom" 2219 + version = "1.1.4" 2220 + source = "registry+https://github.com/rust-lang/crates.io-index" 2221 + checksum = "63ec69f541d875b783ca40184d655f2927c95f0bffd486faa83cd3ac3529ec32" 2222 + 2223 + [[package]] 2224 + name = "unicode-general-category" 2225 + version = "0.6.0" 2226 + source = "registry+https://github.com/rust-lang/crates.io-index" 2227 + checksum = "2281c8c1d221438e373249e065ca4989c4c36952c211ff21a0ee91c44a3869e7" 2228 + 2229 + [[package]] 2230 + name = "unicode-ident" 2231 + version = "1.0.8" 2232 + source = "registry+https://github.com/rust-lang/crates.io-index" 2233 + checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 2234 + 2235 + [[package]] 2236 + name = "unicode-linebreak" 2237 + version = "0.1.4" 2238 + source = "registry+https://github.com/rust-lang/crates.io-index" 2239 + checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137" 2240 + dependencies = [ 2241 + "hashbrown 0.12.3", 2242 + "regex", 2243 + ] 2244 + 2245 + [[package]] 2246 + name = "unicode-normalization" 2247 + version = "0.1.22" 2248 + source = "registry+https://github.com/rust-lang/crates.io-index" 2249 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2250 + dependencies = [ 2251 + "tinyvec", 2252 + ] 2253 + 2254 + [[package]] 2255 + name = "unicode-segmentation" 2256 + version = "1.10.1" 2257 + source = "registry+https://github.com/rust-lang/crates.io-index" 2258 + checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 2259 + 2260 + [[package]] 2261 + name = "unicode-width" 2262 + version = "0.1.10" 2263 + source = "registry+https://github.com/rust-lang/crates.io-index" 2264 + checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 2265 + 2266 + [[package]] 2267 + name = "url" 2268 + version = "2.3.1" 2269 + source = "registry+https://github.com/rust-lang/crates.io-index" 2270 + checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 2271 + dependencies = [ 2272 + "form_urlencoded", 2273 + "idna", 2274 + "percent-encoding", 2275 + "serde", 2276 + ] 2277 + 2278 + [[package]] 2279 + name = "version_check" 2280 + version = "0.9.4" 2281 + source = "registry+https://github.com/rust-lang/crates.io-index" 2282 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2283 + 2284 + [[package]] 2285 + name = "walkdir" 2286 + version = "2.3.3" 2287 + source = "registry+https://github.com/rust-lang/crates.io-index" 2288 + checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 2289 + dependencies = [ 2290 + "same-file", 2291 + "winapi-util", 2292 + ] 2293 + 2294 + [[package]] 2295 + name = "wasi" 2296 + version = "0.11.0+wasi-snapshot-preview1" 2297 + source = "registry+https://github.com/rust-lang/crates.io-index" 2298 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2299 + 2300 + [[package]] 2301 + name = "wasm-bindgen" 2302 + version = "0.2.84" 2303 + source = "registry+https://github.com/rust-lang/crates.io-index" 2304 + checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 2305 + dependencies = [ 2306 + "cfg-if", 2307 + "wasm-bindgen-macro", 2308 + ] 2309 + 2310 + [[package]] 2311 + name = "wasm-bindgen-backend" 2312 + version = "0.2.84" 2313 + source = "registry+https://github.com/rust-lang/crates.io-index" 2314 + checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 2315 + dependencies = [ 2316 + "bumpalo", 2317 + "log", 2318 + "once_cell", 2319 + "proc-macro2", 2320 + "quote", 2321 + "syn 1.0.109", 2322 + "wasm-bindgen-shared", 2323 + ] 2324 + 2325 + [[package]] 2326 + name = "wasm-bindgen-macro" 2327 + version = "0.2.84" 2328 + source = "registry+https://github.com/rust-lang/crates.io-index" 2329 + checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 2330 + dependencies = [ 2331 + "quote", 2332 + "wasm-bindgen-macro-support", 2333 + ] 2334 + 2335 + [[package]] 2336 + name = "wasm-bindgen-macro-support" 2337 + version = "0.2.84" 2338 + source = "registry+https://github.com/rust-lang/crates.io-index" 2339 + checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 2340 + dependencies = [ 2341 + "proc-macro2", 2342 + "quote", 2343 + "syn 1.0.109", 2344 + "wasm-bindgen-backend", 2345 + "wasm-bindgen-shared", 2346 + ] 2347 + 2348 + [[package]] 2349 + name = "wasm-bindgen-shared" 2350 + version = "0.2.84" 2351 + source = "registry+https://github.com/rust-lang/crates.io-index" 2352 + checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 2353 + 2354 + [[package]] 2355 + name = "which" 2356 + version = "4.4.0" 2357 + source = "registry+https://github.com/rust-lang/crates.io-index" 2358 + checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" 2359 + dependencies = [ 2360 + "either", 2361 + "libc", 2362 + "once_cell", 2363 + ] 2364 + 2365 + [[package]] 2366 + name = "winapi" 2367 + version = "0.3.9" 2368 + source = "registry+https://github.com/rust-lang/crates.io-index" 2369 + checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2370 + dependencies = [ 2371 + "winapi-i686-pc-windows-gnu", 2372 + "winapi-x86_64-pc-windows-gnu", 2373 + ] 2374 + 2375 + [[package]] 2376 + name = "winapi-i686-pc-windows-gnu" 2377 + version = "0.4.0" 2378 + source = "registry+https://github.com/rust-lang/crates.io-index" 2379 + checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2380 + 2381 + [[package]] 2382 + name = "winapi-util" 2383 + version = "0.1.5" 2384 + source = "registry+https://github.com/rust-lang/crates.io-index" 2385 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 2386 + dependencies = [ 2387 + "winapi", 2388 + ] 2389 + 2390 + [[package]] 2391 + name = "winapi-x86_64-pc-windows-gnu" 2392 + version = "0.4.0" 2393 + source = "registry+https://github.com/rust-lang/crates.io-index" 2394 + checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2395 + 2396 + [[package]] 2397 + name = "windows" 2398 + version = "0.43.0" 2399 + source = "registry+https://github.com/rust-lang/crates.io-index" 2400 + checksum = "04662ed0e3e5630dfa9b26e4cb823b817f1a9addda855d973a9458c236556244" 2401 + dependencies = [ 2402 + "windows_aarch64_gnullvm 0.42.2", 2403 + "windows_aarch64_msvc 0.42.2", 2404 + "windows_i686_gnu 0.42.2", 2405 + "windows_i686_msvc 0.42.2", 2406 + "windows_x86_64_gnu 0.42.2", 2407 + "windows_x86_64_gnullvm 0.42.2", 2408 + "windows_x86_64_msvc 0.42.2", 2409 + ] 2410 + 2411 + [[package]] 2412 + name = "windows" 2413 + version = "0.47.0" 2414 + source = "registry+https://github.com/rust-lang/crates.io-index" 2415 + checksum = "2649ff315bee4c98757f15dac226efe3d81927adbb6e882084bb1ee3e0c330a7" 2416 + dependencies = [ 2417 + "windows-targets 0.47.0", 2418 + ] 2419 + 2420 + [[package]] 2421 + name = "windows-sys" 2422 + version = "0.45.0" 2423 + source = "registry+https://github.com/rust-lang/crates.io-index" 2424 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 2425 + dependencies = [ 2426 + "windows-targets 0.42.2", 2427 + ] 2428 + 2429 + [[package]] 2430 + name = "windows-targets" 2431 + version = "0.42.2" 2432 + source = "registry+https://github.com/rust-lang/crates.io-index" 2433 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 2434 + dependencies = [ 2435 + "windows_aarch64_gnullvm 0.42.2", 2436 + "windows_aarch64_msvc 0.42.2", 2437 + "windows_i686_gnu 0.42.2", 2438 + "windows_i686_msvc 0.42.2", 2439 + "windows_x86_64_gnu 0.42.2", 2440 + "windows_x86_64_gnullvm 0.42.2", 2441 + "windows_x86_64_msvc 0.42.2", 2442 + ] 2443 + 2444 + [[package]] 2445 + name = "windows-targets" 2446 + version = "0.47.0" 2447 + source = "registry+https://github.com/rust-lang/crates.io-index" 2448 + checksum = "2f8996d3f43b4b2d44327cd71b7b0efd1284ab60e6e9d0e8b630e18555d87d3e" 2449 + dependencies = [ 2450 + "windows_aarch64_gnullvm 0.47.0", 2451 + "windows_aarch64_msvc 0.47.0", 2452 + "windows_i686_gnu 0.47.0", 2453 + "windows_i686_msvc 0.47.0", 2454 + "windows_x86_64_gnu 0.47.0", 2455 + "windows_x86_64_gnullvm 0.47.0", 2456 + "windows_x86_64_msvc 0.47.0", 2457 + ] 2458 + 2459 + [[package]] 2460 + name = "windows_aarch64_gnullvm" 2461 + version = "0.42.2" 2462 + source = "registry+https://github.com/rust-lang/crates.io-index" 2463 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 2464 + 2465 + [[package]] 2466 + name = "windows_aarch64_gnullvm" 2467 + version = "0.47.0" 2468 + source = "registry+https://github.com/rust-lang/crates.io-index" 2469 + checksum = "831d567d53d4f3cb1db332b68e6e2b6260228eb4d99a777d8b2e8ed794027c90" 2470 + 2471 + [[package]] 2472 + name = "windows_aarch64_msvc" 2473 + version = "0.42.2" 2474 + source = "registry+https://github.com/rust-lang/crates.io-index" 2475 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 2476 + 2477 + [[package]] 2478 + name = "windows_aarch64_msvc" 2479 + version = "0.47.0" 2480 + source = "registry+https://github.com/rust-lang/crates.io-index" 2481 + checksum = "6a42d54a417c60ce4f0e31661eed628f0fa5aca73448c093ec4d45fab4c51cdf" 2482 + 2483 + [[package]] 2484 + name = "windows_i686_gnu" 2485 + version = "0.42.2" 2486 + source = "registry+https://github.com/rust-lang/crates.io-index" 2487 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 2488 + 2489 + [[package]] 2490 + name = "windows_i686_gnu" 2491 + version = "0.47.0" 2492 + source = "registry+https://github.com/rust-lang/crates.io-index" 2493 + checksum = "c1925beafdbb22201a53a483db861a5644123157c1c3cee83323a2ed565d71e3" 2494 + 2495 + [[package]] 2496 + name = "windows_i686_msvc" 2497 + version = "0.42.2" 2498 + source = "registry+https://github.com/rust-lang/crates.io-index" 2499 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 2500 + 2501 + [[package]] 2502 + name = "windows_i686_msvc" 2503 + version = "0.47.0" 2504 + source = "registry+https://github.com/rust-lang/crates.io-index" 2505 + checksum = "3a8ef8f2f1711b223947d9b69b596cf5a4e452c930fb58b6fc3fdae7d0ec6b31" 2506 + 2507 + [[package]] 2508 + name = "windows_x86_64_gnu" 2509 + version = "0.42.2" 2510 + source = "registry+https://github.com/rust-lang/crates.io-index" 2511 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 2512 + 2513 + [[package]] 2514 + name = "windows_x86_64_gnu" 2515 + version = "0.47.0" 2516 + source = "registry+https://github.com/rust-lang/crates.io-index" 2517 + checksum = "7acaa0c2cf0d2ef99b61c308a0c3dbae430a51b7345dedec470bd8f53f5a3642" 2518 + 2519 + [[package]] 2520 + name = "windows_x86_64_gnullvm" 2521 + version = "0.42.2" 2522 + source = "registry+https://github.com/rust-lang/crates.io-index" 2523 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2524 + 2525 + [[package]] 2526 + name = "windows_x86_64_gnullvm" 2527 + version = "0.47.0" 2528 + source = "registry+https://github.com/rust-lang/crates.io-index" 2529 + checksum = "e5a0628f71be1d11e17ca4a0e9e15b3a5180f6fbf1c2d55e3ba3f850378052c1" 2530 + 2531 + [[package]] 2532 + name = "windows_x86_64_msvc" 2533 + version = "0.42.2" 2534 + source = "registry+https://github.com/rust-lang/crates.io-index" 2535 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2536 + 2537 + [[package]] 2538 + name = "windows_x86_64_msvc" 2539 + version = "0.47.0" 2540 + source = "registry+https://github.com/rust-lang/crates.io-index" 2541 + checksum = "9d6e62c256dc6d40b8c8707df17df8d774e60e39db723675241e7c15e910bce7" 2542 + 2543 + [[package]] 2544 + name = "winnow" 2545 + version = "0.4.1" 2546 + source = "registry+https://github.com/rust-lang/crates.io-index" 2547 + checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" 2548 + dependencies = [ 2549 + "memchr", 2550 + ] 2551 + 2552 + [[package]] 2553 + name = "xtask" 2554 + version = "0.6.0" 2555 + dependencies = [ 2556 + "helix-core", 2557 + "helix-loader", 2558 + "helix-term", 2559 + "helix-view", 2560 + "toml", 2561 + ]
+9 -3
pkgs/applications/editors/helix/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "helix"; 5 - version = "22.12"; 5 + version = "23.03"; 6 6 7 7 # This release tarball includes source code for the tree-sitter grammars, 8 8 # which is not ordinarily part of the repository. 9 9 src = fetchzip { 10 10 url = "https://github.com/helix-editor/helix/releases/download/${version}/helix-${version}-source.tar.xz"; 11 - sha256 = "sha256-En6SOyAPNPPzDGdm2XTjbGG0NQFGBVzjjoyCbdnHFao="; 11 + hash = "sha256-FtY2V7za3WGeUaC2t2f63CcDUEg9zAS2cGUWI0YeGwk="; 12 12 stripRoot = false; 13 13 }; 14 14 15 - cargoSha256 = "sha256-oSS0LkLg2JSRLYoF0+FVQzFUJtFuVKtU2MWYenmFC0s="; 15 + # should be removed, when tree-sitter is not used as a git checkout anymore 16 + cargoLock = { 17 + lockFile = ./Cargo.lock; 18 + outputHashes = { 19 + "tree-sitter-0.20.9" = "sha256-/PaFaASOT0Z8FpipX5uiRCjnv1kyZtg4B9+TnHA0yTY="; 20 + }; 21 + }; 16 22 17 23 nativeBuildInputs = [ installShellFiles makeWrapper ]; 18 24