autocorrect: 2.14.0 -> 2.14.1, add definfo as maintainer (#421070)

authored by Franz Pletz and committed by GitHub 90dcc7c1 ce557ce4

+9 -2971
-2940
pkgs/by-name/au/autocorrect/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 4 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.24.2" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler2" 16 - version = "2.0.0" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 - 20 - [[package]] 21 - name = "aho-corasick" 22 - version = "1.1.3" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 25 - dependencies = [ 26 - "memchr", 27 - ] 28 - 29 - [[package]] 30 - name = "anes" 31 - version = "0.1.6" 32 - source = "registry+https://github.com/rust-lang/crates.io-index" 33 - checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 34 - 35 - [[package]] 36 - name = "anstream" 37 - version = "0.6.18" 38 - source = "registry+https://github.com/rust-lang/crates.io-index" 39 - checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 40 - dependencies = [ 41 - "anstyle", 42 - "anstyle-parse", 43 - "anstyle-query", 44 - "anstyle-wincon", 45 - "colorchoice", 46 - "is_terminal_polyfill", 47 - "utf8parse", 48 - ] 49 - 50 - [[package]] 51 - name = "anstyle" 52 - version = "1.0.10" 53 - source = "registry+https://github.com/rust-lang/crates.io-index" 54 - checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 55 - 56 - [[package]] 57 - name = "anstyle-parse" 58 - version = "0.2.6" 59 - source = "registry+https://github.com/rust-lang/crates.io-index" 60 - checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 61 - dependencies = [ 62 - "utf8parse", 63 - ] 64 - 65 - [[package]] 66 - name = "anstyle-query" 67 - version = "1.1.2" 68 - source = "registry+https://github.com/rust-lang/crates.io-index" 69 - checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 70 - dependencies = [ 71 - "windows-sys 0.59.0", 72 - ] 73 - 74 - [[package]] 75 - name = "anstyle-wincon" 76 - version = "3.0.7" 77 - source = "registry+https://github.com/rust-lang/crates.io-index" 78 - checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" 79 - dependencies = [ 80 - "anstyle", 81 - "once_cell", 82 - "windows-sys 0.59.0", 83 - ] 84 - 85 - [[package]] 86 - name = "async-trait" 87 - version = "0.1.88" 88 - source = "registry+https://github.com/rust-lang/crates.io-index" 89 - checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 90 - dependencies = [ 91 - "proc-macro2", 92 - "quote", 93 - "syn 2.0.101", 94 - ] 95 - 96 - [[package]] 97 - name = "auto_impl" 98 - version = "1.3.0" 99 - source = "registry+https://github.com/rust-lang/crates.io-index" 100 - checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" 101 - dependencies = [ 102 - "proc-macro2", 103 - "quote", 104 - "syn 2.0.101", 105 - ] 106 - 107 - [[package]] 108 - name = "autocfg" 109 - version = "1.4.0" 110 - source = "registry+https://github.com/rust-lang/crates.io-index" 111 - checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 112 - 113 - [[package]] 114 - name = "autocorrect" 115 - version = "2.14.0" 116 - dependencies = [ 117 - "autocorrect-derive 0.3.0", 118 - "criterion", 119 - "diff", 120 - "ignore", 121 - "indoc 2.0.6", 122 - "lazy_static", 123 - "owo-colors", 124 - "pest", 125 - "pest_derive", 126 - "pretty_assertions", 127 - "regex", 128 - "serde", 129 - "serde_json", 130 - "serde_repr", 131 - "serde_yaml", 132 - ] 133 - 134 - [[package]] 135 - name = "autocorrect" 136 - version = "2.14.0" 137 - source = "registry+https://github.com/rust-lang/crates.io-index" 138 - checksum = "099d51844c065a26792dc4b994e80eaa9105aadfac55ed8ccd6db58d59b749fc" 139 - dependencies = [ 140 - "autocorrect-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 141 - "diff", 142 - "ignore", 143 - "lazy_static", 144 - "owo-colors", 145 - "pest", 146 - "pest_derive", 147 - "regex", 148 - "serde", 149 - "serde_json", 150 - "serde_repr", 151 - "serde_yaml", 152 - ] 153 - 154 - [[package]] 155 - name = "autocorrect-cli" 156 - version = "2.14.0" 157 - dependencies = [ 158 - "autocorrect 2.14.0", 159 - "autocorrect-lsp", 160 - "clap", 161 - "ignore", 162 - "log", 163 - "num_cpus", 164 - "owo-colors", 165 - "reqwest", 166 - "self_update", 167 - "sudo", 168 - "threadpool", 169 - "tokio", 170 - ] 171 - 172 - [[package]] 173 - name = "autocorrect-derive" 174 - version = "0.3.0" 175 - dependencies = [ 176 - "quote", 177 - "syn 1.0.109", 178 - ] 179 - 180 - [[package]] 181 - name = "autocorrect-derive" 182 - version = "0.3.0" 183 - source = "registry+https://github.com/rust-lang/crates.io-index" 184 - checksum = "b80889323facc446add06be71b9c4c000acd083b12563d9c914b86424bf2f17a" 185 - dependencies = [ 186 - "quote", 187 - "syn 1.0.109", 188 - ] 189 - 190 - [[package]] 191 - name = "autocorrect-java" 192 - version = "2.14.0" 193 - dependencies = [ 194 - "autocorrect 2.14.0", 195 - "jni", 196 - ] 197 - 198 - [[package]] 199 - name = "autocorrect-lsp" 200 - version = "2.9.4" 201 - dependencies = [ 202 - "autocorrect 2.14.0", 203 - "tokio", 204 - "tower-lsp", 205 - ] 206 - 207 - [[package]] 208 - name = "autocorrect-node" 209 - version = "2.14.0" 210 - dependencies = [ 211 - "autocorrect 2.14.0", 212 - "autocorrect-cli", 213 - "napi", 214 - "napi-build", 215 - "napi-derive", 216 - ] 217 - 218 - [[package]] 219 - name = "autocorrect-py" 220 - version = "2.14.0" 221 - dependencies = [ 222 - "autocorrect 2.14.0", 223 - "pyo3", 224 - ] 225 - 226 - [[package]] 227 - name = "autocorrect-rb" 228 - version = "2.14.0" 229 - dependencies = [ 230 - "autocorrect 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)", 231 - "magnus", 232 - ] 233 - 234 - [[package]] 235 - name = "autocorrect-wasm" 236 - version = "2.14.0" 237 - dependencies = [ 238 - "autocorrect 2.14.0", 239 - "serde_json", 240 - "wasm-bindgen", 241 - ] 242 - 243 - [[package]] 244 - name = "backtrace" 245 - version = "0.3.74" 246 - source = "registry+https://github.com/rust-lang/crates.io-index" 247 - checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 248 - dependencies = [ 249 - "addr2line", 250 - "cfg-if", 251 - "libc", 252 - "miniz_oxide", 253 - "object", 254 - "rustc-demangle", 255 - "windows-targets 0.52.6", 256 - ] 257 - 258 - [[package]] 259 - name = "base64" 260 - version = "0.21.7" 261 - source = "registry+https://github.com/rust-lang/crates.io-index" 262 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 263 - 264 - [[package]] 265 - name = "bindgen" 266 - version = "0.69.5" 267 - source = "registry+https://github.com/rust-lang/crates.io-index" 268 - checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" 269 - dependencies = [ 270 - "bitflags 2.9.0", 271 - "cexpr", 272 - "clang-sys", 273 - "itertools 0.12.1", 274 - "lazy_static", 275 - "lazycell", 276 - "proc-macro2", 277 - "quote", 278 - "regex", 279 - "rustc-hash", 280 - "shlex", 281 - "syn 2.0.101", 282 - ] 283 - 284 - [[package]] 285 - name = "bitflags" 286 - version = "1.3.2" 287 - source = "registry+https://github.com/rust-lang/crates.io-index" 288 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 289 - 290 - [[package]] 291 - name = "bitflags" 292 - version = "2.9.0" 293 - source = "registry+https://github.com/rust-lang/crates.io-index" 294 - checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" 295 - 296 - [[package]] 297 - name = "block-buffer" 298 - version = "0.10.4" 299 - source = "registry+https://github.com/rust-lang/crates.io-index" 300 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 301 - dependencies = [ 302 - "generic-array", 303 - ] 304 - 305 - [[package]] 306 - name = "bstr" 307 - version = "1.12.0" 308 - source = "registry+https://github.com/rust-lang/crates.io-index" 309 - checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4" 310 - dependencies = [ 311 - "memchr", 312 - "serde", 313 - ] 314 - 315 - [[package]] 316 - name = "bumpalo" 317 - version = "3.17.0" 318 - source = "registry+https://github.com/rust-lang/crates.io-index" 319 - checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 320 - 321 - [[package]] 322 - name = "bytes" 323 - version = "1.10.1" 324 - source = "registry+https://github.com/rust-lang/crates.io-index" 325 - checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 326 - 327 - [[package]] 328 - name = "cast" 329 - version = "0.3.0" 330 - source = "registry+https://github.com/rust-lang/crates.io-index" 331 - checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 332 - 333 - [[package]] 334 - name = "cc" 335 - version = "1.2.21" 336 - source = "registry+https://github.com/rust-lang/crates.io-index" 337 - checksum = "8691782945451c1c383942c4874dbe63814f61cb57ef773cda2972682b7bb3c0" 338 - dependencies = [ 339 - "shlex", 340 - ] 341 - 342 - [[package]] 343 - name = "cesu8" 344 - version = "1.1.0" 345 - source = "registry+https://github.com/rust-lang/crates.io-index" 346 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 347 - 348 - [[package]] 349 - name = "cexpr" 350 - version = "0.6.0" 351 - source = "registry+https://github.com/rust-lang/crates.io-index" 352 - checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 353 - dependencies = [ 354 - "nom", 355 - ] 356 - 357 - [[package]] 358 - name = "cfg-if" 359 - version = "1.0.0" 360 - source = "registry+https://github.com/rust-lang/crates.io-index" 361 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 362 - 363 - [[package]] 364 - name = "ciborium" 365 - version = "0.2.2" 366 - source = "registry+https://github.com/rust-lang/crates.io-index" 367 - checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 368 - dependencies = [ 369 - "ciborium-io", 370 - "ciborium-ll", 371 - "serde", 372 - ] 373 - 374 - [[package]] 375 - name = "ciborium-io" 376 - version = "0.2.2" 377 - source = "registry+https://github.com/rust-lang/crates.io-index" 378 - checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 379 - 380 - [[package]] 381 - name = "ciborium-ll" 382 - version = "0.2.2" 383 - source = "registry+https://github.com/rust-lang/crates.io-index" 384 - checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 385 - dependencies = [ 386 - "ciborium-io", 387 - "half", 388 - ] 389 - 390 - [[package]] 391 - name = "clang-sys" 392 - version = "1.8.1" 393 - source = "registry+https://github.com/rust-lang/crates.io-index" 394 - checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 395 - dependencies = [ 396 - "glob", 397 - "libc", 398 - "libloading", 399 - ] 400 - 401 - [[package]] 402 - name = "clap" 403 - version = "4.5.37" 404 - source = "registry+https://github.com/rust-lang/crates.io-index" 405 - checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071" 406 - dependencies = [ 407 - "clap_builder", 408 - "clap_derive", 409 - ] 410 - 411 - [[package]] 412 - name = "clap_builder" 413 - version = "4.5.37" 414 - source = "registry+https://github.com/rust-lang/crates.io-index" 415 - checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2" 416 - dependencies = [ 417 - "anstream", 418 - "anstyle", 419 - "clap_lex", 420 - "strsim", 421 - ] 422 - 423 - [[package]] 424 - name = "clap_derive" 425 - version = "4.5.32" 426 - source = "registry+https://github.com/rust-lang/crates.io-index" 427 - checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" 428 - dependencies = [ 429 - "heck", 430 - "proc-macro2", 431 - "quote", 432 - "syn 2.0.101", 433 - ] 434 - 435 - [[package]] 436 - name = "clap_lex" 437 - version = "0.7.4" 438 - source = "registry+https://github.com/rust-lang/crates.io-index" 439 - checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" 440 - 441 - [[package]] 442 - name = "colorchoice" 443 - version = "1.0.3" 444 - source = "registry+https://github.com/rust-lang/crates.io-index" 445 - checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 446 - 447 - [[package]] 448 - name = "combine" 449 - version = "4.6.7" 450 - source = "registry+https://github.com/rust-lang/crates.io-index" 451 - checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 452 - dependencies = [ 453 - "bytes", 454 - "memchr", 455 - ] 456 - 457 - [[package]] 458 - name = "console" 459 - version = "0.15.11" 460 - source = "registry+https://github.com/rust-lang/crates.io-index" 461 - checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" 462 - dependencies = [ 463 - "encode_unicode", 464 - "libc", 465 - "once_cell", 466 - "windows-sys 0.59.0", 467 - ] 468 - 469 - [[package]] 470 - name = "convert_case" 471 - version = "0.6.0" 472 - source = "registry+https://github.com/rust-lang/crates.io-index" 473 - checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" 474 - dependencies = [ 475 - "unicode-segmentation", 476 - ] 477 - 478 - [[package]] 479 - name = "core-foundation" 480 - version = "0.9.4" 481 - source = "registry+https://github.com/rust-lang/crates.io-index" 482 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 483 - dependencies = [ 484 - "core-foundation-sys", 485 - "libc", 486 - ] 487 - 488 - [[package]] 489 - name = "core-foundation-sys" 490 - version = "0.8.7" 491 - source = "registry+https://github.com/rust-lang/crates.io-index" 492 - checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 493 - 494 - [[package]] 495 - name = "cpufeatures" 496 - version = "0.2.17" 497 - source = "registry+https://github.com/rust-lang/crates.io-index" 498 - checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 499 - dependencies = [ 500 - "libc", 501 - ] 502 - 503 - [[package]] 504 - name = "crc32fast" 505 - version = "1.4.2" 506 - source = "registry+https://github.com/rust-lang/crates.io-index" 507 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 508 - dependencies = [ 509 - "cfg-if", 510 - ] 511 - 512 - [[package]] 513 - name = "criterion" 514 - version = "0.5.1" 515 - source = "registry+https://github.com/rust-lang/crates.io-index" 516 - checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" 517 - dependencies = [ 518 - "anes", 519 - "cast", 520 - "ciborium", 521 - "clap", 522 - "criterion-plot", 523 - "is-terminal", 524 - "itertools 0.10.5", 525 - "num-traits", 526 - "once_cell", 527 - "oorandom", 528 - "plotters", 529 - "rayon", 530 - "regex", 531 - "serde", 532 - "serde_derive", 533 - "serde_json", 534 - "tinytemplate", 535 - "walkdir", 536 - ] 537 - 538 - [[package]] 539 - name = "criterion-plot" 540 - version = "0.5.0" 541 - source = "registry+https://github.com/rust-lang/crates.io-index" 542 - checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 543 - dependencies = [ 544 - "cast", 545 - "itertools 0.10.5", 546 - ] 547 - 548 - [[package]] 549 - name = "crossbeam-deque" 550 - version = "0.8.6" 551 - source = "registry+https://github.com/rust-lang/crates.io-index" 552 - checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 553 - dependencies = [ 554 - "crossbeam-epoch", 555 - "crossbeam-utils", 556 - ] 557 - 558 - [[package]] 559 - name = "crossbeam-epoch" 560 - version = "0.9.18" 561 - source = "registry+https://github.com/rust-lang/crates.io-index" 562 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 563 - dependencies = [ 564 - "crossbeam-utils", 565 - ] 566 - 567 - [[package]] 568 - name = "crossbeam-utils" 569 - version = "0.8.21" 570 - source = "registry+https://github.com/rust-lang/crates.io-index" 571 - checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 572 - 573 - [[package]] 574 - name = "crunchy" 575 - version = "0.2.3" 576 - source = "registry+https://github.com/rust-lang/crates.io-index" 577 - checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" 578 - 579 - [[package]] 580 - name = "crypto-common" 581 - version = "0.1.6" 582 - source = "registry+https://github.com/rust-lang/crates.io-index" 583 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 584 - dependencies = [ 585 - "generic-array", 586 - "typenum", 587 - ] 588 - 589 - [[package]] 590 - name = "ctor" 591 - version = "0.2.9" 592 - source = "registry+https://github.com/rust-lang/crates.io-index" 593 - checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501" 594 - dependencies = [ 595 - "quote", 596 - "syn 2.0.101", 597 - ] 598 - 599 - [[package]] 600 - name = "dashmap" 601 - version = "5.5.3" 602 - source = "registry+https://github.com/rust-lang/crates.io-index" 603 - checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 604 - dependencies = [ 605 - "cfg-if", 606 - "hashbrown 0.14.5", 607 - "lock_api", 608 - "once_cell", 609 - "parking_lot_core", 610 - ] 611 - 612 - [[package]] 613 - name = "diff" 614 - version = "0.1.13" 615 - source = "registry+https://github.com/rust-lang/crates.io-index" 616 - checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 617 - 618 - [[package]] 619 - name = "digest" 620 - version = "0.10.7" 621 - source = "registry+https://github.com/rust-lang/crates.io-index" 622 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 623 - dependencies = [ 624 - "block-buffer", 625 - "crypto-common", 626 - ] 627 - 628 - [[package]] 629 - name = "displaydoc" 630 - version = "0.2.5" 631 - source = "registry+https://github.com/rust-lang/crates.io-index" 632 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 633 - dependencies = [ 634 - "proc-macro2", 635 - "quote", 636 - "syn 2.0.101", 637 - ] 638 - 639 - [[package]] 640 - name = "either" 641 - version = "1.15.0" 642 - source = "registry+https://github.com/rust-lang/crates.io-index" 643 - checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 644 - 645 - [[package]] 646 - name = "encode_unicode" 647 - version = "1.0.0" 648 - source = "registry+https://github.com/rust-lang/crates.io-index" 649 - checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 650 - 651 - [[package]] 652 - name = "encoding_rs" 653 - version = "0.8.35" 654 - source = "registry+https://github.com/rust-lang/crates.io-index" 655 - checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 656 - dependencies = [ 657 - "cfg-if", 658 - ] 659 - 660 - [[package]] 661 - name = "equivalent" 662 - version = "1.0.2" 663 - source = "registry+https://github.com/rust-lang/crates.io-index" 664 - checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 665 - 666 - [[package]] 667 - name = "errno" 668 - version = "0.3.11" 669 - source = "registry+https://github.com/rust-lang/crates.io-index" 670 - checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" 671 - dependencies = [ 672 - "libc", 673 - "windows-sys 0.59.0", 674 - ] 675 - 676 - [[package]] 677 - name = "fastrand" 678 - version = "2.3.0" 679 - source = "registry+https://github.com/rust-lang/crates.io-index" 680 - checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 681 - 682 - [[package]] 683 - name = "filetime" 684 - version = "0.2.25" 685 - source = "registry+https://github.com/rust-lang/crates.io-index" 686 - checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" 687 - dependencies = [ 688 - "cfg-if", 689 - "libc", 690 - "libredox", 691 - "windows-sys 0.59.0", 692 - ] 693 - 694 - [[package]] 695 - name = "flate2" 696 - version = "1.1.1" 697 - source = "registry+https://github.com/rust-lang/crates.io-index" 698 - checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece" 699 - dependencies = [ 700 - "crc32fast", 701 - "miniz_oxide", 702 - ] 703 - 704 - [[package]] 705 - name = "fnv" 706 - version = "1.0.7" 707 - source = "registry+https://github.com/rust-lang/crates.io-index" 708 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 709 - 710 - [[package]] 711 - name = "form_urlencoded" 712 - version = "1.2.1" 713 - source = "registry+https://github.com/rust-lang/crates.io-index" 714 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 715 - dependencies = [ 716 - "percent-encoding", 717 - ] 718 - 719 - [[package]] 720 - name = "futures" 721 - version = "0.3.31" 722 - source = "registry+https://github.com/rust-lang/crates.io-index" 723 - checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 724 - dependencies = [ 725 - "futures-channel", 726 - "futures-core", 727 - "futures-io", 728 - "futures-sink", 729 - "futures-task", 730 - "futures-util", 731 - ] 732 - 733 - [[package]] 734 - name = "futures-channel" 735 - version = "0.3.31" 736 - source = "registry+https://github.com/rust-lang/crates.io-index" 737 - checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 738 - dependencies = [ 739 - "futures-core", 740 - "futures-sink", 741 - ] 742 - 743 - [[package]] 744 - name = "futures-core" 745 - version = "0.3.31" 746 - source = "registry+https://github.com/rust-lang/crates.io-index" 747 - checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 748 - 749 - [[package]] 750 - name = "futures-io" 751 - version = "0.3.31" 752 - source = "registry+https://github.com/rust-lang/crates.io-index" 753 - checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 754 - 755 - [[package]] 756 - name = "futures-macro" 757 - version = "0.3.31" 758 - source = "registry+https://github.com/rust-lang/crates.io-index" 759 - checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 760 - dependencies = [ 761 - "proc-macro2", 762 - "quote", 763 - "syn 2.0.101", 764 - ] 765 - 766 - [[package]] 767 - name = "futures-sink" 768 - version = "0.3.31" 769 - source = "registry+https://github.com/rust-lang/crates.io-index" 770 - checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 771 - 772 - [[package]] 773 - name = "futures-task" 774 - version = "0.3.31" 775 - source = "registry+https://github.com/rust-lang/crates.io-index" 776 - checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 777 - 778 - [[package]] 779 - name = "futures-util" 780 - version = "0.3.31" 781 - source = "registry+https://github.com/rust-lang/crates.io-index" 782 - checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 783 - dependencies = [ 784 - "futures-channel", 785 - "futures-core", 786 - "futures-io", 787 - "futures-macro", 788 - "futures-sink", 789 - "futures-task", 790 - "memchr", 791 - "pin-project-lite", 792 - "pin-utils", 793 - "slab", 794 - ] 795 - 796 - [[package]] 797 - name = "generic-array" 798 - version = "0.14.7" 799 - source = "registry+https://github.com/rust-lang/crates.io-index" 800 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 801 - dependencies = [ 802 - "typenum", 803 - "version_check", 804 - ] 805 - 806 - [[package]] 807 - name = "getrandom" 808 - version = "0.2.16" 809 - source = "registry+https://github.com/rust-lang/crates.io-index" 810 - checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 811 - dependencies = [ 812 - "cfg-if", 813 - "libc", 814 - "wasi 0.11.0+wasi-snapshot-preview1", 815 - ] 816 - 817 - [[package]] 818 - name = "getrandom" 819 - version = "0.3.2" 820 - source = "registry+https://github.com/rust-lang/crates.io-index" 821 - checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" 822 - dependencies = [ 823 - "cfg-if", 824 - "libc", 825 - "r-efi", 826 - "wasi 0.14.2+wasi-0.2.4", 827 - ] 828 - 829 - [[package]] 830 - name = "gimli" 831 - version = "0.31.1" 832 - source = "registry+https://github.com/rust-lang/crates.io-index" 833 - checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 834 - 835 - [[package]] 836 - name = "glob" 837 - version = "0.3.2" 838 - source = "registry+https://github.com/rust-lang/crates.io-index" 839 - checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" 840 - 841 - [[package]] 842 - name = "globset" 843 - version = "0.4.16" 844 - source = "registry+https://github.com/rust-lang/crates.io-index" 845 - checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5" 846 - dependencies = [ 847 - "aho-corasick", 848 - "bstr", 849 - "log", 850 - "regex-automata", 851 - "regex-syntax", 852 - ] 853 - 854 - [[package]] 855 - name = "h2" 856 - version = "0.3.26" 857 - source = "registry+https://github.com/rust-lang/crates.io-index" 858 - checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 859 - dependencies = [ 860 - "bytes", 861 - "fnv", 862 - "futures-core", 863 - "futures-sink", 864 - "futures-util", 865 - "http", 866 - "indexmap", 867 - "slab", 868 - "tokio", 869 - "tokio-util", 870 - "tracing", 871 - ] 872 - 873 - [[package]] 874 - name = "half" 875 - version = "2.6.0" 876 - source = "registry+https://github.com/rust-lang/crates.io-index" 877 - checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" 878 - dependencies = [ 879 - "cfg-if", 880 - "crunchy", 881 - ] 882 - 883 - [[package]] 884 - name = "hashbrown" 885 - version = "0.14.5" 886 - source = "registry+https://github.com/rust-lang/crates.io-index" 887 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 888 - 889 - [[package]] 890 - name = "hashbrown" 891 - version = "0.15.3" 892 - source = "registry+https://github.com/rust-lang/crates.io-index" 893 - checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" 894 - 895 - [[package]] 896 - name = "heck" 897 - version = "0.5.0" 898 - source = "registry+https://github.com/rust-lang/crates.io-index" 899 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 900 - 901 - [[package]] 902 - name = "hermit-abi" 903 - version = "0.3.9" 904 - source = "registry+https://github.com/rust-lang/crates.io-index" 905 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 906 - 907 - [[package]] 908 - name = "hermit-abi" 909 - version = "0.5.0" 910 - source = "registry+https://github.com/rust-lang/crates.io-index" 911 - checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e" 912 - 913 - [[package]] 914 - name = "http" 915 - version = "0.2.12" 916 - source = "registry+https://github.com/rust-lang/crates.io-index" 917 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 918 - dependencies = [ 919 - "bytes", 920 - "fnv", 921 - "itoa", 922 - ] 923 - 924 - [[package]] 925 - name = "http-body" 926 - version = "0.4.6" 927 - source = "registry+https://github.com/rust-lang/crates.io-index" 928 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 929 - dependencies = [ 930 - "bytes", 931 - "http", 932 - "pin-project-lite", 933 - ] 934 - 935 - [[package]] 936 - name = "httparse" 937 - version = "1.10.1" 938 - source = "registry+https://github.com/rust-lang/crates.io-index" 939 - checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 940 - 941 - [[package]] 942 - name = "httpdate" 943 - version = "1.0.3" 944 - source = "registry+https://github.com/rust-lang/crates.io-index" 945 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 946 - 947 - [[package]] 948 - name = "hyper" 949 - version = "0.14.32" 950 - source = "registry+https://github.com/rust-lang/crates.io-index" 951 - checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" 952 - dependencies = [ 953 - "bytes", 954 - "futures-channel", 955 - "futures-core", 956 - "futures-util", 957 - "h2", 958 - "http", 959 - "http-body", 960 - "httparse", 961 - "httpdate", 962 - "itoa", 963 - "pin-project-lite", 964 - "socket2", 965 - "tokio", 966 - "tower-service", 967 - "tracing", 968 - "want", 969 - ] 970 - 971 - [[package]] 972 - name = "hyper-rustls" 973 - version = "0.24.2" 974 - source = "registry+https://github.com/rust-lang/crates.io-index" 975 - checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 976 - dependencies = [ 977 - "futures-util", 978 - "http", 979 - "hyper", 980 - "rustls", 981 - "tokio", 982 - "tokio-rustls", 983 - ] 984 - 985 - [[package]] 986 - name = "icu_collections" 987 - version = "1.5.0" 988 - source = "registry+https://github.com/rust-lang/crates.io-index" 989 - checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 990 - dependencies = [ 991 - "displaydoc", 992 - "yoke", 993 - "zerofrom", 994 - "zerovec", 995 - ] 996 - 997 - [[package]] 998 - name = "icu_locid" 999 - version = "1.5.0" 1000 - source = "registry+https://github.com/rust-lang/crates.io-index" 1001 - checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 1002 - dependencies = [ 1003 - "displaydoc", 1004 - "litemap", 1005 - "tinystr", 1006 - "writeable", 1007 - "zerovec", 1008 - ] 1009 - 1010 - [[package]] 1011 - name = "icu_locid_transform" 1012 - version = "1.5.0" 1013 - source = "registry+https://github.com/rust-lang/crates.io-index" 1014 - checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 1015 - dependencies = [ 1016 - "displaydoc", 1017 - "icu_locid", 1018 - "icu_locid_transform_data", 1019 - "icu_provider", 1020 - "tinystr", 1021 - "zerovec", 1022 - ] 1023 - 1024 - [[package]] 1025 - name = "icu_locid_transform_data" 1026 - version = "1.5.1" 1027 - source = "registry+https://github.com/rust-lang/crates.io-index" 1028 - checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d" 1029 - 1030 - [[package]] 1031 - name = "icu_normalizer" 1032 - version = "1.5.0" 1033 - source = "registry+https://github.com/rust-lang/crates.io-index" 1034 - checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 1035 - dependencies = [ 1036 - "displaydoc", 1037 - "icu_collections", 1038 - "icu_normalizer_data", 1039 - "icu_properties", 1040 - "icu_provider", 1041 - "smallvec", 1042 - "utf16_iter", 1043 - "utf8_iter", 1044 - "write16", 1045 - "zerovec", 1046 - ] 1047 - 1048 - [[package]] 1049 - name = "icu_normalizer_data" 1050 - version = "1.5.1" 1051 - source = "registry+https://github.com/rust-lang/crates.io-index" 1052 - checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7" 1053 - 1054 - [[package]] 1055 - name = "icu_properties" 1056 - version = "1.5.1" 1057 - source = "registry+https://github.com/rust-lang/crates.io-index" 1058 - checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 1059 - dependencies = [ 1060 - "displaydoc", 1061 - "icu_collections", 1062 - "icu_locid_transform", 1063 - "icu_properties_data", 1064 - "icu_provider", 1065 - "tinystr", 1066 - "zerovec", 1067 - ] 1068 - 1069 - [[package]] 1070 - name = "icu_properties_data" 1071 - version = "1.5.1" 1072 - source = "registry+https://github.com/rust-lang/crates.io-index" 1073 - checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2" 1074 - 1075 - [[package]] 1076 - name = "icu_provider" 1077 - version = "1.5.0" 1078 - source = "registry+https://github.com/rust-lang/crates.io-index" 1079 - checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 1080 - dependencies = [ 1081 - "displaydoc", 1082 - "icu_locid", 1083 - "icu_provider_macros", 1084 - "stable_deref_trait", 1085 - "tinystr", 1086 - "writeable", 1087 - "yoke", 1088 - "zerofrom", 1089 - "zerovec", 1090 - ] 1091 - 1092 - [[package]] 1093 - name = "icu_provider_macros" 1094 - version = "1.5.0" 1095 - source = "registry+https://github.com/rust-lang/crates.io-index" 1096 - checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 1097 - dependencies = [ 1098 - "proc-macro2", 1099 - "quote", 1100 - "syn 2.0.101", 1101 - ] 1102 - 1103 - [[package]] 1104 - name = "idna" 1105 - version = "1.0.3" 1106 - source = "registry+https://github.com/rust-lang/crates.io-index" 1107 - checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 1108 - dependencies = [ 1109 - "idna_adapter", 1110 - "smallvec", 1111 - "utf8_iter", 1112 - ] 1113 - 1114 - [[package]] 1115 - name = "idna_adapter" 1116 - version = "1.2.0" 1117 - source = "registry+https://github.com/rust-lang/crates.io-index" 1118 - checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 1119 - dependencies = [ 1120 - "icu_normalizer", 1121 - "icu_properties", 1122 - ] 1123 - 1124 - [[package]] 1125 - name = "ignore" 1126 - version = "0.4.23" 1127 - source = "registry+https://github.com/rust-lang/crates.io-index" 1128 - checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" 1129 - dependencies = [ 1130 - "crossbeam-deque", 1131 - "globset", 1132 - "log", 1133 - "memchr", 1134 - "regex-automata", 1135 - "same-file", 1136 - "walkdir", 1137 - "winapi-util", 1138 - ] 1139 - 1140 - [[package]] 1141 - name = "indexmap" 1142 - version = "2.9.0" 1143 - source = "registry+https://github.com/rust-lang/crates.io-index" 1144 - checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" 1145 - dependencies = [ 1146 - "equivalent", 1147 - "hashbrown 0.15.3", 1148 - ] 1149 - 1150 - [[package]] 1151 - name = "indicatif" 1152 - version = "0.16.2" 1153 - source = "registry+https://github.com/rust-lang/crates.io-index" 1154 - checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b" 1155 - dependencies = [ 1156 - "console", 1157 - "lazy_static", 1158 - "number_prefix", 1159 - "regex", 1160 - ] 1161 - 1162 - [[package]] 1163 - name = "indoc" 1164 - version = "1.0.9" 1165 - source = "registry+https://github.com/rust-lang/crates.io-index" 1166 - checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" 1167 - 1168 - [[package]] 1169 - name = "indoc" 1170 - version = "2.0.6" 1171 - source = "registry+https://github.com/rust-lang/crates.io-index" 1172 - checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" 1173 - 1174 - [[package]] 1175 - name = "ipnet" 1176 - version = "2.11.0" 1177 - source = "registry+https://github.com/rust-lang/crates.io-index" 1178 - checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1179 - 1180 - [[package]] 1181 - name = "is-terminal" 1182 - version = "0.4.16" 1183 - source = "registry+https://github.com/rust-lang/crates.io-index" 1184 - checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" 1185 - dependencies = [ 1186 - "hermit-abi 0.5.0", 1187 - "libc", 1188 - "windows-sys 0.59.0", 1189 - ] 1190 - 1191 - [[package]] 1192 - name = "is_terminal_polyfill" 1193 - version = "1.70.1" 1194 - source = "registry+https://github.com/rust-lang/crates.io-index" 1195 - checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 1196 - 1197 - [[package]] 1198 - name = "itertools" 1199 - version = "0.10.5" 1200 - source = "registry+https://github.com/rust-lang/crates.io-index" 1201 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1202 - dependencies = [ 1203 - "either", 1204 - ] 1205 - 1206 - [[package]] 1207 - name = "itertools" 1208 - version = "0.12.1" 1209 - source = "registry+https://github.com/rust-lang/crates.io-index" 1210 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 1211 - dependencies = [ 1212 - "either", 1213 - ] 1214 - 1215 - [[package]] 1216 - name = "itoa" 1217 - version = "1.0.15" 1218 - source = "registry+https://github.com/rust-lang/crates.io-index" 1219 - checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1220 - 1221 - [[package]] 1222 - name = "jni" 1223 - version = "0.20.0" 1224 - source = "registry+https://github.com/rust-lang/crates.io-index" 1225 - checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c" 1226 - dependencies = [ 1227 - "cesu8", 1228 - "combine", 1229 - "jni-sys", 1230 - "log", 1231 - "thiserror 1.0.69", 1232 - "walkdir", 1233 - ] 1234 - 1235 - [[package]] 1236 - name = "jni-sys" 1237 - version = "0.3.0" 1238 - source = "registry+https://github.com/rust-lang/crates.io-index" 1239 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 1240 - 1241 - [[package]] 1242 - name = "js-sys" 1243 - version = "0.3.77" 1244 - source = "registry+https://github.com/rust-lang/crates.io-index" 1245 - checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 1246 - dependencies = [ 1247 - "once_cell", 1248 - "wasm-bindgen", 1249 - ] 1250 - 1251 - [[package]] 1252 - name = "lazy_static" 1253 - version = "1.5.0" 1254 - source = "registry+https://github.com/rust-lang/crates.io-index" 1255 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1256 - 1257 - [[package]] 1258 - name = "lazycell" 1259 - version = "1.3.0" 1260 - source = "registry+https://github.com/rust-lang/crates.io-index" 1261 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1262 - 1263 - [[package]] 1264 - name = "libc" 1265 - version = "0.2.172" 1266 - source = "registry+https://github.com/rust-lang/crates.io-index" 1267 - checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" 1268 - 1269 - [[package]] 1270 - name = "libloading" 1271 - version = "0.8.6" 1272 - source = "registry+https://github.com/rust-lang/crates.io-index" 1273 - checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" 1274 - dependencies = [ 1275 - "cfg-if", 1276 - "windows-targets 0.52.6", 1277 - ] 1278 - 1279 - [[package]] 1280 - name = "libredox" 1281 - version = "0.1.3" 1282 - source = "registry+https://github.com/rust-lang/crates.io-index" 1283 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 1284 - dependencies = [ 1285 - "bitflags 2.9.0", 1286 - "libc", 1287 - "redox_syscall", 1288 - ] 1289 - 1290 - [[package]] 1291 - name = "linux-raw-sys" 1292 - version = "0.9.4" 1293 - source = "registry+https://github.com/rust-lang/crates.io-index" 1294 - checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" 1295 - 1296 - [[package]] 1297 - name = "litemap" 1298 - version = "0.7.5" 1299 - source = "registry+https://github.com/rust-lang/crates.io-index" 1300 - checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" 1301 - 1302 - [[package]] 1303 - name = "lock_api" 1304 - version = "0.4.12" 1305 - source = "registry+https://github.com/rust-lang/crates.io-index" 1306 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 1307 - dependencies = [ 1308 - "autocfg", 1309 - "scopeguard", 1310 - ] 1311 - 1312 - [[package]] 1313 - name = "log" 1314 - version = "0.4.27" 1315 - source = "registry+https://github.com/rust-lang/crates.io-index" 1316 - checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 1317 - 1318 - [[package]] 1319 - name = "lsp-types" 1320 - version = "0.94.1" 1321 - source = "registry+https://github.com/rust-lang/crates.io-index" 1322 - checksum = "c66bfd44a06ae10647fe3f8214762e9369fd4248df1350924b4ef9e770a85ea1" 1323 - dependencies = [ 1324 - "bitflags 1.3.2", 1325 - "serde", 1326 - "serde_json", 1327 - "serde_repr", 1328 - "url", 1329 - ] 1330 - 1331 - [[package]] 1332 - name = "magnus" 1333 - version = "0.7.1" 1334 - source = "registry+https://github.com/rust-lang/crates.io-index" 1335 - checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab" 1336 - dependencies = [ 1337 - "magnus-macros", 1338 - "rb-sys", 1339 - "rb-sys-env", 1340 - "seq-macro", 1341 - ] 1342 - 1343 - [[package]] 1344 - name = "magnus-macros" 1345 - version = "0.6.0" 1346 - source = "registry+https://github.com/rust-lang/crates.io-index" 1347 - checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3" 1348 - dependencies = [ 1349 - "proc-macro2", 1350 - "quote", 1351 - "syn 2.0.101", 1352 - ] 1353 - 1354 - [[package]] 1355 - name = "memchr" 1356 - version = "2.7.4" 1357 - source = "registry+https://github.com/rust-lang/crates.io-index" 1358 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 1359 - 1360 - [[package]] 1361 - name = "memoffset" 1362 - version = "0.6.5" 1363 - source = "registry+https://github.com/rust-lang/crates.io-index" 1364 - checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 1365 - dependencies = [ 1366 - "autocfg", 1367 - ] 1368 - 1369 - [[package]] 1370 - name = "mime" 1371 - version = "0.3.17" 1372 - source = "registry+https://github.com/rust-lang/crates.io-index" 1373 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1374 - 1375 - [[package]] 1376 - name = "minimal-lexical" 1377 - version = "0.2.1" 1378 - source = "registry+https://github.com/rust-lang/crates.io-index" 1379 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1380 - 1381 - [[package]] 1382 - name = "miniz_oxide" 1383 - version = "0.8.8" 1384 - source = "registry+https://github.com/rust-lang/crates.io-index" 1385 - checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" 1386 - dependencies = [ 1387 - "adler2", 1388 - ] 1389 - 1390 - [[package]] 1391 - name = "mio" 1392 - version = "1.0.3" 1393 - source = "registry+https://github.com/rust-lang/crates.io-index" 1394 - checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 1395 - dependencies = [ 1396 - "libc", 1397 - "wasi 0.11.0+wasi-snapshot-preview1", 1398 - "windows-sys 0.52.0", 1399 - ] 1400 - 1401 - [[package]] 1402 - name = "napi" 1403 - version = "2.16.17" 1404 - source = "registry+https://github.com/rust-lang/crates.io-index" 1405 - checksum = "55740c4ae1d8696773c78fdafd5d0e5fe9bc9f1b071c7ba493ba5c413a9184f3" 1406 - dependencies = [ 1407 - "bitflags 2.9.0", 1408 - "ctor", 1409 - "napi-derive", 1410 - "napi-sys", 1411 - "once_cell", 1412 - "tokio", 1413 - ] 1414 - 1415 - [[package]] 1416 - name = "napi-build" 1417 - version = "2.1.6" 1418 - source = "registry+https://github.com/rust-lang/crates.io-index" 1419 - checksum = "e28acfa557c083f6e254a786e01ba253fc56f18ee000afcd4f79af735f73a6da" 1420 - 1421 - [[package]] 1422 - name = "napi-derive" 1423 - version = "2.16.13" 1424 - source = "registry+https://github.com/rust-lang/crates.io-index" 1425 - checksum = "7cbe2585d8ac223f7d34f13701434b9d5f4eb9c332cccce8dee57ea18ab8ab0c" 1426 - dependencies = [ 1427 - "cfg-if", 1428 - "convert_case", 1429 - "napi-derive-backend", 1430 - "proc-macro2", 1431 - "quote", 1432 - "syn 2.0.101", 1433 - ] 1434 - 1435 - [[package]] 1436 - name = "napi-derive-backend" 1437 - version = "1.0.75" 1438 - source = "registry+https://github.com/rust-lang/crates.io-index" 1439 - checksum = "1639aaa9eeb76e91c6ae66da8ce3e89e921cd3885e99ec85f4abacae72fc91bf" 1440 - dependencies = [ 1441 - "convert_case", 1442 - "once_cell", 1443 - "proc-macro2", 1444 - "quote", 1445 - "regex", 1446 - "semver", 1447 - "syn 2.0.101", 1448 - ] 1449 - 1450 - [[package]] 1451 - name = "napi-sys" 1452 - version = "2.4.0" 1453 - source = "registry+https://github.com/rust-lang/crates.io-index" 1454 - checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3" 1455 - dependencies = [ 1456 - "libloading", 1457 - ] 1458 - 1459 - [[package]] 1460 - name = "nom" 1461 - version = "7.1.3" 1462 - source = "registry+https://github.com/rust-lang/crates.io-index" 1463 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1464 - dependencies = [ 1465 - "memchr", 1466 - "minimal-lexical", 1467 - ] 1468 - 1469 - [[package]] 1470 - name = "num-traits" 1471 - version = "0.2.19" 1472 - source = "registry+https://github.com/rust-lang/crates.io-index" 1473 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1474 - dependencies = [ 1475 - "autocfg", 1476 - ] 1477 - 1478 - [[package]] 1479 - name = "num_cpus" 1480 - version = "1.16.0" 1481 - source = "registry+https://github.com/rust-lang/crates.io-index" 1482 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1483 - dependencies = [ 1484 - "hermit-abi 0.3.9", 1485 - "libc", 1486 - ] 1487 - 1488 - [[package]] 1489 - name = "number_prefix" 1490 - version = "0.4.0" 1491 - source = "registry+https://github.com/rust-lang/crates.io-index" 1492 - checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 1493 - 1494 - [[package]] 1495 - name = "object" 1496 - version = "0.36.7" 1497 - source = "registry+https://github.com/rust-lang/crates.io-index" 1498 - checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 1499 - dependencies = [ 1500 - "memchr", 1501 - ] 1502 - 1503 - [[package]] 1504 - name = "once_cell" 1505 - version = "1.21.3" 1506 - source = "registry+https://github.com/rust-lang/crates.io-index" 1507 - checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1508 - 1509 - [[package]] 1510 - name = "oorandom" 1511 - version = "11.1.5" 1512 - source = "registry+https://github.com/rust-lang/crates.io-index" 1513 - checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" 1514 - 1515 - [[package]] 1516 - name = "owo-colors" 1517 - version = "4.2.0" 1518 - source = "registry+https://github.com/rust-lang/crates.io-index" 1519 - checksum = "1036865bb9422d3300cf723f657c2851d0e9ab12567854b1f4eba3d77decf564" 1520 - 1521 - [[package]] 1522 - name = "parking_lot" 1523 - version = "0.12.3" 1524 - source = "registry+https://github.com/rust-lang/crates.io-index" 1525 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 1526 - dependencies = [ 1527 - "lock_api", 1528 - "parking_lot_core", 1529 - ] 1530 - 1531 - [[package]] 1532 - name = "parking_lot_core" 1533 - version = "0.9.10" 1534 - source = "registry+https://github.com/rust-lang/crates.io-index" 1535 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 1536 - dependencies = [ 1537 - "cfg-if", 1538 - "libc", 1539 - "redox_syscall", 1540 - "smallvec", 1541 - "windows-targets 0.52.6", 1542 - ] 1543 - 1544 - [[package]] 1545 - name = "percent-encoding" 1546 - version = "2.3.1" 1547 - source = "registry+https://github.com/rust-lang/crates.io-index" 1548 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1549 - 1550 - [[package]] 1551 - name = "pest" 1552 - version = "2.8.0" 1553 - source = "registry+https://github.com/rust-lang/crates.io-index" 1554 - checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6" 1555 - dependencies = [ 1556 - "memchr", 1557 - "thiserror 2.0.12", 1558 - "ucd-trie", 1559 - ] 1560 - 1561 - [[package]] 1562 - name = "pest_derive" 1563 - version = "2.8.0" 1564 - source = "registry+https://github.com/rust-lang/crates.io-index" 1565 - checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5" 1566 - dependencies = [ 1567 - "pest", 1568 - "pest_generator", 1569 - ] 1570 - 1571 - [[package]] 1572 - name = "pest_generator" 1573 - version = "2.8.0" 1574 - source = "registry+https://github.com/rust-lang/crates.io-index" 1575 - checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841" 1576 - dependencies = [ 1577 - "pest", 1578 - "pest_meta", 1579 - "proc-macro2", 1580 - "quote", 1581 - "syn 2.0.101", 1582 - ] 1583 - 1584 - [[package]] 1585 - name = "pest_meta" 1586 - version = "2.8.0" 1587 - source = "registry+https://github.com/rust-lang/crates.io-index" 1588 - checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0" 1589 - dependencies = [ 1590 - "once_cell", 1591 - "pest", 1592 - "sha2", 1593 - ] 1594 - 1595 - [[package]] 1596 - name = "pin-project" 1597 - version = "1.1.10" 1598 - source = "registry+https://github.com/rust-lang/crates.io-index" 1599 - checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 1600 - dependencies = [ 1601 - "pin-project-internal", 1602 - ] 1603 - 1604 - [[package]] 1605 - name = "pin-project-internal" 1606 - version = "1.1.10" 1607 - source = "registry+https://github.com/rust-lang/crates.io-index" 1608 - checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 1609 - dependencies = [ 1610 - "proc-macro2", 1611 - "quote", 1612 - "syn 2.0.101", 1613 - ] 1614 - 1615 - [[package]] 1616 - name = "pin-project-lite" 1617 - version = "0.2.16" 1618 - source = "registry+https://github.com/rust-lang/crates.io-index" 1619 - checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1620 - 1621 - [[package]] 1622 - name = "pin-utils" 1623 - version = "0.1.0" 1624 - source = "registry+https://github.com/rust-lang/crates.io-index" 1625 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1626 - 1627 - [[package]] 1628 - name = "plotters" 1629 - version = "0.3.7" 1630 - source = "registry+https://github.com/rust-lang/crates.io-index" 1631 - checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" 1632 - dependencies = [ 1633 - "num-traits", 1634 - "plotters-backend", 1635 - "plotters-svg", 1636 - "wasm-bindgen", 1637 - "web-sys", 1638 - ] 1639 - 1640 - [[package]] 1641 - name = "plotters-backend" 1642 - version = "0.3.7" 1643 - source = "registry+https://github.com/rust-lang/crates.io-index" 1644 - checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" 1645 - 1646 - [[package]] 1647 - name = "plotters-svg" 1648 - version = "0.3.7" 1649 - source = "registry+https://github.com/rust-lang/crates.io-index" 1650 - checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" 1651 - dependencies = [ 1652 - "plotters-backend", 1653 - ] 1654 - 1655 - [[package]] 1656 - name = "pretty_assertions" 1657 - version = "1.4.1" 1658 - source = "registry+https://github.com/rust-lang/crates.io-index" 1659 - checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" 1660 - dependencies = [ 1661 - "diff", 1662 - "yansi", 1663 - ] 1664 - 1665 - [[package]] 1666 - name = "proc-macro2" 1667 - version = "1.0.95" 1668 - source = "registry+https://github.com/rust-lang/crates.io-index" 1669 - checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 1670 - dependencies = [ 1671 - "unicode-ident", 1672 - ] 1673 - 1674 - [[package]] 1675 - name = "pyo3" 1676 - version = "0.17.3" 1677 - source = "registry+https://github.com/rust-lang/crates.io-index" 1678 - checksum = "268be0c73583c183f2b14052337465768c07726936a260f480f0857cb95ba543" 1679 - dependencies = [ 1680 - "cfg-if", 1681 - "indoc 1.0.9", 1682 - "libc", 1683 - "memoffset", 1684 - "parking_lot", 1685 - "pyo3-build-config", 1686 - "pyo3-ffi", 1687 - "pyo3-macros", 1688 - "unindent", 1689 - ] 1690 - 1691 - [[package]] 1692 - name = "pyo3-build-config" 1693 - version = "0.17.3" 1694 - source = "registry+https://github.com/rust-lang/crates.io-index" 1695 - checksum = "28fcd1e73f06ec85bf3280c48c67e731d8290ad3d730f8be9dc07946923005c8" 1696 - dependencies = [ 1697 - "once_cell", 1698 - "target-lexicon", 1699 - ] 1700 - 1701 - [[package]] 1702 - name = "pyo3-ffi" 1703 - version = "0.17.3" 1704 - source = "registry+https://github.com/rust-lang/crates.io-index" 1705 - checksum = "0f6cb136e222e49115b3c51c32792886defbfb0adead26a688142b346a0b9ffc" 1706 - dependencies = [ 1707 - "libc", 1708 - "pyo3-build-config", 1709 - ] 1710 - 1711 - [[package]] 1712 - name = "pyo3-macros" 1713 - version = "0.17.3" 1714 - source = "registry+https://github.com/rust-lang/crates.io-index" 1715 - checksum = "94144a1266e236b1c932682136dc35a9dee8d3589728f68130c7c3861ef96b28" 1716 - dependencies = [ 1717 - "proc-macro2", 1718 - "pyo3-macros-backend", 1719 - "quote", 1720 - "syn 1.0.109", 1721 - ] 1722 - 1723 - [[package]] 1724 - name = "pyo3-macros-backend" 1725 - version = "0.17.3" 1726 - source = "registry+https://github.com/rust-lang/crates.io-index" 1727 - checksum = "c8df9be978a2d2f0cdebabb03206ed73b11314701a5bfe71b0d753b81997777f" 1728 - dependencies = [ 1729 - "proc-macro2", 1730 - "quote", 1731 - "syn 1.0.109", 1732 - ] 1733 - 1734 - [[package]] 1735 - name = "quick-xml" 1736 - version = "0.22.0" 1737 - source = "registry+https://github.com/rust-lang/crates.io-index" 1738 - checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b" 1739 - dependencies = [ 1740 - "memchr", 1741 - ] 1742 - 1743 - [[package]] 1744 - name = "quote" 1745 - version = "1.0.40" 1746 - source = "registry+https://github.com/rust-lang/crates.io-index" 1747 - checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1748 - dependencies = [ 1749 - "proc-macro2", 1750 - ] 1751 - 1752 - [[package]] 1753 - name = "r-efi" 1754 - version = "5.2.0" 1755 - source = "registry+https://github.com/rust-lang/crates.io-index" 1756 - checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 1757 - 1758 - [[package]] 1759 - name = "rayon" 1760 - version = "1.10.0" 1761 - source = "registry+https://github.com/rust-lang/crates.io-index" 1762 - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 1763 - dependencies = [ 1764 - "either", 1765 - "rayon-core", 1766 - ] 1767 - 1768 - [[package]] 1769 - name = "rayon-core" 1770 - version = "1.12.1" 1771 - source = "registry+https://github.com/rust-lang/crates.io-index" 1772 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 1773 - dependencies = [ 1774 - "crossbeam-deque", 1775 - "crossbeam-utils", 1776 - ] 1777 - 1778 - [[package]] 1779 - name = "rb-sys" 1780 - version = "0.9.111" 1781 - source = "registry+https://github.com/rust-lang/crates.io-index" 1782 - checksum = "becea799ce051c16fb140be80f5e7cf781070f99ca099332383c2b17861249af" 1783 - dependencies = [ 1784 - "rb-sys-build", 1785 - ] 1786 - 1787 - [[package]] 1788 - name = "rb-sys-build" 1789 - version = "0.9.111" 1790 - source = "registry+https://github.com/rust-lang/crates.io-index" 1791 - checksum = "64691175abc704862f60a9ca8ef06174080cc50615f2bf1d4759f46db18b4d29" 1792 - dependencies = [ 1793 - "bindgen", 1794 - "lazy_static", 1795 - "proc-macro2", 1796 - "quote", 1797 - "regex", 1798 - "shell-words", 1799 - "syn 2.0.101", 1800 - ] 1801 - 1802 - [[package]] 1803 - name = "rb-sys-env" 1804 - version = "0.1.2" 1805 - source = "registry+https://github.com/rust-lang/crates.io-index" 1806 - checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb" 1807 - 1808 - [[package]] 1809 - name = "redox_syscall" 1810 - version = "0.5.12" 1811 - source = "registry+https://github.com/rust-lang/crates.io-index" 1812 - checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af" 1813 - dependencies = [ 1814 - "bitflags 2.9.0", 1815 - ] 1816 - 1817 - [[package]] 1818 - name = "regex" 1819 - version = "1.11.1" 1820 - source = "registry+https://github.com/rust-lang/crates.io-index" 1821 - checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 1822 - dependencies = [ 1823 - "aho-corasick", 1824 - "memchr", 1825 - "regex-automata", 1826 - "regex-syntax", 1827 - ] 1828 - 1829 - [[package]] 1830 - name = "regex-automata" 1831 - version = "0.4.9" 1832 - source = "registry+https://github.com/rust-lang/crates.io-index" 1833 - checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 1834 - dependencies = [ 1835 - "aho-corasick", 1836 - "memchr", 1837 - "regex-syntax", 1838 - ] 1839 - 1840 - [[package]] 1841 - name = "regex-syntax" 1842 - version = "0.8.5" 1843 - source = "registry+https://github.com/rust-lang/crates.io-index" 1844 - checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 1845 - 1846 - [[package]] 1847 - name = "reqwest" 1848 - version = "0.11.27" 1849 - source = "registry+https://github.com/rust-lang/crates.io-index" 1850 - checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" 1851 - dependencies = [ 1852 - "base64", 1853 - "bytes", 1854 - "encoding_rs", 1855 - "futures-core", 1856 - "futures-util", 1857 - "h2", 1858 - "http", 1859 - "http-body", 1860 - "hyper", 1861 - "hyper-rustls", 1862 - "ipnet", 1863 - "js-sys", 1864 - "log", 1865 - "mime", 1866 - "once_cell", 1867 - "percent-encoding", 1868 - "pin-project-lite", 1869 - "rustls", 1870 - "rustls-pemfile", 1871 - "serde", 1872 - "serde_json", 1873 - "serde_urlencoded", 1874 - "sync_wrapper", 1875 - "system-configuration", 1876 - "tokio", 1877 - "tokio-rustls", 1878 - "tower-service", 1879 - "url", 1880 - "wasm-bindgen", 1881 - "wasm-bindgen-futures", 1882 - "web-sys", 1883 - "webpki-roots", 1884 - "winreg", 1885 - ] 1886 - 1887 - [[package]] 1888 - name = "ring" 1889 - version = "0.17.14" 1890 - source = "registry+https://github.com/rust-lang/crates.io-index" 1891 - checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1892 - dependencies = [ 1893 - "cc", 1894 - "cfg-if", 1895 - "getrandom 0.2.16", 1896 - "libc", 1897 - "untrusted", 1898 - "windows-sys 0.52.0", 1899 - ] 1900 - 1901 - [[package]] 1902 - name = "rustc-demangle" 1903 - version = "0.1.24" 1904 - source = "registry+https://github.com/rust-lang/crates.io-index" 1905 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 1906 - 1907 - [[package]] 1908 - name = "rustc-hash" 1909 - version = "1.1.0" 1910 - source = "registry+https://github.com/rust-lang/crates.io-index" 1911 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1912 - 1913 - [[package]] 1914 - name = "rustix" 1915 - version = "1.0.7" 1916 - source = "registry+https://github.com/rust-lang/crates.io-index" 1917 - checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" 1918 - dependencies = [ 1919 - "bitflags 2.9.0", 1920 - "errno", 1921 - "libc", 1922 - "linux-raw-sys", 1923 - "windows-sys 0.59.0", 1924 - ] 1925 - 1926 - [[package]] 1927 - name = "rustls" 1928 - version = "0.21.12" 1929 - source = "registry+https://github.com/rust-lang/crates.io-index" 1930 - checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 1931 - dependencies = [ 1932 - "log", 1933 - "ring", 1934 - "rustls-webpki", 1935 - "sct", 1936 - ] 1937 - 1938 - [[package]] 1939 - name = "rustls-pemfile" 1940 - version = "1.0.4" 1941 - source = "registry+https://github.com/rust-lang/crates.io-index" 1942 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 1943 - dependencies = [ 1944 - "base64", 1945 - ] 1946 - 1947 - [[package]] 1948 - name = "rustls-webpki" 1949 - version = "0.101.7" 1950 - source = "registry+https://github.com/rust-lang/crates.io-index" 1951 - checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 1952 - dependencies = [ 1953 - "ring", 1954 - "untrusted", 1955 - ] 1956 - 1957 - [[package]] 1958 - name = "rustversion" 1959 - version = "1.0.20" 1960 - source = "registry+https://github.com/rust-lang/crates.io-index" 1961 - checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" 1962 - 1963 - [[package]] 1964 - name = "ryu" 1965 - version = "1.0.20" 1966 - source = "registry+https://github.com/rust-lang/crates.io-index" 1967 - checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1968 - 1969 - [[package]] 1970 - name = "same-file" 1971 - version = "1.0.6" 1972 - source = "registry+https://github.com/rust-lang/crates.io-index" 1973 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1974 - dependencies = [ 1975 - "winapi-util", 1976 - ] 1977 - 1978 - [[package]] 1979 - name = "scopeguard" 1980 - version = "1.2.0" 1981 - source = "registry+https://github.com/rust-lang/crates.io-index" 1982 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1983 - 1984 - [[package]] 1985 - name = "sct" 1986 - version = "0.7.1" 1987 - source = "registry+https://github.com/rust-lang/crates.io-index" 1988 - checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 1989 - dependencies = [ 1990 - "ring", 1991 - "untrusted", 1992 - ] 1993 - 1994 - [[package]] 1995 - name = "self_update" 1996 - version = "0.30.0" 1997 - source = "registry+https://github.com/rust-lang/crates.io-index" 1998 - checksum = "88c865d17fb512577be02a09fd2fd96c31c7e46fe649205d84feefd8b2a332da" 1999 - dependencies = [ 2000 - "either", 2001 - "flate2", 2002 - "hyper", 2003 - "indicatif", 2004 - "log", 2005 - "quick-xml", 2006 - "regex", 2007 - "reqwest", 2008 - "semver", 2009 - "serde_json", 2010 - "tar", 2011 - "tempfile", 2012 - ] 2013 - 2014 - [[package]] 2015 - name = "semver" 2016 - version = "1.0.26" 2017 - source = "registry+https://github.com/rust-lang/crates.io-index" 2018 - checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" 2019 - 2020 - [[package]] 2021 - name = "seq-macro" 2022 - version = "0.3.6" 2023 - source = "registry+https://github.com/rust-lang/crates.io-index" 2024 - checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc" 2025 - 2026 - [[package]] 2027 - name = "serde" 2028 - version = "1.0.219" 2029 - source = "registry+https://github.com/rust-lang/crates.io-index" 2030 - checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 2031 - dependencies = [ 2032 - "serde_derive", 2033 - ] 2034 - 2035 - [[package]] 2036 - name = "serde_derive" 2037 - version = "1.0.219" 2038 - source = "registry+https://github.com/rust-lang/crates.io-index" 2039 - checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 2040 - dependencies = [ 2041 - "proc-macro2", 2042 - "quote", 2043 - "syn 2.0.101", 2044 - ] 2045 - 2046 - [[package]] 2047 - name = "serde_json" 2048 - version = "1.0.140" 2049 - source = "registry+https://github.com/rust-lang/crates.io-index" 2050 - checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 2051 - dependencies = [ 2052 - "itoa", 2053 - "memchr", 2054 - "ryu", 2055 - "serde", 2056 - ] 2057 - 2058 - [[package]] 2059 - name = "serde_repr" 2060 - version = "0.1.20" 2061 - source = "registry+https://github.com/rust-lang/crates.io-index" 2062 - checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 2063 - dependencies = [ 2064 - "proc-macro2", 2065 - "quote", 2066 - "syn 2.0.101", 2067 - ] 2068 - 2069 - [[package]] 2070 - name = "serde_urlencoded" 2071 - version = "0.7.1" 2072 - source = "registry+https://github.com/rust-lang/crates.io-index" 2073 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2074 - dependencies = [ 2075 - "form_urlencoded", 2076 - "itoa", 2077 - "ryu", 2078 - "serde", 2079 - ] 2080 - 2081 - [[package]] 2082 - name = "serde_yaml" 2083 - version = "0.9.34+deprecated" 2084 - source = "registry+https://github.com/rust-lang/crates.io-index" 2085 - checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 2086 - dependencies = [ 2087 - "indexmap", 2088 - "itoa", 2089 - "ryu", 2090 - "serde", 2091 - "unsafe-libyaml", 2092 - ] 2093 - 2094 - [[package]] 2095 - name = "sha2" 2096 - version = "0.10.9" 2097 - source = "registry+https://github.com/rust-lang/crates.io-index" 2098 - checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2099 - dependencies = [ 2100 - "cfg-if", 2101 - "cpufeatures", 2102 - "digest", 2103 - ] 2104 - 2105 - [[package]] 2106 - name = "shell-words" 2107 - version = "1.1.0" 2108 - source = "registry+https://github.com/rust-lang/crates.io-index" 2109 - checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" 2110 - 2111 - [[package]] 2112 - name = "shlex" 2113 - version = "1.3.0" 2114 - source = "registry+https://github.com/rust-lang/crates.io-index" 2115 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2116 - 2117 - [[package]] 2118 - name = "slab" 2119 - version = "0.4.9" 2120 - source = "registry+https://github.com/rust-lang/crates.io-index" 2121 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2122 - dependencies = [ 2123 - "autocfg", 2124 - ] 2125 - 2126 - [[package]] 2127 - name = "smallvec" 2128 - version = "1.15.0" 2129 - source = "registry+https://github.com/rust-lang/crates.io-index" 2130 - checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" 2131 - 2132 - [[package]] 2133 - name = "socket2" 2134 - version = "0.5.9" 2135 - source = "registry+https://github.com/rust-lang/crates.io-index" 2136 - checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" 2137 - dependencies = [ 2138 - "libc", 2139 - "windows-sys 0.52.0", 2140 - ] 2141 - 2142 - [[package]] 2143 - name = "stable_deref_trait" 2144 - version = "1.2.0" 2145 - source = "registry+https://github.com/rust-lang/crates.io-index" 2146 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2147 - 2148 - [[package]] 2149 - name = "strsim" 2150 - version = "0.11.1" 2151 - source = "registry+https://github.com/rust-lang/crates.io-index" 2152 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2153 - 2154 - [[package]] 2155 - name = "sudo" 2156 - version = "0.5.0" 2157 - source = "registry+https://github.com/rust-lang/crates.io-index" 2158 - checksum = "2a88e74edf206f281aff2820aa2066c781331044c770626dcafe19491f214e05" 2159 - dependencies = [ 2160 - "libc", 2161 - "log", 2162 - ] 2163 - 2164 - [[package]] 2165 - name = "syn" 2166 - version = "1.0.109" 2167 - source = "registry+https://github.com/rust-lang/crates.io-index" 2168 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2169 - dependencies = [ 2170 - "proc-macro2", 2171 - "quote", 2172 - "unicode-ident", 2173 - ] 2174 - 2175 - [[package]] 2176 - name = "syn" 2177 - version = "2.0.101" 2178 - source = "registry+https://github.com/rust-lang/crates.io-index" 2179 - checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" 2180 - dependencies = [ 2181 - "proc-macro2", 2182 - "quote", 2183 - "unicode-ident", 2184 - ] 2185 - 2186 - [[package]] 2187 - name = "sync_wrapper" 2188 - version = "0.1.2" 2189 - source = "registry+https://github.com/rust-lang/crates.io-index" 2190 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 2191 - 2192 - [[package]] 2193 - name = "synstructure" 2194 - version = "0.13.2" 2195 - source = "registry+https://github.com/rust-lang/crates.io-index" 2196 - checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2197 - dependencies = [ 2198 - "proc-macro2", 2199 - "quote", 2200 - "syn 2.0.101", 2201 - ] 2202 - 2203 - [[package]] 2204 - name = "system-configuration" 2205 - version = "0.5.1" 2206 - source = "registry+https://github.com/rust-lang/crates.io-index" 2207 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 2208 - dependencies = [ 2209 - "bitflags 1.3.2", 2210 - "core-foundation", 2211 - "system-configuration-sys", 2212 - ] 2213 - 2214 - [[package]] 2215 - name = "system-configuration-sys" 2216 - version = "0.5.0" 2217 - source = "registry+https://github.com/rust-lang/crates.io-index" 2218 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 2219 - dependencies = [ 2220 - "core-foundation-sys", 2221 - "libc", 2222 - ] 2223 - 2224 - [[package]] 2225 - name = "tar" 2226 - version = "0.4.44" 2227 - source = "registry+https://github.com/rust-lang/crates.io-index" 2228 - checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" 2229 - dependencies = [ 2230 - "filetime", 2231 - "libc", 2232 - "xattr", 2233 - ] 2234 - 2235 - [[package]] 2236 - name = "target-lexicon" 2237 - version = "0.12.16" 2238 - source = "registry+https://github.com/rust-lang/crates.io-index" 2239 - checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 2240 - 2241 - [[package]] 2242 - name = "tempfile" 2243 - version = "3.19.1" 2244 - source = "registry+https://github.com/rust-lang/crates.io-index" 2245 - checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" 2246 - dependencies = [ 2247 - "fastrand", 2248 - "getrandom 0.3.2", 2249 - "once_cell", 2250 - "rustix", 2251 - "windows-sys 0.59.0", 2252 - ] 2253 - 2254 - [[package]] 2255 - name = "thiserror" 2256 - version = "1.0.69" 2257 - source = "registry+https://github.com/rust-lang/crates.io-index" 2258 - checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2259 - dependencies = [ 2260 - "thiserror-impl 1.0.69", 2261 - ] 2262 - 2263 - [[package]] 2264 - name = "thiserror" 2265 - version = "2.0.12" 2266 - source = "registry+https://github.com/rust-lang/crates.io-index" 2267 - checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 2268 - dependencies = [ 2269 - "thiserror-impl 2.0.12", 2270 - ] 2271 - 2272 - [[package]] 2273 - name = "thiserror-impl" 2274 - version = "1.0.69" 2275 - source = "registry+https://github.com/rust-lang/crates.io-index" 2276 - checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2277 - dependencies = [ 2278 - "proc-macro2", 2279 - "quote", 2280 - "syn 2.0.101", 2281 - ] 2282 - 2283 - [[package]] 2284 - name = "thiserror-impl" 2285 - version = "2.0.12" 2286 - source = "registry+https://github.com/rust-lang/crates.io-index" 2287 - checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 2288 - dependencies = [ 2289 - "proc-macro2", 2290 - "quote", 2291 - "syn 2.0.101", 2292 - ] 2293 - 2294 - [[package]] 2295 - name = "threadpool" 2296 - version = "1.8.1" 2297 - source = "registry+https://github.com/rust-lang/crates.io-index" 2298 - checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 2299 - dependencies = [ 2300 - "num_cpus", 2301 - ] 2302 - 2303 - [[package]] 2304 - name = "tinystr" 2305 - version = "0.7.6" 2306 - source = "registry+https://github.com/rust-lang/crates.io-index" 2307 - checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 2308 - dependencies = [ 2309 - "displaydoc", 2310 - "zerovec", 2311 - ] 2312 - 2313 - [[package]] 2314 - name = "tinytemplate" 2315 - version = "1.2.1" 2316 - source = "registry+https://github.com/rust-lang/crates.io-index" 2317 - checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 2318 - dependencies = [ 2319 - "serde", 2320 - "serde_json", 2321 - ] 2322 - 2323 - [[package]] 2324 - name = "tokio" 2325 - version = "1.44.2" 2326 - source = "registry+https://github.com/rust-lang/crates.io-index" 2327 - checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" 2328 - dependencies = [ 2329 - "backtrace", 2330 - "bytes", 2331 - "libc", 2332 - "mio", 2333 - "pin-project-lite", 2334 - "socket2", 2335 - "tokio-macros", 2336 - "windows-sys 0.52.0", 2337 - ] 2338 - 2339 - [[package]] 2340 - name = "tokio-macros" 2341 - version = "2.5.0" 2342 - source = "registry+https://github.com/rust-lang/crates.io-index" 2343 - checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 2344 - dependencies = [ 2345 - "proc-macro2", 2346 - "quote", 2347 - "syn 2.0.101", 2348 - ] 2349 - 2350 - [[package]] 2351 - name = "tokio-rustls" 2352 - version = "0.24.1" 2353 - source = "registry+https://github.com/rust-lang/crates.io-index" 2354 - checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 2355 - dependencies = [ 2356 - "rustls", 2357 - "tokio", 2358 - ] 2359 - 2360 - [[package]] 2361 - name = "tokio-util" 2362 - version = "0.7.15" 2363 - source = "registry+https://github.com/rust-lang/crates.io-index" 2364 - checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" 2365 - dependencies = [ 2366 - "bytes", 2367 - "futures-core", 2368 - "futures-sink", 2369 - "pin-project-lite", 2370 - "tokio", 2371 - ] 2372 - 2373 - [[package]] 2374 - name = "tower" 2375 - version = "0.4.13" 2376 - source = "registry+https://github.com/rust-lang/crates.io-index" 2377 - checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 2378 - dependencies = [ 2379 - "futures-core", 2380 - "futures-util", 2381 - "pin-project", 2382 - "pin-project-lite", 2383 - "tower-layer", 2384 - "tower-service", 2385 - ] 2386 - 2387 - [[package]] 2388 - name = "tower-layer" 2389 - version = "0.3.3" 2390 - source = "registry+https://github.com/rust-lang/crates.io-index" 2391 - checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2392 - 2393 - [[package]] 2394 - name = "tower-lsp" 2395 - version = "0.20.0" 2396 - source = "registry+https://github.com/rust-lang/crates.io-index" 2397 - checksum = "d4ba052b54a6627628d9b3c34c176e7eda8359b7da9acd497b9f20998d118508" 2398 - dependencies = [ 2399 - "async-trait", 2400 - "auto_impl", 2401 - "bytes", 2402 - "dashmap", 2403 - "futures", 2404 - "httparse", 2405 - "lsp-types", 2406 - "memchr", 2407 - "serde", 2408 - "serde_json", 2409 - "tokio", 2410 - "tokio-util", 2411 - "tower", 2412 - "tower-lsp-macros", 2413 - "tracing", 2414 - ] 2415 - 2416 - [[package]] 2417 - name = "tower-lsp-macros" 2418 - version = "0.9.0" 2419 - source = "registry+https://github.com/rust-lang/crates.io-index" 2420 - checksum = "84fd902d4e0b9a4b27f2f440108dc034e1758628a9b702f8ec61ad66355422fa" 2421 - dependencies = [ 2422 - "proc-macro2", 2423 - "quote", 2424 - "syn 2.0.101", 2425 - ] 2426 - 2427 - [[package]] 2428 - name = "tower-service" 2429 - version = "0.3.3" 2430 - source = "registry+https://github.com/rust-lang/crates.io-index" 2431 - checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2432 - 2433 - [[package]] 2434 - name = "tracing" 2435 - version = "0.1.41" 2436 - source = "registry+https://github.com/rust-lang/crates.io-index" 2437 - checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 2438 - dependencies = [ 2439 - "pin-project-lite", 2440 - "tracing-attributes", 2441 - "tracing-core", 2442 - ] 2443 - 2444 - [[package]] 2445 - name = "tracing-attributes" 2446 - version = "0.1.28" 2447 - source = "registry+https://github.com/rust-lang/crates.io-index" 2448 - checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 2449 - dependencies = [ 2450 - "proc-macro2", 2451 - "quote", 2452 - "syn 2.0.101", 2453 - ] 2454 - 2455 - [[package]] 2456 - name = "tracing-core" 2457 - version = "0.1.33" 2458 - source = "registry+https://github.com/rust-lang/crates.io-index" 2459 - checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 2460 - dependencies = [ 2461 - "once_cell", 2462 - ] 2463 - 2464 - [[package]] 2465 - name = "try-lock" 2466 - version = "0.2.5" 2467 - source = "registry+https://github.com/rust-lang/crates.io-index" 2468 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2469 - 2470 - [[package]] 2471 - name = "typenum" 2472 - version = "1.18.0" 2473 - source = "registry+https://github.com/rust-lang/crates.io-index" 2474 - checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 2475 - 2476 - [[package]] 2477 - name = "ucd-trie" 2478 - version = "0.1.7" 2479 - source = "registry+https://github.com/rust-lang/crates.io-index" 2480 - checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" 2481 - 2482 - [[package]] 2483 - name = "unicode-ident" 2484 - version = "1.0.18" 2485 - source = "registry+https://github.com/rust-lang/crates.io-index" 2486 - checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 2487 - 2488 - [[package]] 2489 - name = "unicode-segmentation" 2490 - version = "1.12.0" 2491 - source = "registry+https://github.com/rust-lang/crates.io-index" 2492 - checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 2493 - 2494 - [[package]] 2495 - name = "unindent" 2496 - version = "0.1.11" 2497 - source = "registry+https://github.com/rust-lang/crates.io-index" 2498 - checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 2499 - 2500 - [[package]] 2501 - name = "unsafe-libyaml" 2502 - version = "0.2.11" 2503 - source = "registry+https://github.com/rust-lang/crates.io-index" 2504 - checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 2505 - 2506 - [[package]] 2507 - name = "untrusted" 2508 - version = "0.9.0" 2509 - source = "registry+https://github.com/rust-lang/crates.io-index" 2510 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2511 - 2512 - [[package]] 2513 - name = "url" 2514 - version = "2.5.4" 2515 - source = "registry+https://github.com/rust-lang/crates.io-index" 2516 - checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 2517 - dependencies = [ 2518 - "form_urlencoded", 2519 - "idna", 2520 - "percent-encoding", 2521 - "serde", 2522 - ] 2523 - 2524 - [[package]] 2525 - name = "utf16_iter" 2526 - version = "1.0.5" 2527 - source = "registry+https://github.com/rust-lang/crates.io-index" 2528 - checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 2529 - 2530 - [[package]] 2531 - name = "utf8_iter" 2532 - version = "1.0.4" 2533 - source = "registry+https://github.com/rust-lang/crates.io-index" 2534 - checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2535 - 2536 - [[package]] 2537 - name = "utf8parse" 2538 - version = "0.2.2" 2539 - source = "registry+https://github.com/rust-lang/crates.io-index" 2540 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 2541 - 2542 - [[package]] 2543 - name = "version_check" 2544 - version = "0.9.5" 2545 - source = "registry+https://github.com/rust-lang/crates.io-index" 2546 - checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2547 - 2548 - [[package]] 2549 - name = "walkdir" 2550 - version = "2.5.0" 2551 - source = "registry+https://github.com/rust-lang/crates.io-index" 2552 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 2553 - dependencies = [ 2554 - "same-file", 2555 - "winapi-util", 2556 - ] 2557 - 2558 - [[package]] 2559 - name = "want" 2560 - version = "0.3.1" 2561 - source = "registry+https://github.com/rust-lang/crates.io-index" 2562 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2563 - dependencies = [ 2564 - "try-lock", 2565 - ] 2566 - 2567 - [[package]] 2568 - name = "wasi" 2569 - version = "0.11.0+wasi-snapshot-preview1" 2570 - source = "registry+https://github.com/rust-lang/crates.io-index" 2571 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2572 - 2573 - [[package]] 2574 - name = "wasi" 2575 - version = "0.14.2+wasi-0.2.4" 2576 - source = "registry+https://github.com/rust-lang/crates.io-index" 2577 - checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 2578 - dependencies = [ 2579 - "wit-bindgen-rt", 2580 - ] 2581 - 2582 - [[package]] 2583 - name = "wasm-bindgen" 2584 - version = "0.2.100" 2585 - source = "registry+https://github.com/rust-lang/crates.io-index" 2586 - checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 2587 - dependencies = [ 2588 - "cfg-if", 2589 - "once_cell", 2590 - "rustversion", 2591 - "serde", 2592 - "serde_json", 2593 - "wasm-bindgen-macro", 2594 - ] 2595 - 2596 - [[package]] 2597 - name = "wasm-bindgen-backend" 2598 - version = "0.2.100" 2599 - source = "registry+https://github.com/rust-lang/crates.io-index" 2600 - checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 2601 - dependencies = [ 2602 - "bumpalo", 2603 - "log", 2604 - "proc-macro2", 2605 - "quote", 2606 - "syn 2.0.101", 2607 - "wasm-bindgen-shared", 2608 - ] 2609 - 2610 - [[package]] 2611 - name = "wasm-bindgen-futures" 2612 - version = "0.4.50" 2613 - source = "registry+https://github.com/rust-lang/crates.io-index" 2614 - checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 2615 - dependencies = [ 2616 - "cfg-if", 2617 - "js-sys", 2618 - "once_cell", 2619 - "wasm-bindgen", 2620 - "web-sys", 2621 - ] 2622 - 2623 - [[package]] 2624 - name = "wasm-bindgen-macro" 2625 - version = "0.2.100" 2626 - source = "registry+https://github.com/rust-lang/crates.io-index" 2627 - checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 2628 - dependencies = [ 2629 - "quote", 2630 - "wasm-bindgen-macro-support", 2631 - ] 2632 - 2633 - [[package]] 2634 - name = "wasm-bindgen-macro-support" 2635 - version = "0.2.100" 2636 - source = "registry+https://github.com/rust-lang/crates.io-index" 2637 - checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 2638 - dependencies = [ 2639 - "proc-macro2", 2640 - "quote", 2641 - "syn 2.0.101", 2642 - "wasm-bindgen-backend", 2643 - "wasm-bindgen-shared", 2644 - ] 2645 - 2646 - [[package]] 2647 - name = "wasm-bindgen-shared" 2648 - version = "0.2.100" 2649 - source = "registry+https://github.com/rust-lang/crates.io-index" 2650 - checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 2651 - dependencies = [ 2652 - "unicode-ident", 2653 - ] 2654 - 2655 - [[package]] 2656 - name = "web-sys" 2657 - version = "0.3.77" 2658 - source = "registry+https://github.com/rust-lang/crates.io-index" 2659 - checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 2660 - dependencies = [ 2661 - "js-sys", 2662 - "wasm-bindgen", 2663 - ] 2664 - 2665 - [[package]] 2666 - name = "webpki-roots" 2667 - version = "0.25.4" 2668 - source = "registry+https://github.com/rust-lang/crates.io-index" 2669 - checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 2670 - 2671 - [[package]] 2672 - name = "winapi-util" 2673 - version = "0.1.9" 2674 - source = "registry+https://github.com/rust-lang/crates.io-index" 2675 - checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 2676 - dependencies = [ 2677 - "windows-sys 0.59.0", 2678 - ] 2679 - 2680 - [[package]] 2681 - name = "windows-sys" 2682 - version = "0.48.0" 2683 - source = "registry+https://github.com/rust-lang/crates.io-index" 2684 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2685 - dependencies = [ 2686 - "windows-targets 0.48.5", 2687 - ] 2688 - 2689 - [[package]] 2690 - name = "windows-sys" 2691 - version = "0.52.0" 2692 - source = "registry+https://github.com/rust-lang/crates.io-index" 2693 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2694 - dependencies = [ 2695 - "windows-targets 0.52.6", 2696 - ] 2697 - 2698 - [[package]] 2699 - name = "windows-sys" 2700 - version = "0.59.0" 2701 - source = "registry+https://github.com/rust-lang/crates.io-index" 2702 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 2703 - dependencies = [ 2704 - "windows-targets 0.52.6", 2705 - ] 2706 - 2707 - [[package]] 2708 - name = "windows-targets" 2709 - version = "0.48.5" 2710 - source = "registry+https://github.com/rust-lang/crates.io-index" 2711 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2712 - dependencies = [ 2713 - "windows_aarch64_gnullvm 0.48.5", 2714 - "windows_aarch64_msvc 0.48.5", 2715 - "windows_i686_gnu 0.48.5", 2716 - "windows_i686_msvc 0.48.5", 2717 - "windows_x86_64_gnu 0.48.5", 2718 - "windows_x86_64_gnullvm 0.48.5", 2719 - "windows_x86_64_msvc 0.48.5", 2720 - ] 2721 - 2722 - [[package]] 2723 - name = "windows-targets" 2724 - version = "0.52.6" 2725 - source = "registry+https://github.com/rust-lang/crates.io-index" 2726 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2727 - dependencies = [ 2728 - "windows_aarch64_gnullvm 0.52.6", 2729 - "windows_aarch64_msvc 0.52.6", 2730 - "windows_i686_gnu 0.52.6", 2731 - "windows_i686_gnullvm", 2732 - "windows_i686_msvc 0.52.6", 2733 - "windows_x86_64_gnu 0.52.6", 2734 - "windows_x86_64_gnullvm 0.52.6", 2735 - "windows_x86_64_msvc 0.52.6", 2736 - ] 2737 - 2738 - [[package]] 2739 - name = "windows_aarch64_gnullvm" 2740 - version = "0.48.5" 2741 - source = "registry+https://github.com/rust-lang/crates.io-index" 2742 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2743 - 2744 - [[package]] 2745 - name = "windows_aarch64_gnullvm" 2746 - version = "0.52.6" 2747 - source = "registry+https://github.com/rust-lang/crates.io-index" 2748 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2749 - 2750 - [[package]] 2751 - name = "windows_aarch64_msvc" 2752 - version = "0.48.5" 2753 - source = "registry+https://github.com/rust-lang/crates.io-index" 2754 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2755 - 2756 - [[package]] 2757 - name = "windows_aarch64_msvc" 2758 - version = "0.52.6" 2759 - source = "registry+https://github.com/rust-lang/crates.io-index" 2760 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2761 - 2762 - [[package]] 2763 - name = "windows_i686_gnu" 2764 - version = "0.48.5" 2765 - source = "registry+https://github.com/rust-lang/crates.io-index" 2766 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2767 - 2768 - [[package]] 2769 - name = "windows_i686_gnu" 2770 - version = "0.52.6" 2771 - source = "registry+https://github.com/rust-lang/crates.io-index" 2772 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2773 - 2774 - [[package]] 2775 - name = "windows_i686_gnullvm" 2776 - version = "0.52.6" 2777 - source = "registry+https://github.com/rust-lang/crates.io-index" 2778 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2779 - 2780 - [[package]] 2781 - name = "windows_i686_msvc" 2782 - version = "0.48.5" 2783 - source = "registry+https://github.com/rust-lang/crates.io-index" 2784 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2785 - 2786 - [[package]] 2787 - name = "windows_i686_msvc" 2788 - version = "0.52.6" 2789 - source = "registry+https://github.com/rust-lang/crates.io-index" 2790 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2791 - 2792 - [[package]] 2793 - name = "windows_x86_64_gnu" 2794 - version = "0.48.5" 2795 - source = "registry+https://github.com/rust-lang/crates.io-index" 2796 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2797 - 2798 - [[package]] 2799 - name = "windows_x86_64_gnu" 2800 - version = "0.52.6" 2801 - source = "registry+https://github.com/rust-lang/crates.io-index" 2802 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2803 - 2804 - [[package]] 2805 - name = "windows_x86_64_gnullvm" 2806 - version = "0.48.5" 2807 - source = "registry+https://github.com/rust-lang/crates.io-index" 2808 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2809 - 2810 - [[package]] 2811 - name = "windows_x86_64_gnullvm" 2812 - version = "0.52.6" 2813 - source = "registry+https://github.com/rust-lang/crates.io-index" 2814 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2815 - 2816 - [[package]] 2817 - name = "windows_x86_64_msvc" 2818 - version = "0.48.5" 2819 - source = "registry+https://github.com/rust-lang/crates.io-index" 2820 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2821 - 2822 - [[package]] 2823 - name = "windows_x86_64_msvc" 2824 - version = "0.52.6" 2825 - source = "registry+https://github.com/rust-lang/crates.io-index" 2826 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2827 - 2828 - [[package]] 2829 - name = "winreg" 2830 - version = "0.50.0" 2831 - source = "registry+https://github.com/rust-lang/crates.io-index" 2832 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 2833 - dependencies = [ 2834 - "cfg-if", 2835 - "windows-sys 0.48.0", 2836 - ] 2837 - 2838 - [[package]] 2839 - name = "wit-bindgen-rt" 2840 - version = "0.39.0" 2841 - source = "registry+https://github.com/rust-lang/crates.io-index" 2842 - checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 2843 - dependencies = [ 2844 - "bitflags 2.9.0", 2845 - ] 2846 - 2847 - [[package]] 2848 - name = "write16" 2849 - version = "1.0.0" 2850 - source = "registry+https://github.com/rust-lang/crates.io-index" 2851 - checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 2852 - 2853 - [[package]] 2854 - name = "writeable" 2855 - version = "0.5.5" 2856 - source = "registry+https://github.com/rust-lang/crates.io-index" 2857 - checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 2858 - 2859 - [[package]] 2860 - name = "xattr" 2861 - version = "1.5.0" 2862 - source = "registry+https://github.com/rust-lang/crates.io-index" 2863 - checksum = "0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e" 2864 - dependencies = [ 2865 - "libc", 2866 - "rustix", 2867 - ] 2868 - 2869 - [[package]] 2870 - name = "yansi" 2871 - version = "1.0.1" 2872 - source = "registry+https://github.com/rust-lang/crates.io-index" 2873 - checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 2874 - 2875 - [[package]] 2876 - name = "yoke" 2877 - version = "0.7.5" 2878 - source = "registry+https://github.com/rust-lang/crates.io-index" 2879 - checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 2880 - dependencies = [ 2881 - "serde", 2882 - "stable_deref_trait", 2883 - "yoke-derive", 2884 - "zerofrom", 2885 - ] 2886 - 2887 - [[package]] 2888 - name = "yoke-derive" 2889 - version = "0.7.5" 2890 - source = "registry+https://github.com/rust-lang/crates.io-index" 2891 - checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 2892 - dependencies = [ 2893 - "proc-macro2", 2894 - "quote", 2895 - "syn 2.0.101", 2896 - "synstructure", 2897 - ] 2898 - 2899 - [[package]] 2900 - name = "zerofrom" 2901 - version = "0.1.6" 2902 - source = "registry+https://github.com/rust-lang/crates.io-index" 2903 - checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 2904 - dependencies = [ 2905 - "zerofrom-derive", 2906 - ] 2907 - 2908 - [[package]] 2909 - name = "zerofrom-derive" 2910 - version = "0.1.6" 2911 - source = "registry+https://github.com/rust-lang/crates.io-index" 2912 - checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 2913 - dependencies = [ 2914 - "proc-macro2", 2915 - "quote", 2916 - "syn 2.0.101", 2917 - "synstructure", 2918 - ] 2919 - 2920 - [[package]] 2921 - name = "zerovec" 2922 - version = "0.10.4" 2923 - source = "registry+https://github.com/rust-lang/crates.io-index" 2924 - checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 2925 - dependencies = [ 2926 - "yoke", 2927 - "zerofrom", 2928 - "zerovec-derive", 2929 - ] 2930 - 2931 - [[package]] 2932 - name = "zerovec-derive" 2933 - version = "0.10.3" 2934 - source = "registry+https://github.com/rust-lang/crates.io-index" 2935 - checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 2936 - dependencies = [ 2937 - "proc-macro2", 2938 - "quote", 2939 - "syn 2.0.101", 2940 - ]
+9 -16
pkgs/by-name/au/autocorrect/package.nix
··· 4 4 fetchFromGitHub, 5 5 }: 6 6 7 - rustPlatform.buildRustPackage rec { 7 + rustPlatform.buildRustPackage (finalAttrs: { 8 8 pname = "autocorrect"; 9 - version = "2.14.0"; 9 + version = "2.14.1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "huacnlee"; 13 13 repo = "autocorrect"; 14 - rev = "v${version}"; 15 - sha256 = "sha256-Tqg0awxRtzqAVTTVrmN0RDTQvYJllejx8V94jTreZyI="; 14 + rev = "5af1bc295d48b0fd04f7dbc35ea99d479f682e78"; 15 + hash = "sha256-tbN+48a8NnwirJqUci0LgxsvJI0KzuG/aDvV/Yr8Xu8="; 16 16 }; 17 17 18 - cargoLock = { 19 - lockFile = ./Cargo.lock; 20 - }; 21 - 22 - postPatch = '' 23 - cp ${./Cargo.lock} Cargo.lock 24 - ''; 18 + useFetchCargoVendor = true; 19 + cargoHash = "sha256-cEiIs7wvfjP5/tkRtYb2XEZfssw09zkbOrqZsOX9ajQ="; 25 20 26 21 cargoBuildFlags = [ 27 22 "-p" ··· 31 26 "-p" 32 27 "autocorrect-cli" 33 28 ]; 34 - 35 - passthru.updateScript = ./update.sh; 36 29 37 30 meta = { 38 31 description = "Linter and formatter for help you improve copywriting, to correct spaces, punctuations between CJK (Chinese, Japanese, Korean)"; 39 32 mainProgram = "autocorrect"; 40 33 homepage = "https://huacnlee.github.io/autocorrect"; 41 - changelog = "https://github.com/huacnlee/autocorrect/releases/tag/v${version}"; 34 + changelog = "https://github.com/huacnlee/autocorrect/releases/tag/v${finalAttrs.version}"; 42 35 license = lib.licenses.mit; 43 - maintainers = with lib.maintainers; [ ]; 36 + maintainers = with lib.maintainers; [ definfo ]; 44 37 }; 45 - } 38 + })
-15
pkgs/by-name/au/autocorrect/update.sh
··· 1 - #! /usr/bin/env nix-shell 2 - #! nix-shell -i bash -p coreutils curl jq common-updater-scripts cargo 3 - # shellcheck shell=bash 4 - 5 - set -euo pipefail 6 - 7 - version=$(curl -s https://api.github.com/repos/huacnlee/autocorrect/releases/latest | jq -r .tag_name) 8 - update-source-version autocorrect "${version#v}" 9 - 10 - tmp=$(mktemp -d) 11 - trap 'rm -rf -- "${tmp}"' EXIT 12 - 13 - git clone --depth 1 --branch "${version}" https://github.com/huacnlee/autocorrect.git "${tmp}/autocorrect" 14 - cargo generate-lockfile --manifest-path "${tmp}/autocorrect/Cargo.toml" 15 - cp "${tmp}/autocorrect/Cargo.lock" "$(dirname "$0")/Cargo.lock"