{lnx,lsp-ai,lapce,lazymc,lightdm-mobile-greeter}: use fetchCargoVendor (#387583)

authored by Yt and committed by GitHub 46d81ec2 18ba3db1

+13 -15902
-7103
pkgs/applications/editors/lapce/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "Inflector" 7 - version = "0.11.4" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" 10 - dependencies = [ 11 - "lazy_static", 12 - "regex", 13 - ] 14 - 15 - [[package]] 16 - name = "ab_glyph" 17 - version = "0.2.21" 18 - source = "registry+https://github.com/rust-lang/crates.io-index" 19 - checksum = "5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39" 20 - dependencies = [ 21 - "ab_glyph_rasterizer", 22 - "owned_ttf_parser", 23 - ] 24 - 25 - [[package]] 26 - name = "ab_glyph_rasterizer" 27 - version = "0.1.8" 28 - source = "registry+https://github.com/rust-lang/crates.io-index" 29 - checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" 30 - 31 - [[package]] 32 - name = "addr2line" 33 - version = "0.21.0" 34 - source = "registry+https://github.com/rust-lang/crates.io-index" 35 - checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 36 - dependencies = [ 37 - "gimli", 38 - ] 39 - 40 - [[package]] 41 - name = "adler" 42 - version = "1.0.2" 43 - source = "registry+https://github.com/rust-lang/crates.io-index" 44 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 45 - 46 - [[package]] 47 - name = "ahash" 48 - version = "0.8.11" 49 - source = "registry+https://github.com/rust-lang/crates.io-index" 50 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 51 - dependencies = [ 52 - "cfg-if", 53 - "getrandom", 54 - "once_cell", 55 - "version_check", 56 - "zerocopy", 57 - ] 58 - 59 - [[package]] 60 - name = "aho-corasick" 61 - version = "1.1.3" 62 - source = "registry+https://github.com/rust-lang/crates.io-index" 63 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 64 - dependencies = [ 65 - "memchr", 66 - ] 67 - 68 - [[package]] 69 - name = "alacritty_terminal" 70 - version = "0.24.1-dev" 71 - source = "git+https://github.com/alacritty/alacritty?rev=cacdb5bb3b72bad2c729227537979d95af75978f#cacdb5bb3b72bad2c729227537979d95af75978f" 72 - dependencies = [ 73 - "base64 0.22.0", 74 - "bitflags 2.6.0", 75 - "home", 76 - "libc", 77 - "log", 78 - "miow", 79 - "parking_lot", 80 - "piper", 81 - "polling", 82 - "regex-automata", 83 - "rustix-openpty", 84 - "serde", 85 - "signal-hook", 86 - "unicode-width", 87 - "vte", 88 - "windows-sys 0.52.0", 89 - ] 90 - 91 - [[package]] 92 - name = "allocator-api2" 93 - version = "0.2.16" 94 - source = "registry+https://github.com/rust-lang/crates.io-index" 95 - checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" 96 - 97 - [[package]] 98 - name = "ambient-authority" 99 - version = "0.0.2" 100 - source = "registry+https://github.com/rust-lang/crates.io-index" 101 - checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b" 102 - 103 - [[package]] 104 - name = "android-activity" 105 - version = "0.5.0" 106 - source = "registry+https://github.com/rust-lang/crates.io-index" 107 - checksum = "052ad56e336bcc615a214bffbeca6c181ee9550acec193f0327e0b103b033a4d" 108 - dependencies = [ 109 - "android-properties", 110 - "bitflags 2.6.0", 111 - "cc", 112 - "cesu8", 113 - "jni", 114 - "jni-sys", 115 - "libc", 116 - "log", 117 - "ndk", 118 - "ndk-context", 119 - "ndk-sys", 120 - "num_enum", 121 - "thiserror", 122 - ] 123 - 124 - [[package]] 125 - name = "android-properties" 126 - version = "0.2.2" 127 - source = "registry+https://github.com/rust-lang/crates.io-index" 128 - checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 129 - 130 - [[package]] 131 - name = "android-tzdata" 132 - version = "0.1.1" 133 - source = "registry+https://github.com/rust-lang/crates.io-index" 134 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 135 - 136 - [[package]] 137 - name = "android_system_properties" 138 - version = "0.1.5" 139 - source = "registry+https://github.com/rust-lang/crates.io-index" 140 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 141 - dependencies = [ 142 - "libc", 143 - ] 144 - 145 - [[package]] 146 - name = "anes" 147 - version = "0.1.6" 148 - source = "registry+https://github.com/rust-lang/crates.io-index" 149 - checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 150 - 151 - [[package]] 152 - name = "anstyle" 153 - version = "1.0.6" 154 - source = "registry+https://github.com/rust-lang/crates.io-index" 155 - checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" 156 - 157 - [[package]] 158 - name = "anyhow" 159 - version = "1.0.69" 160 - source = "registry+https://github.com/rust-lang/crates.io-index" 161 - checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" 162 - 163 - [[package]] 164 - name = "arbitrary" 165 - version = "1.3.1" 166 - source = "registry+https://github.com/rust-lang/crates.io-index" 167 - checksum = "a2e1373abdaa212b704512ec2bd8b26bd0b7d5c3f70117411a5d9a451383c859" 168 - 169 - [[package]] 170 - name = "arc-swap" 171 - version = "1.6.0" 172 - source = "registry+https://github.com/rust-lang/crates.io-index" 173 - checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" 174 - 175 - [[package]] 176 - name = "arrayref" 177 - version = "0.3.7" 178 - source = "registry+https://github.com/rust-lang/crates.io-index" 179 - checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 180 - 181 - [[package]] 182 - name = "arrayvec" 183 - version = "0.7.2" 184 - source = "registry+https://github.com/rust-lang/crates.io-index" 185 - checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 186 - 187 - [[package]] 188 - name = "as-raw-xcb-connection" 189 - version = "1.0.0" 190 - source = "registry+https://github.com/rust-lang/crates.io-index" 191 - checksum = "2d5f312b0a56c5cdf967c0aeb67f6289603354951683bc97ddc595ab974ba9aa" 192 - 193 - [[package]] 194 - name = "ash" 195 - version = "0.38.0+1.3.281" 196 - source = "registry+https://github.com/rust-lang/crates.io-index" 197 - checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 198 - dependencies = [ 199 - "libloading", 200 - ] 201 - 202 - [[package]] 203 - name = "ashpd" 204 - version = "0.8.0" 205 - source = "registry+https://github.com/rust-lang/crates.io-index" 206 - checksum = "1b22517ee647547c01a687cf9b76074e1c91334032a4324f7243c6ee0f949390" 207 - dependencies = [ 208 - "async-fs", 209 - "async-net", 210 - "enumflags2", 211 - "futures-channel", 212 - "futures-util", 213 - "rand", 214 - "serde", 215 - "serde_repr", 216 - "url", 217 - "zbus", 218 - ] 219 - 220 - [[package]] 221 - name = "async-broadcast" 222 - version = "0.7.0" 223 - source = "registry+https://github.com/rust-lang/crates.io-index" 224 - checksum = "258b52a1aa741b9f09783b2d86cf0aeeb617bbf847f6933340a39644227acbdb" 225 - dependencies = [ 226 - "event-listener 5.2.0", 227 - "event-listener-strategy 0.5.0", 228 - "futures-core", 229 - "pin-project-lite", 230 - ] 231 - 232 - [[package]] 233 - name = "async-channel" 234 - version = "2.2.0" 235 - source = "registry+https://github.com/rust-lang/crates.io-index" 236 - checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3" 237 - dependencies = [ 238 - "concurrent-queue", 239 - "event-listener 5.2.0", 240 - "event-listener-strategy 0.5.0", 241 - "futures-core", 242 - "pin-project-lite", 243 - ] 244 - 245 - [[package]] 246 - name = "async-executor" 247 - version = "1.8.0" 248 - source = "registry+https://github.com/rust-lang/crates.io-index" 249 - checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c" 250 - dependencies = [ 251 - "async-lock 3.3.0", 252 - "async-task", 253 - "concurrent-queue", 254 - "fastrand", 255 - "futures-lite", 256 - "slab", 257 - ] 258 - 259 - [[package]] 260 - name = "async-fs" 261 - version = "2.1.1" 262 - source = "registry+https://github.com/rust-lang/crates.io-index" 263 - checksum = "bc19683171f287921f2405677dd2ed2549c3b3bda697a563ebc3a121ace2aba1" 264 - dependencies = [ 265 - "async-lock 3.3.0", 266 - "blocking", 267 - "futures-lite", 268 - ] 269 - 270 - [[package]] 271 - name = "async-io" 272 - version = "2.3.1" 273 - source = "registry+https://github.com/rust-lang/crates.io-index" 274 - checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65" 275 - dependencies = [ 276 - "async-lock 3.3.0", 277 - "cfg-if", 278 - "concurrent-queue", 279 - "futures-io", 280 - "futures-lite", 281 - "parking", 282 - "polling", 283 - "rustix", 284 - "slab", 285 - "tracing 0.1.37", 286 - "windows-sys 0.52.0", 287 - ] 288 - 289 - [[package]] 290 - name = "async-lock" 291 - version = "2.8.0" 292 - source = "registry+https://github.com/rust-lang/crates.io-index" 293 - checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 294 - dependencies = [ 295 - "event-listener 2.5.3", 296 - ] 297 - 298 - [[package]] 299 - name = "async-lock" 300 - version = "3.3.0" 301 - source = "registry+https://github.com/rust-lang/crates.io-index" 302 - checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" 303 - dependencies = [ 304 - "event-listener 4.0.3", 305 - "event-listener-strategy 0.4.0", 306 - "pin-project-lite", 307 - ] 308 - 309 - [[package]] 310 - name = "async-net" 311 - version = "2.0.0" 312 - source = "registry+https://github.com/rust-lang/crates.io-index" 313 - checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" 314 - dependencies = [ 315 - "async-io", 316 - "blocking", 317 - "futures-lite", 318 - ] 319 - 320 - [[package]] 321 - name = "async-process" 322 - version = "2.1.0" 323 - source = "registry+https://github.com/rust-lang/crates.io-index" 324 - checksum = "451e3cf68011bd56771c79db04a9e333095ab6349f7e47592b788e9b98720cc8" 325 - dependencies = [ 326 - "async-channel", 327 - "async-io", 328 - "async-lock 3.3.0", 329 - "async-signal", 330 - "blocking", 331 - "cfg-if", 332 - "event-listener 5.2.0", 333 - "futures-lite", 334 - "rustix", 335 - "windows-sys 0.52.0", 336 - ] 337 - 338 - [[package]] 339 - name = "async-recursion" 340 - version = "1.0.5" 341 - source = "registry+https://github.com/rust-lang/crates.io-index" 342 - checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" 343 - dependencies = [ 344 - "proc-macro2", 345 - "quote", 346 - "syn 2.0.57", 347 - ] 348 - 349 - [[package]] 350 - name = "async-signal" 351 - version = "0.2.5" 352 - source = "registry+https://github.com/rust-lang/crates.io-index" 353 - checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" 354 - dependencies = [ 355 - "async-io", 356 - "async-lock 2.8.0", 357 - "atomic-waker", 358 - "cfg-if", 359 - "futures-core", 360 - "futures-io", 361 - "rustix", 362 - "signal-hook-registry", 363 - "slab", 364 - "windows-sys 0.48.0", 365 - ] 366 - 367 - [[package]] 368 - name = "async-task" 369 - version = "4.7.0" 370 - source = "registry+https://github.com/rust-lang/crates.io-index" 371 - checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799" 372 - 373 - [[package]] 374 - name = "async-trait" 375 - version = "0.1.74" 376 - source = "registry+https://github.com/rust-lang/crates.io-index" 377 - checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" 378 - dependencies = [ 379 - "proc-macro2", 380 - "quote", 381 - "syn 2.0.57", 382 - ] 383 - 384 - [[package]] 385 - name = "atomic-waker" 386 - version = "1.1.2" 387 - source = "registry+https://github.com/rust-lang/crates.io-index" 388 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 389 - 390 - [[package]] 391 - name = "autocfg" 392 - version = "1.1.0" 393 - source = "registry+https://github.com/rust-lang/crates.io-index" 394 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 395 - 396 - [[package]] 397 - name = "backtrace" 398 - version = "0.3.71" 399 - source = "registry+https://github.com/rust-lang/crates.io-index" 400 - checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" 401 - dependencies = [ 402 - "addr2line", 403 - "cc", 404 - "cfg-if", 405 - "libc", 406 - "miniz_oxide", 407 - "object", 408 - "rustc-demangle", 409 - ] 410 - 411 - [[package]] 412 - name = "base64" 413 - version = "0.21.7" 414 - source = "registry+https://github.com/rust-lang/crates.io-index" 415 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 416 - 417 - [[package]] 418 - name = "base64" 419 - version = "0.22.0" 420 - source = "registry+https://github.com/rust-lang/crates.io-index" 421 - checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" 422 - 423 - [[package]] 424 - name = "bincode" 425 - version = "1.3.3" 426 - source = "registry+https://github.com/rust-lang/crates.io-index" 427 - checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 428 - dependencies = [ 429 - "serde", 430 - ] 431 - 432 - [[package]] 433 - name = "bit-set" 434 - version = "0.6.0" 435 - source = "registry+https://github.com/rust-lang/crates.io-index" 436 - checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f" 437 - dependencies = [ 438 - "bit-vec", 439 - ] 440 - 441 - [[package]] 442 - name = "bit-vec" 443 - version = "0.7.0" 444 - source = "registry+https://github.com/rust-lang/crates.io-index" 445 - checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22" 446 - 447 - [[package]] 448 - name = "bitflags" 449 - version = "1.3.2" 450 - source = "registry+https://github.com/rust-lang/crates.io-index" 451 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 452 - 453 - [[package]] 454 - name = "bitflags" 455 - version = "2.6.0" 456 - source = "registry+https://github.com/rust-lang/crates.io-index" 457 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 458 - dependencies = [ 459 - "serde", 460 - ] 461 - 462 - [[package]] 463 - name = "bitmaps" 464 - version = "2.1.0" 465 - source = "registry+https://github.com/rust-lang/crates.io-index" 466 - checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" 467 - dependencies = [ 468 - "typenum", 469 - ] 470 - 471 - [[package]] 472 - name = "block" 473 - version = "0.1.6" 474 - source = "registry+https://github.com/rust-lang/crates.io-index" 475 - checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 476 - 477 - [[package]] 478 - name = "block-buffer" 479 - version = "0.10.4" 480 - source = "registry+https://github.com/rust-lang/crates.io-index" 481 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 482 - dependencies = [ 483 - "generic-array", 484 - ] 485 - 486 - [[package]] 487 - name = "block-sys" 488 - version = "0.2.0" 489 - source = "registry+https://github.com/rust-lang/crates.io-index" 490 - checksum = "2dd7cf50912cddc06dc5ea7c08c5e81c1b2c842a70d19def1848d54c586fed92" 491 - dependencies = [ 492 - "objc-sys", 493 - ] 494 - 495 - [[package]] 496 - name = "block2" 497 - version = "0.3.0" 498 - source = "registry+https://github.com/rust-lang/crates.io-index" 499 - checksum = "15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68" 500 - dependencies = [ 501 - "block-sys", 502 - "objc2 0.4.1", 503 - ] 504 - 505 - [[package]] 506 - name = "block2" 507 - version = "0.5.1" 508 - source = "registry+https://github.com/rust-lang/crates.io-index" 509 - checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 510 - dependencies = [ 511 - "objc2 0.5.2", 512 - ] 513 - 514 - [[package]] 515 - name = "blocking" 516 - version = "1.6.1" 517 - source = "registry+https://github.com/rust-lang/crates.io-index" 518 - checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 519 - dependencies = [ 520 - "async-channel", 521 - "async-task", 522 - "futures-io", 523 - "futures-lite", 524 - "piper", 525 - ] 526 - 527 - [[package]] 528 - name = "bstr" 529 - version = "1.7.0" 530 - source = "registry+https://github.com/rust-lang/crates.io-index" 531 - checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019" 532 - dependencies = [ 533 - "memchr", 534 - "regex-automata", 535 - "serde", 536 - ] 537 - 538 - [[package]] 539 - name = "bumpalo" 540 - version = "3.14.0" 541 - source = "registry+https://github.com/rust-lang/crates.io-index" 542 - checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" 543 - 544 - [[package]] 545 - name = "bytecount" 546 - version = "0.6.3" 547 - source = "registry+https://github.com/rust-lang/crates.io-index" 548 - checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" 549 - 550 - [[package]] 551 - name = "bytemuck" 552 - version = "1.16.3" 553 - source = "registry+https://github.com/rust-lang/crates.io-index" 554 - checksum = "102087e286b4677862ea56cf8fc58bb2cdfa8725c40ffb80fe3a008eb7f2fc83" 555 - dependencies = [ 556 - "bytemuck_derive", 557 - ] 558 - 559 - [[package]] 560 - name = "bytemuck_derive" 561 - version = "1.5.0" 562 - source = "registry+https://github.com/rust-lang/crates.io-index" 563 - checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1" 564 - dependencies = [ 565 - "proc-macro2", 566 - "quote", 567 - "syn 2.0.57", 568 - ] 569 - 570 - [[package]] 571 - name = "byteorder" 572 - version = "1.4.3" 573 - source = "registry+https://github.com/rust-lang/crates.io-index" 574 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 575 - 576 - [[package]] 577 - name = "bytes" 578 - version = "1.5.0" 579 - source = "registry+https://github.com/rust-lang/crates.io-index" 580 - checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 581 - 582 - [[package]] 583 - name = "calloop" 584 - version = "0.12.3" 585 - source = "registry+https://github.com/rust-lang/crates.io-index" 586 - checksum = "7b50b5a44d59a98c55a9eeb518f39bf7499ba19fd98ee7d22618687f3f10adbf" 587 - dependencies = [ 588 - "bitflags 2.6.0", 589 - "log", 590 - "polling", 591 - "rustix", 592 - "slab", 593 - "thiserror", 594 - ] 595 - 596 - [[package]] 597 - name = "calloop-wayland-source" 598 - version = "0.2.0" 599 - source = "registry+https://github.com/rust-lang/crates.io-index" 600 - checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02" 601 - dependencies = [ 602 - "calloop", 603 - "rustix", 604 - "wayland-backend", 605 - "wayland-client", 606 - ] 607 - 608 - [[package]] 609 - name = "cap-fs-ext" 610 - version = "2.0.0" 611 - source = "registry+https://github.com/rust-lang/crates.io-index" 612 - checksum = "b779b2d0a001c125b4584ad586268fb4b92d957bff8d26d7fe0dd78283faa814" 613 - dependencies = [ 614 - "cap-primitives", 615 - "cap-std", 616 - "io-lifetimes", 617 - "windows-sys 0.48.0", 618 - ] 619 - 620 - [[package]] 621 - name = "cap-net-ext" 622 - version = "2.0.0" 623 - source = "registry+https://github.com/rust-lang/crates.io-index" 624 - checksum = "6ffc30dee200c20b4dcb80572226f42658e1d9c4b668656d7cc59c33d50e396e" 625 - dependencies = [ 626 - "cap-primitives", 627 - "cap-std", 628 - "rustix", 629 - "smallvec", 630 - ] 631 - 632 - [[package]] 633 - name = "cap-primitives" 634 - version = "2.0.0" 635 - source = "registry+https://github.com/rust-lang/crates.io-index" 636 - checksum = "2bf30c373a3bee22c292b1b6a7a26736a38376840f1af3d2d806455edf8c3899" 637 - dependencies = [ 638 - "ambient-authority", 639 - "fs-set-times", 640 - "io-extras", 641 - "io-lifetimes", 642 - "ipnet", 643 - "maybe-owned", 644 - "rustix", 645 - "windows-sys 0.48.0", 646 - "winx", 647 - ] 648 - 649 - [[package]] 650 - name = "cap-rand" 651 - version = "2.0.0" 652 - source = "registry+https://github.com/rust-lang/crates.io-index" 653 - checksum = "577de6cff7c2a47d6b13efe5dd28bf116bd7f8f7db164ea95b7cc2640711f522" 654 - dependencies = [ 655 - "ambient-authority", 656 - "rand", 657 - ] 658 - 659 - [[package]] 660 - name = "cap-std" 661 - version = "2.0.0" 662 - source = "registry+https://github.com/rust-lang/crates.io-index" 663 - checksum = "84bade423fa6403efeebeafe568fdb230e8c590a275fba2ba978dd112efcf6e9" 664 - dependencies = [ 665 - "cap-primitives", 666 - "io-extras", 667 - "io-lifetimes", 668 - "rustix", 669 - ] 670 - 671 - [[package]] 672 - name = "cap-time-ext" 673 - version = "2.0.0" 674 - source = "registry+https://github.com/rust-lang/crates.io-index" 675 - checksum = "f8f52b3c8f4abfe3252fd0a071f3004aaa3b18936ec97bdbd8763ce03aff6247" 676 - dependencies = [ 677 - "cap-primitives", 678 - "once_cell", 679 - "rustix", 680 - "winx", 681 - ] 682 - 683 - [[package]] 684 - name = "cast" 685 - version = "0.3.0" 686 - source = "registry+https://github.com/rust-lang/crates.io-index" 687 - checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 688 - 689 - [[package]] 690 - name = "cc" 691 - version = "1.0.99" 692 - source = "registry+https://github.com/rust-lang/crates.io-index" 693 - checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695" 694 - dependencies = [ 695 - "jobserver", 696 - "libc", 697 - "once_cell", 698 - ] 699 - 700 - [[package]] 701 - name = "cesu8" 702 - version = "1.1.0" 703 - source = "registry+https://github.com/rust-lang/crates.io-index" 704 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 705 - 706 - [[package]] 707 - name = "cfg-if" 708 - version = "1.0.0" 709 - source = "registry+https://github.com/rust-lang/crates.io-index" 710 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 711 - 712 - [[package]] 713 - name = "cfg_aliases" 714 - version = "0.1.1" 715 - source = "registry+https://github.com/rust-lang/crates.io-index" 716 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 717 - 718 - [[package]] 719 - name = "cfg_aliases" 720 - version = "0.2.0" 721 - source = "registry+https://github.com/rust-lang/crates.io-index" 722 - checksum = "77e53693616d3075149f4ead59bdeecd204ac6b8192d8969757601b74bddf00f" 723 - 724 - [[package]] 725 - name = "chrono" 726 - version = "0.4.38" 727 - source = "registry+https://github.com/rust-lang/crates.io-index" 728 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 729 - dependencies = [ 730 - "android-tzdata", 731 - "iana-time-zone", 732 - "js-sys", 733 - "num-traits", 734 - "wasm-bindgen", 735 - "windows-targets 0.52.0", 736 - ] 737 - 738 - [[package]] 739 - name = "ciborium" 740 - version = "0.2.1" 741 - source = "registry+https://github.com/rust-lang/crates.io-index" 742 - checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" 743 - dependencies = [ 744 - "ciborium-io", 745 - "ciborium-ll", 746 - "serde", 747 - ] 748 - 749 - [[package]] 750 - name = "ciborium-io" 751 - version = "0.2.1" 752 - source = "registry+https://github.com/rust-lang/crates.io-index" 753 - checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656" 754 - 755 - [[package]] 756 - name = "ciborium-ll" 757 - version = "0.2.1" 758 - source = "registry+https://github.com/rust-lang/crates.io-index" 759 - checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b" 760 - dependencies = [ 761 - "ciborium-io", 762 - "half", 763 - ] 764 - 765 - [[package]] 766 - name = "clap" 767 - version = "4.5.1" 768 - source = "registry+https://github.com/rust-lang/crates.io-index" 769 - checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da" 770 - dependencies = [ 771 - "clap_builder", 772 - "clap_derive", 773 - ] 774 - 775 - [[package]] 776 - name = "clap_builder" 777 - version = "4.5.1" 778 - source = "registry+https://github.com/rust-lang/crates.io-index" 779 - checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb" 780 - dependencies = [ 781 - "anstyle", 782 - "clap_lex", 783 - ] 784 - 785 - [[package]] 786 - name = "clap_derive" 787 - version = "4.5.0" 788 - source = "registry+https://github.com/rust-lang/crates.io-index" 789 - checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" 790 - dependencies = [ 791 - "heck", 792 - "proc-macro2", 793 - "quote", 794 - "syn 2.0.57", 795 - ] 796 - 797 - [[package]] 798 - name = "clap_lex" 799 - version = "0.7.0" 800 - source = "registry+https://github.com/rust-lang/crates.io-index" 801 - checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" 802 - 803 - [[package]] 804 - name = "clipboard-win" 805 - version = "3.1.1" 806 - source = "registry+https://github.com/rust-lang/crates.io-index" 807 - checksum = "9fdf5e01086b6be750428ba4a40619f847eb2e95756eee84b18e06e5f0b50342" 808 - dependencies = [ 809 - "lazy-bytes-cast", 810 - "winapi", 811 - ] 812 - 813 - [[package]] 814 - name = "cocoa" 815 - version = "0.25.0" 816 - source = "registry+https://github.com/rust-lang/crates.io-index" 817 - checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c" 818 - dependencies = [ 819 - "bitflags 1.3.2", 820 - "block", 821 - "cocoa-foundation", 822 - "core-foundation", 823 - "core-graphics", 824 - "foreign-types 0.5.0", 825 - "libc", 826 - "objc", 827 - ] 828 - 829 - [[package]] 830 - name = "cocoa-foundation" 831 - version = "0.1.0" 832 - source = "registry+https://github.com/rust-lang/crates.io-index" 833 - checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318" 834 - dependencies = [ 835 - "bitflags 1.3.2", 836 - "block", 837 - "core-foundation", 838 - "core-graphics-types", 839 - "foreign-types 0.3.2", 840 - "libc", 841 - "objc", 842 - ] 843 - 844 - [[package]] 845 - name = "codespan-reporting" 846 - version = "0.11.1" 847 - source = "registry+https://github.com/rust-lang/crates.io-index" 848 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 849 - dependencies = [ 850 - "termcolor", 851 - "unicode-width", 852 - ] 853 - 854 - [[package]] 855 - name = "color_quant" 856 - version = "1.1.0" 857 - source = "registry+https://github.com/rust-lang/crates.io-index" 858 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 859 - 860 - [[package]] 861 - name = "com" 862 - version = "0.6.0" 863 - source = "registry+https://github.com/rust-lang/crates.io-index" 864 - checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6" 865 - dependencies = [ 866 - "com_macros", 867 - ] 868 - 869 - [[package]] 870 - name = "com_macros" 871 - version = "0.6.0" 872 - source = "registry+https://github.com/rust-lang/crates.io-index" 873 - checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5" 874 - dependencies = [ 875 - "com_macros_support", 876 - "proc-macro2", 877 - "syn 1.0.109", 878 - ] 879 - 880 - [[package]] 881 - name = "com_macros_support" 882 - version = "0.6.0" 883 - source = "registry+https://github.com/rust-lang/crates.io-index" 884 - checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c" 885 - dependencies = [ 886 - "proc-macro2", 887 - "quote", 888 - "syn 1.0.109", 889 - ] 890 - 891 - [[package]] 892 - name = "combine" 893 - version = "4.6.6" 894 - source = "registry+https://github.com/rust-lang/crates.io-index" 895 - checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" 896 - dependencies = [ 897 - "bytes", 898 - "memchr", 899 - ] 900 - 901 - [[package]] 902 - name = "concurrent-queue" 903 - version = "2.2.0" 904 - source = "registry+https://github.com/rust-lang/crates.io-index" 905 - checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c" 906 - dependencies = [ 907 - "crossbeam-utils", 908 - ] 909 - 910 - [[package]] 911 - name = "config" 912 - version = "0.13.4" 913 - source = "registry+https://github.com/rust-lang/crates.io-index" 914 - checksum = "23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca" 915 - dependencies = [ 916 - "async-trait", 917 - "lazy_static", 918 - "nom", 919 - "pathdiff", 920 - "serde", 921 - "toml", 922 - ] 923 - 924 - [[package]] 925 - name = "copypasta" 926 - version = "0.10.1" 927 - source = "registry+https://github.com/rust-lang/crates.io-index" 928 - checksum = "deb85422867ca93da58b7f95fb5c0c10f6183ed6e1ef8841568968a896d3a858" 929 - dependencies = [ 930 - "clipboard-win", 931 - "objc", 932 - "objc-foundation", 933 - "objc_id", 934 - "smithay-clipboard", 935 - "x11-clipboard", 936 - ] 937 - 938 - [[package]] 939 - name = "core-foundation" 940 - version = "0.9.4" 941 - source = "registry+https://github.com/rust-lang/crates.io-index" 942 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 943 - dependencies = [ 944 - "core-foundation-sys", 945 - "libc", 946 - ] 947 - 948 - [[package]] 949 - name = "core-foundation-sys" 950 - version = "0.8.6" 951 - source = "registry+https://github.com/rust-lang/crates.io-index" 952 - checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 953 - 954 - [[package]] 955 - name = "core-graphics" 956 - version = "0.23.1" 957 - source = "registry+https://github.com/rust-lang/crates.io-index" 958 - checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212" 959 - dependencies = [ 960 - "bitflags 1.3.2", 961 - "core-foundation", 962 - "core-graphics-types", 963 - "foreign-types 0.5.0", 964 - "libc", 965 - ] 966 - 967 - [[package]] 968 - name = "core-graphics-types" 969 - version = "0.1.3" 970 - source = "registry+https://github.com/rust-lang/crates.io-index" 971 - checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 972 - dependencies = [ 973 - "bitflags 1.3.2", 974 - "core-foundation", 975 - "libc", 976 - ] 977 - 978 - [[package]] 979 - name = "cosmic-text" 980 - version = "0.12.1" 981 - source = "registry+https://github.com/rust-lang/crates.io-index" 982 - checksum = "59fd57d82eb4bfe7ffa9b1cec0c05e2fd378155b47f255a67983cb4afe0e80c2" 983 - dependencies = [ 984 - "bitflags 2.6.0", 985 - "fontdb", 986 - "log", 987 - "rangemap", 988 - "rayon", 989 - "rustc-hash", 990 - "rustybuzz 0.14.1", 991 - "self_cell", 992 - "swash", 993 - "sys-locale", 994 - "ttf-parser 0.21.1", 995 - "unicode-bidi", 996 - "unicode-linebreak", 997 - "unicode-script", 998 - "unicode-segmentation", 999 - ] 1000 - 1001 - [[package]] 1002 - name = "cpp_demangle" 1003 - version = "0.3.5" 1004 - source = "registry+https://github.com/rust-lang/crates.io-index" 1005 - checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f" 1006 - dependencies = [ 1007 - "cfg-if", 1008 - ] 1009 - 1010 - [[package]] 1011 - name = "cpufeatures" 1012 - version = "0.2.5" 1013 - source = "registry+https://github.com/rust-lang/crates.io-index" 1014 - checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 1015 - dependencies = [ 1016 - "libc", 1017 - ] 1018 - 1019 - [[package]] 1020 - name = "cranelift-bforest" 1021 - version = "0.101.4" 1022 - source = "registry+https://github.com/rust-lang/crates.io-index" 1023 - checksum = "2b5bb9245ec7dcc04d03110e538d31f0969d301c9d673145f4b4d5c3478539a3" 1024 - dependencies = [ 1025 - "cranelift-entity", 1026 - ] 1027 - 1028 - [[package]] 1029 - name = "cranelift-codegen" 1030 - version = "0.101.4" 1031 - source = "registry+https://github.com/rust-lang/crates.io-index" 1032 - checksum = "ebb18d10e5ddac43ba4ca8fd4e310938569c3e484cc01b6372b27dc5bb4dfd28" 1033 - dependencies = [ 1034 - "bumpalo", 1035 - "cranelift-bforest", 1036 - "cranelift-codegen-meta", 1037 - "cranelift-codegen-shared", 1038 - "cranelift-control", 1039 - "cranelift-entity", 1040 - "cranelift-isle", 1041 - "gimli", 1042 - "hashbrown", 1043 - "log", 1044 - "regalloc2", 1045 - "smallvec", 1046 - "target-lexicon", 1047 - ] 1048 - 1049 - [[package]] 1050 - name = "cranelift-codegen-meta" 1051 - version = "0.101.4" 1052 - source = "registry+https://github.com/rust-lang/crates.io-index" 1053 - checksum = "7a3ce6d22982c1b9b6b012654258bab1a13947bb12703518bef06b1a4867c3d6" 1054 - dependencies = [ 1055 - "cranelift-codegen-shared", 1056 - ] 1057 - 1058 - [[package]] 1059 - name = "cranelift-codegen-shared" 1060 - version = "0.101.4" 1061 - source = "registry+https://github.com/rust-lang/crates.io-index" 1062 - checksum = "47220fd4f9a0ce23541652b6f16f83868d282602c600d14934b2a4c166b4bd80" 1063 - 1064 - [[package]] 1065 - name = "cranelift-control" 1066 - version = "0.101.4" 1067 - source = "registry+https://github.com/rust-lang/crates.io-index" 1068 - checksum = "ed5a4c42672aea9b6e820046b52e47a1c05d3394a6cdf4cb3c3c4b702f954bd2" 1069 - dependencies = [ 1070 - "arbitrary", 1071 - ] 1072 - 1073 - [[package]] 1074 - name = "cranelift-entity" 1075 - version = "0.101.4" 1076 - source = "registry+https://github.com/rust-lang/crates.io-index" 1077 - checksum = "0b4e9a3296fc827f9d35135dc2c0c8dd8d8359eb1ef904bae2d55d5bcb0c9f94" 1078 - dependencies = [ 1079 - "serde", 1080 - "serde_derive", 1081 - ] 1082 - 1083 - [[package]] 1084 - name = "cranelift-frontend" 1085 - version = "0.101.2" 1086 - source = "registry+https://github.com/rust-lang/crates.io-index" 1087 - checksum = "9aaadf1e7cf28886bbf046eaf7ef538997bc8a7e020e578ea4957b39da87d5a1" 1088 - dependencies = [ 1089 - "cranelift-codegen", 1090 - "log", 1091 - "smallvec", 1092 - "target-lexicon", 1093 - ] 1094 - 1095 - [[package]] 1096 - name = "cranelift-isle" 1097 - version = "0.101.4" 1098 - source = "registry+https://github.com/rust-lang/crates.io-index" 1099 - checksum = "45bab6d69919d210a50331d35cc6ce111567bc040aebac63a8ae130d0400a075" 1100 - 1101 - [[package]] 1102 - name = "cranelift-native" 1103 - version = "0.101.2" 1104 - source = "registry+https://github.com/rust-lang/crates.io-index" 1105 - checksum = "76fb52ba71be98312f35e798d9e98e45ab2586f27584231bf7c644fa9501e8af" 1106 - dependencies = [ 1107 - "cranelift-codegen", 1108 - "libc", 1109 - "target-lexicon", 1110 - ] 1111 - 1112 - [[package]] 1113 - name = "cranelift-wasm" 1114 - version = "0.101.2" 1115 - source = "registry+https://github.com/rust-lang/crates.io-index" 1116 - checksum = "f1b2f48857ec7c051af938c72b5fdf370a5eec255c8a2be87633241af3c05772" 1117 - dependencies = [ 1118 - "cranelift-codegen", 1119 - "cranelift-entity", 1120 - "cranelift-frontend", 1121 - "itertools 0.10.5", 1122 - "log", 1123 - "smallvec", 1124 - "wasmparser", 1125 - "wasmtime-types", 1126 - ] 1127 - 1128 - [[package]] 1129 - name = "crc32fast" 1130 - version = "1.3.2" 1131 - source = "registry+https://github.com/rust-lang/crates.io-index" 1132 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 1133 - dependencies = [ 1134 - "cfg-if", 1135 - ] 1136 - 1137 - [[package]] 1138 - name = "criterion" 1139 - version = "0.5.1" 1140 - source = "registry+https://github.com/rust-lang/crates.io-index" 1141 - checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" 1142 - dependencies = [ 1143 - "anes", 1144 - "cast", 1145 - "ciborium", 1146 - "clap", 1147 - "criterion-plot", 1148 - "is-terminal", 1149 - "itertools 0.10.5", 1150 - "num-traits", 1151 - "once_cell", 1152 - "oorandom", 1153 - "plotters", 1154 - "rayon", 1155 - "regex", 1156 - "serde", 1157 - "serde_derive", 1158 - "serde_json", 1159 - "tinytemplate", 1160 - "walkdir", 1161 - ] 1162 - 1163 - [[package]] 1164 - name = "criterion-plot" 1165 - version = "0.5.0" 1166 - source = "registry+https://github.com/rust-lang/crates.io-index" 1167 - checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 1168 - dependencies = [ 1169 - "cast", 1170 - "itertools 0.10.5", 1171 - ] 1172 - 1173 - [[package]] 1174 - name = "crossbeam-channel" 1175 - version = "0.5.12" 1176 - source = "registry+https://github.com/rust-lang/crates.io-index" 1177 - checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" 1178 - dependencies = [ 1179 - "crossbeam-utils", 1180 - ] 1181 - 1182 - [[package]] 1183 - name = "crossbeam-deque" 1184 - version = "0.8.2" 1185 - source = "registry+https://github.com/rust-lang/crates.io-index" 1186 - checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" 1187 - dependencies = [ 1188 - "cfg-if", 1189 - "crossbeam-epoch", 1190 - "crossbeam-utils", 1191 - ] 1192 - 1193 - [[package]] 1194 - name = "crossbeam-epoch" 1195 - version = "0.9.10" 1196 - source = "registry+https://github.com/rust-lang/crates.io-index" 1197 - checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1" 1198 - dependencies = [ 1199 - "autocfg", 1200 - "cfg-if", 1201 - "crossbeam-utils", 1202 - "memoffset 0.6.5", 1203 - "once_cell", 1204 - "scopeguard", 1205 - ] 1206 - 1207 - [[package]] 1208 - name = "crossbeam-utils" 1209 - version = "0.8.19" 1210 - source = "registry+https://github.com/rust-lang/crates.io-index" 1211 - checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" 1212 - 1213 - [[package]] 1214 - name = "crypto-common" 1215 - version = "0.1.6" 1216 - source = "registry+https://github.com/rust-lang/crates.io-index" 1217 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1218 - dependencies = [ 1219 - "generic-array", 1220 - "typenum", 1221 - ] 1222 - 1223 - [[package]] 1224 - name = "ctor" 1225 - version = "0.2.5" 1226 - source = "registry+https://github.com/rust-lang/crates.io-index" 1227 - checksum = "37e366bff8cd32dd8754b0991fb66b279dc48f598c3a18914852a6673deef583" 1228 - dependencies = [ 1229 - "quote", 1230 - "syn 2.0.57", 1231 - ] 1232 - 1233 - [[package]] 1234 - name = "cursor-icon" 1235 - version = "1.1.0" 1236 - source = "registry+https://github.com/rust-lang/crates.io-index" 1237 - checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991" 1238 - dependencies = [ 1239 - "serde", 1240 - ] 1241 - 1242 - [[package]] 1243 - name = "d3d12" 1244 - version = "22.0.0" 1245 - source = "registry+https://github.com/rust-lang/crates.io-index" 1246 - checksum = "bdbd1f579714e3c809ebd822c81ef148b1ceaeb3d535352afc73fd0c4c6a0017" 1247 - dependencies = [ 1248 - "bitflags 2.6.0", 1249 - "libloading", 1250 - "winapi", 1251 - ] 1252 - 1253 - [[package]] 1254 - name = "darling" 1255 - version = "0.14.4" 1256 - source = "registry+https://github.com/rust-lang/crates.io-index" 1257 - checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" 1258 - dependencies = [ 1259 - "darling_core", 1260 - "darling_macro", 1261 - ] 1262 - 1263 - [[package]] 1264 - name = "darling_core" 1265 - version = "0.14.4" 1266 - source = "registry+https://github.com/rust-lang/crates.io-index" 1267 - checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" 1268 - dependencies = [ 1269 - "fnv", 1270 - "ident_case", 1271 - "proc-macro2", 1272 - "quote", 1273 - "strsim", 1274 - "syn 1.0.109", 1275 - ] 1276 - 1277 - [[package]] 1278 - name = "darling_macro" 1279 - version = "0.14.4" 1280 - source = "registry+https://github.com/rust-lang/crates.io-index" 1281 - checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" 1282 - dependencies = [ 1283 - "darling_core", 1284 - "quote", 1285 - "syn 1.0.109", 1286 - ] 1287 - 1288 - [[package]] 1289 - name = "data-url" 1290 - version = "0.3.1" 1291 - source = "registry+https://github.com/rust-lang/crates.io-index" 1292 - checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" 1293 - 1294 - [[package]] 1295 - name = "debugid" 1296 - version = "0.8.0" 1297 - source = "registry+https://github.com/rust-lang/crates.io-index" 1298 - checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" 1299 - dependencies = [ 1300 - "uuid", 1301 - ] 1302 - 1303 - [[package]] 1304 - name = "deranged" 1305 - version = "0.3.11" 1306 - source = "registry+https://github.com/rust-lang/crates.io-index" 1307 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 1308 - dependencies = [ 1309 - "powerfmt", 1310 - ] 1311 - 1312 - [[package]] 1313 - name = "derivative" 1314 - version = "2.2.0" 1315 - source = "registry+https://github.com/rust-lang/crates.io-index" 1316 - checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 1317 - dependencies = [ 1318 - "proc-macro2", 1319 - "quote", 1320 - "syn 1.0.109", 1321 - ] 1322 - 1323 - [[package]] 1324 - name = "digest" 1325 - version = "0.10.7" 1326 - source = "registry+https://github.com/rust-lang/crates.io-index" 1327 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1328 - dependencies = [ 1329 - "block-buffer", 1330 - "crypto-common", 1331 - ] 1332 - 1333 - [[package]] 1334 - name = "directories" 1335 - version = "4.0.1" 1336 - source = "registry+https://github.com/rust-lang/crates.io-index" 1337 - checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210" 1338 - dependencies = [ 1339 - "dirs-sys", 1340 - ] 1341 - 1342 - [[package]] 1343 - name = "directories-next" 1344 - version = "2.0.0" 1345 - source = "registry+https://github.com/rust-lang/crates.io-index" 1346 - checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc" 1347 - dependencies = [ 1348 - "cfg-if", 1349 - "dirs-sys-next", 1350 - ] 1351 - 1352 - [[package]] 1353 - name = "dirs" 1354 - version = "4.0.0" 1355 - source = "registry+https://github.com/rust-lang/crates.io-index" 1356 - checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 1357 - dependencies = [ 1358 - "dirs-sys", 1359 - ] 1360 - 1361 - [[package]] 1362 - name = "dirs-sys" 1363 - version = "0.3.7" 1364 - source = "registry+https://github.com/rust-lang/crates.io-index" 1365 - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 1366 - dependencies = [ 1367 - "libc", 1368 - "redox_users", 1369 - "winapi", 1370 - ] 1371 - 1372 - [[package]] 1373 - name = "dirs-sys-next" 1374 - version = "0.1.2" 1375 - source = "registry+https://github.com/rust-lang/crates.io-index" 1376 - checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 1377 - dependencies = [ 1378 - "libc", 1379 - "redox_users", 1380 - "winapi", 1381 - ] 1382 - 1383 - [[package]] 1384 - name = "dispatch" 1385 - version = "0.2.0" 1386 - source = "registry+https://github.com/rust-lang/crates.io-index" 1387 - checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 1388 - 1389 - [[package]] 1390 - name = "dlib" 1391 - version = "0.5.2" 1392 - source = "registry+https://github.com/rust-lang/crates.io-index" 1393 - checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 1394 - dependencies = [ 1395 - "libloading", 1396 - ] 1397 - 1398 - [[package]] 1399 - name = "dmg" 1400 - version = "0.1.2" 1401 - source = "registry+https://github.com/rust-lang/crates.io-index" 1402 - checksum = "abc28c350337837f23b4750f774371f63db232338c9f89bdb9eb48523a7c4722" 1403 - dependencies = [ 1404 - "log", 1405 - "plist", 1406 - ] 1407 - 1408 - [[package]] 1409 - name = "document-features" 1410 - version = "0.2.10" 1411 - source = "registry+https://github.com/rust-lang/crates.io-index" 1412 - checksum = "cb6969eaabd2421f8a2775cfd2471a2b634372b4a25d41e3bd647b79912850a0" 1413 - dependencies = [ 1414 - "litrs", 1415 - ] 1416 - 1417 - [[package]] 1418 - name = "downcast-rs" 1419 - version = "1.2.0" 1420 - source = "registry+https://github.com/rust-lang/crates.io-index" 1421 - checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 1422 - 1423 - [[package]] 1424 - name = "drm" 1425 - version = "0.11.1" 1426 - source = "registry+https://github.com/rust-lang/crates.io-index" 1427 - checksum = "a0f8a69e60d75ae7dab4ef26a59ca99f2a89d4c142089b537775ae0c198bdcde" 1428 - dependencies = [ 1429 - "bitflags 2.6.0", 1430 - "bytemuck", 1431 - "drm-ffi", 1432 - "drm-fourcc", 1433 - "rustix", 1434 - ] 1435 - 1436 - [[package]] 1437 - name = "drm-ffi" 1438 - version = "0.7.1" 1439 - source = "registry+https://github.com/rust-lang/crates.io-index" 1440 - checksum = "41334f8405792483e32ad05fbb9c5680ff4e84491883d2947a4757dc54cb2ac6" 1441 - dependencies = [ 1442 - "drm-sys", 1443 - "rustix", 1444 - ] 1445 - 1446 - [[package]] 1447 - name = "drm-fourcc" 1448 - version = "2.2.0" 1449 - source = "registry+https://github.com/rust-lang/crates.io-index" 1450 - checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4" 1451 - 1452 - [[package]] 1453 - name = "drm-sys" 1454 - version = "0.6.1" 1455 - source = "registry+https://github.com/rust-lang/crates.io-index" 1456 - checksum = "2d09ff881f92f118b11105ba5e34ff8f4adf27b30dae8f12e28c193af1c83176" 1457 - dependencies = [ 1458 - "libc", 1459 - "linux-raw-sys 0.6.4", 1460 - ] 1461 - 1462 - [[package]] 1463 - name = "dyn-clone" 1464 - version = "1.0.16" 1465 - source = "registry+https://github.com/rust-lang/crates.io-index" 1466 - checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d" 1467 - 1468 - [[package]] 1469 - name = "educe" 1470 - version = "0.5.11" 1471 - source = "registry+https://github.com/rust-lang/crates.io-index" 1472 - checksum = "e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8" 1473 - dependencies = [ 1474 - "enum-ordinalize", 1475 - "proc-macro2", 1476 - "quote", 1477 - "syn 2.0.57", 1478 - ] 1479 - 1480 - [[package]] 1481 - name = "either" 1482 - version = "1.12.0" 1483 - source = "registry+https://github.com/rust-lang/crates.io-index" 1484 - checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" 1485 - 1486 - [[package]] 1487 - name = "encoding_rs" 1488 - version = "0.8.34" 1489 - source = "registry+https://github.com/rust-lang/crates.io-index" 1490 - checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 1491 - dependencies = [ 1492 - "cfg-if", 1493 - ] 1494 - 1495 - [[package]] 1496 - name = "encoding_rs_io" 1497 - version = "0.1.7" 1498 - source = "registry+https://github.com/rust-lang/crates.io-index" 1499 - checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83" 1500 - dependencies = [ 1501 - "encoding_rs", 1502 - ] 1503 - 1504 - [[package]] 1505 - name = "endi" 1506 - version = "1.1.0" 1507 - source = "registry+https://github.com/rust-lang/crates.io-index" 1508 - checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf" 1509 - 1510 - [[package]] 1511 - name = "enum-ordinalize" 1512 - version = "4.3.0" 1513 - source = "registry+https://github.com/rust-lang/crates.io-index" 1514 - checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5" 1515 - dependencies = [ 1516 - "enum-ordinalize-derive", 1517 - ] 1518 - 1519 - [[package]] 1520 - name = "enum-ordinalize-derive" 1521 - version = "4.3.1" 1522 - source = "registry+https://github.com/rust-lang/crates.io-index" 1523 - checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff" 1524 - dependencies = [ 1525 - "proc-macro2", 1526 - "quote", 1527 - "syn 2.0.57", 1528 - ] 1529 - 1530 - [[package]] 1531 - name = "enumflags2" 1532 - version = "0.7.7" 1533 - source = "registry+https://github.com/rust-lang/crates.io-index" 1534 - checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2" 1535 - dependencies = [ 1536 - "enumflags2_derive", 1537 - "serde", 1538 - ] 1539 - 1540 - [[package]] 1541 - name = "enumflags2_derive" 1542 - version = "0.7.7" 1543 - source = "registry+https://github.com/rust-lang/crates.io-index" 1544 - checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745" 1545 - dependencies = [ 1546 - "proc-macro2", 1547 - "quote", 1548 - "syn 2.0.57", 1549 - ] 1550 - 1551 - [[package]] 1552 - name = "equivalent" 1553 - version = "1.0.1" 1554 - source = "registry+https://github.com/rust-lang/crates.io-index" 1555 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1556 - 1557 - [[package]] 1558 - name = "errno" 1559 - version = "0.3.8" 1560 - source = "registry+https://github.com/rust-lang/crates.io-index" 1561 - checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 1562 - dependencies = [ 1563 - "libc", 1564 - "windows-sys 0.52.0", 1565 - ] 1566 - 1567 - [[package]] 1568 - name = "euclid" 1569 - version = "0.22.9" 1570 - source = "registry+https://github.com/rust-lang/crates.io-index" 1571 - checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787" 1572 - dependencies = [ 1573 - "num-traits", 1574 - ] 1575 - 1576 - [[package]] 1577 - name = "event-listener" 1578 - version = "2.5.3" 1579 - source = "registry+https://github.com/rust-lang/crates.io-index" 1580 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1581 - 1582 - [[package]] 1583 - name = "event-listener" 1584 - version = "4.0.3" 1585 - source = "registry+https://github.com/rust-lang/crates.io-index" 1586 - checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" 1587 - dependencies = [ 1588 - "concurrent-queue", 1589 - "parking", 1590 - "pin-project-lite", 1591 - ] 1592 - 1593 - [[package]] 1594 - name = "event-listener" 1595 - version = "5.2.0" 1596 - source = "registry+https://github.com/rust-lang/crates.io-index" 1597 - checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91" 1598 - dependencies = [ 1599 - "concurrent-queue", 1600 - "parking", 1601 - "pin-project-lite", 1602 - ] 1603 - 1604 - [[package]] 1605 - name = "event-listener-strategy" 1606 - version = "0.4.0" 1607 - source = "registry+https://github.com/rust-lang/crates.io-index" 1608 - checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" 1609 - dependencies = [ 1610 - "event-listener 4.0.3", 1611 - "pin-project-lite", 1612 - ] 1613 - 1614 - [[package]] 1615 - name = "event-listener-strategy" 1616 - version = "0.5.0" 1617 - source = "registry+https://github.com/rust-lang/crates.io-index" 1618 - checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291" 1619 - dependencies = [ 1620 - "event-listener 5.2.0", 1621 - "pin-project-lite", 1622 - ] 1623 - 1624 - [[package]] 1625 - name = "fallible-iterator" 1626 - version = "0.3.0" 1627 - source = "registry+https://github.com/rust-lang/crates.io-index" 1628 - checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" 1629 - 1630 - [[package]] 1631 - name = "fastrand" 1632 - version = "2.0.1" 1633 - source = "registry+https://github.com/rust-lang/crates.io-index" 1634 - checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 1635 - 1636 - [[package]] 1637 - name = "fd-lock" 1638 - version = "4.0.0" 1639 - source = "registry+https://github.com/rust-lang/crates.io-index" 1640 - checksum = "0b0377f1edc77dbd1118507bc7a66e4ab64d2b90c66f90726dc801e73a8c68f9" 1641 - dependencies = [ 1642 - "cfg-if", 1643 - "rustix", 1644 - "windows-sys 0.48.0", 1645 - ] 1646 - 1647 - [[package]] 1648 - name = "fdeflate" 1649 - version = "0.3.0" 1650 - source = "registry+https://github.com/rust-lang/crates.io-index" 1651 - checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10" 1652 - dependencies = [ 1653 - "simd-adler32", 1654 - ] 1655 - 1656 - [[package]] 1657 - name = "filetime" 1658 - version = "0.2.17" 1659 - source = "registry+https://github.com/rust-lang/crates.io-index" 1660 - checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c" 1661 - dependencies = [ 1662 - "cfg-if", 1663 - "libc", 1664 - "redox_syscall 0.2.16", 1665 - "windows-sys 0.36.1", 1666 - ] 1667 - 1668 - [[package]] 1669 - name = "flate2" 1670 - version = "1.0.30" 1671 - source = "registry+https://github.com/rust-lang/crates.io-index" 1672 - checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" 1673 - dependencies = [ 1674 - "crc32fast", 1675 - "miniz_oxide", 1676 - ] 1677 - 1678 - [[package]] 1679 - name = "float-cmp" 1680 - version = "0.9.0" 1681 - source = "registry+https://github.com/rust-lang/crates.io-index" 1682 - checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 1683 - 1684 - [[package]] 1685 - name = "floem" 1686 - version = "0.1.1" 1687 - source = "git+https://github.com/lapce/floem?rev=157631a49d6ba13a3467dcb994eb46a98c52eb76#157631a49d6ba13a3467dcb994eb46a98c52eb76" 1688 - dependencies = [ 1689 - "bitflags 2.6.0", 1690 - "copypasta", 1691 - "crossbeam-channel", 1692 - "downcast-rs", 1693 - "educe", 1694 - "floem-editor-core", 1695 - "floem-winit", 1696 - "floem_reactive", 1697 - "floem_renderer", 1698 - "floem_tiny_skia_renderer", 1699 - "floem_vger_renderer", 1700 - "im", 1701 - "im-rc", 1702 - "image", 1703 - "indexmap", 1704 - "lapce-xi-rope", 1705 - "parking_lot", 1706 - "peniko", 1707 - "raw-window-handle 0.6.0", 1708 - "rfd", 1709 - "rustc-hash", 1710 - "serde", 1711 - "sha2", 1712 - "slotmap", 1713 - "smallvec", 1714 - "strum", 1715 - "strum_macros", 1716 - "taffy", 1717 - "unicode-segmentation", 1718 - "wgpu", 1719 - ] 1720 - 1721 - [[package]] 1722 - name = "floem-editor-core" 1723 - version = "0.1.1" 1724 - source = "git+https://github.com/lapce/floem?rev=157631a49d6ba13a3467dcb994eb46a98c52eb76#157631a49d6ba13a3467dcb994eb46a98c52eb76" 1725 - dependencies = [ 1726 - "bitflags 2.6.0", 1727 - "itertools 0.12.1", 1728 - "lapce-xi-rope", 1729 - "memchr", 1730 - "serde", 1731 - "strum", 1732 - "strum_macros", 1733 - ] 1734 - 1735 - [[package]] 1736 - name = "floem-vger" 1737 - version = "0.3.0" 1738 - source = "registry+https://github.com/rust-lang/crates.io-index" 1739 - checksum = "d384ed3dafa48c991166ed519da1a26dc3324ada418cd966f59a0770255e2518" 1740 - dependencies = [ 1741 - "cosmic-text", 1742 - "euclid", 1743 - "fontdue", 1744 - "rect_packer", 1745 - "wgpu", 1746 - ] 1747 - 1748 - [[package]] 1749 - name = "floem-winit" 1750 - version = "0.29.4" 1751 - source = "registry+https://github.com/rust-lang/crates.io-index" 1752 - checksum = "9fc88e6b23b93c7ba38e9cd465d2d0cbd3cd4999f05f685349e2b3cdfe88813a" 1753 - dependencies = [ 1754 - "ahash", 1755 - "android-activity", 1756 - "atomic-waker", 1757 - "bitflags 2.6.0", 1758 - "bytemuck", 1759 - "calloop", 1760 - "cfg_aliases 0.1.1", 1761 - "core-foundation", 1762 - "core-graphics", 1763 - "cursor-icon", 1764 - "icrate", 1765 - "js-sys", 1766 - "libc", 1767 - "log", 1768 - "memmap2", 1769 - "ndk", 1770 - "ndk-sys", 1771 - "objc2 0.4.1", 1772 - "once_cell", 1773 - "orbclient", 1774 - "percent-encoding", 1775 - "raw-window-handle 0.5.2", 1776 - "raw-window-handle 0.6.0", 1777 - "redox_syscall 0.3.5", 1778 - "rustix", 1779 - "sctk-adwaita", 1780 - "serde", 1781 - "smithay-client-toolkit", 1782 - "smol_str", 1783 - "unicode-segmentation", 1784 - "wasm-bindgen", 1785 - "wasm-bindgen-futures", 1786 - "wayland-backend", 1787 - "wayland-client", 1788 - "wayland-protocols", 1789 - "wayland-protocols-plasma", 1790 - "web-sys", 1791 - "web-time", 1792 - "windows-sys 0.48.0", 1793 - "x11-dl", 1794 - "x11rb", 1795 - "xkbcommon-dl", 1796 - ] 1797 - 1798 - [[package]] 1799 - name = "floem_reactive" 1800 - version = "0.1.1" 1801 - source = "git+https://github.com/lapce/floem?rev=157631a49d6ba13a3467dcb994eb46a98c52eb76#157631a49d6ba13a3467dcb994eb46a98c52eb76" 1802 - dependencies = [ 1803 - "smallvec", 1804 - ] 1805 - 1806 - [[package]] 1807 - name = "floem_renderer" 1808 - version = "0.1.1" 1809 - source = "git+https://github.com/lapce/floem?rev=157631a49d6ba13a3467dcb994eb46a98c52eb76#157631a49d6ba13a3467dcb994eb46a98c52eb76" 1810 - dependencies = [ 1811 - "cosmic-text", 1812 - "image", 1813 - "parking_lot", 1814 - "peniko", 1815 - "resvg", 1816 - "swash", 1817 - ] 1818 - 1819 - [[package]] 1820 - name = "floem_tiny_skia_renderer" 1821 - version = "0.1.1" 1822 - source = "git+https://github.com/lapce/floem?rev=157631a49d6ba13a3467dcb994eb46a98c52eb76#157631a49d6ba13a3467dcb994eb46a98c52eb76" 1823 - dependencies = [ 1824 - "anyhow", 1825 - "bytemuck", 1826 - "floem_renderer", 1827 - "futures", 1828 - "image", 1829 - "peniko", 1830 - "raw-window-handle 0.6.0", 1831 - "resvg", 1832 - "softbuffer", 1833 - "swash", 1834 - ] 1835 - 1836 - [[package]] 1837 - name = "floem_vger_renderer" 1838 - version = "0.1.1" 1839 - source = "git+https://github.com/lapce/floem?rev=157631a49d6ba13a3467dcb994eb46a98c52eb76#157631a49d6ba13a3467dcb994eb46a98c52eb76" 1840 - dependencies = [ 1841 - "anyhow", 1842 - "floem-vger", 1843 - "floem_renderer", 1844 - "futures", 1845 - "image", 1846 - "peniko", 1847 - "raw-window-handle 0.6.0", 1848 - "resvg", 1849 - "swash", 1850 - "wgpu", 1851 - ] 1852 - 1853 - [[package]] 1854 - name = "fnv" 1855 - version = "1.0.7" 1856 - source = "registry+https://github.com/rust-lang/crates.io-index" 1857 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1858 - 1859 - [[package]] 1860 - name = "font-types" 1861 - version = "0.6.0" 1862 - source = "registry+https://github.com/rust-lang/crates.io-index" 1863 - checksum = "8f0189ccb084f77c5523e08288d418cbaa09c451a08515678a0aa265df9a8b60" 1864 - dependencies = [ 1865 - "bytemuck", 1866 - ] 1867 - 1868 - [[package]] 1869 - name = "fontconfig-parser" 1870 - version = "0.5.6" 1871 - source = "registry+https://github.com/rust-lang/crates.io-index" 1872 - checksum = "6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d" 1873 - dependencies = [ 1874 - "roxmltree", 1875 - ] 1876 - 1877 - [[package]] 1878 - name = "fontdb" 1879 - version = "0.16.2" 1880 - source = "registry+https://github.com/rust-lang/crates.io-index" 1881 - checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3" 1882 - dependencies = [ 1883 - "fontconfig-parser", 1884 - "log", 1885 - "memmap2", 1886 - "slotmap", 1887 - "tinyvec", 1888 - "ttf-parser 0.20.0", 1889 - ] 1890 - 1891 - [[package]] 1892 - name = "fontdue" 1893 - version = "0.8.0" 1894 - source = "registry+https://github.com/rust-lang/crates.io-index" 1895 - checksum = "9099a2f86b8e674b75d03ff154b3fe4c5208ed249ced8d69cc313a9fa40bb488" 1896 - dependencies = [ 1897 - "hashbrown", 1898 - "ttf-parser 0.20.0", 1899 - ] 1900 - 1901 - [[package]] 1902 - name = "foreign-types" 1903 - version = "0.3.2" 1904 - source = "registry+https://github.com/rust-lang/crates.io-index" 1905 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1906 - dependencies = [ 1907 - "foreign-types-shared 0.1.1", 1908 - ] 1909 - 1910 - [[package]] 1911 - name = "foreign-types" 1912 - version = "0.5.0" 1913 - source = "registry+https://github.com/rust-lang/crates.io-index" 1914 - checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1915 - dependencies = [ 1916 - "foreign-types-macros", 1917 - "foreign-types-shared 0.3.1", 1918 - ] 1919 - 1920 - [[package]] 1921 - name = "foreign-types-macros" 1922 - version = "0.2.3" 1923 - source = "registry+https://github.com/rust-lang/crates.io-index" 1924 - checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1925 - dependencies = [ 1926 - "proc-macro2", 1927 - "quote", 1928 - "syn 2.0.57", 1929 - ] 1930 - 1931 - [[package]] 1932 - name = "foreign-types-shared" 1933 - version = "0.1.1" 1934 - source = "registry+https://github.com/rust-lang/crates.io-index" 1935 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1936 - 1937 - [[package]] 1938 - name = "foreign-types-shared" 1939 - version = "0.3.1" 1940 - source = "registry+https://github.com/rust-lang/crates.io-index" 1941 - checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1942 - 1943 - [[package]] 1944 - name = "form_urlencoded" 1945 - version = "1.2.1" 1946 - source = "registry+https://github.com/rust-lang/crates.io-index" 1947 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1948 - dependencies = [ 1949 - "percent-encoding", 1950 - ] 1951 - 1952 - [[package]] 1953 - name = "fs-set-times" 1954 - version = "0.20.0" 1955 - source = "registry+https://github.com/rust-lang/crates.io-index" 1956 - checksum = "dd738b84894214045e8414eaded76359b4a5773f0a0a56b16575110739cdcf39" 1957 - dependencies = [ 1958 - "io-lifetimes", 1959 - "rustix", 1960 - "windows-sys 0.48.0", 1961 - ] 1962 - 1963 - [[package]] 1964 - name = "fs_extra" 1965 - version = "1.3.0" 1966 - source = "registry+https://github.com/rust-lang/crates.io-index" 1967 - checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 1968 - 1969 - [[package]] 1970 - name = "fsevent-sys" 1971 - version = "4.1.0" 1972 - source = "registry+https://github.com/rust-lang/crates.io-index" 1973 - checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 1974 - dependencies = [ 1975 - "libc", 1976 - ] 1977 - 1978 - [[package]] 1979 - name = "futures" 1980 - version = "0.3.30" 1981 - source = "registry+https://github.com/rust-lang/crates.io-index" 1982 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 1983 - dependencies = [ 1984 - "futures-channel", 1985 - "futures-core", 1986 - "futures-executor", 1987 - "futures-io", 1988 - "futures-sink", 1989 - "futures-task", 1990 - "futures-util", 1991 - ] 1992 - 1993 - [[package]] 1994 - name = "futures-channel" 1995 - version = "0.3.30" 1996 - source = "registry+https://github.com/rust-lang/crates.io-index" 1997 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 1998 - dependencies = [ 1999 - "futures-core", 2000 - "futures-sink", 2001 - ] 2002 - 2003 - [[package]] 2004 - name = "futures-core" 2005 - version = "0.3.30" 2006 - source = "registry+https://github.com/rust-lang/crates.io-index" 2007 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 2008 - 2009 - [[package]] 2010 - name = "futures-executor" 2011 - version = "0.3.30" 2012 - source = "registry+https://github.com/rust-lang/crates.io-index" 2013 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 2014 - dependencies = [ 2015 - "futures-core", 2016 - "futures-task", 2017 - "futures-util", 2018 - ] 2019 - 2020 - [[package]] 2021 - name = "futures-io" 2022 - version = "0.3.30" 2023 - source = "registry+https://github.com/rust-lang/crates.io-index" 2024 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 2025 - 2026 - [[package]] 2027 - name = "futures-lite" 2028 - version = "2.2.0" 2029 - source = "registry+https://github.com/rust-lang/crates.io-index" 2030 - checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba" 2031 - dependencies = [ 2032 - "fastrand", 2033 - "futures-core", 2034 - "futures-io", 2035 - "parking", 2036 - "pin-project-lite", 2037 - ] 2038 - 2039 - [[package]] 2040 - name = "futures-macro" 2041 - version = "0.3.30" 2042 - source = "registry+https://github.com/rust-lang/crates.io-index" 2043 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 2044 - dependencies = [ 2045 - "proc-macro2", 2046 - "quote", 2047 - "syn 2.0.57", 2048 - ] 2049 - 2050 - [[package]] 2051 - name = "futures-sink" 2052 - version = "0.3.30" 2053 - source = "registry+https://github.com/rust-lang/crates.io-index" 2054 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 2055 - 2056 - [[package]] 2057 - name = "futures-task" 2058 - version = "0.3.30" 2059 - source = "registry+https://github.com/rust-lang/crates.io-index" 2060 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 2061 - 2062 - [[package]] 2063 - name = "futures-util" 2064 - version = "0.3.30" 2065 - source = "registry+https://github.com/rust-lang/crates.io-index" 2066 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 2067 - dependencies = [ 2068 - "futures-channel", 2069 - "futures-core", 2070 - "futures-io", 2071 - "futures-macro", 2072 - "futures-sink", 2073 - "futures-task", 2074 - "memchr", 2075 - "pin-project-lite", 2076 - "pin-utils", 2077 - "slab", 2078 - ] 2079 - 2080 - [[package]] 2081 - name = "fxhash" 2082 - version = "0.2.1" 2083 - source = "registry+https://github.com/rust-lang/crates.io-index" 2084 - checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 2085 - dependencies = [ 2086 - "byteorder", 2087 - ] 2088 - 2089 - [[package]] 2090 - name = "fxprof-processed-profile" 2091 - version = "0.6.0" 2092 - source = "registry+https://github.com/rust-lang/crates.io-index" 2093 - checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd" 2094 - dependencies = [ 2095 - "bitflags 2.6.0", 2096 - "debugid", 2097 - "fxhash", 2098 - "serde", 2099 - "serde_json", 2100 - ] 2101 - 2102 - [[package]] 2103 - name = "generic-array" 2104 - version = "0.14.6" 2105 - source = "registry+https://github.com/rust-lang/crates.io-index" 2106 - checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 2107 - dependencies = [ 2108 - "typenum", 2109 - "version_check", 2110 - ] 2111 - 2112 - [[package]] 2113 - name = "gethostname" 2114 - version = "0.4.3" 2115 - source = "registry+https://github.com/rust-lang/crates.io-index" 2116 - checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" 2117 - dependencies = [ 2118 - "libc", 2119 - "windows-targets 0.48.5", 2120 - ] 2121 - 2122 - [[package]] 2123 - name = "getopts" 2124 - version = "0.2.21" 2125 - source = "registry+https://github.com/rust-lang/crates.io-index" 2126 - checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" 2127 - dependencies = [ 2128 - "unicode-width", 2129 - ] 2130 - 2131 - [[package]] 2132 - name = "getrandom" 2133 - version = "0.2.7" 2134 - source = "registry+https://github.com/rust-lang/crates.io-index" 2135 - checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" 2136 - dependencies = [ 2137 - "cfg-if", 2138 - "libc", 2139 - "wasi", 2140 - ] 2141 - 2142 - [[package]] 2143 - name = "gif" 2144 - version = "0.12.0" 2145 - source = "registry+https://github.com/rust-lang/crates.io-index" 2146 - checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045" 2147 - dependencies = [ 2148 - "color_quant", 2149 - "weezl", 2150 - ] 2151 - 2152 - [[package]] 2153 - name = "gimli" 2154 - version = "0.28.0" 2155 - source = "registry+https://github.com/rust-lang/crates.io-index" 2156 - checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" 2157 - dependencies = [ 2158 - "fallible-iterator", 2159 - "indexmap", 2160 - "stable_deref_trait", 2161 - ] 2162 - 2163 - [[package]] 2164 - name = "git2" 2165 - version = "0.19.0" 2166 - source = "registry+https://github.com/rust-lang/crates.io-index" 2167 - checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" 2168 - dependencies = [ 2169 - "bitflags 2.6.0", 2170 - "libc", 2171 - "libgit2-sys", 2172 - "log", 2173 - "openssl-probe", 2174 - "openssl-sys", 2175 - "url", 2176 - ] 2177 - 2178 - [[package]] 2179 - name = "gl_generator" 2180 - version = "0.14.0" 2181 - source = "registry+https://github.com/rust-lang/crates.io-index" 2182 - checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 2183 - dependencies = [ 2184 - "khronos_api", 2185 - "log", 2186 - "xml-rs", 2187 - ] 2188 - 2189 - [[package]] 2190 - name = "globset" 2191 - version = "0.4.14" 2192 - source = "registry+https://github.com/rust-lang/crates.io-index" 2193 - checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" 2194 - dependencies = [ 2195 - "aho-corasick", 2196 - "bstr", 2197 - "log", 2198 - "regex-automata", 2199 - "regex-syntax", 2200 - ] 2201 - 2202 - [[package]] 2203 - name = "glow" 2204 - version = "0.13.1" 2205 - source = "registry+https://github.com/rust-lang/crates.io-index" 2206 - checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1" 2207 - dependencies = [ 2208 - "js-sys", 2209 - "slotmap", 2210 - "wasm-bindgen", 2211 - "web-sys", 2212 - ] 2213 - 2214 - [[package]] 2215 - name = "glutin_wgl_sys" 2216 - version = "0.6.0" 2217 - source = "registry+https://github.com/rust-lang/crates.io-index" 2218 - checksum = "0a4e1951bbd9434a81aa496fe59ccc2235af3820d27b85f9314e279609211e2c" 2219 - dependencies = [ 2220 - "gl_generator", 2221 - ] 2222 - 2223 - [[package]] 2224 - name = "gpu-alloc" 2225 - version = "0.6.0" 2226 - source = "registry+https://github.com/rust-lang/crates.io-index" 2227 - checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 2228 - dependencies = [ 2229 - "bitflags 2.6.0", 2230 - "gpu-alloc-types", 2231 - ] 2232 - 2233 - [[package]] 2234 - name = "gpu-alloc-types" 2235 - version = "0.3.0" 2236 - source = "registry+https://github.com/rust-lang/crates.io-index" 2237 - checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 2238 - dependencies = [ 2239 - "bitflags 2.6.0", 2240 - ] 2241 - 2242 - [[package]] 2243 - name = "gpu-allocator" 2244 - version = "0.26.0" 2245 - source = "registry+https://github.com/rust-lang/crates.io-index" 2246 - checksum = "fdd4240fc91d3433d5e5b0fc5b67672d771850dc19bbee03c1381e19322803d7" 2247 - dependencies = [ 2248 - "log", 2249 - "presser", 2250 - "thiserror", 2251 - "winapi", 2252 - "windows 0.51.1", 2253 - ] 2254 - 2255 - [[package]] 2256 - name = "gpu-descriptor" 2257 - version = "0.3.0" 2258 - source = "registry+https://github.com/rust-lang/crates.io-index" 2259 - checksum = "9c08c1f623a8d0b722b8b99f821eb0ba672a1618f0d3b16ddbee1cedd2dd8557" 2260 - dependencies = [ 2261 - "bitflags 2.6.0", 2262 - "gpu-descriptor-types", 2263 - "hashbrown", 2264 - ] 2265 - 2266 - [[package]] 2267 - name = "gpu-descriptor-types" 2268 - version = "0.2.0" 2269 - source = "registry+https://github.com/rust-lang/crates.io-index" 2270 - checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" 2271 - dependencies = [ 2272 - "bitflags 2.6.0", 2273 - ] 2274 - 2275 - [[package]] 2276 - name = "grep-matcher" 2277 - version = "0.1.7" 2278 - source = "registry+https://github.com/rust-lang/crates.io-index" 2279 - checksum = "47a3141a10a43acfedc7c98a60a834d7ba00dfe7bec9071cbfc19b55b292ac02" 2280 - dependencies = [ 2281 - "memchr", 2282 - ] 2283 - 2284 - [[package]] 2285 - name = "grep-regex" 2286 - version = "0.1.12" 2287 - source = "registry+https://github.com/rust-lang/crates.io-index" 2288 - checksum = "f748bb135ca835da5cbc67ca0e6955f968db9c5df74ca4f56b18e1ddbc68230d" 2289 - dependencies = [ 2290 - "bstr", 2291 - "grep-matcher", 2292 - "log", 2293 - "regex-automata", 2294 - "regex-syntax", 2295 - ] 2296 - 2297 - [[package]] 2298 - name = "grep-searcher" 2299 - version = "0.1.13" 2300 - source = "registry+https://github.com/rust-lang/crates.io-index" 2301 - checksum = "ba536ae4f69bec62d8839584dd3153d3028ef31bb229f04e09fb5a9e5a193c54" 2302 - dependencies = [ 2303 - "bstr", 2304 - "encoding_rs", 2305 - "encoding_rs_io", 2306 - "grep-matcher", 2307 - "log", 2308 - "memchr", 2309 - "memmap2", 2310 - ] 2311 - 2312 - [[package]] 2313 - name = "grid" 2314 - version = "0.13.0" 2315 - source = "registry+https://github.com/rust-lang/crates.io-index" 2316 - checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c" 2317 - 2318 - [[package]] 2319 - name = "h2" 2320 - version = "0.3.26" 2321 - source = "registry+https://github.com/rust-lang/crates.io-index" 2322 - checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 2323 - dependencies = [ 2324 - "bytes", 2325 - "fnv", 2326 - "futures-core", 2327 - "futures-sink", 2328 - "futures-util", 2329 - "http", 2330 - "indexmap", 2331 - "slab", 2332 - "tokio", 2333 - "tokio-util", 2334 - "tracing 0.1.37", 2335 - ] 2336 - 2337 - [[package]] 2338 - name = "half" 2339 - version = "1.8.2" 2340 - source = "registry+https://github.com/rust-lang/crates.io-index" 2341 - checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" 2342 - 2343 - [[package]] 2344 - name = "hashbrown" 2345 - version = "0.14.5" 2346 - source = "registry+https://github.com/rust-lang/crates.io-index" 2347 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 2348 - dependencies = [ 2349 - "ahash", 2350 - "allocator-api2", 2351 - ] 2352 - 2353 - [[package]] 2354 - name = "hassle-rs" 2355 - version = "0.11.0" 2356 - source = "registry+https://github.com/rust-lang/crates.io-index" 2357 - checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890" 2358 - dependencies = [ 2359 - "bitflags 2.6.0", 2360 - "com", 2361 - "libc", 2362 - "libloading", 2363 - "thiserror", 2364 - "widestring", 2365 - "winapi", 2366 - ] 2367 - 2368 - [[package]] 2369 - name = "heck" 2370 - version = "0.4.1" 2371 - source = "registry+https://github.com/rust-lang/crates.io-index" 2372 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 2373 - 2374 - [[package]] 2375 - name = "hermit-abi" 2376 - version = "0.1.19" 2377 - source = "registry+https://github.com/rust-lang/crates.io-index" 2378 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 2379 - dependencies = [ 2380 - "libc", 2381 - ] 2382 - 2383 - [[package]] 2384 - name = "hermit-abi" 2385 - version = "0.3.9" 2386 - source = "registry+https://github.com/rust-lang/crates.io-index" 2387 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 2388 - 2389 - [[package]] 2390 - name = "hex" 2391 - version = "0.4.3" 2392 - source = "registry+https://github.com/rust-lang/crates.io-index" 2393 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2394 - 2395 - [[package]] 2396 - name = "hexf-parse" 2397 - version = "0.2.1" 2398 - source = "registry+https://github.com/rust-lang/crates.io-index" 2399 - checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 2400 - 2401 - [[package]] 2402 - name = "home" 2403 - version = "0.5.9" 2404 - source = "registry+https://github.com/rust-lang/crates.io-index" 2405 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 2406 - dependencies = [ 2407 - "windows-sys 0.52.0", 2408 - ] 2409 - 2410 - [[package]] 2411 - name = "http" 2412 - version = "0.2.8" 2413 - source = "registry+https://github.com/rust-lang/crates.io-index" 2414 - checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 2415 - dependencies = [ 2416 - "bytes", 2417 - "fnv", 2418 - "itoa", 2419 - ] 2420 - 2421 - [[package]] 2422 - name = "http-body" 2423 - version = "0.4.5" 2424 - source = "registry+https://github.com/rust-lang/crates.io-index" 2425 - checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 2426 - dependencies = [ 2427 - "bytes", 2428 - "http", 2429 - "pin-project-lite", 2430 - ] 2431 - 2432 - [[package]] 2433 - name = "httparse" 2434 - version = "1.8.0" 2435 - source = "registry+https://github.com/rust-lang/crates.io-index" 2436 - checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 2437 - 2438 - [[package]] 2439 - name = "httpdate" 2440 - version = "1.0.2" 2441 - source = "registry+https://github.com/rust-lang/crates.io-index" 2442 - checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 2443 - 2444 - [[package]] 2445 - name = "human-sort" 2446 - version = "0.2.2" 2447 - source = "git+https://github.com/dragazo/human-sort?rev=1e74db1e09e8194ba88ad983723cf6f8b0c365da#1e74db1e09e8194ba88ad983723cf6f8b0c365da" 2448 - 2449 - [[package]] 2450 - name = "hyper" 2451 - version = "0.14.28" 2452 - source = "registry+https://github.com/rust-lang/crates.io-index" 2453 - checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" 2454 - dependencies = [ 2455 - "bytes", 2456 - "futures-channel", 2457 - "futures-core", 2458 - "futures-util", 2459 - "h2", 2460 - "http", 2461 - "http-body", 2462 - "httparse", 2463 - "httpdate", 2464 - "itoa", 2465 - "pin-project-lite", 2466 - "socket2", 2467 - "tokio", 2468 - "tower-service", 2469 - "tracing 0.1.37", 2470 - "want", 2471 - ] 2472 - 2473 - [[package]] 2474 - name = "hyper-tls" 2475 - version = "0.5.0" 2476 - source = "registry+https://github.com/rust-lang/crates.io-index" 2477 - checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 2478 - dependencies = [ 2479 - "bytes", 2480 - "hyper", 2481 - "native-tls", 2482 - "tokio", 2483 - "tokio-native-tls", 2484 - ] 2485 - 2486 - [[package]] 2487 - name = "iana-time-zone" 2488 - version = "0.1.50" 2489 - source = "registry+https://github.com/rust-lang/crates.io-index" 2490 - checksum = "fd911b35d940d2bd0bea0f9100068e5b97b51a1cbe13d13382f132e0365257a0" 2491 - dependencies = [ 2492 - "android_system_properties", 2493 - "core-foundation-sys", 2494 - "js-sys", 2495 - "wasm-bindgen", 2496 - "winapi", 2497 - ] 2498 - 2499 - [[package]] 2500 - name = "icrate" 2501 - version = "0.0.4" 2502 - source = "registry+https://github.com/rust-lang/crates.io-index" 2503 - checksum = "99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319" 2504 - dependencies = [ 2505 - "block2 0.3.0", 2506 - "dispatch", 2507 - "objc2 0.4.1", 2508 - ] 2509 - 2510 - [[package]] 2511 - name = "id-arena" 2512 - version = "2.2.1" 2513 - source = "registry+https://github.com/rust-lang/crates.io-index" 2514 - checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" 2515 - 2516 - [[package]] 2517 - name = "ident_case" 2518 - version = "1.0.1" 2519 - source = "registry+https://github.com/rust-lang/crates.io-index" 2520 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2521 - 2522 - [[package]] 2523 - name = "idna" 2524 - version = "0.5.0" 2525 - source = "registry+https://github.com/rust-lang/crates.io-index" 2526 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 2527 - dependencies = [ 2528 - "unicode-bidi", 2529 - "unicode-normalization", 2530 - ] 2531 - 2532 - [[package]] 2533 - name = "ignore" 2534 - version = "0.4.20" 2535 - source = "registry+https://github.com/rust-lang/crates.io-index" 2536 - checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" 2537 - dependencies = [ 2538 - "globset", 2539 - "lazy_static", 2540 - "log", 2541 - "memchr", 2542 - "regex", 2543 - "same-file", 2544 - "thread_local", 2545 - "walkdir", 2546 - "winapi-util", 2547 - ] 2548 - 2549 - [[package]] 2550 - name = "im" 2551 - version = "15.1.0" 2552 - source = "registry+https://github.com/rust-lang/crates.io-index" 2553 - checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9" 2554 - dependencies = [ 2555 - "bitmaps", 2556 - "rand_core", 2557 - "rand_xoshiro", 2558 - "serde", 2559 - "sized-chunks", 2560 - "typenum", 2561 - "version_check", 2562 - ] 2563 - 2564 - [[package]] 2565 - name = "im-rc" 2566 - version = "15.1.0" 2567 - source = "registry+https://github.com/rust-lang/crates.io-index" 2568 - checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe" 2569 - dependencies = [ 2570 - "bitmaps", 2571 - "rand_core", 2572 - "rand_xoshiro", 2573 - "sized-chunks", 2574 - "typenum", 2575 - "version_check", 2576 - ] 2577 - 2578 - [[package]] 2579 - name = "image" 2580 - version = "0.25.1" 2581 - source = "registry+https://github.com/rust-lang/crates.io-index" 2582 - checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11" 2583 - dependencies = [ 2584 - "bytemuck", 2585 - "byteorder", 2586 - "image-webp", 2587 - "num-traits", 2588 - "png", 2589 - "zune-core", 2590 - "zune-jpeg", 2591 - ] 2592 - 2593 - [[package]] 2594 - name = "image-webp" 2595 - version = "0.1.1" 2596 - source = "registry+https://github.com/rust-lang/crates.io-index" 2597 - checksum = "7a84a25dcae3ac487bc24ef280f9e20c79c9b1a3e5e32cbed3041d1c514aa87c" 2598 - dependencies = [ 2599 - "byteorder", 2600 - "thiserror", 2601 - ] 2602 - 2603 - [[package]] 2604 - name = "imagesize" 2605 - version = "0.12.0" 2606 - source = "registry+https://github.com/rust-lang/crates.io-index" 2607 - checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284" 2608 - 2609 - [[package]] 2610 - name = "include_dir" 2611 - version = "0.7.4" 2612 - source = "registry+https://github.com/rust-lang/crates.io-index" 2613 - checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" 2614 - dependencies = [ 2615 - "include_dir_macros", 2616 - ] 2617 - 2618 - [[package]] 2619 - name = "include_dir_macros" 2620 - version = "0.7.4" 2621 - source = "registry+https://github.com/rust-lang/crates.io-index" 2622 - checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" 2623 - dependencies = [ 2624 - "proc-macro2", 2625 - "quote", 2626 - ] 2627 - 2628 - [[package]] 2629 - name = "indexmap" 2630 - version = "2.2.6" 2631 - source = "registry+https://github.com/rust-lang/crates.io-index" 2632 - checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 2633 - dependencies = [ 2634 - "equivalent", 2635 - "hashbrown", 2636 - "serde", 2637 - ] 2638 - 2639 - [[package]] 2640 - name = "inotify" 2641 - version = "0.9.6" 2642 - source = "registry+https://github.com/rust-lang/crates.io-index" 2643 - checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 2644 - dependencies = [ 2645 - "bitflags 1.3.2", 2646 - "inotify-sys", 2647 - "libc", 2648 - ] 2649 - 2650 - [[package]] 2651 - name = "inotify-sys" 2652 - version = "0.1.5" 2653 - source = "registry+https://github.com/rust-lang/crates.io-index" 2654 - checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 2655 - dependencies = [ 2656 - "libc", 2657 - ] 2658 - 2659 - [[package]] 2660 - name = "interprocess" 2661 - version = "1.2.1" 2662 - source = "registry+https://github.com/rust-lang/crates.io-index" 2663 - checksum = "81f2533f3be42fffe3b5e63b71aeca416c1c3bc33e4e27be018521e76b1f38fb" 2664 - dependencies = [ 2665 - "blocking", 2666 - "cfg-if", 2667 - "futures-core", 2668 - "futures-io", 2669 - "intmap", 2670 - "libc", 2671 - "once_cell", 2672 - "rustc_version", 2673 - "spinning", 2674 - "thiserror", 2675 - "to_method", 2676 - "winapi", 2677 - ] 2678 - 2679 - [[package]] 2680 - name = "intmap" 2681 - version = "0.7.1" 2682 - source = "registry+https://github.com/rust-lang/crates.io-index" 2683 - checksum = "ae52f28f45ac2bc96edb7714de995cffc174a395fb0abf5bff453587c980d7b9" 2684 - 2685 - [[package]] 2686 - name = "io-extras" 2687 - version = "0.18.0" 2688 - source = "registry+https://github.com/rust-lang/crates.io-index" 2689 - checksum = "9d3c230ee517ee76b1cc593b52939ff68deda3fae9e41eca426c6b4993df51c4" 2690 - dependencies = [ 2691 - "io-lifetimes", 2692 - "windows-sys 0.48.0", 2693 - ] 2694 - 2695 - [[package]] 2696 - name = "io-lifetimes" 2697 - version = "2.0.2" 2698 - source = "registry+https://github.com/rust-lang/crates.io-index" 2699 - checksum = "bffb4def18c48926ccac55c1223e02865ce1a821751a95920448662696e7472c" 2700 - 2701 - [[package]] 2702 - name = "ipnet" 2703 - version = "2.5.0" 2704 - source = "registry+https://github.com/rust-lang/crates.io-index" 2705 - checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b" 2706 - 2707 - [[package]] 2708 - name = "is-docker" 2709 - version = "0.2.0" 2710 - source = "registry+https://github.com/rust-lang/crates.io-index" 2711 - checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" 2712 - dependencies = [ 2713 - "once_cell", 2714 - ] 2715 - 2716 - [[package]] 2717 - name = "is-terminal" 2718 - version = "0.4.12" 2719 - source = "registry+https://github.com/rust-lang/crates.io-index" 2720 - checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 2721 - dependencies = [ 2722 - "hermit-abi 0.3.9", 2723 - "libc", 2724 - "windows-sys 0.52.0", 2725 - ] 2726 - 2727 - [[package]] 2728 - name = "is-wsl" 2729 - version = "0.4.0" 2730 - source = "registry+https://github.com/rust-lang/crates.io-index" 2731 - checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" 2732 - dependencies = [ 2733 - "is-docker", 2734 - "once_cell", 2735 - ] 2736 - 2737 - [[package]] 2738 - name = "itertools" 2739 - version = "0.10.5" 2740 - source = "registry+https://github.com/rust-lang/crates.io-index" 2741 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 2742 - dependencies = [ 2743 - "either", 2744 - ] 2745 - 2746 - [[package]] 2747 - name = "itertools" 2748 - version = "0.12.1" 2749 - source = "registry+https://github.com/rust-lang/crates.io-index" 2750 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2751 - dependencies = [ 2752 - "either", 2753 - ] 2754 - 2755 - [[package]] 2756 - name = "itoa" 2757 - version = "1.0.3" 2758 - source = "registry+https://github.com/rust-lang/crates.io-index" 2759 - checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" 2760 - 2761 - [[package]] 2762 - name = "ittapi" 2763 - version = "0.3.5" 2764 - source = "registry+https://github.com/rust-lang/crates.io-index" 2765 - checksum = "25a5c0b993601cad796222ea076565c5d9f337d35592f8622c753724f06d7271" 2766 - dependencies = [ 2767 - "anyhow", 2768 - "ittapi-sys", 2769 - "log", 2770 - ] 2771 - 2772 - [[package]] 2773 - name = "ittapi-sys" 2774 - version = "0.3.5" 2775 - source = "registry+https://github.com/rust-lang/crates.io-index" 2776 - checksum = "cb7b5e473765060536a660eed127f758cf1a810c73e49063264959c60d1727d9" 2777 - dependencies = [ 2778 - "cc", 2779 - ] 2780 - 2781 - [[package]] 2782 - name = "jni" 2783 - version = "0.21.1" 2784 - source = "registry+https://github.com/rust-lang/crates.io-index" 2785 - checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2786 - dependencies = [ 2787 - "cesu8", 2788 - "cfg-if", 2789 - "combine", 2790 - "jni-sys", 2791 - "log", 2792 - "thiserror", 2793 - "walkdir", 2794 - "windows-sys 0.45.0", 2795 - ] 2796 - 2797 - [[package]] 2798 - name = "jni-sys" 2799 - version = "0.3.0" 2800 - source = "registry+https://github.com/rust-lang/crates.io-index" 2801 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2802 - 2803 - [[package]] 2804 - name = "jobserver" 2805 - version = "0.1.31" 2806 - source = "registry+https://github.com/rust-lang/crates.io-index" 2807 - checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" 2808 - dependencies = [ 2809 - "libc", 2810 - ] 2811 - 2812 - [[package]] 2813 - name = "jpeg-decoder" 2814 - version = "0.3.0" 2815 - source = "registry+https://github.com/rust-lang/crates.io-index" 2816 - checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e" 2817 - 2818 - [[package]] 2819 - name = "js-sys" 2820 - version = "0.3.69" 2821 - source = "registry+https://github.com/rust-lang/crates.io-index" 2822 - checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 2823 - dependencies = [ 2824 - "wasm-bindgen", 2825 - ] 2826 - 2827 - [[package]] 2828 - name = "jsonrpc-lite" 2829 - version = "0.6.0" 2830 - source = "registry+https://github.com/rust-lang/crates.io-index" 2831 - checksum = "bb4128aba82294c14af2998831c4df3c843940e92b5cfc41bac1229d1e63b88c" 2832 - dependencies = [ 2833 - "serde", 2834 - "serde_derive", 2835 - "serde_json", 2836 - ] 2837 - 2838 - [[package]] 2839 - name = "khronos-egl" 2840 - version = "6.0.0" 2841 - source = "registry+https://github.com/rust-lang/crates.io-index" 2842 - checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 2843 - dependencies = [ 2844 - "libc", 2845 - "libloading", 2846 - "pkg-config", 2847 - ] 2848 - 2849 - [[package]] 2850 - name = "khronos_api" 2851 - version = "3.1.0" 2852 - source = "registry+https://github.com/rust-lang/crates.io-index" 2853 - checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 2854 - 2855 - [[package]] 2856 - name = "kqueue" 2857 - version = "1.0.6" 2858 - source = "registry+https://github.com/rust-lang/crates.io-index" 2859 - checksum = "4d6112e8f37b59803ac47a42d14f1f3a59bbf72fc6857ffc5be455e28a691f8e" 2860 - dependencies = [ 2861 - "kqueue-sys", 2862 - "libc", 2863 - ] 2864 - 2865 - [[package]] 2866 - name = "kqueue-sys" 2867 - version = "1.0.3" 2868 - source = "registry+https://github.com/rust-lang/crates.io-index" 2869 - checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587" 2870 - dependencies = [ 2871 - "bitflags 1.3.2", 2872 - "libc", 2873 - ] 2874 - 2875 - [[package]] 2876 - name = "kurbo" 2877 - version = "0.9.5" 2878 - source = "registry+https://github.com/rust-lang/crates.io-index" 2879 - checksum = "bd85a5776cd9500c2e2059c8c76c3b01528566b7fcbaf8098b55a33fc298849b" 2880 - dependencies = [ 2881 - "arrayvec", 2882 - ] 2883 - 2884 - [[package]] 2885 - name = "kurbo" 2886 - version = "0.10.4" 2887 - source = "registry+https://github.com/rust-lang/crates.io-index" 2888 - checksum = "1618d4ebd923e97d67e7cd363d80aef35fe961005cbbbb3d2dad8bdd1bc63440" 2889 - dependencies = [ 2890 - "arrayvec", 2891 - "smallvec", 2892 - ] 2893 - 2894 - [[package]] 2895 - name = "kurbo" 2896 - version = "0.11.0" 2897 - source = "registry+https://github.com/rust-lang/crates.io-index" 2898 - checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c" 2899 - dependencies = [ 2900 - "arrayvec", 2901 - "serde", 2902 - "smallvec", 2903 - ] 2904 - 2905 - [[package]] 2906 - name = "lapce" 2907 - version = "0.4.2" 2908 - dependencies = [ 2909 - "lapce-app", 2910 - "lapce-proxy", 2911 - ] 2912 - 2913 - [[package]] 2914 - name = "lapce-app" 2915 - version = "0.4.2" 2916 - dependencies = [ 2917 - "Inflector", 2918 - "alacritty_terminal", 2919 - "anyhow", 2920 - "backtrace", 2921 - "base64 0.21.7", 2922 - "bytemuck", 2923 - "chrono", 2924 - "clap", 2925 - "config", 2926 - "criterion", 2927 - "crossbeam-channel", 2928 - "dmg", 2929 - "flate2", 2930 - "floem", 2931 - "fs_extra", 2932 - "globset", 2933 - "im", 2934 - "include_dir", 2935 - "indexmap", 2936 - "interprocess", 2937 - "itertools 0.12.1", 2938 - "lapce-core", 2939 - "lapce-proxy", 2940 - "lapce-rpc", 2941 - "lapce-xi-rope", 2942 - "lsp-types", 2943 - "notify", 2944 - "nucleo", 2945 - "once_cell", 2946 - "open", 2947 - "parking_lot", 2948 - "percent-encoding", 2949 - "pulldown-cmark", 2950 - "rayon", 2951 - "regex", 2952 - "reqwest", 2953 - "semver", 2954 - "serde", 2955 - "serde_json", 2956 - "sha2", 2957 - "smallvec", 2958 - "structdesc", 2959 - "strum", 2960 - "strum_macros", 2961 - "tar", 2962 - "tempfile", 2963 - "thiserror", 2964 - "toml", 2965 - "toml_edit 0.20.2", 2966 - "tracing 0.2.0", 2967 - "tracing-appender", 2968 - "tracing-log", 2969 - "tracing-subscriber", 2970 - "unicode-width", 2971 - "url", 2972 - "windows-sys 0.36.1", 2973 - "zip", 2974 - "zstd", 2975 - ] 2976 - 2977 - [[package]] 2978 - name = "lapce-core" 2979 - version = "0.4.2" 2980 - dependencies = [ 2981 - "ahash", 2982 - "anyhow", 2983 - "arc-swap", 2984 - "directories", 2985 - "floem-editor-core", 2986 - "git2", 2987 - "hashbrown", 2988 - "include_dir", 2989 - "itertools 0.12.1", 2990 - "lapce-rpc", 2991 - "lapce-xi-rope", 2992 - "libloading", 2993 - "lsp-types", 2994 - "once_cell", 2995 - "regex", 2996 - "remain", 2997 - "slotmap", 2998 - "strum", 2999 - "strum_macros", 3000 - "thiserror", 3001 - "tracing 0.2.0", 3002 - "tree-sitter", 3003 - ] 3004 - 3005 - [[package]] 3006 - name = "lapce-proxy" 3007 - version = "0.4.2" 3008 - dependencies = [ 3009 - "alacritty_terminal", 3010 - "anyhow", 3011 - "clap", 3012 - "crossbeam-channel", 3013 - "directories", 3014 - "dyn-clone", 3015 - "flate2", 3016 - "floem-editor-core", 3017 - "git2", 3018 - "globset", 3019 - "grep-matcher", 3020 - "grep-regex", 3021 - "grep-searcher", 3022 - "ignore", 3023 - "indexmap", 3024 - "interprocess", 3025 - "jsonrpc-lite", 3026 - "lapce-core", 3027 - "lapce-rpc", 3028 - "lapce-xi-rope", 3029 - "libc", 3030 - "locale_config", 3031 - "lsp-types", 3032 - "notify", 3033 - "parking_lot", 3034 - "polling", 3035 - "psp-types", 3036 - "regex", 3037 - "reqwest", 3038 - "serde", 3039 - "serde_json", 3040 - "tar", 3041 - "toml", 3042 - "tracing 0.2.0", 3043 - "tracing-log", 3044 - "trash", 3045 - "url", 3046 - "walkdir", 3047 - "wasi-common", 3048 - "wasi-experimental-http-wasmtime", 3049 - "wasmtime", 3050 - "wasmtime-wasi", 3051 - "zstd", 3052 - ] 3053 - 3054 - [[package]] 3055 - name = "lapce-rpc" 3056 - version = "0.4.2" 3057 - dependencies = [ 3058 - "anyhow", 3059 - "crossbeam-channel", 3060 - "human-sort", 3061 - "indexmap", 3062 - "lapce-xi-rope", 3063 - "lsp-types", 3064 - "parking_lot", 3065 - "serde", 3066 - "serde_json", 3067 - "tracing 0.2.0", 3068 - "url", 3069 - ] 3070 - 3071 - [[package]] 3072 - name = "lapce-xi-rope" 3073 - version = "0.3.2" 3074 - source = "registry+https://github.com/rust-lang/crates.io-index" 3075 - checksum = "6516aaa99c5059dc1a1bc02ed782d5e524699c1b4330028a6bed8259f9d9ff0a" 3076 - dependencies = [ 3077 - "bytecount", 3078 - "memchr", 3079 - "regex", 3080 - "serde", 3081 - "unicode-segmentation", 3082 - ] 3083 - 3084 - [[package]] 3085 - name = "lazy-bytes-cast" 3086 - version = "5.0.1" 3087 - source = "registry+https://github.com/rust-lang/crates.io-index" 3088 - checksum = "10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b" 3089 - 3090 - [[package]] 3091 - name = "lazy_static" 3092 - version = "1.4.0" 3093 - source = "registry+https://github.com/rust-lang/crates.io-index" 3094 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 3095 - 3096 - [[package]] 3097 - name = "leb128" 3098 - version = "0.2.5" 3099 - source = "registry+https://github.com/rust-lang/crates.io-index" 3100 - checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" 3101 - 3102 - [[package]] 3103 - name = "libc" 3104 - version = "0.2.155" 3105 - source = "registry+https://github.com/rust-lang/crates.io-index" 3106 - checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 3107 - 3108 - [[package]] 3109 - name = "libgit2-sys" 3110 - version = "0.17.0+1.8.1" 3111 - source = "registry+https://github.com/rust-lang/crates.io-index" 3112 - checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" 3113 - dependencies = [ 3114 - "cc", 3115 - "libc", 3116 - "libssh2-sys", 3117 - "libz-sys", 3118 - "openssl-sys", 3119 - "pkg-config", 3120 - ] 3121 - 3122 - [[package]] 3123 - name = "libloading" 3124 - version = "0.8.1" 3125 - source = "registry+https://github.com/rust-lang/crates.io-index" 3126 - checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161" 3127 - dependencies = [ 3128 - "cfg-if", 3129 - "windows-sys 0.48.0", 3130 - ] 3131 - 3132 - [[package]] 3133 - name = "libm" 3134 - version = "0.2.7" 3135 - source = "registry+https://github.com/rust-lang/crates.io-index" 3136 - checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" 3137 - 3138 - [[package]] 3139 - name = "libssh2-sys" 3140 - version = "0.3.0" 3141 - source = "registry+https://github.com/rust-lang/crates.io-index" 3142 - checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee" 3143 - dependencies = [ 3144 - "cc", 3145 - "libc", 3146 - "libz-sys", 3147 - "openssl-sys", 3148 - "pkg-config", 3149 - "vcpkg", 3150 - ] 3151 - 3152 - [[package]] 3153 - name = "libz-sys" 3154 - version = "1.1.8" 3155 - source = "registry+https://github.com/rust-lang/crates.io-index" 3156 - checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" 3157 - dependencies = [ 3158 - "cc", 3159 - "libc", 3160 - "pkg-config", 3161 - "vcpkg", 3162 - ] 3163 - 3164 - [[package]] 3165 - name = "line-wrap" 3166 - version = "0.2.0" 3167 - source = "registry+https://github.com/rust-lang/crates.io-index" 3168 - checksum = "dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e" 3169 - 3170 - [[package]] 3171 - name = "linux-raw-sys" 3172 - version = "0.4.13" 3173 - source = "registry+https://github.com/rust-lang/crates.io-index" 3174 - checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 3175 - 3176 - [[package]] 3177 - name = "linux-raw-sys" 3178 - version = "0.6.4" 3179 - source = "registry+https://github.com/rust-lang/crates.io-index" 3180 - checksum = "f0b5399f6804fbab912acbd8878ed3532d506b7c951b8f9f164ef90fef39e3f4" 3181 - 3182 - [[package]] 3183 - name = "litrs" 3184 - version = "0.4.1" 3185 - source = "registry+https://github.com/rust-lang/crates.io-index" 3186 - checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" 3187 - 3188 - [[package]] 3189 - name = "locale_config" 3190 - version = "0.3.1-alpha.0" 3191 - source = "git+https://github.com/lapce/locale_config.git?branch=lapce#54c9fe6a247c3618c224ec57e6c3a747bc3a96e4" 3192 - dependencies = [ 3193 - "lazy_static", 3194 - "objc2 0.5.2", 3195 - "objc2-foundation", 3196 - "regex", 3197 - "winapi", 3198 - ] 3199 - 3200 - [[package]] 3201 - name = "lock_api" 3202 - version = "0.4.9" 3203 - source = "registry+https://github.com/rust-lang/crates.io-index" 3204 - checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 3205 - dependencies = [ 3206 - "autocfg", 3207 - "scopeguard", 3208 - ] 3209 - 3210 - [[package]] 3211 - name = "log" 3212 - version = "0.4.20" 3213 - source = "registry+https://github.com/rust-lang/crates.io-index" 3214 - checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 3215 - 3216 - [[package]] 3217 - name = "lsp-types" 3218 - version = "0.95.1" 3219 - source = "git+https://github.com/lapce/lsp-types?rev=feaa1e2ec80975c9dadd400a238ceacf071058e6#feaa1e2ec80975c9dadd400a238ceacf071058e6" 3220 - dependencies = [ 3221 - "bitflags 1.3.2", 3222 - "serde", 3223 - "serde_json", 3224 - "serde_repr", 3225 - "url", 3226 - ] 3227 - 3228 - [[package]] 3229 - name = "mach" 3230 - version = "0.3.2" 3231 - source = "registry+https://github.com/rust-lang/crates.io-index" 3232 - checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" 3233 - dependencies = [ 3234 - "libc", 3235 - ] 3236 - 3237 - [[package]] 3238 - name = "malloc_buf" 3239 - version = "0.0.6" 3240 - source = "registry+https://github.com/rust-lang/crates.io-index" 3241 - checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 3242 - dependencies = [ 3243 - "libc", 3244 - ] 3245 - 3246 - [[package]] 3247 - name = "maybe-owned" 3248 - version = "0.3.4" 3249 - source = "registry+https://github.com/rust-lang/crates.io-index" 3250 - checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4" 3251 - 3252 - [[package]] 3253 - name = "memchr" 3254 - version = "2.7.1" 3255 - source = "registry+https://github.com/rust-lang/crates.io-index" 3256 - checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 3257 - 3258 - [[package]] 3259 - name = "memfd" 3260 - version = "0.6.4" 3261 - source = "registry+https://github.com/rust-lang/crates.io-index" 3262 - checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" 3263 - dependencies = [ 3264 - "rustix", 3265 - ] 3266 - 3267 - [[package]] 3268 - name = "memmap2" 3269 - version = "0.9.0" 3270 - source = "registry+https://github.com/rust-lang/crates.io-index" 3271 - checksum = "deaba38d7abf1d4cca21cc89e932e542ba2b9258664d2a9ef0e61512039c9375" 3272 - dependencies = [ 3273 - "libc", 3274 - ] 3275 - 3276 - [[package]] 3277 - name = "memoffset" 3278 - version = "0.6.5" 3279 - source = "registry+https://github.com/rust-lang/crates.io-index" 3280 - checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 3281 - dependencies = [ 3282 - "autocfg", 3283 - ] 3284 - 3285 - [[package]] 3286 - name = "memoffset" 3287 - version = "0.9.0" 3288 - source = "registry+https://github.com/rust-lang/crates.io-index" 3289 - checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 3290 - dependencies = [ 3291 - "autocfg", 3292 - ] 3293 - 3294 - [[package]] 3295 - name = "metal" 3296 - version = "0.29.0" 3297 - source = "registry+https://github.com/rust-lang/crates.io-index" 3298 - checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21" 3299 - dependencies = [ 3300 - "bitflags 2.6.0", 3301 - "block", 3302 - "core-graphics-types", 3303 - "foreign-types 0.5.0", 3304 - "log", 3305 - "objc", 3306 - "paste", 3307 - ] 3308 - 3309 - [[package]] 3310 - name = "mime" 3311 - version = "0.3.16" 3312 - source = "registry+https://github.com/rust-lang/crates.io-index" 3313 - checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 3314 - 3315 - [[package]] 3316 - name = "minimal-lexical" 3317 - version = "0.2.1" 3318 - source = "registry+https://github.com/rust-lang/crates.io-index" 3319 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3320 - 3321 - [[package]] 3322 - name = "miniz_oxide" 3323 - version = "0.7.1" 3324 - source = "registry+https://github.com/rust-lang/crates.io-index" 3325 - checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 3326 - dependencies = [ 3327 - "adler", 3328 - "simd-adler32", 3329 - ] 3330 - 3331 - [[package]] 3332 - name = "mio" 3333 - version = "0.8.11" 3334 - source = "registry+https://github.com/rust-lang/crates.io-index" 3335 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 3336 - dependencies = [ 3337 - "libc", 3338 - "log", 3339 - "wasi", 3340 - "windows-sys 0.48.0", 3341 - ] 3342 - 3343 - [[package]] 3344 - name = "miow" 3345 - version = "0.6.0" 3346 - source = "registry+https://github.com/rust-lang/crates.io-index" 3347 - checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044" 3348 - dependencies = [ 3349 - "windows-sys 0.48.0", 3350 - ] 3351 - 3352 - [[package]] 3353 - name = "naga" 3354 - version = "22.0.0" 3355 - source = "registry+https://github.com/rust-lang/crates.io-index" 3356 - checksum = "09eeccb9b50f4f7839b214aa3e08be467159506a986c18e0702170ccf720a453" 3357 - dependencies = [ 3358 - "arrayvec", 3359 - "bit-set", 3360 - "bitflags 2.6.0", 3361 - "cfg_aliases 0.1.1", 3362 - "codespan-reporting", 3363 - "hexf-parse", 3364 - "indexmap", 3365 - "log", 3366 - "rustc-hash", 3367 - "spirv", 3368 - "termcolor", 3369 - "thiserror", 3370 - "unicode-xid", 3371 - ] 3372 - 3373 - [[package]] 3374 - name = "native-tls" 3375 - version = "0.2.10" 3376 - source = "registry+https://github.com/rust-lang/crates.io-index" 3377 - checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9" 3378 - dependencies = [ 3379 - "lazy_static", 3380 - "libc", 3381 - "log", 3382 - "openssl", 3383 - "openssl-probe", 3384 - "openssl-sys", 3385 - "schannel", 3386 - "security-framework", 3387 - "security-framework-sys", 3388 - "tempfile", 3389 - ] 3390 - 3391 - [[package]] 3392 - name = "ndk" 3393 - version = "0.8.0" 3394 - source = "registry+https://github.com/rust-lang/crates.io-index" 3395 - checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7" 3396 - dependencies = [ 3397 - "bitflags 2.6.0", 3398 - "jni-sys", 3399 - "log", 3400 - "ndk-sys", 3401 - "num_enum", 3402 - "raw-window-handle 0.5.2", 3403 - "raw-window-handle 0.6.0", 3404 - "thiserror", 3405 - ] 3406 - 3407 - [[package]] 3408 - name = "ndk-context" 3409 - version = "0.1.1" 3410 - source = "registry+https://github.com/rust-lang/crates.io-index" 3411 - checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 3412 - 3413 - [[package]] 3414 - name = "ndk-sys" 3415 - version = "0.5.0+25.2.9519653" 3416 - source = "registry+https://github.com/rust-lang/crates.io-index" 3417 - checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" 3418 - dependencies = [ 3419 - "jni-sys", 3420 - ] 3421 - 3422 - [[package]] 3423 - name = "nix" 3424 - version = "0.27.1" 3425 - source = "registry+https://github.com/rust-lang/crates.io-index" 3426 - checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" 3427 - dependencies = [ 3428 - "bitflags 2.6.0", 3429 - "cfg-if", 3430 - "libc", 3431 - "memoffset 0.9.0", 3432 - ] 3433 - 3434 - [[package]] 3435 - name = "nom" 3436 - version = "7.1.1" 3437 - source = "registry+https://github.com/rust-lang/crates.io-index" 3438 - checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" 3439 - dependencies = [ 3440 - "memchr", 3441 - "minimal-lexical", 3442 - ] 3443 - 3444 - [[package]] 3445 - name = "notify" 3446 - version = "5.2.0" 3447 - source = "registry+https://github.com/rust-lang/crates.io-index" 3448 - checksum = "729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486" 3449 - dependencies = [ 3450 - "bitflags 1.3.2", 3451 - "crossbeam-channel", 3452 - "filetime", 3453 - "fsevent-sys", 3454 - "inotify", 3455 - "kqueue", 3456 - "libc", 3457 - "mio", 3458 - "serde", 3459 - "walkdir", 3460 - "windows-sys 0.45.0", 3461 - ] 3462 - 3463 - [[package]] 3464 - name = "nu-ansi-term" 3465 - version = "0.46.0" 3466 - source = "registry+https://github.com/rust-lang/crates.io-index" 3467 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 3468 - dependencies = [ 3469 - "overload", 3470 - "winapi", 3471 - ] 3472 - 3473 - [[package]] 3474 - name = "nucleo" 3475 - version = "0.5.0" 3476 - source = "registry+https://github.com/rust-lang/crates.io-index" 3477 - checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4" 3478 - dependencies = [ 3479 - "nucleo-matcher", 3480 - "parking_lot", 3481 - "rayon", 3482 - ] 3483 - 3484 - [[package]] 3485 - name = "nucleo-matcher" 3486 - version = "0.3.1" 3487 - source = "registry+https://github.com/rust-lang/crates.io-index" 3488 - checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85" 3489 - dependencies = [ 3490 - "memchr", 3491 - "unicode-segmentation", 3492 - ] 3493 - 3494 - [[package]] 3495 - name = "num-conv" 3496 - version = "0.1.0" 3497 - source = "registry+https://github.com/rust-lang/crates.io-index" 3498 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 3499 - 3500 - [[package]] 3501 - name = "num-traits" 3502 - version = "0.2.15" 3503 - source = "registry+https://github.com/rust-lang/crates.io-index" 3504 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 3505 - dependencies = [ 3506 - "autocfg", 3507 - ] 3508 - 3509 - [[package]] 3510 - name = "num_cpus" 3511 - version = "1.13.1" 3512 - source = "registry+https://github.com/rust-lang/crates.io-index" 3513 - checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 3514 - dependencies = [ 3515 - "hermit-abi 0.1.19", 3516 - "libc", 3517 - ] 3518 - 3519 - [[package]] 3520 - name = "num_enum" 3521 - version = "0.7.0" 3522 - source = "registry+https://github.com/rust-lang/crates.io-index" 3523 - checksum = "70bf6736f74634d299d00086f02986875b3c2d924781a6a2cb6c201e73da0ceb" 3524 - dependencies = [ 3525 - "num_enum_derive", 3526 - ] 3527 - 3528 - [[package]] 3529 - name = "num_enum_derive" 3530 - version = "0.7.0" 3531 - source = "registry+https://github.com/rust-lang/crates.io-index" 3532 - checksum = "56ea360eafe1022f7cc56cd7b869ed57330fb2453d0c7831d99b74c65d2f5597" 3533 - dependencies = [ 3534 - "proc-macro-crate", 3535 - "proc-macro2", 3536 - "quote", 3537 - "syn 2.0.57", 3538 - ] 3539 - 3540 - [[package]] 3541 - name = "objc" 3542 - version = "0.2.7" 3543 - source = "registry+https://github.com/rust-lang/crates.io-index" 3544 - checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 3545 - dependencies = [ 3546 - "malloc_buf", 3547 - ] 3548 - 3549 - [[package]] 3550 - name = "objc-foundation" 3551 - version = "0.1.1" 3552 - source = "registry+https://github.com/rust-lang/crates.io-index" 3553 - checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 3554 - dependencies = [ 3555 - "block", 3556 - "objc", 3557 - "objc_id", 3558 - ] 3559 - 3560 - [[package]] 3561 - name = "objc-sys" 3562 - version = "0.3.5" 3563 - source = "registry+https://github.com/rust-lang/crates.io-index" 3564 - checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 3565 - 3566 - [[package]] 3567 - name = "objc2" 3568 - version = "0.4.1" 3569 - source = "registry+https://github.com/rust-lang/crates.io-index" 3570 - checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d" 3571 - dependencies = [ 3572 - "objc-sys", 3573 - "objc2-encode 3.0.0", 3574 - ] 3575 - 3576 - [[package]] 3577 - name = "objc2" 3578 - version = "0.5.2" 3579 - source = "registry+https://github.com/rust-lang/crates.io-index" 3580 - checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 3581 - dependencies = [ 3582 - "objc-sys", 3583 - "objc2-encode 4.0.3", 3584 - ] 3585 - 3586 - [[package]] 3587 - name = "objc2-encode" 3588 - version = "3.0.0" 3589 - source = "registry+https://github.com/rust-lang/crates.io-index" 3590 - checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666" 3591 - 3592 - [[package]] 3593 - name = "objc2-encode" 3594 - version = "4.0.3" 3595 - source = "registry+https://github.com/rust-lang/crates.io-index" 3596 - checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8" 3597 - 3598 - [[package]] 3599 - name = "objc2-foundation" 3600 - version = "0.2.2" 3601 - source = "registry+https://github.com/rust-lang/crates.io-index" 3602 - checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 3603 - dependencies = [ 3604 - "bitflags 2.6.0", 3605 - "block2 0.5.1", 3606 - "libc", 3607 - "objc2 0.5.2", 3608 - ] 3609 - 3610 - [[package]] 3611 - name = "objc_id" 3612 - version = "0.1.1" 3613 - source = "registry+https://github.com/rust-lang/crates.io-index" 3614 - checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 3615 - dependencies = [ 3616 - "objc", 3617 - ] 3618 - 3619 - [[package]] 3620 - name = "object" 3621 - version = "0.32.1" 3622 - source = "registry+https://github.com/rust-lang/crates.io-index" 3623 - checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" 3624 - dependencies = [ 3625 - "crc32fast", 3626 - "hashbrown", 3627 - "indexmap", 3628 - "memchr", 3629 - ] 3630 - 3631 - [[package]] 3632 - name = "once_cell" 3633 - version = "1.19.0" 3634 - source = "registry+https://github.com/rust-lang/crates.io-index" 3635 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 3636 - 3637 - [[package]] 3638 - name = "oorandom" 3639 - version = "11.1.3" 3640 - source = "registry+https://github.com/rust-lang/crates.io-index" 3641 - checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 3642 - 3643 - [[package]] 3644 - name = "open" 3645 - version = "5.1.4" 3646 - source = "registry+https://github.com/rust-lang/crates.io-index" 3647 - checksum = "b5ca541f22b1c46d4bb9801014f234758ab4297e7870b904b6a8415b980a7388" 3648 - dependencies = [ 3649 - "is-wsl", 3650 - "libc", 3651 - "pathdiff", 3652 - ] 3653 - 3654 - [[package]] 3655 - name = "openssl" 3656 - version = "0.10.63" 3657 - source = "registry+https://github.com/rust-lang/crates.io-index" 3658 - checksum = "15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8" 3659 - dependencies = [ 3660 - "bitflags 2.6.0", 3661 - "cfg-if", 3662 - "foreign-types 0.3.2", 3663 - "libc", 3664 - "once_cell", 3665 - "openssl-macros", 3666 - "openssl-sys", 3667 - ] 3668 - 3669 - [[package]] 3670 - name = "openssl-macros" 3671 - version = "0.1.0" 3672 - source = "registry+https://github.com/rust-lang/crates.io-index" 3673 - checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 3674 - dependencies = [ 3675 - "proc-macro2", 3676 - "quote", 3677 - "syn 1.0.109", 3678 - ] 3679 - 3680 - [[package]] 3681 - name = "openssl-probe" 3682 - version = "0.1.5" 3683 - source = "registry+https://github.com/rust-lang/crates.io-index" 3684 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 3685 - 3686 - [[package]] 3687 - name = "openssl-src" 3688 - version = "300.2.3+3.2.1" 3689 - source = "registry+https://github.com/rust-lang/crates.io-index" 3690 - checksum = "5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843" 3691 - dependencies = [ 3692 - "cc", 3693 - ] 3694 - 3695 - [[package]] 3696 - name = "openssl-sys" 3697 - version = "0.9.99" 3698 - source = "registry+https://github.com/rust-lang/crates.io-index" 3699 - checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae" 3700 - dependencies = [ 3701 - "cc", 3702 - "libc", 3703 - "openssl-src", 3704 - "pkg-config", 3705 - "vcpkg", 3706 - ] 3707 - 3708 - [[package]] 3709 - name = "orbclient" 3710 - version = "0.3.46" 3711 - source = "registry+https://github.com/rust-lang/crates.io-index" 3712 - checksum = "8378ac0dfbd4e7895f2d2c1f1345cab3836910baf3a300b000d04250f0c8428f" 3713 - dependencies = [ 3714 - "redox_syscall 0.3.5", 3715 - ] 3716 - 3717 - [[package]] 3718 - name = "ordered-stream" 3719 - version = "0.2.0" 3720 - source = "registry+https://github.com/rust-lang/crates.io-index" 3721 - checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 3722 - dependencies = [ 3723 - "futures-core", 3724 - "pin-project-lite", 3725 - ] 3726 - 3727 - [[package]] 3728 - name = "overload" 3729 - version = "0.1.1" 3730 - source = "registry+https://github.com/rust-lang/crates.io-index" 3731 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3732 - 3733 - [[package]] 3734 - name = "owned_ttf_parser" 3735 - version = "0.19.0" 3736 - source = "registry+https://github.com/rust-lang/crates.io-index" 3737 - checksum = "706de7e2214113d63a8238d1910463cfce781129a6f263d13fdb09ff64355ba4" 3738 - dependencies = [ 3739 - "ttf-parser 0.19.1", 3740 - ] 3741 - 3742 - [[package]] 3743 - name = "parking" 3744 - version = "2.2.0" 3745 - source = "registry+https://github.com/rust-lang/crates.io-index" 3746 - checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" 3747 - 3748 - [[package]] 3749 - name = "parking_lot" 3750 - version = "0.12.3" 3751 - source = "registry+https://github.com/rust-lang/crates.io-index" 3752 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 3753 - dependencies = [ 3754 - "lock_api", 3755 - "parking_lot_core", 3756 - ] 3757 - 3758 - [[package]] 3759 - name = "parking_lot_core" 3760 - version = "0.9.3" 3761 - source = "registry+https://github.com/rust-lang/crates.io-index" 3762 - checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929" 3763 - dependencies = [ 3764 - "cfg-if", 3765 - "libc", 3766 - "redox_syscall 0.2.16", 3767 - "smallvec", 3768 - "windows-sys 0.36.1", 3769 - ] 3770 - 3771 - [[package]] 3772 - name = "paste" 3773 - version = "1.0.9" 3774 - source = "registry+https://github.com/rust-lang/crates.io-index" 3775 - checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1" 3776 - 3777 - [[package]] 3778 - name = "pathdiff" 3779 - version = "0.2.1" 3780 - source = "registry+https://github.com/rust-lang/crates.io-index" 3781 - checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 3782 - 3783 - [[package]] 3784 - name = "peniko" 3785 - version = "0.1.1" 3786 - source = "registry+https://github.com/rust-lang/crates.io-index" 3787 - checksum = "3c28d7294093837856bb80ad191cc46a2fcec8a30b43b7a3b0285325f0a917a9" 3788 - dependencies = [ 3789 - "kurbo 0.11.0", 3790 - "serde", 3791 - "serde_bytes", 3792 - "smallvec", 3793 - ] 3794 - 3795 - [[package]] 3796 - name = "percent-encoding" 3797 - version = "2.3.1" 3798 - source = "registry+https://github.com/rust-lang/crates.io-index" 3799 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 3800 - 3801 - [[package]] 3802 - name = "pico-args" 3803 - version = "0.5.0" 3804 - source = "registry+https://github.com/rust-lang/crates.io-index" 3805 - checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 3806 - 3807 - [[package]] 3808 - name = "pin-project-lite" 3809 - version = "0.2.13" 3810 - source = "registry+https://github.com/rust-lang/crates.io-index" 3811 - checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 3812 - 3813 - [[package]] 3814 - name = "pin-utils" 3815 - version = "0.1.0" 3816 - source = "registry+https://github.com/rust-lang/crates.io-index" 3817 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3818 - 3819 - [[package]] 3820 - name = "piper" 3821 - version = "0.2.1" 3822 - source = "registry+https://github.com/rust-lang/crates.io-index" 3823 - checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" 3824 - dependencies = [ 3825 - "atomic-waker", 3826 - "fastrand", 3827 - "futures-io", 3828 - ] 3829 - 3830 - [[package]] 3831 - name = "pkg-config" 3832 - version = "0.3.25" 3833 - source = "registry+https://github.com/rust-lang/crates.io-index" 3834 - checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" 3835 - 3836 - [[package]] 3837 - name = "plist" 3838 - version = "1.6.1" 3839 - source = "registry+https://github.com/rust-lang/crates.io-index" 3840 - checksum = "d9d34169e64b3c7a80c8621a48adaf44e0cf62c78a9b25dd9dd35f1881a17cf9" 3841 - dependencies = [ 3842 - "base64 0.21.7", 3843 - "indexmap", 3844 - "line-wrap", 3845 - "quick-xml", 3846 - "time", 3847 - ] 3848 - 3849 - [[package]] 3850 - name = "plotters" 3851 - version = "0.3.5" 3852 - source = "registry+https://github.com/rust-lang/crates.io-index" 3853 - checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45" 3854 - dependencies = [ 3855 - "num-traits", 3856 - "plotters-backend", 3857 - "plotters-svg", 3858 - "wasm-bindgen", 3859 - "web-sys", 3860 - ] 3861 - 3862 - [[package]] 3863 - name = "plotters-backend" 3864 - version = "0.3.5" 3865 - source = "registry+https://github.com/rust-lang/crates.io-index" 3866 - checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609" 3867 - 3868 - [[package]] 3869 - name = "plotters-svg" 3870 - version = "0.3.5" 3871 - source = "registry+https://github.com/rust-lang/crates.io-index" 3872 - checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab" 3873 - dependencies = [ 3874 - "plotters-backend", 3875 - ] 3876 - 3877 - [[package]] 3878 - name = "png" 3879 - version = "0.17.10" 3880 - source = "registry+https://github.com/rust-lang/crates.io-index" 3881 - checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64" 3882 - dependencies = [ 3883 - "bitflags 1.3.2", 3884 - "crc32fast", 3885 - "fdeflate", 3886 - "flate2", 3887 - "miniz_oxide", 3888 - ] 3889 - 3890 - [[package]] 3891 - name = "polling" 3892 - version = "3.6.0" 3893 - source = "registry+https://github.com/rust-lang/crates.io-index" 3894 - checksum = "e0c976a60b2d7e99d6f229e414670a9b85d13ac305cc6d1e9c134de58c5aaaf6" 3895 - dependencies = [ 3896 - "cfg-if", 3897 - "concurrent-queue", 3898 - "hermit-abi 0.3.9", 3899 - "pin-project-lite", 3900 - "rustix", 3901 - "tracing 0.1.37", 3902 - "windows-sys 0.52.0", 3903 - ] 3904 - 3905 - [[package]] 3906 - name = "pollster" 3907 - version = "0.3.0" 3908 - source = "registry+https://github.com/rust-lang/crates.io-index" 3909 - checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" 3910 - 3911 - [[package]] 3912 - name = "powerfmt" 3913 - version = "0.2.0" 3914 - source = "registry+https://github.com/rust-lang/crates.io-index" 3915 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3916 - 3917 - [[package]] 3918 - name = "ppv-lite86" 3919 - version = "0.2.16" 3920 - source = "registry+https://github.com/rust-lang/crates.io-index" 3921 - checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 3922 - 3923 - [[package]] 3924 - name = "presser" 3925 - version = "0.3.1" 3926 - source = "registry+https://github.com/rust-lang/crates.io-index" 3927 - checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" 3928 - 3929 - [[package]] 3930 - name = "proc-macro-crate" 3931 - version = "1.3.1" 3932 - source = "registry+https://github.com/rust-lang/crates.io-index" 3933 - checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 3934 - dependencies = [ 3935 - "once_cell", 3936 - "toml_edit 0.19.15", 3937 - ] 3938 - 3939 - [[package]] 3940 - name = "proc-macro2" 3941 - version = "1.0.79" 3942 - source = "registry+https://github.com/rust-lang/crates.io-index" 3943 - checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" 3944 - dependencies = [ 3945 - "unicode-ident", 3946 - ] 3947 - 3948 - [[package]] 3949 - name = "profiling" 3950 - version = "1.0.10" 3951 - source = "registry+https://github.com/rust-lang/crates.io-index" 3952 - checksum = "45f10e75d83c7aec79a6aa46f897075890e156b105eebe51cfa0abce51af025f" 3953 - 3954 - [[package]] 3955 - name = "psm" 3956 - version = "0.1.21" 3957 - source = "registry+https://github.com/rust-lang/crates.io-index" 3958 - checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" 3959 - dependencies = [ 3960 - "cc", 3961 - ] 3962 - 3963 - [[package]] 3964 - name = "psp-types" 3965 - version = "0.1.0" 3966 - source = "git+https://github.com/lapce/psp-types?rev=f7fea28f59e7b2d6faa1034a21679ad49b3524ad#f7fea28f59e7b2d6faa1034a21679ad49b3524ad" 3967 - dependencies = [ 3968 - "lsp-types", 3969 - "serde", 3970 - "serde_json", 3971 - ] 3972 - 3973 - [[package]] 3974 - name = "pulldown-cmark" 3975 - version = "0.11.0" 3976 - source = "registry+https://github.com/rust-lang/crates.io-index" 3977 - checksum = "8746739f11d39ce5ad5c2520a9b75285310dbfe78c541ccf832d38615765aec0" 3978 - dependencies = [ 3979 - "bitflags 2.6.0", 3980 - "getopts", 3981 - "memchr", 3982 - "pulldown-cmark-escape", 3983 - "unicase", 3984 - ] 3985 - 3986 - [[package]] 3987 - name = "pulldown-cmark-escape" 3988 - version = "0.11.0" 3989 - source = "registry+https://github.com/rust-lang/crates.io-index" 3990 - checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" 3991 - 3992 - [[package]] 3993 - name = "quick-xml" 3994 - version = "0.31.0" 3995 - source = "registry+https://github.com/rust-lang/crates.io-index" 3996 - checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" 3997 - dependencies = [ 3998 - "memchr", 3999 - ] 4000 - 4001 - [[package]] 4002 - name = "quote" 4003 - version = "1.0.35" 4004 - source = "registry+https://github.com/rust-lang/crates.io-index" 4005 - checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 4006 - dependencies = [ 4007 - "proc-macro2", 4008 - ] 4009 - 4010 - [[package]] 4011 - name = "rand" 4012 - version = "0.8.5" 4013 - source = "registry+https://github.com/rust-lang/crates.io-index" 4014 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 4015 - dependencies = [ 4016 - "libc", 4017 - "rand_chacha", 4018 - "rand_core", 4019 - ] 4020 - 4021 - [[package]] 4022 - name = "rand_chacha" 4023 - version = "0.3.1" 4024 - source = "registry+https://github.com/rust-lang/crates.io-index" 4025 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 4026 - dependencies = [ 4027 - "ppv-lite86", 4028 - "rand_core", 4029 - ] 4030 - 4031 - [[package]] 4032 - name = "rand_core" 4033 - version = "0.6.4" 4034 - source = "registry+https://github.com/rust-lang/crates.io-index" 4035 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 4036 - dependencies = [ 4037 - "getrandom", 4038 - ] 4039 - 4040 - [[package]] 4041 - name = "rand_xoshiro" 4042 - version = "0.6.0" 4043 - source = "registry+https://github.com/rust-lang/crates.io-index" 4044 - checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" 4045 - dependencies = [ 4046 - "rand_core", 4047 - ] 4048 - 4049 - [[package]] 4050 - name = "range-alloc" 4051 - version = "0.1.3" 4052 - source = "registry+https://github.com/rust-lang/crates.io-index" 4053 - checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab" 4054 - 4055 - [[package]] 4056 - name = "rangemap" 4057 - version = "1.5.1" 4058 - source = "registry+https://github.com/rust-lang/crates.io-index" 4059 - checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684" 4060 - 4061 - [[package]] 4062 - name = "raw-window-handle" 4063 - version = "0.5.2" 4064 - source = "registry+https://github.com/rust-lang/crates.io-index" 4065 - checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 4066 - 4067 - [[package]] 4068 - name = "raw-window-handle" 4069 - version = "0.6.0" 4070 - source = "registry+https://github.com/rust-lang/crates.io-index" 4071 - checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544" 4072 - 4073 - [[package]] 4074 - name = "rayon" 4075 - version = "1.10.0" 4076 - source = "registry+https://github.com/rust-lang/crates.io-index" 4077 - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 4078 - dependencies = [ 4079 - "either", 4080 - "rayon-core", 4081 - ] 4082 - 4083 - [[package]] 4084 - name = "rayon-core" 4085 - version = "1.12.1" 4086 - source = "registry+https://github.com/rust-lang/crates.io-index" 4087 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 4088 - dependencies = [ 4089 - "crossbeam-deque", 4090 - "crossbeam-utils", 4091 - ] 4092 - 4093 - [[package]] 4094 - name = "read-fonts" 4095 - version = "0.20.0" 4096 - source = "registry+https://github.com/rust-lang/crates.io-index" 4097 - checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd" 4098 - dependencies = [ 4099 - "bytemuck", 4100 - "font-types", 4101 - ] 4102 - 4103 - [[package]] 4104 - name = "rect_packer" 4105 - version = "0.2.1" 4106 - source = "registry+https://github.com/rust-lang/crates.io-index" 4107 - checksum = "d8ffb4dfda4b01cc420847665dc480760d596ce186f2772a66ed32fe9acb1c45" 4108 - 4109 - [[package]] 4110 - name = "redox_syscall" 4111 - version = "0.2.16" 4112 - source = "registry+https://github.com/rust-lang/crates.io-index" 4113 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 4114 - dependencies = [ 4115 - "bitflags 1.3.2", 4116 - ] 4117 - 4118 - [[package]] 4119 - name = "redox_syscall" 4120 - version = "0.3.5" 4121 - source = "registry+https://github.com/rust-lang/crates.io-index" 4122 - checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 4123 - dependencies = [ 4124 - "bitflags 1.3.2", 4125 - ] 4126 - 4127 - [[package]] 4128 - name = "redox_syscall" 4129 - version = "0.5.1" 4130 - source = "registry+https://github.com/rust-lang/crates.io-index" 4131 - checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" 4132 - dependencies = [ 4133 - "bitflags 2.6.0", 4134 - ] 4135 - 4136 - [[package]] 4137 - name = "redox_users" 4138 - version = "0.4.3" 4139 - source = "registry+https://github.com/rust-lang/crates.io-index" 4140 - checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 4141 - dependencies = [ 4142 - "getrandom", 4143 - "redox_syscall 0.2.16", 4144 - "thiserror", 4145 - ] 4146 - 4147 - [[package]] 4148 - name = "regalloc2" 4149 - version = "0.9.3" 4150 - source = "git+https://github.com/bytecodealliance/regalloc2?rev=5d79e12d0a93b10fc181f4da409b4671dd365228#5d79e12d0a93b10fc181f4da409b4671dd365228" 4151 - dependencies = [ 4152 - "hashbrown", 4153 - "log", 4154 - "rustc-hash", 4155 - "slice-group-by", 4156 - "smallvec", 4157 - ] 4158 - 4159 - [[package]] 4160 - name = "regex" 4161 - version = "1.10.5" 4162 - source = "registry+https://github.com/rust-lang/crates.io-index" 4163 - checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" 4164 - dependencies = [ 4165 - "aho-corasick", 4166 - "memchr", 4167 - "regex-automata", 4168 - "regex-syntax", 4169 - ] 4170 - 4171 - [[package]] 4172 - name = "regex-automata" 4173 - version = "0.4.6" 4174 - source = "registry+https://github.com/rust-lang/crates.io-index" 4175 - checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 4176 - dependencies = [ 4177 - "aho-corasick", 4178 - "memchr", 4179 - "regex-syntax", 4180 - ] 4181 - 4182 - [[package]] 4183 - name = "regex-syntax" 4184 - version = "0.8.2" 4185 - source = "registry+https://github.com/rust-lang/crates.io-index" 4186 - checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 4187 - 4188 - [[package]] 4189 - name = "remain" 4190 - version = "0.2.14" 4191 - source = "registry+https://github.com/rust-lang/crates.io-index" 4192 - checksum = "46aef80f842736de545ada6ec65b81ee91504efd6853f4b96de7414c42ae7443" 4193 - dependencies = [ 4194 - "proc-macro2", 4195 - "quote", 4196 - "syn 2.0.57", 4197 - ] 4198 - 4199 - [[package]] 4200 - name = "renderdoc-sys" 4201 - version = "1.1.0" 4202 - source = "registry+https://github.com/rust-lang/crates.io-index" 4203 - checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 4204 - 4205 - [[package]] 4206 - name = "reqwest" 4207 - version = "0.11.27" 4208 - source = "registry+https://github.com/rust-lang/crates.io-index" 4209 - checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" 4210 - dependencies = [ 4211 - "base64 0.21.7", 4212 - "bytes", 4213 - "encoding_rs", 4214 - "futures-core", 4215 - "futures-util", 4216 - "h2", 4217 - "http", 4218 - "http-body", 4219 - "hyper", 4220 - "hyper-tls", 4221 - "ipnet", 4222 - "js-sys", 4223 - "log", 4224 - "mime", 4225 - "native-tls", 4226 - "once_cell", 4227 - "percent-encoding", 4228 - "pin-project-lite", 4229 - "rustls-pemfile", 4230 - "serde", 4231 - "serde_json", 4232 - "serde_urlencoded", 4233 - "sync_wrapper", 4234 - "system-configuration", 4235 - "tokio", 4236 - "tokio-native-tls", 4237 - "tokio-socks", 4238 - "tower-service", 4239 - "url", 4240 - "wasm-bindgen", 4241 - "wasm-bindgen-futures", 4242 - "web-sys", 4243 - "winreg", 4244 - ] 4245 - 4246 - [[package]] 4247 - name = "resvg" 4248 - version = "0.40.0" 4249 - source = "registry+https://github.com/rust-lang/crates.io-index" 4250 - checksum = "024e40e1ba7313fc315b1720298988c0cd6f8bfe3754b52838aafecebd11355a" 4251 - dependencies = [ 4252 - "gif", 4253 - "jpeg-decoder", 4254 - "log", 4255 - "pico-args", 4256 - "png", 4257 - "rgb", 4258 - "svgtypes", 4259 - "tiny-skia", 4260 - "usvg", 4261 - ] 4262 - 4263 - [[package]] 4264 - name = "rfd" 4265 - version = "0.14.1" 4266 - source = "registry+https://github.com/rust-lang/crates.io-index" 4267 - checksum = "25a73a7337fc24366edfca76ec521f51877b114e42dab584008209cca6719251" 4268 - dependencies = [ 4269 - "ashpd", 4270 - "block", 4271 - "dispatch", 4272 - "js-sys", 4273 - "log", 4274 - "objc", 4275 - "objc-foundation", 4276 - "objc_id", 4277 - "pollster", 4278 - "raw-window-handle 0.6.0", 4279 - "urlencoding", 4280 - "wasm-bindgen", 4281 - "wasm-bindgen-futures", 4282 - "web-sys", 4283 - "windows-sys 0.48.0", 4284 - ] 4285 - 4286 - [[package]] 4287 - name = "rgb" 4288 - version = "0.8.36" 4289 - source = "registry+https://github.com/rust-lang/crates.io-index" 4290 - checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59" 4291 - dependencies = [ 4292 - "bytemuck", 4293 - ] 4294 - 4295 - [[package]] 4296 - name = "roxmltree" 4297 - version = "0.19.0" 4298 - source = "registry+https://github.com/rust-lang/crates.io-index" 4299 - checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f" 4300 - 4301 - [[package]] 4302 - name = "rustc-demangle" 4303 - version = "0.1.21" 4304 - source = "registry+https://github.com/rust-lang/crates.io-index" 4305 - checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 4306 - 4307 - [[package]] 4308 - name = "rustc-hash" 4309 - version = "1.1.0" 4310 - source = "registry+https://github.com/rust-lang/crates.io-index" 4311 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 4312 - 4313 - [[package]] 4314 - name = "rustc_version" 4315 - version = "0.4.0" 4316 - source = "registry+https://github.com/rust-lang/crates.io-index" 4317 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 4318 - dependencies = [ 4319 - "semver", 4320 - ] 4321 - 4322 - [[package]] 4323 - name = "rustix" 4324 - version = "0.38.32" 4325 - source = "registry+https://github.com/rust-lang/crates.io-index" 4326 - checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" 4327 - dependencies = [ 4328 - "bitflags 2.6.0", 4329 - "errno", 4330 - "itoa", 4331 - "libc", 4332 - "linux-raw-sys 0.4.13", 4333 - "once_cell", 4334 - "windows-sys 0.52.0", 4335 - ] 4336 - 4337 - [[package]] 4338 - name = "rustix-openpty" 4339 - version = "0.1.1" 4340 - source = "registry+https://github.com/rust-lang/crates.io-index" 4341 - checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12" 4342 - dependencies = [ 4343 - "errno", 4344 - "libc", 4345 - "rustix", 4346 - ] 4347 - 4348 - [[package]] 4349 - name = "rustls-pemfile" 4350 - version = "1.0.4" 4351 - source = "registry+https://github.com/rust-lang/crates.io-index" 4352 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 4353 - dependencies = [ 4354 - "base64 0.21.7", 4355 - ] 4356 - 4357 - [[package]] 4358 - name = "rustversion" 4359 - version = "1.0.14" 4360 - source = "registry+https://github.com/rust-lang/crates.io-index" 4361 - checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 4362 - 4363 - [[package]] 4364 - name = "rustybuzz" 4365 - version = "0.12.1" 4366 - source = "registry+https://github.com/rust-lang/crates.io-index" 4367 - checksum = "f0ae5692c5beaad6a9e22830deeed7874eae8a4e3ba4076fb48e12c56856222c" 4368 - dependencies = [ 4369 - "bitflags 2.6.0", 4370 - "bytemuck", 4371 - "smallvec", 4372 - "ttf-parser 0.20.0", 4373 - "unicode-bidi-mirroring 0.1.0", 4374 - "unicode-ccc 0.1.2", 4375 - "unicode-properties", 4376 - "unicode-script", 4377 - ] 4378 - 4379 - [[package]] 4380 - name = "rustybuzz" 4381 - version = "0.14.1" 4382 - source = "registry+https://github.com/rust-lang/crates.io-index" 4383 - checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c" 4384 - dependencies = [ 4385 - "bitflags 2.6.0", 4386 - "bytemuck", 4387 - "libm", 4388 - "smallvec", 4389 - "ttf-parser 0.21.1", 4390 - "unicode-bidi-mirroring 0.2.0", 4391 - "unicode-ccc 0.2.0", 4392 - "unicode-properties", 4393 - "unicode-script", 4394 - ] 4395 - 4396 - [[package]] 4397 - name = "ryu" 4398 - version = "1.0.11" 4399 - source = "registry+https://github.com/rust-lang/crates.io-index" 4400 - checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" 4401 - 4402 - [[package]] 4403 - name = "same-file" 4404 - version = "1.0.6" 4405 - source = "registry+https://github.com/rust-lang/crates.io-index" 4406 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4407 - dependencies = [ 4408 - "winapi-util", 4409 - ] 4410 - 4411 - [[package]] 4412 - name = "schannel" 4413 - version = "0.1.23" 4414 - source = "registry+https://github.com/rust-lang/crates.io-index" 4415 - checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 4416 - dependencies = [ 4417 - "windows-sys 0.52.0", 4418 - ] 4419 - 4420 - [[package]] 4421 - name = "scoped-tls" 4422 - version = "1.0.1" 4423 - source = "registry+https://github.com/rust-lang/crates.io-index" 4424 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 4425 - 4426 - [[package]] 4427 - name = "scopeguard" 4428 - version = "1.1.0" 4429 - source = "registry+https://github.com/rust-lang/crates.io-index" 4430 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 4431 - 4432 - [[package]] 4433 - name = "sctk-adwaita" 4434 - version = "0.7.0" 4435 - source = "registry+https://github.com/rust-lang/crates.io-index" 4436 - checksum = "1729a30a469de249c6effc17ec8d039b0aa29b3af79b819b7f51cb6ab8046a90" 4437 - dependencies = [ 4438 - "ab_glyph", 4439 - "log", 4440 - "memmap2", 4441 - "smithay-client-toolkit", 4442 - "tiny-skia", 4443 - ] 4444 - 4445 - [[package]] 4446 - name = "security-framework" 4447 - version = "2.7.0" 4448 - source = "registry+https://github.com/rust-lang/crates.io-index" 4449 - checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c" 4450 - dependencies = [ 4451 - "bitflags 1.3.2", 4452 - "core-foundation", 4453 - "core-foundation-sys", 4454 - "libc", 4455 - "security-framework-sys", 4456 - ] 4457 - 4458 - [[package]] 4459 - name = "security-framework-sys" 4460 - version = "2.6.1" 4461 - source = "registry+https://github.com/rust-lang/crates.io-index" 4462 - checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" 4463 - dependencies = [ 4464 - "core-foundation-sys", 4465 - "libc", 4466 - ] 4467 - 4468 - [[package]] 4469 - name = "self_cell" 4470 - version = "1.0.4" 4471 - source = "registry+https://github.com/rust-lang/crates.io-index" 4472 - checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" 4473 - 4474 - [[package]] 4475 - name = "semver" 4476 - version = "1.0.23" 4477 - source = "registry+https://github.com/rust-lang/crates.io-index" 4478 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 4479 - 4480 - [[package]] 4481 - name = "serde" 4482 - version = "1.0.204" 4483 - source = "registry+https://github.com/rust-lang/crates.io-index" 4484 - checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" 4485 - dependencies = [ 4486 - "serde_derive", 4487 - ] 4488 - 4489 - [[package]] 4490 - name = "serde_bytes" 4491 - version = "0.11.14" 4492 - source = "registry+https://github.com/rust-lang/crates.io-index" 4493 - checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734" 4494 - dependencies = [ 4495 - "serde", 4496 - ] 4497 - 4498 - [[package]] 4499 - name = "serde_derive" 4500 - version = "1.0.204" 4501 - source = "registry+https://github.com/rust-lang/crates.io-index" 4502 - checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" 4503 - dependencies = [ 4504 - "proc-macro2", 4505 - "quote", 4506 - "syn 2.0.57", 4507 - ] 4508 - 4509 - [[package]] 4510 - name = "serde_json" 4511 - version = "1.0.122" 4512 - source = "registry+https://github.com/rust-lang/crates.io-index" 4513 - checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" 4514 - dependencies = [ 4515 - "itoa", 4516 - "memchr", 4517 - "ryu", 4518 - "serde", 4519 - ] 4520 - 4521 - [[package]] 4522 - name = "serde_repr" 4523 - version = "0.1.9" 4524 - source = "registry+https://github.com/rust-lang/crates.io-index" 4525 - checksum = "1fe39d9fbb0ebf5eb2c7cb7e2a47e4f462fad1379f1166b8ae49ad9eae89a7ca" 4526 - dependencies = [ 4527 - "proc-macro2", 4528 - "quote", 4529 - "syn 1.0.109", 4530 - ] 4531 - 4532 - [[package]] 4533 - name = "serde_spanned" 4534 - version = "0.6.3" 4535 - source = "registry+https://github.com/rust-lang/crates.io-index" 4536 - checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" 4537 - dependencies = [ 4538 - "serde", 4539 - ] 4540 - 4541 - [[package]] 4542 - name = "serde_urlencoded" 4543 - version = "0.7.1" 4544 - source = "registry+https://github.com/rust-lang/crates.io-index" 4545 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4546 - dependencies = [ 4547 - "form_urlencoded", 4548 - "itoa", 4549 - "ryu", 4550 - "serde", 4551 - ] 4552 - 4553 - [[package]] 4554 - name = "sha1" 4555 - version = "0.10.6" 4556 - source = "registry+https://github.com/rust-lang/crates.io-index" 4557 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 4558 - dependencies = [ 4559 - "cfg-if", 4560 - "cpufeatures", 4561 - "digest", 4562 - ] 4563 - 4564 - [[package]] 4565 - name = "sha2" 4566 - version = "0.10.8" 4567 - source = "registry+https://github.com/rust-lang/crates.io-index" 4568 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 4569 - dependencies = [ 4570 - "cfg-if", 4571 - "cpufeatures", 4572 - "digest", 4573 - ] 4574 - 4575 - [[package]] 4576 - name = "sharded-slab" 4577 - version = "0.1.4" 4578 - source = "registry+https://github.com/rust-lang/crates.io-index" 4579 - checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 4580 - dependencies = [ 4581 - "lazy_static", 4582 - ] 4583 - 4584 - [[package]] 4585 - name = "shellexpand" 4586 - version = "2.1.2" 4587 - source = "registry+https://github.com/rust-lang/crates.io-index" 4588 - checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4" 4589 - dependencies = [ 4590 - "dirs", 4591 - ] 4592 - 4593 - [[package]] 4594 - name = "signal-hook" 4595 - version = "0.3.14" 4596 - source = "registry+https://github.com/rust-lang/crates.io-index" 4597 - checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d" 4598 - dependencies = [ 4599 - "libc", 4600 - "signal-hook-registry", 4601 - ] 4602 - 4603 - [[package]] 4604 - name = "signal-hook-registry" 4605 - version = "1.4.0" 4606 - source = "registry+https://github.com/rust-lang/crates.io-index" 4607 - checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 4608 - dependencies = [ 4609 - "libc", 4610 - ] 4611 - 4612 - [[package]] 4613 - name = "simd-adler32" 4614 - version = "0.3.7" 4615 - source = "registry+https://github.com/rust-lang/crates.io-index" 4616 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 4617 - 4618 - [[package]] 4619 - name = "simplecss" 4620 - version = "0.2.1" 4621 - source = "registry+https://github.com/rust-lang/crates.io-index" 4622 - checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d" 4623 - dependencies = [ 4624 - "log", 4625 - ] 4626 - 4627 - [[package]] 4628 - name = "siphasher" 4629 - version = "0.3.11" 4630 - source = "registry+https://github.com/rust-lang/crates.io-index" 4631 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 4632 - 4633 - [[package]] 4634 - name = "sized-chunks" 4635 - version = "0.6.5" 4636 - source = "registry+https://github.com/rust-lang/crates.io-index" 4637 - checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e" 4638 - dependencies = [ 4639 - "bitmaps", 4640 - "typenum", 4641 - ] 4642 - 4643 - [[package]] 4644 - name = "skrifa" 4645 - version = "0.20.0" 4646 - source = "registry+https://github.com/rust-lang/crates.io-index" 4647 - checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23" 4648 - dependencies = [ 4649 - "bytemuck", 4650 - "read-fonts", 4651 - ] 4652 - 4653 - [[package]] 4654 - name = "slab" 4655 - version = "0.4.9" 4656 - source = "registry+https://github.com/rust-lang/crates.io-index" 4657 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 4658 - dependencies = [ 4659 - "autocfg", 4660 - ] 4661 - 4662 - [[package]] 4663 - name = "slice-group-by" 4664 - version = "0.3.0" 4665 - source = "registry+https://github.com/rust-lang/crates.io-index" 4666 - checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" 4667 - 4668 - [[package]] 4669 - name = "slotmap" 4670 - version = "1.0.7" 4671 - source = "registry+https://github.com/rust-lang/crates.io-index" 4672 - checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" 4673 - dependencies = [ 4674 - "version_check", 4675 - ] 4676 - 4677 - [[package]] 4678 - name = "smallvec" 4679 - version = "1.13.2" 4680 - source = "registry+https://github.com/rust-lang/crates.io-index" 4681 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 4682 - dependencies = [ 4683 - "serde", 4684 - ] 4685 - 4686 - [[package]] 4687 - name = "smithay-client-toolkit" 4688 - version = "0.18.0" 4689 - source = "registry+https://github.com/rust-lang/crates.io-index" 4690 - checksum = "60e3d9941fa3bacf7c2bf4b065304faa14164151254cd16ce1b1bc8fc381600f" 4691 - dependencies = [ 4692 - "bitflags 2.6.0", 4693 - "calloop", 4694 - "calloop-wayland-source", 4695 - "cursor-icon", 4696 - "libc", 4697 - "log", 4698 - "memmap2", 4699 - "rustix", 4700 - "thiserror", 4701 - "wayland-backend", 4702 - "wayland-client", 4703 - "wayland-csd-frame", 4704 - "wayland-cursor", 4705 - "wayland-protocols", 4706 - "wayland-protocols-wlr", 4707 - "wayland-scanner", 4708 - "xkeysym", 4709 - ] 4710 - 4711 - [[package]] 4712 - name = "smithay-clipboard" 4713 - version = "0.7.0" 4714 - source = "registry+https://github.com/rust-lang/crates.io-index" 4715 - checksum = "0bb62b280ce5a5cba847669933a0948d00904cf83845c944eae96a4738cea1a6" 4716 - dependencies = [ 4717 - "libc", 4718 - "smithay-client-toolkit", 4719 - "wayland-backend", 4720 - ] 4721 - 4722 - [[package]] 4723 - name = "smol_str" 4724 - version = "0.2.0" 4725 - source = "registry+https://github.com/rust-lang/crates.io-index" 4726 - checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c" 4727 - dependencies = [ 4728 - "serde", 4729 - ] 4730 - 4731 - [[package]] 4732 - name = "socket2" 4733 - version = "0.5.7" 4734 - source = "registry+https://github.com/rust-lang/crates.io-index" 4735 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 4736 - dependencies = [ 4737 - "libc", 4738 - "windows-sys 0.52.0", 4739 - ] 4740 - 4741 - [[package]] 4742 - name = "softbuffer" 4743 - version = "0.4.2" 4744 - source = "registry+https://github.com/rust-lang/crates.io-index" 4745 - checksum = "61d5d17f23326fe0d9b0af282f73f3af666699420fd5f42629efd9c6e7dc166f" 4746 - dependencies = [ 4747 - "as-raw-xcb-connection", 4748 - "bytemuck", 4749 - "cfg_aliases 0.2.0", 4750 - "cocoa", 4751 - "core-graphics", 4752 - "drm", 4753 - "fastrand", 4754 - "foreign-types 0.5.0", 4755 - "js-sys", 4756 - "log", 4757 - "memmap2", 4758 - "objc", 4759 - "raw-window-handle 0.6.0", 4760 - "redox_syscall 0.5.1", 4761 - "rustix", 4762 - "tiny-xlib", 4763 - "wasm-bindgen", 4764 - "wayland-backend", 4765 - "wayland-client", 4766 - "wayland-sys", 4767 - "web-sys", 4768 - "windows-sys 0.52.0", 4769 - "x11rb", 4770 - ] 4771 - 4772 - [[package]] 4773 - name = "spinning" 4774 - version = "0.1.0" 4775 - source = "registry+https://github.com/rust-lang/crates.io-index" 4776 - checksum = "2d4f0e86297cad2658d92a707320d87bf4e6ae1050287f51d19b67ef3f153a7b" 4777 - dependencies = [ 4778 - "lock_api", 4779 - ] 4780 - 4781 - [[package]] 4782 - name = "spirv" 4783 - version = "0.3.0+sdk-1.3.268.0" 4784 - source = "registry+https://github.com/rust-lang/crates.io-index" 4785 - checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 4786 - dependencies = [ 4787 - "bitflags 2.6.0", 4788 - ] 4789 - 4790 - [[package]] 4791 - name = "sptr" 4792 - version = "0.3.2" 4793 - source = "registry+https://github.com/rust-lang/crates.io-index" 4794 - checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a" 4795 - 4796 - [[package]] 4797 - name = "stable_deref_trait" 4798 - version = "1.2.0" 4799 - source = "registry+https://github.com/rust-lang/crates.io-index" 4800 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 4801 - 4802 - [[package]] 4803 - name = "static_assertions" 4804 - version = "1.1.0" 4805 - source = "registry+https://github.com/rust-lang/crates.io-index" 4806 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4807 - 4808 - [[package]] 4809 - name = "strict-num" 4810 - version = "0.1.1" 4811 - source = "registry+https://github.com/rust-lang/crates.io-index" 4812 - checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 4813 - dependencies = [ 4814 - "float-cmp", 4815 - ] 4816 - 4817 - [[package]] 4818 - name = "strsim" 4819 - version = "0.10.0" 4820 - source = "registry+https://github.com/rust-lang/crates.io-index" 4821 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 4822 - 4823 - [[package]] 4824 - name = "structdesc" 4825 - version = "0.1.0" 4826 - source = "git+https://github.com/lapce/structdesc?rev=bb56969f22fdb2c2d6c03f158fd4a2bdc983b659#bb56969f22fdb2c2d6c03f158fd4a2bdc983b659" 4827 - dependencies = [ 4828 - "darling", 4829 - "proc-macro2", 4830 - "quote", 4831 - "syn 1.0.109", 4832 - ] 4833 - 4834 - [[package]] 4835 - name = "strum" 4836 - version = "0.26.3" 4837 - source = "registry+https://github.com/rust-lang/crates.io-index" 4838 - checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 4839 - 4840 - [[package]] 4841 - name = "strum_macros" 4842 - version = "0.26.2" 4843 - source = "registry+https://github.com/rust-lang/crates.io-index" 4844 - checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" 4845 - dependencies = [ 4846 - "heck", 4847 - "proc-macro2", 4848 - "quote", 4849 - "rustversion", 4850 - "syn 2.0.57", 4851 - ] 4852 - 4853 - [[package]] 4854 - name = "svgtypes" 4855 - version = "0.14.0" 4856 - source = "registry+https://github.com/rust-lang/crates.io-index" 4857 - checksum = "59d7618f12b51be8171a7cfdda1e7a93f79cbc57c4e7adf89a749cf671125241" 4858 - dependencies = [ 4859 - "kurbo 0.10.4", 4860 - "siphasher", 4861 - ] 4862 - 4863 - [[package]] 4864 - name = "swash" 4865 - version = "0.1.18" 4866 - source = "registry+https://github.com/rust-lang/crates.io-index" 4867 - checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac" 4868 - dependencies = [ 4869 - "skrifa", 4870 - "yazi", 4871 - "zeno", 4872 - ] 4873 - 4874 - [[package]] 4875 - name = "syn" 4876 - version = "1.0.109" 4877 - source = "registry+https://github.com/rust-lang/crates.io-index" 4878 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 4879 - dependencies = [ 4880 - "proc-macro2", 4881 - "quote", 4882 - "unicode-ident", 4883 - ] 4884 - 4885 - [[package]] 4886 - name = "syn" 4887 - version = "2.0.57" 4888 - source = "registry+https://github.com/rust-lang/crates.io-index" 4889 - checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35" 4890 - dependencies = [ 4891 - "proc-macro2", 4892 - "quote", 4893 - "unicode-ident", 4894 - ] 4895 - 4896 - [[package]] 4897 - name = "sync_wrapper" 4898 - version = "0.1.2" 4899 - source = "registry+https://github.com/rust-lang/crates.io-index" 4900 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 4901 - 4902 - [[package]] 4903 - name = "sys-locale" 4904 - version = "0.3.1" 4905 - source = "registry+https://github.com/rust-lang/crates.io-index" 4906 - checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0" 4907 - dependencies = [ 4908 - "libc", 4909 - ] 4910 - 4911 - [[package]] 4912 - name = "system-configuration" 4913 - version = "0.5.1" 4914 - source = "registry+https://github.com/rust-lang/crates.io-index" 4915 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 4916 - dependencies = [ 4917 - "bitflags 1.3.2", 4918 - "core-foundation", 4919 - "system-configuration-sys", 4920 - ] 4921 - 4922 - [[package]] 4923 - name = "system-configuration-sys" 4924 - version = "0.5.0" 4925 - source = "registry+https://github.com/rust-lang/crates.io-index" 4926 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 4927 - dependencies = [ 4928 - "core-foundation-sys", 4929 - "libc", 4930 - ] 4931 - 4932 - [[package]] 4933 - name = "system-interface" 4934 - version = "0.26.0" 4935 - source = "registry+https://github.com/rust-lang/crates.io-index" 4936 - checksum = "27ce32341b2c0b70c144bbf35627fdc1ef18c76ced5e5e7b3ee8b5ba6b2ab6a0" 4937 - dependencies = [ 4938 - "bitflags 2.6.0", 4939 - "cap-fs-ext", 4940 - "cap-std", 4941 - "fd-lock", 4942 - "io-lifetimes", 4943 - "rustix", 4944 - "windows-sys 0.48.0", 4945 - "winx", 4946 - ] 4947 - 4948 - [[package]] 4949 - name = "taffy" 4950 - version = "0.4.3" 4951 - source = "registry+https://github.com/rust-lang/crates.io-index" 4952 - checksum = "7b2e140b328c6cb5e744bb2c65910b47df86b239afc793ee2c52262569cf9225" 4953 - dependencies = [ 4954 - "arrayvec", 4955 - "grid", 4956 - "num-traits", 4957 - "serde", 4958 - "slotmap", 4959 - ] 4960 - 4961 - [[package]] 4962 - name = "tar" 4963 - version = "0.4.41" 4964 - source = "registry+https://github.com/rust-lang/crates.io-index" 4965 - checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" 4966 - dependencies = [ 4967 - "filetime", 4968 - "libc", 4969 - "xattr", 4970 - ] 4971 - 4972 - [[package]] 4973 - name = "target-lexicon" 4974 - version = "0.12.11" 4975 - source = "registry+https://github.com/rust-lang/crates.io-index" 4976 - checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" 4977 - 4978 - [[package]] 4979 - name = "tempfile" 4980 - version = "3.10.1" 4981 - source = "registry+https://github.com/rust-lang/crates.io-index" 4982 - checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 4983 - dependencies = [ 4984 - "cfg-if", 4985 - "fastrand", 4986 - "rustix", 4987 - "windows-sys 0.52.0", 4988 - ] 4989 - 4990 - [[package]] 4991 - name = "termcolor" 4992 - version = "1.4.1" 4993 - source = "registry+https://github.com/rust-lang/crates.io-index" 4994 - checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 4995 - dependencies = [ 4996 - "winapi-util", 4997 - ] 4998 - 4999 - [[package]] 5000 - name = "thiserror" 5001 - version = "1.0.63" 5002 - source = "registry+https://github.com/rust-lang/crates.io-index" 5003 - checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" 5004 - dependencies = [ 5005 - "thiserror-impl", 5006 - ] 5007 - 5008 - [[package]] 5009 - name = "thiserror-impl" 5010 - version = "1.0.63" 5011 - source = "registry+https://github.com/rust-lang/crates.io-index" 5012 - checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" 5013 - dependencies = [ 5014 - "proc-macro2", 5015 - "quote", 5016 - "syn 2.0.57", 5017 - ] 5018 - 5019 - [[package]] 5020 - name = "thread_local" 5021 - version = "1.1.4" 5022 - source = "registry+https://github.com/rust-lang/crates.io-index" 5023 - checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" 5024 - dependencies = [ 5025 - "once_cell", 5026 - ] 5027 - 5028 - [[package]] 5029 - name = "time" 5030 - version = "0.3.36" 5031 - source = "registry+https://github.com/rust-lang/crates.io-index" 5032 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 5033 - dependencies = [ 5034 - "deranged", 5035 - "itoa", 5036 - "num-conv", 5037 - "powerfmt", 5038 - "serde", 5039 - "time-core", 5040 - "time-macros", 5041 - ] 5042 - 5043 - [[package]] 5044 - name = "time-core" 5045 - version = "0.1.2" 5046 - source = "registry+https://github.com/rust-lang/crates.io-index" 5047 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 5048 - 5049 - [[package]] 5050 - name = "time-macros" 5051 - version = "0.2.18" 5052 - source = "registry+https://github.com/rust-lang/crates.io-index" 5053 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 5054 - dependencies = [ 5055 - "num-conv", 5056 - "time-core", 5057 - ] 5058 - 5059 - [[package]] 5060 - name = "tiny-skia" 5061 - version = "0.11.4" 5062 - source = "registry+https://github.com/rust-lang/crates.io-index" 5063 - checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 5064 - dependencies = [ 5065 - "arrayref", 5066 - "arrayvec", 5067 - "bytemuck", 5068 - "cfg-if", 5069 - "log", 5070 - "png", 5071 - "tiny-skia-path", 5072 - ] 5073 - 5074 - [[package]] 5075 - name = "tiny-skia-path" 5076 - version = "0.11.4" 5077 - source = "registry+https://github.com/rust-lang/crates.io-index" 5078 - checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 5079 - dependencies = [ 5080 - "arrayref", 5081 - "bytemuck", 5082 - "strict-num", 5083 - ] 5084 - 5085 - [[package]] 5086 - name = "tiny-xlib" 5087 - version = "0.2.2" 5088 - source = "registry+https://github.com/rust-lang/crates.io-index" 5089 - checksum = "d4098d49269baa034a8d1eae9bd63e9fa532148d772121dace3bcd6a6c98eb6d" 5090 - dependencies = [ 5091 - "as-raw-xcb-connection", 5092 - "ctor", 5093 - "libloading", 5094 - "tracing 0.1.37", 5095 - ] 5096 - 5097 - [[package]] 5098 - name = "tinytemplate" 5099 - version = "1.2.1" 5100 - source = "registry+https://github.com/rust-lang/crates.io-index" 5101 - checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 5102 - dependencies = [ 5103 - "serde", 5104 - "serde_json", 5105 - ] 5106 - 5107 - [[package]] 5108 - name = "tinyvec" 5109 - version = "1.6.0" 5110 - source = "registry+https://github.com/rust-lang/crates.io-index" 5111 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 5112 - dependencies = [ 5113 - "tinyvec_macros", 5114 - ] 5115 - 5116 - [[package]] 5117 - name = "tinyvec_macros" 5118 - version = "0.1.0" 5119 - source = "registry+https://github.com/rust-lang/crates.io-index" 5120 - checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 5121 - 5122 - [[package]] 5123 - name = "to_method" 5124 - version = "1.1.0" 5125 - source = "registry+https://github.com/rust-lang/crates.io-index" 5126 - checksum = "c7c4ceeeca15c8384bbc3e011dbd8fccb7f068a440b752b7d9b32ceb0ca0e2e8" 5127 - 5128 - [[package]] 5129 - name = "tokio" 5130 - version = "1.38.0" 5131 - source = "registry+https://github.com/rust-lang/crates.io-index" 5132 - checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" 5133 - dependencies = [ 5134 - "backtrace", 5135 - "bytes", 5136 - "libc", 5137 - "mio", 5138 - "num_cpus", 5139 - "parking_lot", 5140 - "pin-project-lite", 5141 - "signal-hook-registry", 5142 - "socket2", 5143 - "tokio-macros", 5144 - "windows-sys 0.48.0", 5145 - ] 5146 - 5147 - [[package]] 5148 - name = "tokio-macros" 5149 - version = "2.3.0" 5150 - source = "registry+https://github.com/rust-lang/crates.io-index" 5151 - checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" 5152 - dependencies = [ 5153 - "proc-macro2", 5154 - "quote", 5155 - "syn 2.0.57", 5156 - ] 5157 - 5158 - [[package]] 5159 - name = "tokio-native-tls" 5160 - version = "0.3.0" 5161 - source = "registry+https://github.com/rust-lang/crates.io-index" 5162 - checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" 5163 - dependencies = [ 5164 - "native-tls", 5165 - "tokio", 5166 - ] 5167 - 5168 - [[package]] 5169 - name = "tokio-socks" 5170 - version = "0.5.1" 5171 - source = "registry+https://github.com/rust-lang/crates.io-index" 5172 - checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0" 5173 - dependencies = [ 5174 - "either", 5175 - "futures-util", 5176 - "thiserror", 5177 - "tokio", 5178 - ] 5179 - 5180 - [[package]] 5181 - name = "tokio-util" 5182 - version = "0.7.4" 5183 - source = "registry+https://github.com/rust-lang/crates.io-index" 5184 - checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740" 5185 - dependencies = [ 5186 - "bytes", 5187 - "futures-core", 5188 - "futures-sink", 5189 - "pin-project-lite", 5190 - "tokio", 5191 - "tracing 0.1.37", 5192 - ] 5193 - 5194 - [[package]] 5195 - name = "toml" 5196 - version = "0.5.9" 5197 - source = "registry+https://github.com/rust-lang/crates.io-index" 5198 - checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" 5199 - dependencies = [ 5200 - "serde", 5201 - ] 5202 - 5203 - [[package]] 5204 - name = "toml_datetime" 5205 - version = "0.6.3" 5206 - source = "registry+https://github.com/rust-lang/crates.io-index" 5207 - checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 5208 - dependencies = [ 5209 - "serde", 5210 - ] 5211 - 5212 - [[package]] 5213 - name = "toml_edit" 5214 - version = "0.19.15" 5215 - source = "registry+https://github.com/rust-lang/crates.io-index" 5216 - checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 5217 - dependencies = [ 5218 - "indexmap", 5219 - "toml_datetime", 5220 - "winnow", 5221 - ] 5222 - 5223 - [[package]] 5224 - name = "toml_edit" 5225 - version = "0.20.2" 5226 - source = "registry+https://github.com/rust-lang/crates.io-index" 5227 - checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" 5228 - dependencies = [ 5229 - "indexmap", 5230 - "serde", 5231 - "serde_spanned", 5232 - "toml_datetime", 5233 - "winnow", 5234 - ] 5235 - 5236 - [[package]] 5237 - name = "tower-service" 5238 - version = "0.3.2" 5239 - source = "registry+https://github.com/rust-lang/crates.io-index" 5240 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 5241 - 5242 - [[package]] 5243 - name = "tracing" 5244 - version = "0.1.37" 5245 - source = "registry+https://github.com/rust-lang/crates.io-index" 5246 - checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 5247 - dependencies = [ 5248 - "cfg-if", 5249 - "log", 5250 - "pin-project-lite", 5251 - "tracing-attributes 0.1.23", 5252 - "tracing-core 0.1.30", 5253 - ] 5254 - 5255 - [[package]] 5256 - name = "tracing" 5257 - version = "0.2.0" 5258 - source = "git+https://github.com/tokio-rs/tracing?rev=908cc432a5994f6e17c8f36e13c217dc40085704#908cc432a5994f6e17c8f36e13c217dc40085704" 5259 - dependencies = [ 5260 - "pin-project-lite", 5261 - "tracing-attributes 0.2.0", 5262 - "tracing-core 0.2.0", 5263 - ] 5264 - 5265 - [[package]] 5266 - name = "tracing-appender" 5267 - version = "0.2.0" 5268 - source = "git+https://github.com/tokio-rs/tracing?rev=908cc432a5994f6e17c8f36e13c217dc40085704#908cc432a5994f6e17c8f36e13c217dc40085704" 5269 - dependencies = [ 5270 - "crossbeam-channel", 5271 - "thiserror", 5272 - "time", 5273 - "tracing-subscriber", 5274 - ] 5275 - 5276 - [[package]] 5277 - name = "tracing-attributes" 5278 - version = "0.1.23" 5279 - source = "registry+https://github.com/rust-lang/crates.io-index" 5280 - checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" 5281 - dependencies = [ 5282 - "proc-macro2", 5283 - "quote", 5284 - "syn 1.0.109", 5285 - ] 5286 - 5287 - [[package]] 5288 - name = "tracing-attributes" 5289 - version = "0.2.0" 5290 - source = "git+https://github.com/tokio-rs/tracing?rev=908cc432a5994f6e17c8f36e13c217dc40085704#908cc432a5994f6e17c8f36e13c217dc40085704" 5291 - dependencies = [ 5292 - "proc-macro2", 5293 - "quote", 5294 - "syn 2.0.57", 5295 - ] 5296 - 5297 - [[package]] 5298 - name = "tracing-core" 5299 - version = "0.1.30" 5300 - source = "registry+https://github.com/rust-lang/crates.io-index" 5301 - checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 5302 - dependencies = [ 5303 - "once_cell", 5304 - ] 5305 - 5306 - [[package]] 5307 - name = "tracing-core" 5308 - version = "0.2.0" 5309 - source = "git+https://github.com/tokio-rs/tracing?rev=908cc432a5994f6e17c8f36e13c217dc40085704#908cc432a5994f6e17c8f36e13c217dc40085704" 5310 - dependencies = [ 5311 - "once_cell", 5312 - ] 5313 - 5314 - [[package]] 5315 - name = "tracing-log" 5316 - version = "0.2.0" 5317 - source = "git+https://github.com/tokio-rs/tracing?rev=908cc432a5994f6e17c8f36e13c217dc40085704#908cc432a5994f6e17c8f36e13c217dc40085704" 5318 - dependencies = [ 5319 - "log", 5320 - "once_cell", 5321 - "tracing-core 0.2.0", 5322 - ] 5323 - 5324 - [[package]] 5325 - name = "tracing-subscriber" 5326 - version = "0.3.0" 5327 - source = "git+https://github.com/tokio-rs/tracing?rev=908cc432a5994f6e17c8f36e13c217dc40085704#908cc432a5994f6e17c8f36e13c217dc40085704" 5328 - dependencies = [ 5329 - "nu-ansi-term", 5330 - "sharded-slab", 5331 - "smallvec", 5332 - "thread_local", 5333 - "tracing-core 0.2.0", 5334 - "tracing-log", 5335 - ] 5336 - 5337 - [[package]] 5338 - name = "trash" 5339 - version = "3.0.6" 5340 - source = "registry+https://github.com/rust-lang/crates.io-index" 5341 - checksum = "af3663fb8f476d674b9c61d1d2796acec725bef6bec4b41402a904252a25971e" 5342 - dependencies = [ 5343 - "chrono", 5344 - "libc", 5345 - "log", 5346 - "objc", 5347 - "once_cell", 5348 - "scopeguard", 5349 - "url", 5350 - "windows 0.44.0", 5351 - ] 5352 - 5353 - [[package]] 5354 - name = "tree-sitter" 5355 - version = "0.22.6" 5356 - source = "registry+https://github.com/rust-lang/crates.io-index" 5357 - checksum = "df7cc499ceadd4dcdf7ec6d4cbc34ece92c3fa07821e287aedecd4416c516dca" 5358 - dependencies = [ 5359 - "cc", 5360 - "regex", 5361 - ] 5362 - 5363 - [[package]] 5364 - name = "try-lock" 5365 - version = "0.2.3" 5366 - source = "registry+https://github.com/rust-lang/crates.io-index" 5367 - checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 5368 - 5369 - [[package]] 5370 - name = "ttf-parser" 5371 - version = "0.19.1" 5372 - source = "registry+https://github.com/rust-lang/crates.io-index" 5373 - checksum = "a464a4b34948a5f67fddd2b823c62d9d92e44be75058b99939eae6c5b6960b33" 5374 - 5375 - [[package]] 5376 - name = "ttf-parser" 5377 - version = "0.20.0" 5378 - source = "registry+https://github.com/rust-lang/crates.io-index" 5379 - checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4" 5380 - 5381 - [[package]] 5382 - name = "ttf-parser" 5383 - version = "0.21.1" 5384 - source = "registry+https://github.com/rust-lang/crates.io-index" 5385 - checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8" 5386 - 5387 - [[package]] 5388 - name = "typenum" 5389 - version = "1.15.0" 5390 - source = "registry+https://github.com/rust-lang/crates.io-index" 5391 - checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" 5392 - 5393 - [[package]] 5394 - name = "uds_windows" 5395 - version = "1.1.0" 5396 - source = "registry+https://github.com/rust-lang/crates.io-index" 5397 - checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 5398 - dependencies = [ 5399 - "memoffset 0.9.0", 5400 - "tempfile", 5401 - "winapi", 5402 - ] 5403 - 5404 - [[package]] 5405 - name = "unicase" 5406 - version = "2.7.0" 5407 - source = "registry+https://github.com/rust-lang/crates.io-index" 5408 - checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 5409 - dependencies = [ 5410 - "version_check", 5411 - ] 5412 - 5413 - [[package]] 5414 - name = "unicode-bidi" 5415 - version = "0.3.15" 5416 - source = "registry+https://github.com/rust-lang/crates.io-index" 5417 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 5418 - 5419 - [[package]] 5420 - name = "unicode-bidi-mirroring" 5421 - version = "0.1.0" 5422 - source = "registry+https://github.com/rust-lang/crates.io-index" 5423 - checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694" 5424 - 5425 - [[package]] 5426 - name = "unicode-bidi-mirroring" 5427 - version = "0.2.0" 5428 - source = "registry+https://github.com/rust-lang/crates.io-index" 5429 - checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86" 5430 - 5431 - [[package]] 5432 - name = "unicode-ccc" 5433 - version = "0.1.2" 5434 - source = "registry+https://github.com/rust-lang/crates.io-index" 5435 - checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1" 5436 - 5437 - [[package]] 5438 - name = "unicode-ccc" 5439 - version = "0.2.0" 5440 - source = "registry+https://github.com/rust-lang/crates.io-index" 5441 - checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656" 5442 - 5443 - [[package]] 5444 - name = "unicode-ident" 5445 - version = "1.0.4" 5446 - source = "registry+https://github.com/rust-lang/crates.io-index" 5447 - checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd" 5448 - 5449 - [[package]] 5450 - name = "unicode-linebreak" 5451 - version = "0.1.5" 5452 - source = "registry+https://github.com/rust-lang/crates.io-index" 5453 - checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 5454 - 5455 - [[package]] 5456 - name = "unicode-normalization" 5457 - version = "0.1.22" 5458 - source = "registry+https://github.com/rust-lang/crates.io-index" 5459 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 5460 - dependencies = [ 5461 - "tinyvec", 5462 - ] 5463 - 5464 - [[package]] 5465 - name = "unicode-properties" 5466 - version = "0.1.1" 5467 - source = "registry+https://github.com/rust-lang/crates.io-index" 5468 - checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" 5469 - 5470 - [[package]] 5471 - name = "unicode-script" 5472 - version = "0.5.5" 5473 - source = "registry+https://github.com/rust-lang/crates.io-index" 5474 - checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc" 5475 - 5476 - [[package]] 5477 - name = "unicode-segmentation" 5478 - version = "1.11.0" 5479 - source = "registry+https://github.com/rust-lang/crates.io-index" 5480 - checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 5481 - 5482 - [[package]] 5483 - name = "unicode-vo" 5484 - version = "0.1.0" 5485 - source = "registry+https://github.com/rust-lang/crates.io-index" 5486 - checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" 5487 - 5488 - [[package]] 5489 - name = "unicode-width" 5490 - version = "0.1.13" 5491 - source = "registry+https://github.com/rust-lang/crates.io-index" 5492 - checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" 5493 - 5494 - [[package]] 5495 - name = "unicode-xid" 5496 - version = "0.2.4" 5497 - source = "registry+https://github.com/rust-lang/crates.io-index" 5498 - checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 5499 - 5500 - [[package]] 5501 - name = "url" 5502 - version = "2.5.2" 5503 - source = "registry+https://github.com/rust-lang/crates.io-index" 5504 - checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 5505 - dependencies = [ 5506 - "form_urlencoded", 5507 - "idna", 5508 - "percent-encoding", 5509 - "serde", 5510 - ] 5511 - 5512 - [[package]] 5513 - name = "urlencoding" 5514 - version = "2.1.3" 5515 - source = "registry+https://github.com/rust-lang/crates.io-index" 5516 - checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 5517 - 5518 - [[package]] 5519 - name = "usvg" 5520 - version = "0.40.0" 5521 - source = "registry+https://github.com/rust-lang/crates.io-index" 5522 - checksum = "c04150a94f0bfc3b2c15d4e151524d14cd06765fc6641d8b1c59a248360d4474" 5523 - dependencies = [ 5524 - "base64 0.21.7", 5525 - "data-url", 5526 - "flate2", 5527 - "fontdb", 5528 - "imagesize", 5529 - "kurbo 0.9.5", 5530 - "log", 5531 - "pico-args", 5532 - "roxmltree", 5533 - "rustybuzz 0.12.1", 5534 - "simplecss", 5535 - "siphasher", 5536 - "strict-num", 5537 - "svgtypes", 5538 - "tiny-skia-path", 5539 - "unicode-bidi", 5540 - "unicode-script", 5541 - "unicode-vo", 5542 - "xmlwriter", 5543 - ] 5544 - 5545 - [[package]] 5546 - name = "utf8parse" 5547 - version = "0.2.1" 5548 - source = "registry+https://github.com/rust-lang/crates.io-index" 5549 - checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 5550 - 5551 - [[package]] 5552 - name = "uuid" 5553 - version = "1.5.0" 5554 - source = "registry+https://github.com/rust-lang/crates.io-index" 5555 - checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" 5556 - 5557 - [[package]] 5558 - name = "vcpkg" 5559 - version = "0.2.15" 5560 - source = "registry+https://github.com/rust-lang/crates.io-index" 5561 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 5562 - 5563 - [[package]] 5564 - name = "version_check" 5565 - version = "0.9.4" 5566 - source = "registry+https://github.com/rust-lang/crates.io-index" 5567 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 5568 - 5569 - [[package]] 5570 - name = "vte" 5571 - version = "0.13.0" 5572 - source = "registry+https://github.com/rust-lang/crates.io-index" 5573 - checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b" 5574 - dependencies = [ 5575 - "bitflags 2.6.0", 5576 - "cursor-icon", 5577 - "log", 5578 - "serde", 5579 - "utf8parse", 5580 - "vte_generate_state_changes", 5581 - ] 5582 - 5583 - [[package]] 5584 - name = "vte_generate_state_changes" 5585 - version = "0.1.1" 5586 - source = "registry+https://github.com/rust-lang/crates.io-index" 5587 - checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff" 5588 - dependencies = [ 5589 - "proc-macro2", 5590 - "quote", 5591 - ] 5592 - 5593 - [[package]] 5594 - name = "walkdir" 5595 - version = "2.5.0" 5596 - source = "registry+https://github.com/rust-lang/crates.io-index" 5597 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 5598 - dependencies = [ 5599 - "same-file", 5600 - "winapi-util", 5601 - ] 5602 - 5603 - [[package]] 5604 - name = "want" 5605 - version = "0.3.0" 5606 - source = "registry+https://github.com/rust-lang/crates.io-index" 5607 - checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 5608 - dependencies = [ 5609 - "log", 5610 - "try-lock", 5611 - ] 5612 - 5613 - [[package]] 5614 - name = "wasi" 5615 - version = "0.11.0+wasi-snapshot-preview1" 5616 - source = "registry+https://github.com/rust-lang/crates.io-index" 5617 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5618 - 5619 - [[package]] 5620 - name = "wasi-cap-std-sync" 5621 - version = "14.0.2" 5622 - source = "registry+https://github.com/rust-lang/crates.io-index" 5623 - checksum = "b5837041da0e6ec454a819bc20ab0f8a70b2c44bf4d33287aea9fdb16bc4d597" 5624 - dependencies = [ 5625 - "anyhow", 5626 - "async-trait", 5627 - "cap-fs-ext", 5628 - "cap-rand", 5629 - "cap-std", 5630 - "cap-time-ext", 5631 - "fs-set-times", 5632 - "io-extras", 5633 - "io-lifetimes", 5634 - "once_cell", 5635 - "rustix", 5636 - "system-interface", 5637 - "tracing 0.1.37", 5638 - "wasi-common", 5639 - "windows-sys 0.48.0", 5640 - ] 5641 - 5642 - [[package]] 5643 - name = "wasi-common" 5644 - version = "14.0.2" 5645 - source = "registry+https://github.com/rust-lang/crates.io-index" 5646 - checksum = "6efb2e9d72c6a070d62cf7b698acebab6faca9aacf26412bdecb9fabab79fd09" 5647 - dependencies = [ 5648 - "anyhow", 5649 - "bitflags 2.6.0", 5650 - "cap-rand", 5651 - "cap-std", 5652 - "io-extras", 5653 - "log", 5654 - "rustix", 5655 - "thiserror", 5656 - "tracing 0.1.37", 5657 - "wasmtime", 5658 - "wiggle", 5659 - "windows-sys 0.48.0", 5660 - ] 5661 - 5662 - [[package]] 5663 - name = "wasi-experimental-http-wasmtime" 5664 - version = "0.10.0" 5665 - source = "git+https://github.com/lapce/wasi-experimental-http#21419eb785cb583ead180f25a9685fa16de7f326" 5666 - dependencies = [ 5667 - "anyhow", 5668 - "bytes", 5669 - "futures", 5670 - "http", 5671 - "reqwest", 5672 - "thiserror", 5673 - "tokio", 5674 - "tracing 0.1.37", 5675 - "url", 5676 - "wasi-common", 5677 - "wasmtime", 5678 - "wasmtime-wasi", 5679 - ] 5680 - 5681 - [[package]] 5682 - name = "wasm-bindgen" 5683 - version = "0.2.92" 5684 - source = "registry+https://github.com/rust-lang/crates.io-index" 5685 - checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 5686 - dependencies = [ 5687 - "cfg-if", 5688 - "wasm-bindgen-macro", 5689 - ] 5690 - 5691 - [[package]] 5692 - name = "wasm-bindgen-backend" 5693 - version = "0.2.92" 5694 - source = "registry+https://github.com/rust-lang/crates.io-index" 5695 - checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 5696 - dependencies = [ 5697 - "bumpalo", 5698 - "log", 5699 - "once_cell", 5700 - "proc-macro2", 5701 - "quote", 5702 - "syn 2.0.57", 5703 - "wasm-bindgen-shared", 5704 - ] 5705 - 5706 - [[package]] 5707 - name = "wasm-bindgen-futures" 5708 - version = "0.4.42" 5709 - source = "registry+https://github.com/rust-lang/crates.io-index" 5710 - checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 5711 - dependencies = [ 5712 - "cfg-if", 5713 - "js-sys", 5714 - "wasm-bindgen", 5715 - "web-sys", 5716 - ] 5717 - 5718 - [[package]] 5719 - name = "wasm-bindgen-macro" 5720 - version = "0.2.92" 5721 - source = "registry+https://github.com/rust-lang/crates.io-index" 5722 - checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 5723 - dependencies = [ 5724 - "quote", 5725 - "wasm-bindgen-macro-support", 5726 - ] 5727 - 5728 - [[package]] 5729 - name = "wasm-bindgen-macro-support" 5730 - version = "0.2.92" 5731 - source = "registry+https://github.com/rust-lang/crates.io-index" 5732 - checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 5733 - dependencies = [ 5734 - "proc-macro2", 5735 - "quote", 5736 - "syn 2.0.57", 5737 - "wasm-bindgen-backend", 5738 - "wasm-bindgen-shared", 5739 - ] 5740 - 5741 - [[package]] 5742 - name = "wasm-bindgen-shared" 5743 - version = "0.2.92" 5744 - source = "registry+https://github.com/rust-lang/crates.io-index" 5745 - checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 5746 - 5747 - [[package]] 5748 - name = "wasm-encoder" 5749 - version = "0.35.0" 5750 - source = "registry+https://github.com/rust-lang/crates.io-index" 5751 - checksum = "9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca" 5752 - dependencies = [ 5753 - "leb128", 5754 - ] 5755 - 5756 - [[package]] 5757 - name = "wasmparser" 5758 - version = "0.115.0" 5759 - source = "registry+https://github.com/rust-lang/crates.io-index" 5760 - checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" 5761 - dependencies = [ 5762 - "indexmap", 5763 - "semver", 5764 - ] 5765 - 5766 - [[package]] 5767 - name = "wasmprinter" 5768 - version = "0.2.70" 5769 - source = "registry+https://github.com/rust-lang/crates.io-index" 5770 - checksum = "e74458a9bc5cc9c7108abfa0fe4dc88d5abf1f3baf194df3264985f17d559b5e" 5771 - dependencies = [ 5772 - "anyhow", 5773 - "wasmparser", 5774 - ] 5775 - 5776 - [[package]] 5777 - name = "wasmtime" 5778 - version = "14.0.2" 5779 - source = "registry+https://github.com/rust-lang/crates.io-index" 5780 - checksum = "76e45ad44701a658aa3eb138a5bb63a10a35fa8874419b5e6047cfa54b2eb2cd" 5781 - dependencies = [ 5782 - "anyhow", 5783 - "async-trait", 5784 - "bincode", 5785 - "bumpalo", 5786 - "cfg-if", 5787 - "encoding_rs", 5788 - "fxprof-processed-profile", 5789 - "indexmap", 5790 - "libc", 5791 - "log", 5792 - "object", 5793 - "once_cell", 5794 - "paste", 5795 - "psm", 5796 - "rayon", 5797 - "serde", 5798 - "serde_derive", 5799 - "serde_json", 5800 - "target-lexicon", 5801 - "wasm-encoder", 5802 - "wasmparser", 5803 - "wasmtime-cache", 5804 - "wasmtime-component-macro", 5805 - "wasmtime-component-util", 5806 - "wasmtime-cranelift", 5807 - "wasmtime-environ", 5808 - "wasmtime-fiber", 5809 - "wasmtime-jit", 5810 - "wasmtime-runtime", 5811 - "wasmtime-winch", 5812 - "wat", 5813 - "windows-sys 0.48.0", 5814 - ] 5815 - 5816 - [[package]] 5817 - name = "wasmtime-asm-macros" 5818 - version = "14.0.2" 5819 - source = "registry+https://github.com/rust-lang/crates.io-index" 5820 - checksum = "45a5944c8415853471b6ddff1f38b09d58fe5ac3c5dad27ee6bc03ca29e65cca" 5821 - dependencies = [ 5822 - "cfg-if", 5823 - ] 5824 - 5825 - [[package]] 5826 - name = "wasmtime-cache" 5827 - version = "14.0.2" 5828 - source = "registry+https://github.com/rust-lang/crates.io-index" 5829 - checksum = "6c16f85353656b301a4472ad649e9b17cc47400cee50a94bd9b24e7886a8130f" 5830 - dependencies = [ 5831 - "anyhow", 5832 - "base64 0.21.7", 5833 - "bincode", 5834 - "directories-next", 5835 - "log", 5836 - "rustix", 5837 - "serde", 5838 - "serde_derive", 5839 - "sha2", 5840 - "toml", 5841 - "windows-sys 0.48.0", 5842 - "zstd", 5843 - ] 5844 - 5845 - [[package]] 5846 - name = "wasmtime-component-macro" 5847 - version = "14.0.2" 5848 - source = "registry+https://github.com/rust-lang/crates.io-index" 5849 - checksum = "b174f64cd4b189396dde1bbe137f349d3c98525b8564b539f94ce978c571173d" 5850 - dependencies = [ 5851 - "anyhow", 5852 - "proc-macro2", 5853 - "quote", 5854 - "syn 2.0.57", 5855 - "wasmtime-component-util", 5856 - "wasmtime-wit-bindgen", 5857 - "wit-parser", 5858 - ] 5859 - 5860 - [[package]] 5861 - name = "wasmtime-component-util" 5862 - version = "14.0.2" 5863 - source = "registry+https://github.com/rust-lang/crates.io-index" 5864 - checksum = "b18ff6d21a0ef69de7fd4db023646b386982e78b7e5c06e6455d98cf44774954" 5865 - 5866 - [[package]] 5867 - name = "wasmtime-cranelift" 5868 - version = "14.0.2" 5869 - source = "registry+https://github.com/rust-lang/crates.io-index" 5870 - checksum = "e7dbb50f43a7eb897f222fb427b3ba50620014eb43673b5bfa50cfd5b2681e37" 5871 - dependencies = [ 5872 - "anyhow", 5873 - "cfg-if", 5874 - "cranelift-codegen", 5875 - "cranelift-control", 5876 - "cranelift-entity", 5877 - "cranelift-frontend", 5878 - "cranelift-native", 5879 - "cranelift-wasm", 5880 - "gimli", 5881 - "log", 5882 - "object", 5883 - "target-lexicon", 5884 - "thiserror", 5885 - "wasmparser", 5886 - "wasmtime-cranelift-shared", 5887 - "wasmtime-environ", 5888 - "wasmtime-versioned-export-macros", 5889 - ] 5890 - 5891 - [[package]] 5892 - name = "wasmtime-cranelift-shared" 5893 - version = "14.0.2" 5894 - source = "registry+https://github.com/rust-lang/crates.io-index" 5895 - checksum = "1fc154520d9c910f02ce90735691186f90b220f532f9b0725543b054bf0d8381" 5896 - dependencies = [ 5897 - "anyhow", 5898 - "cranelift-codegen", 5899 - "cranelift-control", 5900 - "cranelift-native", 5901 - "gimli", 5902 - "object", 5903 - "target-lexicon", 5904 - "wasmtime-environ", 5905 - ] 5906 - 5907 - [[package]] 5908 - name = "wasmtime-environ" 5909 - version = "14.0.2" 5910 - source = "registry+https://github.com/rust-lang/crates.io-index" 5911 - checksum = "d72b405647d5378ed3ff7889586d26d79825641f477f288bc72ab416136ad4da" 5912 - dependencies = [ 5913 - "anyhow", 5914 - "cranelift-entity", 5915 - "gimli", 5916 - "indexmap", 5917 - "log", 5918 - "object", 5919 - "serde", 5920 - "serde_derive", 5921 - "target-lexicon", 5922 - "thiserror", 5923 - "wasm-encoder", 5924 - "wasmparser", 5925 - "wasmprinter", 5926 - "wasmtime-component-util", 5927 - "wasmtime-types", 5928 - ] 5929 - 5930 - [[package]] 5931 - name = "wasmtime-fiber" 5932 - version = "14.0.2" 5933 - source = "registry+https://github.com/rust-lang/crates.io-index" 5934 - checksum = "8702d1efdf73df040a586e239fffc6883d88edf60ac6f593b41392cc1f97c754" 5935 - dependencies = [ 5936 - "cc", 5937 - "cfg-if", 5938 - "rustix", 5939 - "wasmtime-asm-macros", 5940 - "wasmtime-versioned-export-macros", 5941 - "windows-sys 0.48.0", 5942 - ] 5943 - 5944 - [[package]] 5945 - name = "wasmtime-jit" 5946 - version = "14.0.2" 5947 - source = "registry+https://github.com/rust-lang/crates.io-index" 5948 - checksum = "8c7462341d96d44b30776c7aec411c0cc11b15fde44b58efcbf269d21570bd7a" 5949 - dependencies = [ 5950 - "addr2line", 5951 - "anyhow", 5952 - "bincode", 5953 - "cfg-if", 5954 - "cpp_demangle", 5955 - "gimli", 5956 - "ittapi", 5957 - "log", 5958 - "object", 5959 - "rustc-demangle", 5960 - "rustix", 5961 - "serde", 5962 - "serde_derive", 5963 - "target-lexicon", 5964 - "wasmtime-environ", 5965 - "wasmtime-jit-debug", 5966 - "wasmtime-jit-icache-coherence", 5967 - "wasmtime-runtime", 5968 - "windows-sys 0.48.0", 5969 - ] 5970 - 5971 - [[package]] 5972 - name = "wasmtime-jit-debug" 5973 - version = "14.0.2" 5974 - source = "registry+https://github.com/rust-lang/crates.io-index" 5975 - checksum = "0fa128cdc680b5982087ea64eb73b63e96570b338fd6438b704b313eb854fd94" 5976 - dependencies = [ 5977 - "object", 5978 - "once_cell", 5979 - "rustix", 5980 - "wasmtime-versioned-export-macros", 5981 - ] 5982 - 5983 - [[package]] 5984 - name = "wasmtime-jit-icache-coherence" 5985 - version = "14.0.2" 5986 - source = "registry+https://github.com/rust-lang/crates.io-index" 5987 - checksum = "0980a96b16abbdaf829858d2389697b1d6cfc6a903873fd74b7e47a6b1045584" 5988 - dependencies = [ 5989 - "cfg-if", 5990 - "libc", 5991 - "windows-sys 0.48.0", 5992 - ] 5993 - 5994 - [[package]] 5995 - name = "wasmtime-runtime" 5996 - version = "14.0.2" 5997 - source = "registry+https://github.com/rust-lang/crates.io-index" 5998 - checksum = "de31031471f04c0bad4f5e29b0e632db318488dd030cdb794ef15f91a52f2338" 5999 - dependencies = [ 6000 - "anyhow", 6001 - "cc", 6002 - "cfg-if", 6003 - "encoding_rs", 6004 - "indexmap", 6005 - "libc", 6006 - "log", 6007 - "mach", 6008 - "memfd", 6009 - "memoffset 0.9.0", 6010 - "paste", 6011 - "rand", 6012 - "rustix", 6013 - "sptr", 6014 - "wasm-encoder", 6015 - "wasmtime-asm-macros", 6016 - "wasmtime-environ", 6017 - "wasmtime-fiber", 6018 - "wasmtime-jit-debug", 6019 - "wasmtime-versioned-export-macros", 6020 - "wasmtime-wmemcheck", 6021 - "windows-sys 0.48.0", 6022 - ] 6023 - 6024 - [[package]] 6025 - name = "wasmtime-types" 6026 - version = "14.0.2" 6027 - source = "registry+https://github.com/rust-lang/crates.io-index" 6028 - checksum = "4e98a2c09807eee3207991bf05b6271aa3817c548224ded6b7bac61374ef9221" 6029 - dependencies = [ 6030 - "cranelift-entity", 6031 - "serde", 6032 - "serde_derive", 6033 - "thiserror", 6034 - "wasmparser", 6035 - ] 6036 - 6037 - [[package]] 6038 - name = "wasmtime-versioned-export-macros" 6039 - version = "14.0.2" 6040 - source = "registry+https://github.com/rust-lang/crates.io-index" 6041 - checksum = "73190422af3b408daa3c791f97f50c62509746c09de934d69dae602c65809663" 6042 - dependencies = [ 6043 - "proc-macro2", 6044 - "quote", 6045 - "syn 2.0.57", 6046 - ] 6047 - 6048 - [[package]] 6049 - name = "wasmtime-wasi" 6050 - version = "14.0.2" 6051 - source = "registry+https://github.com/rust-lang/crates.io-index" 6052 - checksum = "1022616613f6279243392b00990ac81135f0c46018eba620538392342fc93df9" 6053 - dependencies = [ 6054 - "anyhow", 6055 - "async-trait", 6056 - "bitflags 2.6.0", 6057 - "bytes", 6058 - "cap-fs-ext", 6059 - "cap-net-ext", 6060 - "cap-rand", 6061 - "cap-std", 6062 - "cap-time-ext", 6063 - "fs-set-times", 6064 - "futures", 6065 - "io-extras", 6066 - "io-lifetimes", 6067 - "libc", 6068 - "log", 6069 - "once_cell", 6070 - "rustix", 6071 - "system-interface", 6072 - "thiserror", 6073 - "tokio", 6074 - "tracing 0.1.37", 6075 - "url", 6076 - "wasi-cap-std-sync", 6077 - "wasi-common", 6078 - "wasmtime", 6079 - "wiggle", 6080 - "windows-sys 0.48.0", 6081 - ] 6082 - 6083 - [[package]] 6084 - name = "wasmtime-winch" 6085 - version = "14.0.2" 6086 - source = "registry+https://github.com/rust-lang/crates.io-index" 6087 - checksum = "eff589e9b8f701ea4d66472115d23145fe58b62d1289c51f4a2e36c5dccf6053" 6088 - dependencies = [ 6089 - "anyhow", 6090 - "cranelift-codegen", 6091 - "gimli", 6092 - "object", 6093 - "target-lexicon", 6094 - "wasmparser", 6095 - "wasmtime-cranelift-shared", 6096 - "wasmtime-environ", 6097 - "winch-codegen", 6098 - ] 6099 - 6100 - [[package]] 6101 - name = "wasmtime-wit-bindgen" 6102 - version = "14.0.2" 6103 - source = "registry+https://github.com/rust-lang/crates.io-index" 6104 - checksum = "f672060c021afd9a3ab72f4e319d1f7bb1f4e973d5e24130bb0bb11eba356f5e" 6105 - dependencies = [ 6106 - "anyhow", 6107 - "heck", 6108 - "indexmap", 6109 - "wit-parser", 6110 - ] 6111 - 6112 - [[package]] 6113 - name = "wasmtime-wmemcheck" 6114 - version = "14.0.2" 6115 - source = "registry+https://github.com/rust-lang/crates.io-index" 6116 - checksum = "1d40e574507de689ee8ad428b5ddfc6bc81b5eff3c8d493e0b8ec1ebf7e4eadf" 6117 - 6118 - [[package]] 6119 - name = "wast" 6120 - version = "35.0.2" 6121 - source = "registry+https://github.com/rust-lang/crates.io-index" 6122 - checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68" 6123 - dependencies = [ 6124 - "leb128", 6125 - ] 6126 - 6127 - [[package]] 6128 - name = "wast" 6129 - version = "66.0.2" 6130 - source = "registry+https://github.com/rust-lang/crates.io-index" 6131 - checksum = "93cb43b0ac6dd156f2c375735ccfd72b012a7c0a6e6d09503499b8d3cb6e6072" 6132 - dependencies = [ 6133 - "leb128", 6134 - "memchr", 6135 - "unicode-width", 6136 - "wasm-encoder", 6137 - ] 6138 - 6139 - [[package]] 6140 - name = "wat" 6141 - version = "1.0.77" 6142 - source = "registry+https://github.com/rust-lang/crates.io-index" 6143 - checksum = "e367582095d2903caeeea9acbb140e1db9c7677001efa4347c3687fd34fe7072" 6144 - dependencies = [ 6145 - "wast 66.0.2", 6146 - ] 6147 - 6148 - [[package]] 6149 - name = "wayland-backend" 6150 - version = "0.3.4" 6151 - source = "registry+https://github.com/rust-lang/crates.io-index" 6152 - checksum = "34e9e6b6d4a2bb4e7e69433e0b35c7923b95d4dc8503a84d25ec917a4bbfdf07" 6153 - dependencies = [ 6154 - "cc", 6155 - "downcast-rs", 6156 - "rustix", 6157 - "scoped-tls", 6158 - "smallvec", 6159 - "wayland-sys", 6160 - ] 6161 - 6162 - [[package]] 6163 - name = "wayland-client" 6164 - version = "0.31.3" 6165 - source = "registry+https://github.com/rust-lang/crates.io-index" 6166 - checksum = "1e63801c85358a431f986cffa74ba9599ff571fc5774ac113ed3b490c19a1133" 6167 - dependencies = [ 6168 - "bitflags 2.6.0", 6169 - "rustix", 6170 - "wayland-backend", 6171 - "wayland-scanner", 6172 - ] 6173 - 6174 - [[package]] 6175 - name = "wayland-csd-frame" 6176 - version = "0.3.0" 6177 - source = "registry+https://github.com/rust-lang/crates.io-index" 6178 - checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 6179 - dependencies = [ 6180 - "bitflags 2.6.0", 6181 - "cursor-icon", 6182 - "wayland-backend", 6183 - ] 6184 - 6185 - [[package]] 6186 - name = "wayland-cursor" 6187 - version = "0.31.3" 6188 - source = "registry+https://github.com/rust-lang/crates.io-index" 6189 - checksum = "a206e8b2b53b1d3fcb9428fec72bc278ce539e2fa81fe2bfc1ab27703d5187b9" 6190 - dependencies = [ 6191 - "rustix", 6192 - "wayland-client", 6193 - "xcursor", 6194 - ] 6195 - 6196 - [[package]] 6197 - name = "wayland-protocols" 6198 - version = "0.31.0" 6199 - source = "registry+https://github.com/rust-lang/crates.io-index" 6200 - checksum = "e253d7107ba913923dc253967f35e8561a3c65f914543e46843c88ddd729e21c" 6201 - dependencies = [ 6202 - "bitflags 2.6.0", 6203 - "wayland-backend", 6204 - "wayland-client", 6205 - "wayland-scanner", 6206 - ] 6207 - 6208 - [[package]] 6209 - name = "wayland-protocols-plasma" 6210 - version = "0.2.0" 6211 - source = "registry+https://github.com/rust-lang/crates.io-index" 6212 - checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479" 6213 - dependencies = [ 6214 - "bitflags 2.6.0", 6215 - "wayland-backend", 6216 - "wayland-client", 6217 - "wayland-protocols", 6218 - "wayland-scanner", 6219 - ] 6220 - 6221 - [[package]] 6222 - name = "wayland-protocols-wlr" 6223 - version = "0.2.0" 6224 - source = "registry+https://github.com/rust-lang/crates.io-index" 6225 - checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6" 6226 - dependencies = [ 6227 - "bitflags 2.6.0", 6228 - "wayland-backend", 6229 - "wayland-client", 6230 - "wayland-protocols", 6231 - "wayland-scanner", 6232 - ] 6233 - 6234 - [[package]] 6235 - name = "wayland-scanner" 6236 - version = "0.31.2" 6237 - source = "registry+https://github.com/rust-lang/crates.io-index" 6238 - checksum = "67da50b9f80159dec0ea4c11c13e24ef9e7574bd6ce24b01860a175010cea565" 6239 - dependencies = [ 6240 - "proc-macro2", 6241 - "quick-xml", 6242 - "quote", 6243 - ] 6244 - 6245 - [[package]] 6246 - name = "wayland-sys" 6247 - version = "0.31.2" 6248 - source = "registry+https://github.com/rust-lang/crates.io-index" 6249 - checksum = "105b1842da6554f91526c14a2a2172897b7f745a805d62af4ce698706be79c12" 6250 - dependencies = [ 6251 - "dlib", 6252 - "log", 6253 - "once_cell", 6254 - "pkg-config", 6255 - ] 6256 - 6257 - [[package]] 6258 - name = "web-sys" 6259 - version = "0.3.69" 6260 - source = "registry+https://github.com/rust-lang/crates.io-index" 6261 - checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 6262 - dependencies = [ 6263 - "js-sys", 6264 - "wasm-bindgen", 6265 - ] 6266 - 6267 - [[package]] 6268 - name = "web-time" 6269 - version = "0.2.0" 6270 - source = "registry+https://github.com/rust-lang/crates.io-index" 6271 - checksum = "19353897b48e2c4d849a2d73cb0aeb16dc2be4e00c565abfc11eb65a806e47de" 6272 - dependencies = [ 6273 - "js-sys", 6274 - "once_cell", 6275 - "wasm-bindgen", 6276 - ] 6277 - 6278 - [[package]] 6279 - name = "weezl" 6280 - version = "0.1.7" 6281 - source = "registry+https://github.com/rust-lang/crates.io-index" 6282 - checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 6283 - 6284 - [[package]] 6285 - name = "wgpu" 6286 - version = "22.0.0" 6287 - source = "registry+https://github.com/rust-lang/crates.io-index" 6288 - checksum = "c87e07e87a179614940ad845397e03201847453a37b43a31a3b54eee2e6e32ce" 6289 - dependencies = [ 6290 - "arrayvec", 6291 - "cfg_aliases 0.1.1", 6292 - "document-features", 6293 - "js-sys", 6294 - "log", 6295 - "naga", 6296 - "parking_lot", 6297 - "profiling", 6298 - "raw-window-handle 0.6.0", 6299 - "smallvec", 6300 - "static_assertions", 6301 - "wasm-bindgen", 6302 - "wasm-bindgen-futures", 6303 - "web-sys", 6304 - "wgpu-core", 6305 - "wgpu-hal", 6306 - "wgpu-types", 6307 - ] 6308 - 6309 - [[package]] 6310 - name = "wgpu-core" 6311 - version = "22.0.0" 6312 - source = "registry+https://github.com/rust-lang/crates.io-index" 6313 - checksum = "e0f191908a21968991463fcf3b42cb6c9648c0fb7fa301b8fc733bc21a9ed9bd" 6314 - dependencies = [ 6315 - "arrayvec", 6316 - "bit-vec", 6317 - "bitflags 2.6.0", 6318 - "cfg_aliases 0.1.1", 6319 - "document-features", 6320 - "indexmap", 6321 - "log", 6322 - "naga", 6323 - "once_cell", 6324 - "parking_lot", 6325 - "profiling", 6326 - "raw-window-handle 0.6.0", 6327 - "rustc-hash", 6328 - "smallvec", 6329 - "thiserror", 6330 - "wgpu-hal", 6331 - "wgpu-types", 6332 - ] 6333 - 6334 - [[package]] 6335 - name = "wgpu-hal" 6336 - version = "22.0.0" 6337 - source = "registry+https://github.com/rust-lang/crates.io-index" 6338 - checksum = "f6bbf4b4de8b2a83c0401d9e5ae0080a2792055f25859a02bf9be97952bbed4f" 6339 - dependencies = [ 6340 - "android_system_properties", 6341 - "arrayvec", 6342 - "ash", 6343 - "bit-set", 6344 - "bitflags 2.6.0", 6345 - "block", 6346 - "cfg_aliases 0.1.1", 6347 - "core-graphics-types", 6348 - "d3d12", 6349 - "glow", 6350 - "glutin_wgl_sys", 6351 - "gpu-alloc", 6352 - "gpu-allocator", 6353 - "gpu-descriptor", 6354 - "hassle-rs", 6355 - "js-sys", 6356 - "khronos-egl", 6357 - "libc", 6358 - "libloading", 6359 - "log", 6360 - "metal", 6361 - "naga", 6362 - "ndk-sys", 6363 - "objc", 6364 - "once_cell", 6365 - "parking_lot", 6366 - "profiling", 6367 - "range-alloc", 6368 - "raw-window-handle 0.6.0", 6369 - "renderdoc-sys", 6370 - "rustc-hash", 6371 - "smallvec", 6372 - "thiserror", 6373 - "wasm-bindgen", 6374 - "web-sys", 6375 - "wgpu-types", 6376 - "winapi", 6377 - ] 6378 - 6379 - [[package]] 6380 - name = "wgpu-types" 6381 - version = "22.0.0" 6382 - source = "registry+https://github.com/rust-lang/crates.io-index" 6383 - checksum = "bc9d91f0e2c4b51434dfa6db77846f2793149d8e73f800fa2e41f52b8eac3c5d" 6384 - dependencies = [ 6385 - "bitflags 2.6.0", 6386 - "js-sys", 6387 - "web-sys", 6388 - ] 6389 - 6390 - [[package]] 6391 - name = "widestring" 6392 - version = "1.0.2" 6393 - source = "registry+https://github.com/rust-lang/crates.io-index" 6394 - checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" 6395 - 6396 - [[package]] 6397 - name = "wiggle" 6398 - version = "14.0.2" 6399 - source = "registry+https://github.com/rust-lang/crates.io-index" 6400 - checksum = "334709283558d9ebb0206cd1842c4fa619ff467d68c71eff982376d9c999d636" 6401 - dependencies = [ 6402 - "anyhow", 6403 - "async-trait", 6404 - "bitflags 2.6.0", 6405 - "thiserror", 6406 - "tracing 0.1.37", 6407 - "wasmtime", 6408 - "wiggle-macro", 6409 - ] 6410 - 6411 - [[package]] 6412 - name = "wiggle-generate" 6413 - version = "14.0.2" 6414 - source = "registry+https://github.com/rust-lang/crates.io-index" 6415 - checksum = "4143cb3a8c65efceba6fc3bf49769b7b5d60090f1226e708365044c1136584ee" 6416 - dependencies = [ 6417 - "anyhow", 6418 - "heck", 6419 - "proc-macro2", 6420 - "quote", 6421 - "shellexpand", 6422 - "syn 2.0.57", 6423 - "witx", 6424 - ] 6425 - 6426 - [[package]] 6427 - name = "wiggle-macro" 6428 - version = "14.0.2" 6429 - source = "registry+https://github.com/rust-lang/crates.io-index" 6430 - checksum = "56981968f26952a527f78cf3aeb5ac436db82d3be1682a217a1835754fa50f51" 6431 - dependencies = [ 6432 - "proc-macro2", 6433 - "quote", 6434 - "syn 2.0.57", 6435 - "wiggle-generate", 6436 - ] 6437 - 6438 - [[package]] 6439 - name = "winapi" 6440 - version = "0.3.9" 6441 - source = "registry+https://github.com/rust-lang/crates.io-index" 6442 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 6443 - dependencies = [ 6444 - "winapi-i686-pc-windows-gnu", 6445 - "winapi-x86_64-pc-windows-gnu", 6446 - ] 6447 - 6448 - [[package]] 6449 - name = "winapi-i686-pc-windows-gnu" 6450 - version = "0.4.0" 6451 - source = "registry+https://github.com/rust-lang/crates.io-index" 6452 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 6453 - 6454 - [[package]] 6455 - name = "winapi-util" 6456 - version = "0.1.5" 6457 - source = "registry+https://github.com/rust-lang/crates.io-index" 6458 - checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 6459 - dependencies = [ 6460 - "winapi", 6461 - ] 6462 - 6463 - [[package]] 6464 - name = "winapi-x86_64-pc-windows-gnu" 6465 - version = "0.4.0" 6466 - source = "registry+https://github.com/rust-lang/crates.io-index" 6467 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 6468 - 6469 - [[package]] 6470 - name = "winch-codegen" 6471 - version = "0.12.2" 6472 - source = "registry+https://github.com/rust-lang/crates.io-index" 6473 - checksum = "d2942fc0530ed88259df32f09f52a4222583e1ec7c3fa3f4a911905bbf70c3b0" 6474 - dependencies = [ 6475 - "anyhow", 6476 - "cranelift-codegen", 6477 - "gimli", 6478 - "regalloc2", 6479 - "smallvec", 6480 - "target-lexicon", 6481 - "wasmparser", 6482 - "wasmtime-environ", 6483 - ] 6484 - 6485 - [[package]] 6486 - name = "windows" 6487 - version = "0.44.0" 6488 - source = "registry+https://github.com/rust-lang/crates.io-index" 6489 - checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b" 6490 - dependencies = [ 6491 - "windows-targets 0.42.2", 6492 - ] 6493 - 6494 - [[package]] 6495 - name = "windows" 6496 - version = "0.51.1" 6497 - source = "registry+https://github.com/rust-lang/crates.io-index" 6498 - checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" 6499 - dependencies = [ 6500 - "windows-core", 6501 - "windows-targets 0.48.5", 6502 - ] 6503 - 6504 - [[package]] 6505 - name = "windows-core" 6506 - version = "0.51.1" 6507 - source = "registry+https://github.com/rust-lang/crates.io-index" 6508 - checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" 6509 - dependencies = [ 6510 - "windows-targets 0.48.5", 6511 - ] 6512 - 6513 - [[package]] 6514 - name = "windows-sys" 6515 - version = "0.36.1" 6516 - source = "registry+https://github.com/rust-lang/crates.io-index" 6517 - checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 6518 - dependencies = [ 6519 - "windows_aarch64_msvc 0.36.1", 6520 - "windows_i686_gnu 0.36.1", 6521 - "windows_i686_msvc 0.36.1", 6522 - "windows_x86_64_gnu 0.36.1", 6523 - "windows_x86_64_msvc 0.36.1", 6524 - ] 6525 - 6526 - [[package]] 6527 - name = "windows-sys" 6528 - version = "0.45.0" 6529 - source = "registry+https://github.com/rust-lang/crates.io-index" 6530 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 6531 - dependencies = [ 6532 - "windows-targets 0.42.2", 6533 - ] 6534 - 6535 - [[package]] 6536 - name = "windows-sys" 6537 - version = "0.48.0" 6538 - source = "registry+https://github.com/rust-lang/crates.io-index" 6539 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 6540 - dependencies = [ 6541 - "windows-targets 0.48.5", 6542 - ] 6543 - 6544 - [[package]] 6545 - name = "windows-sys" 6546 - version = "0.52.0" 6547 - source = "registry+https://github.com/rust-lang/crates.io-index" 6548 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 6549 - dependencies = [ 6550 - "windows-targets 0.52.0", 6551 - ] 6552 - 6553 - [[package]] 6554 - name = "windows-targets" 6555 - version = "0.42.2" 6556 - source = "registry+https://github.com/rust-lang/crates.io-index" 6557 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 6558 - dependencies = [ 6559 - "windows_aarch64_gnullvm 0.42.2", 6560 - "windows_aarch64_msvc 0.42.2", 6561 - "windows_i686_gnu 0.42.2", 6562 - "windows_i686_msvc 0.42.2", 6563 - "windows_x86_64_gnu 0.42.2", 6564 - "windows_x86_64_gnullvm 0.42.2", 6565 - "windows_x86_64_msvc 0.42.2", 6566 - ] 6567 - 6568 - [[package]] 6569 - name = "windows-targets" 6570 - version = "0.48.5" 6571 - source = "registry+https://github.com/rust-lang/crates.io-index" 6572 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 6573 - dependencies = [ 6574 - "windows_aarch64_gnullvm 0.48.5", 6575 - "windows_aarch64_msvc 0.48.5", 6576 - "windows_i686_gnu 0.48.5", 6577 - "windows_i686_msvc 0.48.5", 6578 - "windows_x86_64_gnu 0.48.5", 6579 - "windows_x86_64_gnullvm 0.48.5", 6580 - "windows_x86_64_msvc 0.48.5", 6581 - ] 6582 - 6583 - [[package]] 6584 - name = "windows-targets" 6585 - version = "0.52.0" 6586 - source = "registry+https://github.com/rust-lang/crates.io-index" 6587 - checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 6588 - dependencies = [ 6589 - "windows_aarch64_gnullvm 0.52.0", 6590 - "windows_aarch64_msvc 0.52.0", 6591 - "windows_i686_gnu 0.52.0", 6592 - "windows_i686_msvc 0.52.0", 6593 - "windows_x86_64_gnu 0.52.0", 6594 - "windows_x86_64_gnullvm 0.52.0", 6595 - "windows_x86_64_msvc 0.52.0", 6596 - ] 6597 - 6598 - [[package]] 6599 - name = "windows_aarch64_gnullvm" 6600 - version = "0.42.2" 6601 - source = "registry+https://github.com/rust-lang/crates.io-index" 6602 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 6603 - 6604 - [[package]] 6605 - name = "windows_aarch64_gnullvm" 6606 - version = "0.48.5" 6607 - source = "registry+https://github.com/rust-lang/crates.io-index" 6608 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 6609 - 6610 - [[package]] 6611 - name = "windows_aarch64_gnullvm" 6612 - version = "0.52.0" 6613 - source = "registry+https://github.com/rust-lang/crates.io-index" 6614 - checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 6615 - 6616 - [[package]] 6617 - name = "windows_aarch64_msvc" 6618 - version = "0.36.1" 6619 - source = "registry+https://github.com/rust-lang/crates.io-index" 6620 - checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 6621 - 6622 - [[package]] 6623 - name = "windows_aarch64_msvc" 6624 - version = "0.42.2" 6625 - source = "registry+https://github.com/rust-lang/crates.io-index" 6626 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 6627 - 6628 - [[package]] 6629 - name = "windows_aarch64_msvc" 6630 - version = "0.48.5" 6631 - source = "registry+https://github.com/rust-lang/crates.io-index" 6632 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 6633 - 6634 - [[package]] 6635 - name = "windows_aarch64_msvc" 6636 - version = "0.52.0" 6637 - source = "registry+https://github.com/rust-lang/crates.io-index" 6638 - checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 6639 - 6640 - [[package]] 6641 - name = "windows_i686_gnu" 6642 - version = "0.36.1" 6643 - source = "registry+https://github.com/rust-lang/crates.io-index" 6644 - checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 6645 - 6646 - [[package]] 6647 - name = "windows_i686_gnu" 6648 - version = "0.42.2" 6649 - source = "registry+https://github.com/rust-lang/crates.io-index" 6650 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 6651 - 6652 - [[package]] 6653 - name = "windows_i686_gnu" 6654 - version = "0.48.5" 6655 - source = "registry+https://github.com/rust-lang/crates.io-index" 6656 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 6657 - 6658 - [[package]] 6659 - name = "windows_i686_gnu" 6660 - version = "0.52.0" 6661 - source = "registry+https://github.com/rust-lang/crates.io-index" 6662 - checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 6663 - 6664 - [[package]] 6665 - name = "windows_i686_msvc" 6666 - version = "0.36.1" 6667 - source = "registry+https://github.com/rust-lang/crates.io-index" 6668 - checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 6669 - 6670 - [[package]] 6671 - name = "windows_i686_msvc" 6672 - version = "0.42.2" 6673 - source = "registry+https://github.com/rust-lang/crates.io-index" 6674 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 6675 - 6676 - [[package]] 6677 - name = "windows_i686_msvc" 6678 - version = "0.48.5" 6679 - source = "registry+https://github.com/rust-lang/crates.io-index" 6680 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 6681 - 6682 - [[package]] 6683 - name = "windows_i686_msvc" 6684 - version = "0.52.0" 6685 - source = "registry+https://github.com/rust-lang/crates.io-index" 6686 - checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 6687 - 6688 - [[package]] 6689 - name = "windows_x86_64_gnu" 6690 - version = "0.36.1" 6691 - source = "registry+https://github.com/rust-lang/crates.io-index" 6692 - checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 6693 - 6694 - [[package]] 6695 - name = "windows_x86_64_gnu" 6696 - version = "0.42.2" 6697 - source = "registry+https://github.com/rust-lang/crates.io-index" 6698 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 6699 - 6700 - [[package]] 6701 - name = "windows_x86_64_gnu" 6702 - version = "0.48.5" 6703 - source = "registry+https://github.com/rust-lang/crates.io-index" 6704 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 6705 - 6706 - [[package]] 6707 - name = "windows_x86_64_gnu" 6708 - version = "0.52.0" 6709 - source = "registry+https://github.com/rust-lang/crates.io-index" 6710 - checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 6711 - 6712 - [[package]] 6713 - name = "windows_x86_64_gnullvm" 6714 - version = "0.42.2" 6715 - source = "registry+https://github.com/rust-lang/crates.io-index" 6716 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 6717 - 6718 - [[package]] 6719 - name = "windows_x86_64_gnullvm" 6720 - version = "0.48.5" 6721 - source = "registry+https://github.com/rust-lang/crates.io-index" 6722 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 6723 - 6724 - [[package]] 6725 - name = "windows_x86_64_gnullvm" 6726 - version = "0.52.0" 6727 - source = "registry+https://github.com/rust-lang/crates.io-index" 6728 - checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 6729 - 6730 - [[package]] 6731 - name = "windows_x86_64_msvc" 6732 - version = "0.36.1" 6733 - source = "registry+https://github.com/rust-lang/crates.io-index" 6734 - checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 6735 - 6736 - [[package]] 6737 - name = "windows_x86_64_msvc" 6738 - version = "0.42.2" 6739 - source = "registry+https://github.com/rust-lang/crates.io-index" 6740 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 6741 - 6742 - [[package]] 6743 - name = "windows_x86_64_msvc" 6744 - version = "0.48.5" 6745 - source = "registry+https://github.com/rust-lang/crates.io-index" 6746 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 6747 - 6748 - [[package]] 6749 - name = "windows_x86_64_msvc" 6750 - version = "0.52.0" 6751 - source = "registry+https://github.com/rust-lang/crates.io-index" 6752 - checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 6753 - 6754 - [[package]] 6755 - name = "winnow" 6756 - version = "0.5.10" 6757 - source = "registry+https://github.com/rust-lang/crates.io-index" 6758 - checksum = "5504cc7644f4b593cbc05c4a55bf9bd4e94b867c3c0bd440934174d50482427d" 6759 - dependencies = [ 6760 - "memchr", 6761 - ] 6762 - 6763 - [[package]] 6764 - name = "winreg" 6765 - version = "0.50.0" 6766 - source = "registry+https://github.com/rust-lang/crates.io-index" 6767 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 6768 - dependencies = [ 6769 - "cfg-if", 6770 - "windows-sys 0.48.0", 6771 - ] 6772 - 6773 - [[package]] 6774 - name = "winx" 6775 - version = "0.36.2" 6776 - source = "registry+https://github.com/rust-lang/crates.io-index" 6777 - checksum = "357bb8e2932df531f83b052264b050b81ba0df90ee5a59b2d1d3949f344f81e5" 6778 - dependencies = [ 6779 - "bitflags 2.6.0", 6780 - "windows-sys 0.48.0", 6781 - ] 6782 - 6783 - [[package]] 6784 - name = "wit-parser" 6785 - version = "0.12.1" 6786 - source = "registry+https://github.com/rust-lang/crates.io-index" 6787 - checksum = "f6ace9943d89bbf3dbbc71b966da0e7302057b311f36a4ac3d65ddfef17b52cf" 6788 - dependencies = [ 6789 - "anyhow", 6790 - "id-arena", 6791 - "indexmap", 6792 - "log", 6793 - "semver", 6794 - "serde", 6795 - "serde_derive", 6796 - "serde_json", 6797 - "unicode-xid", 6798 - ] 6799 - 6800 - [[package]] 6801 - name = "witx" 6802 - version = "0.9.1" 6803 - source = "registry+https://github.com/rust-lang/crates.io-index" 6804 - checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b" 6805 - dependencies = [ 6806 - "anyhow", 6807 - "log", 6808 - "thiserror", 6809 - "wast 35.0.2", 6810 - ] 6811 - 6812 - [[package]] 6813 - name = "x11-clipboard" 6814 - version = "0.9.2" 6815 - source = "registry+https://github.com/rust-lang/crates.io-index" 6816 - checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286" 6817 - dependencies = [ 6818 - "libc", 6819 - "x11rb", 6820 - ] 6821 - 6822 - [[package]] 6823 - name = "x11-dl" 6824 - version = "2.21.0" 6825 - source = "registry+https://github.com/rust-lang/crates.io-index" 6826 - checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 6827 - dependencies = [ 6828 - "libc", 6829 - "once_cell", 6830 - "pkg-config", 6831 - ] 6832 - 6833 - [[package]] 6834 - name = "x11rb" 6835 - version = "0.13.0" 6836 - source = "registry+https://github.com/rust-lang/crates.io-index" 6837 - checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a" 6838 - dependencies = [ 6839 - "as-raw-xcb-connection", 6840 - "gethostname", 6841 - "libc", 6842 - "libloading", 6843 - "once_cell", 6844 - "rustix", 6845 - "x11rb-protocol", 6846 - ] 6847 - 6848 - [[package]] 6849 - name = "x11rb-protocol" 6850 - version = "0.13.0" 6851 - source = "registry+https://github.com/rust-lang/crates.io-index" 6852 - checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34" 6853 - 6854 - [[package]] 6855 - name = "xattr" 6856 - version = "1.3.1" 6857 - source = "registry+https://github.com/rust-lang/crates.io-index" 6858 - checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" 6859 - dependencies = [ 6860 - "libc", 6861 - "linux-raw-sys 0.4.13", 6862 - "rustix", 6863 - ] 6864 - 6865 - [[package]] 6866 - name = "xcursor" 6867 - version = "0.3.4" 6868 - source = "registry+https://github.com/rust-lang/crates.io-index" 6869 - checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7" 6870 - dependencies = [ 6871 - "nom", 6872 - ] 6873 - 6874 - [[package]] 6875 - name = "xdg-home" 6876 - version = "1.1.0" 6877 - source = "registry+https://github.com/rust-lang/crates.io-index" 6878 - checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e" 6879 - dependencies = [ 6880 - "libc", 6881 - "winapi", 6882 - ] 6883 - 6884 - [[package]] 6885 - name = "xkbcommon-dl" 6886 - version = "0.4.1" 6887 - source = "registry+https://github.com/rust-lang/crates.io-index" 6888 - checksum = "6924668544c48c0133152e7eec86d644a056ca3d09275eb8d5cdb9855f9d8699" 6889 - dependencies = [ 6890 - "bitflags 2.6.0", 6891 - "dlib", 6892 - "log", 6893 - "once_cell", 6894 - "xkeysym", 6895 - ] 6896 - 6897 - [[package]] 6898 - name = "xkeysym" 6899 - version = "0.2.0" 6900 - source = "registry+https://github.com/rust-lang/crates.io-index" 6901 - checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621" 6902 - 6903 - [[package]] 6904 - name = "xml-rs" 6905 - version = "0.8.19" 6906 - source = "registry+https://github.com/rust-lang/crates.io-index" 6907 - checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a" 6908 - 6909 - [[package]] 6910 - name = "xmlwriter" 6911 - version = "0.1.0" 6912 - source = "registry+https://github.com/rust-lang/crates.io-index" 6913 - checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" 6914 - 6915 - [[package]] 6916 - name = "yazi" 6917 - version = "0.1.6" 6918 - source = "registry+https://github.com/rust-lang/crates.io-index" 6919 - checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1" 6920 - 6921 - [[package]] 6922 - name = "zbus" 6923 - version = "4.0.1" 6924 - source = "registry+https://github.com/rust-lang/crates.io-index" 6925 - checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030" 6926 - dependencies = [ 6927 - "async-broadcast", 6928 - "async-executor", 6929 - "async-fs", 6930 - "async-io", 6931 - "async-lock 3.3.0", 6932 - "async-process", 6933 - "async-recursion", 6934 - "async-task", 6935 - "async-trait", 6936 - "blocking", 6937 - "derivative", 6938 - "enumflags2", 6939 - "event-listener 5.2.0", 6940 - "futures-core", 6941 - "futures-sink", 6942 - "futures-util", 6943 - "hex", 6944 - "nix", 6945 - "ordered-stream", 6946 - "rand", 6947 - "serde", 6948 - "serde_repr", 6949 - "sha1", 6950 - "static_assertions", 6951 - "tracing 0.1.37", 6952 - "uds_windows", 6953 - "windows-sys 0.52.0", 6954 - "xdg-home", 6955 - "zbus_macros", 6956 - "zbus_names", 6957 - "zvariant", 6958 - ] 6959 - 6960 - [[package]] 6961 - name = "zbus_macros" 6962 - version = "4.0.1" 6963 - source = "registry+https://github.com/rust-lang/crates.io-index" 6964 - checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7" 6965 - dependencies = [ 6966 - "proc-macro-crate", 6967 - "proc-macro2", 6968 - "quote", 6969 - "regex", 6970 - "syn 1.0.109", 6971 - "zvariant_utils", 6972 - ] 6973 - 6974 - [[package]] 6975 - name = "zbus_names" 6976 - version = "3.0.0" 6977 - source = "registry+https://github.com/rust-lang/crates.io-index" 6978 - checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" 6979 - dependencies = [ 6980 - "serde", 6981 - "static_assertions", 6982 - "zvariant", 6983 - ] 6984 - 6985 - [[package]] 6986 - name = "zeno" 6987 - version = "0.2.2" 6988 - source = "registry+https://github.com/rust-lang/crates.io-index" 6989 - checksum = "c110ba09c9b3a43edd4803d570df0da2414fed6e822e22b976a4e3ef50860701" 6990 - 6991 - [[package]] 6992 - name = "zerocopy" 6993 - version = "0.7.32" 6994 - source = "registry+https://github.com/rust-lang/crates.io-index" 6995 - checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" 6996 - dependencies = [ 6997 - "zerocopy-derive", 6998 - ] 6999 - 7000 - [[package]] 7001 - name = "zerocopy-derive" 7002 - version = "0.7.32" 7003 - source = "registry+https://github.com/rust-lang/crates.io-index" 7004 - checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" 7005 - dependencies = [ 7006 - "proc-macro2", 7007 - "quote", 7008 - "syn 2.0.57", 7009 - ] 7010 - 7011 - [[package]] 7012 - name = "zip" 7013 - version = "0.6.6" 7014 - source = "registry+https://github.com/rust-lang/crates.io-index" 7015 - checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" 7016 - dependencies = [ 7017 - "byteorder", 7018 - "crc32fast", 7019 - "crossbeam-utils", 7020 - "flate2", 7021 - ] 7022 - 7023 - [[package]] 7024 - name = "zstd" 7025 - version = "0.11.2+zstd.1.5.2" 7026 - source = "registry+https://github.com/rust-lang/crates.io-index" 7027 - checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" 7028 - dependencies = [ 7029 - "zstd-safe", 7030 - ] 7031 - 7032 - [[package]] 7033 - name = "zstd-safe" 7034 - version = "5.0.2+zstd.1.5.2" 7035 - source = "registry+https://github.com/rust-lang/crates.io-index" 7036 - checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" 7037 - dependencies = [ 7038 - "libc", 7039 - "zstd-sys", 7040 - ] 7041 - 7042 - [[package]] 7043 - name = "zstd-sys" 7044 - version = "2.0.1+zstd.1.5.2" 7045 - source = "registry+https://github.com/rust-lang/crates.io-index" 7046 - checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b" 7047 - dependencies = [ 7048 - "cc", 7049 - "libc", 7050 - ] 7051 - 7052 - [[package]] 7053 - name = "zune-core" 7054 - version = "0.4.12" 7055 - source = "registry+https://github.com/rust-lang/crates.io-index" 7056 - checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 7057 - 7058 - [[package]] 7059 - name = "zune-jpeg" 7060 - version = "0.4.11" 7061 - source = "registry+https://github.com/rust-lang/crates.io-index" 7062 - checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448" 7063 - dependencies = [ 7064 - "zune-core", 7065 - ] 7066 - 7067 - [[package]] 7068 - name = "zvariant" 7069 - version = "4.0.0" 7070 - source = "registry+https://github.com/rust-lang/crates.io-index" 7071 - checksum = "4e09e8be97d44eeab994d752f341e67b3b0d80512a8b315a0671d47232ef1b65" 7072 - dependencies = [ 7073 - "endi", 7074 - "enumflags2", 7075 - "serde", 7076 - "static_assertions", 7077 - "url", 7078 - "zvariant_derive", 7079 - ] 7080 - 7081 - [[package]] 7082 - name = "zvariant_derive" 7083 - version = "4.0.0" 7084 - source = "registry+https://github.com/rust-lang/crates.io-index" 7085 - checksum = "72a5857e2856435331636a9fbb415b09243df4521a267c5bedcd5289b4d5799e" 7086 - dependencies = [ 7087 - "proc-macro-crate", 7088 - "proc-macro2", 7089 - "quote", 7090 - "syn 1.0.109", 7091 - "zvariant_utils", 7092 - ] 7093 - 7094 - [[package]] 7095 - name = "zvariant_utils" 7096 - version = "1.1.0" 7097 - source = "registry+https://github.com/rust-lang/crates.io-index" 7098 - checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172" 7099 - dependencies = [ 7100 - "proc-macro2", 7101 - "quote", 7102 - "syn 1.0.109", 7103 - ]
+2 -15
pkgs/applications/editors/lapce/default.nix
··· 44 44 sha256 = "sha256-vBBYNHgZiW5JfGeUG6YZObf4oK0hHxTbsZNTfnIX95Y="; 45 45 }; 46 46 47 - cargoLock = { 48 - lockFile = ./Cargo.lock; 49 - outputHashes = { 50 - "alacritty_terminal-0.24.1-dev" = "sha256-aVB1CNOLjNh6AtvdbomODNrk00Md8yz8QzldzvDo1LI="; 51 - "floem-0.1.1" = "sha256-/4Y38VXx7wFVVEzjqZ2D6+jiXCXPfzK44rDiNOR1lAk="; 52 - "human-sort-0.2.2" = "sha256-tebgIJGXOY7pwWRukboKAzXY47l4Cn//0xMKQTaGu8w="; 53 - "locale_config-0.3.1-alpha.0" = "sha256-cCEO+dmU05TKkpH6wVK6tiH94b7k2686xyGxlhkcmAM="; 54 - "lsp-types-0.95.1" = "sha256-+tWqDBM5x/gvQOG7V3m2tFBZB7smgnnZHikf9ja2FfE="; 55 - "psp-types-0.1.0" = "sha256-/oFt/AXxCqBp21hTSYrokWsbFYTIDCrHMUBuA2Nj5UU="; 56 - "regalloc2-0.9.3" = "sha256-tzXFXs47LDoNBL1tSkLCqaiHDP5vZjvh250hz0pbEJs="; 57 - "structdesc-0.1.0" = "sha256-KiR0R2YWZ7BucXIIeziu2FPJnbP7WNSQrxQhcNlpx2Q="; 58 - "tracing-0.2.0" = "sha256-31jmSvspNstOAh6VaWie+aozmGu4RpY9Gx2kbBVD+CI="; 59 - "wasi-experimental-http-wasmtime-0.10.0" = "sha256-FuF3Ms1bT9bBasbLK+yQ2xggObm/lFDRyOvH21AZnQI="; 60 - }; 61 - }; 47 + useFetchCargoVendor = true; 48 + cargoHash = "sha256-cgSr1GHQUF4ccVd9w3TT0+EI+lqQpDzfXHdRWr75eDE="; 62 49 63 50 env = { 64 51 # Get openssl-sys to use pkg-config
-1718
pkgs/by-name/la/lazymc/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.21.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "aho-corasick" 22 - version = "1.1.2" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 25 - dependencies = [ 26 - "memchr", 27 - ] 28 - 29 - [[package]] 30 - name = "android-tzdata" 31 - version = "0.1.1" 32 - source = "registry+https://github.com/rust-lang/crates.io-index" 33 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 34 - 35 - [[package]] 36 - name = "android_system_properties" 37 - version = "0.1.5" 38 - source = "registry+https://github.com/rust-lang/crates.io-index" 39 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 40 - dependencies = [ 41 - "libc", 42 - ] 43 - 44 - [[package]] 45 - name = "anstream" 46 - version = "0.6.13" 47 - source = "registry+https://github.com/rust-lang/crates.io-index" 48 - checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" 49 - dependencies = [ 50 - "anstyle", 51 - "anstyle-parse", 52 - "anstyle-query", 53 - "anstyle-wincon", 54 - "colorchoice", 55 - "utf8parse", 56 - ] 57 - 58 - [[package]] 59 - name = "anstyle" 60 - version = "1.0.6" 61 - source = "registry+https://github.com/rust-lang/crates.io-index" 62 - checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" 63 - 64 - [[package]] 65 - name = "anstyle-parse" 66 - version = "0.2.3" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" 69 - dependencies = [ 70 - "utf8parse", 71 - ] 72 - 73 - [[package]] 74 - name = "anstyle-query" 75 - version = "1.0.2" 76 - source = "registry+https://github.com/rust-lang/crates.io-index" 77 - checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" 78 - dependencies = [ 79 - "windows-sys 0.52.0", 80 - ] 81 - 82 - [[package]] 83 - name = "anstyle-wincon" 84 - version = "3.0.2" 85 - source = "registry+https://github.com/rust-lang/crates.io-index" 86 - checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" 87 - dependencies = [ 88 - "anstyle", 89 - "windows-sys 0.52.0", 90 - ] 91 - 92 - [[package]] 93 - name = "anyhow" 94 - version = "1.0.81" 95 - source = "registry+https://github.com/rust-lang/crates.io-index" 96 - checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" 97 - 98 - [[package]] 99 - name = "autocfg" 100 - version = "1.1.0" 101 - source = "registry+https://github.com/rust-lang/crates.io-index" 102 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 103 - 104 - [[package]] 105 - name = "backtrace" 106 - version = "0.3.69" 107 - source = "registry+https://github.com/rust-lang/crates.io-index" 108 - checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 109 - dependencies = [ 110 - "addr2line", 111 - "cc", 112 - "cfg-if 1.0.0", 113 - "libc", 114 - "miniz_oxide", 115 - "object", 116 - "rustc-demangle", 117 - ] 118 - 119 - [[package]] 120 - name = "base64" 121 - version = "0.22.0" 122 - source = "registry+https://github.com/rust-lang/crates.io-index" 123 - checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" 124 - 125 - [[package]] 126 - name = "bitflags" 127 - version = "1.3.2" 128 - source = "registry+https://github.com/rust-lang/crates.io-index" 129 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 130 - 131 - [[package]] 132 - name = "bitflags" 133 - version = "2.4.2" 134 - source = "registry+https://github.com/rust-lang/crates.io-index" 135 - checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" 136 - 137 - [[package]] 138 - name = "block-buffer" 139 - version = "0.10.4" 140 - source = "registry+https://github.com/rust-lang/crates.io-index" 141 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 142 - dependencies = [ 143 - "generic-array", 144 - ] 145 - 146 - [[package]] 147 - name = "bumpalo" 148 - version = "3.15.4" 149 - source = "registry+https://github.com/rust-lang/crates.io-index" 150 - checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" 151 - 152 - [[package]] 153 - name = "byteorder" 154 - version = "1.5.0" 155 - source = "registry+https://github.com/rust-lang/crates.io-index" 156 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 157 - 158 - [[package]] 159 - name = "bytes" 160 - version = "1.5.0" 161 - source = "registry+https://github.com/rust-lang/crates.io-index" 162 - checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 163 - 164 - [[package]] 165 - name = "cc" 166 - version = "1.0.90" 167 - source = "registry+https://github.com/rust-lang/crates.io-index" 168 - checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" 169 - 170 - [[package]] 171 - name = "cesu8" 172 - version = "1.1.0" 173 - source = "registry+https://github.com/rust-lang/crates.io-index" 174 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 175 - 176 - [[package]] 177 - name = "cfg-if" 178 - version = "0.1.10" 179 - source = "registry+https://github.com/rust-lang/crates.io-index" 180 - checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 181 - 182 - [[package]] 183 - name = "cfg-if" 184 - version = "1.0.0" 185 - source = "registry+https://github.com/rust-lang/crates.io-index" 186 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 187 - 188 - [[package]] 189 - name = "cfg_aliases" 190 - version = "0.1.1" 191 - source = "registry+https://github.com/rust-lang/crates.io-index" 192 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 193 - 194 - [[package]] 195 - name = "chrono" 196 - version = "0.4.35" 197 - source = "registry+https://github.com/rust-lang/crates.io-index" 198 - checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" 199 - dependencies = [ 200 - "android-tzdata", 201 - "iana-time-zone", 202 - "js-sys", 203 - "num-traits", 204 - "wasm-bindgen", 205 - "windows-targets 0.52.4", 206 - ] 207 - 208 - [[package]] 209 - name = "clap" 210 - version = "4.5.3" 211 - source = "registry+https://github.com/rust-lang/crates.io-index" 212 - checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813" 213 - dependencies = [ 214 - "clap_builder", 215 - ] 216 - 217 - [[package]] 218 - name = "clap_builder" 219 - version = "4.5.2" 220 - source = "registry+https://github.com/rust-lang/crates.io-index" 221 - checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" 222 - dependencies = [ 223 - "anstream", 224 - "anstyle", 225 - "clap_lex", 226 - "strsim 0.11.0", 227 - "unicase", 228 - "unicode-width", 229 - ] 230 - 231 - [[package]] 232 - name = "clap_lex" 233 - version = "0.7.0" 234 - source = "registry+https://github.com/rust-lang/crates.io-index" 235 - checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" 236 - 237 - [[package]] 238 - name = "colorchoice" 239 - version = "1.0.0" 240 - source = "registry+https://github.com/rust-lang/crates.io-index" 241 - checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 242 - 243 - [[package]] 244 - name = "colored" 245 - version = "2.1.0" 246 - source = "registry+https://github.com/rust-lang/crates.io-index" 247 - checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" 248 - dependencies = [ 249 - "lazy_static", 250 - "windows-sys 0.48.0", 251 - ] 252 - 253 - [[package]] 254 - name = "core-foundation-sys" 255 - version = "0.8.6" 256 - source = "registry+https://github.com/rust-lang/crates.io-index" 257 - checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 258 - 259 - [[package]] 260 - name = "crc32fast" 261 - version = "1.4.0" 262 - source = "registry+https://github.com/rust-lang/crates.io-index" 263 - checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" 264 - dependencies = [ 265 - "cfg-if 1.0.0", 266 - ] 267 - 268 - [[package]] 269 - name = "crypto-common" 270 - version = "0.1.6" 271 - source = "registry+https://github.com/rust-lang/crates.io-index" 272 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 273 - dependencies = [ 274 - "generic-array", 275 - "typenum", 276 - ] 277 - 278 - [[package]] 279 - name = "darling" 280 - version = "0.20.8" 281 - source = "registry+https://github.com/rust-lang/crates.io-index" 282 - checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391" 283 - dependencies = [ 284 - "darling_core", 285 - "darling_macro", 286 - ] 287 - 288 - [[package]] 289 - name = "darling_core" 290 - version = "0.20.8" 291 - source = "registry+https://github.com/rust-lang/crates.io-index" 292 - checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f" 293 - dependencies = [ 294 - "fnv", 295 - "ident_case", 296 - "proc-macro2", 297 - "quote", 298 - "strsim 0.10.0", 299 - "syn 2.0.52", 300 - ] 301 - 302 - [[package]] 303 - name = "darling_macro" 304 - version = "0.20.8" 305 - source = "registry+https://github.com/rust-lang/crates.io-index" 306 - checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f" 307 - dependencies = [ 308 - "darling_core", 309 - "quote", 310 - "syn 2.0.52", 311 - ] 312 - 313 - [[package]] 314 - name = "derive_builder" 315 - version = "0.20.0" 316 - source = "registry+https://github.com/rust-lang/crates.io-index" 317 - checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7" 318 - dependencies = [ 319 - "derive_builder_macro", 320 - ] 321 - 322 - [[package]] 323 - name = "derive_builder_core" 324 - version = "0.20.0" 325 - source = "registry+https://github.com/rust-lang/crates.io-index" 326 - checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d" 327 - dependencies = [ 328 - "darling", 329 - "proc-macro2", 330 - "quote", 331 - "syn 2.0.52", 332 - ] 333 - 334 - [[package]] 335 - name = "derive_builder_macro" 336 - version = "0.20.0" 337 - source = "registry+https://github.com/rust-lang/crates.io-index" 338 - checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b" 339 - dependencies = [ 340 - "derive_builder_core", 341 - "syn 2.0.52", 342 - ] 343 - 344 - [[package]] 345 - name = "digest" 346 - version = "0.10.7" 347 - source = "registry+https://github.com/rust-lang/crates.io-index" 348 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 349 - dependencies = [ 350 - "block-buffer", 351 - "crypto-common", 352 - ] 353 - 354 - [[package]] 355 - name = "doc-comment" 356 - version = "0.3.3" 357 - source = "registry+https://github.com/rust-lang/crates.io-index" 358 - checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 359 - 360 - [[package]] 361 - name = "dotenv" 362 - version = "0.15.0" 363 - source = "registry+https://github.com/rust-lang/crates.io-index" 364 - checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" 365 - 366 - [[package]] 367 - name = "env_logger" 368 - version = "0.10.2" 369 - source = "registry+https://github.com/rust-lang/crates.io-index" 370 - checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" 371 - dependencies = [ 372 - "humantime", 373 - "is-terminal", 374 - "log", 375 - "regex", 376 - "termcolor", 377 - ] 378 - 379 - [[package]] 380 - name = "equivalent" 381 - version = "1.0.1" 382 - source = "registry+https://github.com/rust-lang/crates.io-index" 383 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 384 - 385 - [[package]] 386 - name = "err-derive" 387 - version = "0.3.1" 388 - source = "registry+https://github.com/rust-lang/crates.io-index" 389 - checksum = "c34a887c8df3ed90498c1c437ce21f211c8e27672921a8ffa293cb8d6d4caa9e" 390 - dependencies = [ 391 - "proc-macro-error", 392 - "proc-macro2", 393 - "quote", 394 - "rustversion", 395 - "syn 1.0.109", 396 - "synstructure", 397 - ] 398 - 399 - [[package]] 400 - name = "filetime" 401 - version = "0.2.23" 402 - source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" 404 - dependencies = [ 405 - "cfg-if 1.0.0", 406 - "libc", 407 - "redox_syscall", 408 - "windows-sys 0.52.0", 409 - ] 410 - 411 - [[package]] 412 - name = "flate2" 413 - version = "1.0.28" 414 - source = "registry+https://github.com/rust-lang/crates.io-index" 415 - checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 416 - dependencies = [ 417 - "crc32fast", 418 - "miniz_oxide", 419 - ] 420 - 421 - [[package]] 422 - name = "fnv" 423 - version = "1.0.7" 424 - source = "registry+https://github.com/rust-lang/crates.io-index" 425 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 426 - 427 - [[package]] 428 - name = "fsevent" 429 - version = "0.4.0" 430 - source = "registry+https://github.com/rust-lang/crates.io-index" 431 - checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" 432 - dependencies = [ 433 - "bitflags 1.3.2", 434 - "fsevent-sys", 435 - ] 436 - 437 - [[package]] 438 - name = "fsevent-sys" 439 - version = "2.0.1" 440 - source = "registry+https://github.com/rust-lang/crates.io-index" 441 - checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" 442 - dependencies = [ 443 - "libc", 444 - ] 445 - 446 - [[package]] 447 - name = "fuchsia-zircon" 448 - version = "0.3.3" 449 - source = "registry+https://github.com/rust-lang/crates.io-index" 450 - checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 451 - dependencies = [ 452 - "bitflags 1.3.2", 453 - "fuchsia-zircon-sys", 454 - ] 455 - 456 - [[package]] 457 - name = "fuchsia-zircon-sys" 458 - version = "0.3.3" 459 - source = "registry+https://github.com/rust-lang/crates.io-index" 460 - checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 461 - 462 - [[package]] 463 - name = "futures" 464 - version = "0.3.30" 465 - source = "registry+https://github.com/rust-lang/crates.io-index" 466 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 467 - dependencies = [ 468 - "futures-channel", 469 - "futures-core", 470 - "futures-executor", 471 - "futures-io", 472 - "futures-sink", 473 - "futures-task", 474 - "futures-util", 475 - ] 476 - 477 - [[package]] 478 - name = "futures-channel" 479 - version = "0.3.30" 480 - source = "registry+https://github.com/rust-lang/crates.io-index" 481 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 482 - dependencies = [ 483 - "futures-core", 484 - "futures-sink", 485 - ] 486 - 487 - [[package]] 488 - name = "futures-core" 489 - version = "0.3.30" 490 - source = "registry+https://github.com/rust-lang/crates.io-index" 491 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 492 - 493 - [[package]] 494 - name = "futures-executor" 495 - version = "0.3.30" 496 - source = "registry+https://github.com/rust-lang/crates.io-index" 497 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 498 - dependencies = [ 499 - "futures-core", 500 - "futures-task", 501 - "futures-util", 502 - ] 503 - 504 - [[package]] 505 - name = "futures-io" 506 - version = "0.3.30" 507 - source = "registry+https://github.com/rust-lang/crates.io-index" 508 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 509 - 510 - [[package]] 511 - name = "futures-sink" 512 - version = "0.3.30" 513 - source = "registry+https://github.com/rust-lang/crates.io-index" 514 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 515 - 516 - [[package]] 517 - name = "futures-task" 518 - version = "0.3.30" 519 - source = "registry+https://github.com/rust-lang/crates.io-index" 520 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 521 - 522 - [[package]] 523 - name = "futures-util" 524 - version = "0.3.30" 525 - source = "registry+https://github.com/rust-lang/crates.io-index" 526 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 527 - dependencies = [ 528 - "futures-channel", 529 - "futures-core", 530 - "futures-io", 531 - "futures-sink", 532 - "futures-task", 533 - "memchr", 534 - "pin-project-lite", 535 - "pin-utils", 536 - "slab", 537 - ] 538 - 539 - [[package]] 540 - name = "generic-array" 541 - version = "0.14.7" 542 - source = "registry+https://github.com/rust-lang/crates.io-index" 543 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 544 - dependencies = [ 545 - "typenum", 546 - "version_check", 547 - ] 548 - 549 - [[package]] 550 - name = "getrandom" 551 - version = "0.2.12" 552 - source = "registry+https://github.com/rust-lang/crates.io-index" 553 - checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 554 - dependencies = [ 555 - "cfg-if 1.0.0", 556 - "libc", 557 - "wasi", 558 - ] 559 - 560 - [[package]] 561 - name = "gimli" 562 - version = "0.28.1" 563 - source = "registry+https://github.com/rust-lang/crates.io-index" 564 - checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 565 - 566 - [[package]] 567 - name = "hashbrown" 568 - version = "0.14.3" 569 - source = "registry+https://github.com/rust-lang/crates.io-index" 570 - checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 571 - 572 - [[package]] 573 - name = "hermit-abi" 574 - version = "0.3.9" 575 - source = "registry+https://github.com/rust-lang/crates.io-index" 576 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 577 - 578 - [[package]] 579 - name = "humantime" 580 - version = "2.1.0" 581 - source = "registry+https://github.com/rust-lang/crates.io-index" 582 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 583 - 584 - [[package]] 585 - name = "iana-time-zone" 586 - version = "0.1.60" 587 - source = "registry+https://github.com/rust-lang/crates.io-index" 588 - checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 589 - dependencies = [ 590 - "android_system_properties", 591 - "core-foundation-sys", 592 - "iana-time-zone-haiku", 593 - "js-sys", 594 - "wasm-bindgen", 595 - "windows-core", 596 - ] 597 - 598 - [[package]] 599 - name = "iana-time-zone-haiku" 600 - version = "0.1.2" 601 - source = "registry+https://github.com/rust-lang/crates.io-index" 602 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 603 - dependencies = [ 604 - "cc", 605 - ] 606 - 607 - [[package]] 608 - name = "ident_case" 609 - version = "1.0.1" 610 - source = "registry+https://github.com/rust-lang/crates.io-index" 611 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 612 - 613 - [[package]] 614 - name = "indexmap" 615 - version = "2.2.5" 616 - source = "registry+https://github.com/rust-lang/crates.io-index" 617 - checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" 618 - dependencies = [ 619 - "equivalent", 620 - "hashbrown", 621 - ] 622 - 623 - [[package]] 624 - name = "inotify" 625 - version = "0.7.1" 626 - source = "registry+https://github.com/rust-lang/crates.io-index" 627 - checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f" 628 - dependencies = [ 629 - "bitflags 1.3.2", 630 - "inotify-sys", 631 - "libc", 632 - ] 633 - 634 - [[package]] 635 - name = "inotify-sys" 636 - version = "0.1.5" 637 - source = "registry+https://github.com/rust-lang/crates.io-index" 638 - checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 639 - dependencies = [ 640 - "libc", 641 - ] 642 - 643 - [[package]] 644 - name = "iovec" 645 - version = "0.1.4" 646 - source = "registry+https://github.com/rust-lang/crates.io-index" 647 - checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 648 - dependencies = [ 649 - "libc", 650 - ] 651 - 652 - [[package]] 653 - name = "is-terminal" 654 - version = "0.4.12" 655 - source = "registry+https://github.com/rust-lang/crates.io-index" 656 - checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 657 - dependencies = [ 658 - "hermit-abi", 659 - "libc", 660 - "windows-sys 0.52.0", 661 - ] 662 - 663 - [[package]] 664 - name = "itoa" 665 - version = "1.0.10" 666 - source = "registry+https://github.com/rust-lang/crates.io-index" 667 - checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 668 - 669 - [[package]] 670 - name = "js-sys" 671 - version = "0.3.69" 672 - source = "registry+https://github.com/rust-lang/crates.io-index" 673 - checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 674 - dependencies = [ 675 - "wasm-bindgen", 676 - ] 677 - 678 - [[package]] 679 - name = "kernel32-sys" 680 - version = "0.2.2" 681 - source = "registry+https://github.com/rust-lang/crates.io-index" 682 - checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 683 - dependencies = [ 684 - "winapi 0.2.8", 685 - "winapi-build", 686 - ] 687 - 688 - [[package]] 689 - name = "lazy_static" 690 - version = "1.4.0" 691 - source = "registry+https://github.com/rust-lang/crates.io-index" 692 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 693 - 694 - [[package]] 695 - name = "lazycell" 696 - version = "1.3.0" 697 - source = "registry+https://github.com/rust-lang/crates.io-index" 698 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 699 - 700 - [[package]] 701 - name = "lazymc" 702 - version = "0.2.11" 703 - dependencies = [ 704 - "anyhow", 705 - "base64", 706 - "bytes", 707 - "chrono", 708 - "clap", 709 - "colored", 710 - "derive_builder", 711 - "dotenv", 712 - "flate2", 713 - "futures", 714 - "libc", 715 - "log", 716 - "md-5", 717 - "minecraft-protocol", 718 - "named-binary-tag", 719 - "nix", 720 - "notify", 721 - "pretty_env_logger", 722 - "proxy-protocol", 723 - "quartz_nbt", 724 - "rand", 725 - "rcon", 726 - "serde", 727 - "serde_json", 728 - "shlex", 729 - "thiserror", 730 - "tokio", 731 - "toml", 732 - "uuid", 733 - "version-compare", 734 - "winapi 0.3.9", 735 - ] 736 - 737 - [[package]] 738 - name = "libc" 739 - version = "0.2.153" 740 - source = "registry+https://github.com/rust-lang/crates.io-index" 741 - checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 742 - 743 - [[package]] 744 - name = "linked-hash-map" 745 - version = "0.5.6" 746 - source = "registry+https://github.com/rust-lang/crates.io-index" 747 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 748 - 749 - [[package]] 750 - name = "log" 751 - version = "0.4.21" 752 - source = "registry+https://github.com/rust-lang/crates.io-index" 753 - checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 754 - 755 - [[package]] 756 - name = "md-5" 757 - version = "0.10.6" 758 - source = "registry+https://github.com/rust-lang/crates.io-index" 759 - checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 760 - dependencies = [ 761 - "cfg-if 1.0.0", 762 - "digest", 763 - ] 764 - 765 - [[package]] 766 - name = "memchr" 767 - version = "2.7.1" 768 - source = "registry+https://github.com/rust-lang/crates.io-index" 769 - checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 770 - 771 - [[package]] 772 - name = "minecraft-protocol" 773 - version = "0.1.0" 774 - source = "git+https://github.com/timvisee/rust-minecraft-protocol?rev=4f93bb3#4f93bb3438d25fd23410d7c30964971e59cfb327" 775 - dependencies = [ 776 - "byteorder", 777 - "minecraft-protocol-derive", 778 - "named-binary-tag", 779 - "serde", 780 - "serde_json", 781 - "uuid", 782 - ] 783 - 784 - [[package]] 785 - name = "minecraft-protocol-derive" 786 - version = "0.0.0" 787 - source = "git+https://github.com/timvisee/rust-minecraft-protocol?rev=4f93bb3#4f93bb3438d25fd23410d7c30964971e59cfb327" 788 - dependencies = [ 789 - "proc-macro2", 790 - "quote", 791 - "syn 1.0.109", 792 - ] 793 - 794 - [[package]] 795 - name = "miniz_oxide" 796 - version = "0.7.2" 797 - source = "registry+https://github.com/rust-lang/crates.io-index" 798 - checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" 799 - dependencies = [ 800 - "adler", 801 - ] 802 - 803 - [[package]] 804 - name = "mio" 805 - version = "0.6.23" 806 - source = "registry+https://github.com/rust-lang/crates.io-index" 807 - checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 808 - dependencies = [ 809 - "cfg-if 0.1.10", 810 - "fuchsia-zircon", 811 - "fuchsia-zircon-sys", 812 - "iovec", 813 - "kernel32-sys", 814 - "libc", 815 - "log", 816 - "miow", 817 - "net2", 818 - "slab", 819 - "winapi 0.2.8", 820 - ] 821 - 822 - [[package]] 823 - name = "mio" 824 - version = "0.8.11" 825 - source = "registry+https://github.com/rust-lang/crates.io-index" 826 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 827 - dependencies = [ 828 - "libc", 829 - "wasi", 830 - "windows-sys 0.48.0", 831 - ] 832 - 833 - [[package]] 834 - name = "mio-extras" 835 - version = "2.0.6" 836 - source = "registry+https://github.com/rust-lang/crates.io-index" 837 - checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" 838 - dependencies = [ 839 - "lazycell", 840 - "log", 841 - "mio 0.6.23", 842 - "slab", 843 - ] 844 - 845 - [[package]] 846 - name = "miow" 847 - version = "0.2.2" 848 - source = "registry+https://github.com/rust-lang/crates.io-index" 849 - checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 850 - dependencies = [ 851 - "kernel32-sys", 852 - "net2", 853 - "winapi 0.2.8", 854 - "ws2_32-sys", 855 - ] 856 - 857 - [[package]] 858 - name = "named-binary-tag" 859 - version = "0.6.0" 860 - source = "registry+https://github.com/rust-lang/crates.io-index" 861 - checksum = "523298fac63bd954f9a2e03b962b8a4a0e95110ad1b2fa3e0d7048660ffecec3" 862 - dependencies = [ 863 - "byteorder", 864 - "flate2", 865 - "linked-hash-map", 866 - ] 867 - 868 - [[package]] 869 - name = "net2" 870 - version = "0.2.39" 871 - source = "registry+https://github.com/rust-lang/crates.io-index" 872 - checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac" 873 - dependencies = [ 874 - "cfg-if 0.1.10", 875 - "libc", 876 - "winapi 0.3.9", 877 - ] 878 - 879 - [[package]] 880 - name = "nix" 881 - version = "0.28.0" 882 - source = "registry+https://github.com/rust-lang/crates.io-index" 883 - checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" 884 - dependencies = [ 885 - "bitflags 2.4.2", 886 - "cfg-if 1.0.0", 887 - "cfg_aliases", 888 - "libc", 889 - ] 890 - 891 - [[package]] 892 - name = "notify" 893 - version = "4.0.17" 894 - source = "registry+https://github.com/rust-lang/crates.io-index" 895 - checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257" 896 - dependencies = [ 897 - "bitflags 1.3.2", 898 - "filetime", 899 - "fsevent", 900 - "fsevent-sys", 901 - "inotify", 902 - "libc", 903 - "mio 0.6.23", 904 - "mio-extras", 905 - "walkdir", 906 - "winapi 0.3.9", 907 - ] 908 - 909 - [[package]] 910 - name = "num-traits" 911 - version = "0.2.18" 912 - source = "registry+https://github.com/rust-lang/crates.io-index" 913 - checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" 914 - dependencies = [ 915 - "autocfg", 916 - ] 917 - 918 - [[package]] 919 - name = "num_cpus" 920 - version = "1.16.0" 921 - source = "registry+https://github.com/rust-lang/crates.io-index" 922 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 923 - dependencies = [ 924 - "hermit-abi", 925 - "libc", 926 - ] 927 - 928 - [[package]] 929 - name = "object" 930 - version = "0.32.2" 931 - source = "registry+https://github.com/rust-lang/crates.io-index" 932 - checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 933 - dependencies = [ 934 - "memchr", 935 - ] 936 - 937 - [[package]] 938 - name = "once_cell" 939 - version = "1.19.0" 940 - source = "registry+https://github.com/rust-lang/crates.io-index" 941 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 942 - 943 - [[package]] 944 - name = "pin-project-lite" 945 - version = "0.2.13" 946 - source = "registry+https://github.com/rust-lang/crates.io-index" 947 - checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 948 - 949 - [[package]] 950 - name = "pin-utils" 951 - version = "0.1.0" 952 - source = "registry+https://github.com/rust-lang/crates.io-index" 953 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 954 - 955 - [[package]] 956 - name = "ppv-lite86" 957 - version = "0.2.17" 958 - source = "registry+https://github.com/rust-lang/crates.io-index" 959 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 960 - 961 - [[package]] 962 - name = "pretty_env_logger" 963 - version = "0.5.0" 964 - source = "registry+https://github.com/rust-lang/crates.io-index" 965 - checksum = "865724d4dbe39d9f3dd3b52b88d859d66bcb2d6a0acfd5ea68a65fb66d4bdc1c" 966 - dependencies = [ 967 - "env_logger", 968 - "log", 969 - ] 970 - 971 - [[package]] 972 - name = "proc-macro-error" 973 - version = "1.0.4" 974 - source = "registry+https://github.com/rust-lang/crates.io-index" 975 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 976 - dependencies = [ 977 - "proc-macro-error-attr", 978 - "proc-macro2", 979 - "quote", 980 - "syn 1.0.109", 981 - "version_check", 982 - ] 983 - 984 - [[package]] 985 - name = "proc-macro-error-attr" 986 - version = "1.0.4" 987 - source = "registry+https://github.com/rust-lang/crates.io-index" 988 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 989 - dependencies = [ 990 - "proc-macro2", 991 - "quote", 992 - "version_check", 993 - ] 994 - 995 - [[package]] 996 - name = "proc-macro2" 997 - version = "1.0.79" 998 - source = "registry+https://github.com/rust-lang/crates.io-index" 999 - checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" 1000 - dependencies = [ 1001 - "unicode-ident", 1002 - ] 1003 - 1004 - [[package]] 1005 - name = "proxy-protocol" 1006 - version = "0.5.0" 1007 - source = "registry+https://github.com/rust-lang/crates.io-index" 1008 - checksum = "0e50c72c21c738f5c5f350cc33640aee30bf7cd20f9d9da20ed41bce2671d532" 1009 - dependencies = [ 1010 - "bytes", 1011 - "snafu", 1012 - ] 1013 - 1014 - [[package]] 1015 - name = "quartz_nbt" 1016 - version = "0.2.8" 1017 - source = "registry+https://github.com/rust-lang/crates.io-index" 1018 - checksum = "72ae154b7a8bb706ea9712d29dc3b6817ec38d6e665038bb6acd38fe98e3e1d9" 1019 - dependencies = [ 1020 - "anyhow", 1021 - "byteorder", 1022 - "cesu8", 1023 - "flate2", 1024 - "quartz_nbt_macros", 1025 - ] 1026 - 1027 - [[package]] 1028 - name = "quartz_nbt_macros" 1029 - version = "0.1.1" 1030 - source = "registry+https://github.com/rust-lang/crates.io-index" 1031 - checksum = "289baa0c8a4d1f840d2de528a7f8c29e0e9af48b3018172b3edad4f716e8daed" 1032 - dependencies = [ 1033 - "proc-macro2", 1034 - "quote", 1035 - "syn 1.0.109", 1036 - ] 1037 - 1038 - [[package]] 1039 - name = "quote" 1040 - version = "1.0.35" 1041 - source = "registry+https://github.com/rust-lang/crates.io-index" 1042 - checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 1043 - dependencies = [ 1044 - "proc-macro2", 1045 - ] 1046 - 1047 - [[package]] 1048 - name = "rand" 1049 - version = "0.8.5" 1050 - source = "registry+https://github.com/rust-lang/crates.io-index" 1051 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1052 - dependencies = [ 1053 - "libc", 1054 - "rand_chacha", 1055 - "rand_core", 1056 - ] 1057 - 1058 - [[package]] 1059 - name = "rand_chacha" 1060 - version = "0.3.1" 1061 - source = "registry+https://github.com/rust-lang/crates.io-index" 1062 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1063 - dependencies = [ 1064 - "ppv-lite86", 1065 - "rand_core", 1066 - ] 1067 - 1068 - [[package]] 1069 - name = "rand_core" 1070 - version = "0.6.4" 1071 - source = "registry+https://github.com/rust-lang/crates.io-index" 1072 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1073 - dependencies = [ 1074 - "getrandom", 1075 - ] 1076 - 1077 - [[package]] 1078 - name = "rcon" 1079 - version = "0.6.0" 1080 - source = "registry+https://github.com/rust-lang/crates.io-index" 1081 - checksum = "618babf41c041e7d6f4baf27f6d92434be58c1eb637edac7f9af7900f247417b" 1082 - dependencies = [ 1083 - "err-derive", 1084 - "tokio", 1085 - ] 1086 - 1087 - [[package]] 1088 - name = "redox_syscall" 1089 - version = "0.4.1" 1090 - source = "registry+https://github.com/rust-lang/crates.io-index" 1091 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 1092 - dependencies = [ 1093 - "bitflags 1.3.2", 1094 - ] 1095 - 1096 - [[package]] 1097 - name = "regex" 1098 - version = "1.10.3" 1099 - source = "registry+https://github.com/rust-lang/crates.io-index" 1100 - checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" 1101 - dependencies = [ 1102 - "aho-corasick", 1103 - "memchr", 1104 - "regex-automata", 1105 - "regex-syntax", 1106 - ] 1107 - 1108 - [[package]] 1109 - name = "regex-automata" 1110 - version = "0.4.6" 1111 - source = "registry+https://github.com/rust-lang/crates.io-index" 1112 - checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 1113 - dependencies = [ 1114 - "aho-corasick", 1115 - "memchr", 1116 - "regex-syntax", 1117 - ] 1118 - 1119 - [[package]] 1120 - name = "regex-syntax" 1121 - version = "0.8.2" 1122 - source = "registry+https://github.com/rust-lang/crates.io-index" 1123 - checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 1124 - 1125 - [[package]] 1126 - name = "rustc-demangle" 1127 - version = "0.1.23" 1128 - source = "registry+https://github.com/rust-lang/crates.io-index" 1129 - checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 1130 - 1131 - [[package]] 1132 - name = "rustversion" 1133 - version = "1.0.14" 1134 - source = "registry+https://github.com/rust-lang/crates.io-index" 1135 - checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 1136 - 1137 - [[package]] 1138 - name = "ryu" 1139 - version = "1.0.17" 1140 - source = "registry+https://github.com/rust-lang/crates.io-index" 1141 - checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" 1142 - 1143 - [[package]] 1144 - name = "same-file" 1145 - version = "1.0.6" 1146 - source = "registry+https://github.com/rust-lang/crates.io-index" 1147 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1148 - dependencies = [ 1149 - "winapi-util", 1150 - ] 1151 - 1152 - [[package]] 1153 - name = "serde" 1154 - version = "1.0.197" 1155 - source = "registry+https://github.com/rust-lang/crates.io-index" 1156 - checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" 1157 - dependencies = [ 1158 - "serde_derive", 1159 - ] 1160 - 1161 - [[package]] 1162 - name = "serde_derive" 1163 - version = "1.0.197" 1164 - source = "registry+https://github.com/rust-lang/crates.io-index" 1165 - checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" 1166 - dependencies = [ 1167 - "proc-macro2", 1168 - "quote", 1169 - "syn 2.0.52", 1170 - ] 1171 - 1172 - [[package]] 1173 - name = "serde_json" 1174 - version = "1.0.114" 1175 - source = "registry+https://github.com/rust-lang/crates.io-index" 1176 - checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" 1177 - dependencies = [ 1178 - "itoa", 1179 - "ryu", 1180 - "serde", 1181 - ] 1182 - 1183 - [[package]] 1184 - name = "serde_spanned" 1185 - version = "0.6.5" 1186 - source = "registry+https://github.com/rust-lang/crates.io-index" 1187 - checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" 1188 - dependencies = [ 1189 - "serde", 1190 - ] 1191 - 1192 - [[package]] 1193 - name = "shlex" 1194 - version = "1.3.0" 1195 - source = "registry+https://github.com/rust-lang/crates.io-index" 1196 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1197 - 1198 - [[package]] 1199 - name = "signal-hook-registry" 1200 - version = "1.4.1" 1201 - source = "registry+https://github.com/rust-lang/crates.io-index" 1202 - checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 1203 - dependencies = [ 1204 - "libc", 1205 - ] 1206 - 1207 - [[package]] 1208 - name = "slab" 1209 - version = "0.4.9" 1210 - source = "registry+https://github.com/rust-lang/crates.io-index" 1211 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 1212 - dependencies = [ 1213 - "autocfg", 1214 - ] 1215 - 1216 - [[package]] 1217 - name = "snafu" 1218 - version = "0.6.10" 1219 - source = "registry+https://github.com/rust-lang/crates.io-index" 1220 - checksum = "eab12d3c261b2308b0d80c26fffb58d17eba81a4be97890101f416b478c79ca7" 1221 - dependencies = [ 1222 - "doc-comment", 1223 - "snafu-derive", 1224 - ] 1225 - 1226 - [[package]] 1227 - name = "snafu-derive" 1228 - version = "0.6.10" 1229 - source = "registry+https://github.com/rust-lang/crates.io-index" 1230 - checksum = "1508efa03c362e23817f96cde18abed596a25219a8b2c66e8db33c03543d315b" 1231 - dependencies = [ 1232 - "proc-macro2", 1233 - "quote", 1234 - "syn 1.0.109", 1235 - ] 1236 - 1237 - [[package]] 1238 - name = "socket2" 1239 - version = "0.5.6" 1240 - source = "registry+https://github.com/rust-lang/crates.io-index" 1241 - checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" 1242 - dependencies = [ 1243 - "libc", 1244 - "windows-sys 0.52.0", 1245 - ] 1246 - 1247 - [[package]] 1248 - name = "strsim" 1249 - version = "0.10.0" 1250 - source = "registry+https://github.com/rust-lang/crates.io-index" 1251 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 1252 - 1253 - [[package]] 1254 - name = "strsim" 1255 - version = "0.11.0" 1256 - source = "registry+https://github.com/rust-lang/crates.io-index" 1257 - checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" 1258 - 1259 - [[package]] 1260 - name = "syn" 1261 - version = "1.0.109" 1262 - source = "registry+https://github.com/rust-lang/crates.io-index" 1263 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1264 - dependencies = [ 1265 - "proc-macro2", 1266 - "quote", 1267 - "unicode-ident", 1268 - ] 1269 - 1270 - [[package]] 1271 - name = "syn" 1272 - version = "2.0.52" 1273 - source = "registry+https://github.com/rust-lang/crates.io-index" 1274 - checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" 1275 - dependencies = [ 1276 - "proc-macro2", 1277 - "quote", 1278 - "unicode-ident", 1279 - ] 1280 - 1281 - [[package]] 1282 - name = "synstructure" 1283 - version = "0.12.6" 1284 - source = "registry+https://github.com/rust-lang/crates.io-index" 1285 - checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 1286 - dependencies = [ 1287 - "proc-macro2", 1288 - "quote", 1289 - "syn 1.0.109", 1290 - "unicode-xid", 1291 - ] 1292 - 1293 - [[package]] 1294 - name = "termcolor" 1295 - version = "1.4.1" 1296 - source = "registry+https://github.com/rust-lang/crates.io-index" 1297 - checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 1298 - dependencies = [ 1299 - "winapi-util", 1300 - ] 1301 - 1302 - [[package]] 1303 - name = "thiserror" 1304 - version = "1.0.58" 1305 - source = "registry+https://github.com/rust-lang/crates.io-index" 1306 - checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" 1307 - dependencies = [ 1308 - "thiserror-impl", 1309 - ] 1310 - 1311 - [[package]] 1312 - name = "thiserror-impl" 1313 - version = "1.0.58" 1314 - source = "registry+https://github.com/rust-lang/crates.io-index" 1315 - checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" 1316 - dependencies = [ 1317 - "proc-macro2", 1318 - "quote", 1319 - "syn 2.0.52", 1320 - ] 1321 - 1322 - [[package]] 1323 - name = "tokio" 1324 - version = "1.36.0" 1325 - source = "registry+https://github.com/rust-lang/crates.io-index" 1326 - checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" 1327 - dependencies = [ 1328 - "backtrace", 1329 - "bytes", 1330 - "libc", 1331 - "mio 0.8.11", 1332 - "num_cpus", 1333 - "pin-project-lite", 1334 - "signal-hook-registry", 1335 - "socket2", 1336 - "tokio-macros", 1337 - "windows-sys 0.48.0", 1338 - ] 1339 - 1340 - [[package]] 1341 - name = "tokio-macros" 1342 - version = "2.2.0" 1343 - source = "registry+https://github.com/rust-lang/crates.io-index" 1344 - checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" 1345 - dependencies = [ 1346 - "proc-macro2", 1347 - "quote", 1348 - "syn 2.0.52", 1349 - ] 1350 - 1351 - [[package]] 1352 - name = "toml" 1353 - version = "0.8.11" 1354 - source = "registry+https://github.com/rust-lang/crates.io-index" 1355 - checksum = "af06656561d28735e9c1cd63dfd57132c8155426aa6af24f36a00a351f88c48e" 1356 - dependencies = [ 1357 - "serde", 1358 - "serde_spanned", 1359 - "toml_datetime", 1360 - "toml_edit", 1361 - ] 1362 - 1363 - [[package]] 1364 - name = "toml_datetime" 1365 - version = "0.6.5" 1366 - source = "registry+https://github.com/rust-lang/crates.io-index" 1367 - checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 1368 - dependencies = [ 1369 - "serde", 1370 - ] 1371 - 1372 - [[package]] 1373 - name = "toml_edit" 1374 - version = "0.22.7" 1375 - source = "registry+https://github.com/rust-lang/crates.io-index" 1376 - checksum = "18769cd1cec395d70860ceb4d932812a0b4d06b1a4bb336745a4d21b9496e992" 1377 - dependencies = [ 1378 - "indexmap", 1379 - "serde", 1380 - "serde_spanned", 1381 - "toml_datetime", 1382 - "winnow", 1383 - ] 1384 - 1385 - [[package]] 1386 - name = "typenum" 1387 - version = "1.17.0" 1388 - source = "registry+https://github.com/rust-lang/crates.io-index" 1389 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 1390 - 1391 - [[package]] 1392 - name = "unicase" 1393 - version = "2.7.0" 1394 - source = "registry+https://github.com/rust-lang/crates.io-index" 1395 - checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 1396 - dependencies = [ 1397 - "version_check", 1398 - ] 1399 - 1400 - [[package]] 1401 - name = "unicode-ident" 1402 - version = "1.0.12" 1403 - source = "registry+https://github.com/rust-lang/crates.io-index" 1404 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 1405 - 1406 - [[package]] 1407 - name = "unicode-width" 1408 - version = "0.1.11" 1409 - source = "registry+https://github.com/rust-lang/crates.io-index" 1410 - checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 1411 - 1412 - [[package]] 1413 - name = "unicode-xid" 1414 - version = "0.2.4" 1415 - source = "registry+https://github.com/rust-lang/crates.io-index" 1416 - checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 1417 - 1418 - [[package]] 1419 - name = "utf8parse" 1420 - version = "0.2.1" 1421 - source = "registry+https://github.com/rust-lang/crates.io-index" 1422 - checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 1423 - 1424 - [[package]] 1425 - name = "uuid" 1426 - version = "1.7.0" 1427 - source = "registry+https://github.com/rust-lang/crates.io-index" 1428 - checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" 1429 - dependencies = [ 1430 - "getrandom", 1431 - "md-5", 1432 - "serde", 1433 - ] 1434 - 1435 - [[package]] 1436 - name = "version-compare" 1437 - version = "0.2.0" 1438 - source = "registry+https://github.com/rust-lang/crates.io-index" 1439 - checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b" 1440 - 1441 - [[package]] 1442 - name = "version_check" 1443 - version = "0.9.4" 1444 - source = "registry+https://github.com/rust-lang/crates.io-index" 1445 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1446 - 1447 - [[package]] 1448 - name = "walkdir" 1449 - version = "2.5.0" 1450 - source = "registry+https://github.com/rust-lang/crates.io-index" 1451 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 1452 - dependencies = [ 1453 - "same-file", 1454 - "winapi-util", 1455 - ] 1456 - 1457 - [[package]] 1458 - name = "wasi" 1459 - version = "0.11.0+wasi-snapshot-preview1" 1460 - source = "registry+https://github.com/rust-lang/crates.io-index" 1461 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1462 - 1463 - [[package]] 1464 - name = "wasm-bindgen" 1465 - version = "0.2.92" 1466 - source = "registry+https://github.com/rust-lang/crates.io-index" 1467 - checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 1468 - dependencies = [ 1469 - "cfg-if 1.0.0", 1470 - "wasm-bindgen-macro", 1471 - ] 1472 - 1473 - [[package]] 1474 - name = "wasm-bindgen-backend" 1475 - version = "0.2.92" 1476 - source = "registry+https://github.com/rust-lang/crates.io-index" 1477 - checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 1478 - dependencies = [ 1479 - "bumpalo", 1480 - "log", 1481 - "once_cell", 1482 - "proc-macro2", 1483 - "quote", 1484 - "syn 2.0.52", 1485 - "wasm-bindgen-shared", 1486 - ] 1487 - 1488 - [[package]] 1489 - name = "wasm-bindgen-macro" 1490 - version = "0.2.92" 1491 - source = "registry+https://github.com/rust-lang/crates.io-index" 1492 - checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 1493 - dependencies = [ 1494 - "quote", 1495 - "wasm-bindgen-macro-support", 1496 - ] 1497 - 1498 - [[package]] 1499 - name = "wasm-bindgen-macro-support" 1500 - version = "0.2.92" 1501 - source = "registry+https://github.com/rust-lang/crates.io-index" 1502 - checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 1503 - dependencies = [ 1504 - "proc-macro2", 1505 - "quote", 1506 - "syn 2.0.52", 1507 - "wasm-bindgen-backend", 1508 - "wasm-bindgen-shared", 1509 - ] 1510 - 1511 - [[package]] 1512 - name = "wasm-bindgen-shared" 1513 - version = "0.2.92" 1514 - source = "registry+https://github.com/rust-lang/crates.io-index" 1515 - checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 1516 - 1517 - [[package]] 1518 - name = "winapi" 1519 - version = "0.2.8" 1520 - source = "registry+https://github.com/rust-lang/crates.io-index" 1521 - checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 1522 - 1523 - [[package]] 1524 - name = "winapi" 1525 - version = "0.3.9" 1526 - source = "registry+https://github.com/rust-lang/crates.io-index" 1527 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1528 - dependencies = [ 1529 - "winapi-i686-pc-windows-gnu", 1530 - "winapi-x86_64-pc-windows-gnu", 1531 - ] 1532 - 1533 - [[package]] 1534 - name = "winapi-build" 1535 - version = "0.1.1" 1536 - source = "registry+https://github.com/rust-lang/crates.io-index" 1537 - checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 1538 - 1539 - [[package]] 1540 - name = "winapi-i686-pc-windows-gnu" 1541 - version = "0.4.0" 1542 - source = "registry+https://github.com/rust-lang/crates.io-index" 1543 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1544 - 1545 - [[package]] 1546 - name = "winapi-util" 1547 - version = "0.1.6" 1548 - source = "registry+https://github.com/rust-lang/crates.io-index" 1549 - checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 1550 - dependencies = [ 1551 - "winapi 0.3.9", 1552 - ] 1553 - 1554 - [[package]] 1555 - name = "winapi-x86_64-pc-windows-gnu" 1556 - version = "0.4.0" 1557 - source = "registry+https://github.com/rust-lang/crates.io-index" 1558 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1559 - 1560 - [[package]] 1561 - name = "windows-core" 1562 - version = "0.52.0" 1563 - source = "registry+https://github.com/rust-lang/crates.io-index" 1564 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 1565 - dependencies = [ 1566 - "windows-targets 0.52.4", 1567 - ] 1568 - 1569 - [[package]] 1570 - name = "windows-sys" 1571 - version = "0.48.0" 1572 - source = "registry+https://github.com/rust-lang/crates.io-index" 1573 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1574 - dependencies = [ 1575 - "windows-targets 0.48.5", 1576 - ] 1577 - 1578 - [[package]] 1579 - name = "windows-sys" 1580 - version = "0.52.0" 1581 - source = "registry+https://github.com/rust-lang/crates.io-index" 1582 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1583 - dependencies = [ 1584 - "windows-targets 0.52.4", 1585 - ] 1586 - 1587 - [[package]] 1588 - name = "windows-targets" 1589 - version = "0.48.5" 1590 - source = "registry+https://github.com/rust-lang/crates.io-index" 1591 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1592 - dependencies = [ 1593 - "windows_aarch64_gnullvm 0.48.5", 1594 - "windows_aarch64_msvc 0.48.5", 1595 - "windows_i686_gnu 0.48.5", 1596 - "windows_i686_msvc 0.48.5", 1597 - "windows_x86_64_gnu 0.48.5", 1598 - "windows_x86_64_gnullvm 0.48.5", 1599 - "windows_x86_64_msvc 0.48.5", 1600 - ] 1601 - 1602 - [[package]] 1603 - name = "windows-targets" 1604 - version = "0.52.4" 1605 - source = "registry+https://github.com/rust-lang/crates.io-index" 1606 - checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" 1607 - dependencies = [ 1608 - "windows_aarch64_gnullvm 0.52.4", 1609 - "windows_aarch64_msvc 0.52.4", 1610 - "windows_i686_gnu 0.52.4", 1611 - "windows_i686_msvc 0.52.4", 1612 - "windows_x86_64_gnu 0.52.4", 1613 - "windows_x86_64_gnullvm 0.52.4", 1614 - "windows_x86_64_msvc 0.52.4", 1615 - ] 1616 - 1617 - [[package]] 1618 - name = "windows_aarch64_gnullvm" 1619 - version = "0.48.5" 1620 - source = "registry+https://github.com/rust-lang/crates.io-index" 1621 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1622 - 1623 - [[package]] 1624 - name = "windows_aarch64_gnullvm" 1625 - version = "0.52.4" 1626 - source = "registry+https://github.com/rust-lang/crates.io-index" 1627 - checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" 1628 - 1629 - [[package]] 1630 - name = "windows_aarch64_msvc" 1631 - version = "0.48.5" 1632 - source = "registry+https://github.com/rust-lang/crates.io-index" 1633 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 1634 - 1635 - [[package]] 1636 - name = "windows_aarch64_msvc" 1637 - version = "0.52.4" 1638 - source = "registry+https://github.com/rust-lang/crates.io-index" 1639 - checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" 1640 - 1641 - [[package]] 1642 - name = "windows_i686_gnu" 1643 - version = "0.48.5" 1644 - source = "registry+https://github.com/rust-lang/crates.io-index" 1645 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1646 - 1647 - [[package]] 1648 - name = "windows_i686_gnu" 1649 - version = "0.52.4" 1650 - source = "registry+https://github.com/rust-lang/crates.io-index" 1651 - checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" 1652 - 1653 - [[package]] 1654 - name = "windows_i686_msvc" 1655 - version = "0.48.5" 1656 - source = "registry+https://github.com/rust-lang/crates.io-index" 1657 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 1658 - 1659 - [[package]] 1660 - name = "windows_i686_msvc" 1661 - version = "0.52.4" 1662 - source = "registry+https://github.com/rust-lang/crates.io-index" 1663 - checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" 1664 - 1665 - [[package]] 1666 - name = "windows_x86_64_gnu" 1667 - version = "0.48.5" 1668 - source = "registry+https://github.com/rust-lang/crates.io-index" 1669 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 1670 - 1671 - [[package]] 1672 - name = "windows_x86_64_gnu" 1673 - version = "0.52.4" 1674 - source = "registry+https://github.com/rust-lang/crates.io-index" 1675 - checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" 1676 - 1677 - [[package]] 1678 - name = "windows_x86_64_gnullvm" 1679 - version = "0.48.5" 1680 - source = "registry+https://github.com/rust-lang/crates.io-index" 1681 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 1682 - 1683 - [[package]] 1684 - name = "windows_x86_64_gnullvm" 1685 - version = "0.52.4" 1686 - source = "registry+https://github.com/rust-lang/crates.io-index" 1687 - checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" 1688 - 1689 - [[package]] 1690 - name = "windows_x86_64_msvc" 1691 - version = "0.48.5" 1692 - source = "registry+https://github.com/rust-lang/crates.io-index" 1693 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 1694 - 1695 - [[package]] 1696 - name = "windows_x86_64_msvc" 1697 - version = "0.52.4" 1698 - source = "registry+https://github.com/rust-lang/crates.io-index" 1699 - checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" 1700 - 1701 - [[package]] 1702 - name = "winnow" 1703 - version = "0.6.5" 1704 - source = "registry+https://github.com/rust-lang/crates.io-index" 1705 - checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8" 1706 - dependencies = [ 1707 - "memchr", 1708 - ] 1709 - 1710 - [[package]] 1711 - name = "ws2_32-sys" 1712 - version = "0.2.1" 1713 - source = "registry+https://github.com/rust-lang/crates.io-index" 1714 - checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 1715 - dependencies = [ 1716 - "winapi 0.2.8", 1717 - "winapi-build", 1718 - ]
+2 -6
pkgs/by-name/la/lazymc/package.nix
··· 18 18 hash = "sha256-uMjM3w78qWnB/sNXRcxl30KJRm0I3BPEOr5IRU8FI0s="; 19 19 }; 20 20 21 - cargoLock = { 22 - lockFile = ./Cargo.lock; 23 - outputHashes = { 24 - "minecraft-protocol-0.1.0" = "sha256-3eDMj8+Ug46WOl3zRqNxUa+SZr2qlhyi8OSewLu+gI8="; 25 - }; 26 - }; 21 + useFetchCargoVendor = true; 22 + cargoHash = "sha256-jqqqWZKO1HgwxLBGMz9rlFQ5xmZTycfUZjqHf+uVTBQ="; 27 23 28 24 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ 29 25 darwin.apple_sdk.frameworks.CoreServices
-495
pkgs/by-name/li/lightdm-mobile-greeter/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - [[package]] 4 - name = "atk" 5 - version = "0.8.0" 6 - source = "registry+https://github.com/rust-lang/crates.io-index" 7 - checksum = "444daefa55f229af145ea58d77efd23725024ee1f6f3102743709aa6b18c663e" 8 - dependencies = [ 9 - "atk-sys", 10 - "bitflags", 11 - "glib", 12 - "glib-sys", 13 - "gobject-sys", 14 - "libc", 15 - ] 16 - 17 - [[package]] 18 - name = "atk-sys" 19 - version = "0.9.1" 20 - source = "registry+https://github.com/rust-lang/crates.io-index" 21 - checksum = "e552c1776737a4c80110d06b36d099f47c727335f9aaa5d942a72b6863a8ec6f" 22 - dependencies = [ 23 - "glib-sys", 24 - "gobject-sys", 25 - "libc", 26 - "pkg-config", 27 - ] 28 - 29 - [[package]] 30 - name = "bitflags" 31 - version = "1.2.1" 32 - source = "registry+https://github.com/rust-lang/crates.io-index" 33 - checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 34 - 35 - [[package]] 36 - name = "cairo-rs" 37 - version = "0.8.1" 38 - source = "registry+https://github.com/rust-lang/crates.io-index" 39 - checksum = "157049ba9618aa3a61c39d5d785102c04d3b1f40632a706c621a9aedc21e6084" 40 - dependencies = [ 41 - "bitflags", 42 - "cairo-sys-rs", 43 - "glib", 44 - "glib-sys", 45 - "gobject-sys", 46 - "libc", 47 - ] 48 - 49 - [[package]] 50 - name = "cairo-sys-rs" 51 - version = "0.9.2" 52 - source = "registry+https://github.com/rust-lang/crates.io-index" 53 - checksum = "ff65ba02cac715be836f63429ab00a767d48336efc5497c5637afb53b4f14d63" 54 - dependencies = [ 55 - "glib-sys", 56 - "libc", 57 - "pkg-config", 58 - ] 59 - 60 - [[package]] 61 - name = "cc" 62 - version = "1.0.52" 63 - source = "registry+https://github.com/rust-lang/crates.io-index" 64 - checksum = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d" 65 - 66 - [[package]] 67 - name = "futures-channel" 68 - version = "0.3.4" 69 - source = "registry+https://github.com/rust-lang/crates.io-index" 70 - checksum = "f0c77d04ce8edd9cb903932b608268b3fffec4163dc053b3b402bf47eac1f1a8" 71 - dependencies = [ 72 - "futures-core", 73 - ] 74 - 75 - [[package]] 76 - name = "futures-core" 77 - version = "0.3.4" 78 - source = "registry+https://github.com/rust-lang/crates.io-index" 79 - checksum = "f25592f769825e89b92358db00d26f965761e094951ac44d3663ef25b7ac464a" 80 - 81 - [[package]] 82 - name = "futures-executor" 83 - version = "0.3.4" 84 - source = "registry+https://github.com/rust-lang/crates.io-index" 85 - checksum = "f674f3e1bcb15b37284a90cedf55afdba482ab061c407a9c0ebbd0f3109741ba" 86 - dependencies = [ 87 - "futures-core", 88 - "futures-task", 89 - "futures-util", 90 - ] 91 - 92 - [[package]] 93 - name = "futures-io" 94 - version = "0.3.4" 95 - source = "registry+https://github.com/rust-lang/crates.io-index" 96 - checksum = "a638959aa96152c7a4cddf50fcb1e3fede0583b27157c26e67d6f99904090dc6" 97 - 98 - [[package]] 99 - name = "futures-macro" 100 - version = "0.3.4" 101 - source = "registry+https://github.com/rust-lang/crates.io-index" 102 - checksum = "9a5081aa3de1f7542a794a397cde100ed903b0630152d0973479018fd85423a7" 103 - dependencies = [ 104 - "proc-macro-hack", 105 - "proc-macro2", 106 - "quote", 107 - "syn", 108 - ] 109 - 110 - [[package]] 111 - name = "futures-task" 112 - version = "0.3.4" 113 - source = "registry+https://github.com/rust-lang/crates.io-index" 114 - checksum = "7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27" 115 - 116 - [[package]] 117 - name = "futures-util" 118 - version = "0.3.4" 119 - source = "registry+https://github.com/rust-lang/crates.io-index" 120 - checksum = "22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5" 121 - dependencies = [ 122 - "futures-core", 123 - "futures-macro", 124 - "futures-task", 125 - "pin-utils", 126 - "proc-macro-hack", 127 - "proc-macro-nested", 128 - "slab", 129 - ] 130 - 131 - [[package]] 132 - name = "gdk" 133 - version = "0.12.1" 134 - source = "registry+https://github.com/rust-lang/crates.io-index" 135 - checksum = "fbe5e8772fc0865c52460cdd7a59d7d47700f44d9809d1dd00eecceb769a7589" 136 - dependencies = [ 137 - "bitflags", 138 - "cairo-rs", 139 - "cairo-sys-rs", 140 - "gdk-pixbuf", 141 - "gdk-sys", 142 - "gio", 143 - "gio-sys", 144 - "glib", 145 - "glib-sys", 146 - "gobject-sys", 147 - "libc", 148 - "pango", 149 - ] 150 - 151 - [[package]] 152 - name = "gdk-pixbuf" 153 - version = "0.8.0" 154 - source = "registry+https://github.com/rust-lang/crates.io-index" 155 - checksum = "e248220c46b329b097d4b158d2717f8c688f16dd76d0399ace82b3e98062bdd7" 156 - dependencies = [ 157 - "gdk-pixbuf-sys", 158 - "gio", 159 - "gio-sys", 160 - "glib", 161 - "glib-sys", 162 - "gobject-sys", 163 - "libc", 164 - ] 165 - 166 - [[package]] 167 - name = "gdk-pixbuf-sys" 168 - version = "0.9.1" 169 - source = "registry+https://github.com/rust-lang/crates.io-index" 170 - checksum = "d8991b060a9e9161bafd09bf4a202e6fd404f5b4dd1a08d53a1e84256fb34ab0" 171 - dependencies = [ 172 - "gio-sys", 173 - "glib-sys", 174 - "gobject-sys", 175 - "libc", 176 - "pkg-config", 177 - ] 178 - 179 - [[package]] 180 - name = "gdk-sys" 181 - version = "0.9.1" 182 - source = "registry+https://github.com/rust-lang/crates.io-index" 183 - checksum = "6adf679e91d1bff0c06860287f80403e7db54c2d2424dce0a470023b56c88fbb" 184 - dependencies = [ 185 - "cairo-sys-rs", 186 - "gdk-pixbuf-sys", 187 - "gio-sys", 188 - "glib-sys", 189 - "gobject-sys", 190 - "libc", 191 - "pango-sys", 192 - "pkg-config", 193 - ] 194 - 195 - [[package]] 196 - name = "gio" 197 - version = "0.8.1" 198 - source = "registry+https://github.com/rust-lang/crates.io-index" 199 - checksum = "0cd10f9415cce39b53f8024bf39a21f84f8157afa52da53837b102e585a296a5" 200 - dependencies = [ 201 - "bitflags", 202 - "futures-channel", 203 - "futures-core", 204 - "futures-io", 205 - "futures-util", 206 - "gio-sys", 207 - "glib", 208 - "glib-sys", 209 - "gobject-sys", 210 - "lazy_static", 211 - "libc", 212 - ] 213 - 214 - [[package]] 215 - name = "gio-sys" 216 - version = "0.9.1" 217 - source = "registry+https://github.com/rust-lang/crates.io-index" 218 - checksum = "4fad225242b9eae7ec8a063bb86974aca56885014672375e5775dc0ea3533911" 219 - dependencies = [ 220 - "glib-sys", 221 - "gobject-sys", 222 - "libc", 223 - "pkg-config", 224 - ] 225 - 226 - [[package]] 227 - name = "glib" 228 - version = "0.9.3" 229 - source = "registry+https://github.com/rust-lang/crates.io-index" 230 - checksum = "40fb573a09841b6386ddf15fd4bc6655b4f5b106ca962f57ecaecde32a0061c0" 231 - dependencies = [ 232 - "bitflags", 233 - "futures-channel", 234 - "futures-core", 235 - "futures-executor", 236 - "futures-task", 237 - "futures-util", 238 - "glib-sys", 239 - "gobject-sys", 240 - "lazy_static", 241 - "libc", 242 - ] 243 - 244 - [[package]] 245 - name = "glib-sys" 246 - version = "0.9.1" 247 - source = "registry+https://github.com/rust-lang/crates.io-index" 248 - checksum = "95856f3802f446c05feffa5e24859fe6a183a7cb849c8449afc35c86b1e316e2" 249 - dependencies = [ 250 - "libc", 251 - "pkg-config", 252 - ] 253 - 254 - [[package]] 255 - name = "gobject-sys" 256 - version = "0.9.1" 257 - source = "registry+https://github.com/rust-lang/crates.io-index" 258 - checksum = "31d1a804f62034eccf370006ccaef3708a71c31d561fee88564abe71177553d9" 259 - dependencies = [ 260 - "glib-sys", 261 - "libc", 262 - "pkg-config", 263 - ] 264 - 265 - [[package]] 266 - name = "gtk" 267 - version = "0.8.1" 268 - source = "registry+https://github.com/rust-lang/crates.io-index" 269 - checksum = "87e1e8d70290239c668594002d1b174fcc7d7ef5d26670ee141490ede8facf8f" 270 - dependencies = [ 271 - "atk", 272 - "bitflags", 273 - "cairo-rs", 274 - "cairo-sys-rs", 275 - "cc", 276 - "gdk", 277 - "gdk-pixbuf", 278 - "gdk-pixbuf-sys", 279 - "gdk-sys", 280 - "gio", 281 - "gio-sys", 282 - "glib", 283 - "glib-sys", 284 - "gobject-sys", 285 - "gtk-sys", 286 - "lazy_static", 287 - "libc", 288 - "pango", 289 - "pango-sys", 290 - ] 291 - 292 - [[package]] 293 - name = "gtk-sys" 294 - version = "0.9.2" 295 - source = "registry+https://github.com/rust-lang/crates.io-index" 296 - checksum = "53def660c7b48b00b510c81ef2d2fbd3c570f1527081d8d7947f471513e1a4c1" 297 - dependencies = [ 298 - "atk-sys", 299 - "cairo-sys-rs", 300 - "gdk-pixbuf-sys", 301 - "gdk-sys", 302 - "gio-sys", 303 - "glib-sys", 304 - "gobject-sys", 305 - "libc", 306 - "pango-sys", 307 - "pkg-config", 308 - ] 309 - 310 - [[package]] 311 - name = "lazy_static" 312 - version = "1.4.0" 313 - source = "registry+https://github.com/rust-lang/crates.io-index" 314 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 315 - 316 - [[package]] 317 - name = "libc" 318 - version = "0.2.69" 319 - source = "registry+https://github.com/rust-lang/crates.io-index" 320 - checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005" 321 - 322 - [[package]] 323 - name = "libhandy" 324 - version = "0.5.0" 325 - source = "registry+https://github.com/rust-lang/crates.io-index" 326 - checksum = "2aa9f5620e4143358bcd645fe7d7d27b974ed9148cbdd490bc811813899afa07" 327 - dependencies = [ 328 - "bitflags", 329 - "gdk", 330 - "gdk-sys", 331 - "gio", 332 - "gio-sys", 333 - "glib", 334 - "glib-sys", 335 - "gobject-sys", 336 - "gtk", 337 - "gtk-sys", 338 - "lazy_static", 339 - "libc", 340 - "libhandy-sys", 341 - "pango", 342 - ] 343 - 344 - [[package]] 345 - name = "libhandy-sys" 346 - version = "0.5.0" 347 - source = "registry+https://github.com/rust-lang/crates.io-index" 348 - checksum = "d707af842e918719b71af0ac6cf31d1843f6e8a4d1e9c733b998d8d482e60446" 349 - dependencies = [ 350 - "gdk", 351 - "gdk-sys", 352 - "gio", 353 - "gio-sys", 354 - "glib-sys", 355 - "gobject-sys", 356 - "gtk-sys", 357 - "libc", 358 - "pango-sys", 359 - "pkg-config", 360 - ] 361 - 362 - [[package]] 363 - name = "light-dm-sys" 364 - version = "0.0.1" 365 - source = "git+https://git.raatty.club/raatty/lightdm-rs.git#a3c669583bb932e2b25372048b1e9dbda1f10e11" 366 - dependencies = [ 367 - "gio-sys", 368 - "glib-sys", 369 - "gobject-sys", 370 - "libc", 371 - "pkg-config", 372 - ] 373 - 374 - [[package]] 375 - name = "lightdm" 376 - version = "0.1.0" 377 - source = "git+https://git.raatty.club/raatty/lightdm-rs.git#a3c669583bb932e2b25372048b1e9dbda1f10e11" 378 - dependencies = [ 379 - "gio", 380 - "gio-sys", 381 - "glib", 382 - "glib-sys", 383 - "gobject-sys", 384 - "libc", 385 - "light-dm-sys", 386 - "once_cell", 387 - ] 388 - 389 - [[package]] 390 - name = "lightdm-mobile-greeter" 391 - version = "0.1.0" 392 - dependencies = [ 393 - "gdk", 394 - "gtk", 395 - "libhandy", 396 - "lightdm", 397 - ] 398 - 399 - [[package]] 400 - name = "once_cell" 401 - version = "1.3.1" 402 - source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b" 404 - 405 - [[package]] 406 - name = "pango" 407 - version = "0.8.0" 408 - source = "registry+https://github.com/rust-lang/crates.io-index" 409 - checksum = "1e9c6b728f1be8edb5f9f981420b651d5ea30bdb9de89f1f1262d0084a020577" 410 - dependencies = [ 411 - "bitflags", 412 - "glib", 413 - "glib-sys", 414 - "gobject-sys", 415 - "lazy_static", 416 - "libc", 417 - "pango-sys", 418 - ] 419 - 420 - [[package]] 421 - name = "pango-sys" 422 - version = "0.9.1" 423 - source = "registry+https://github.com/rust-lang/crates.io-index" 424 - checksum = "86b93d84907b3cf0819bff8f13598ba72843bee579d5ebc2502e4b0367b4be7d" 425 - dependencies = [ 426 - "glib-sys", 427 - "gobject-sys", 428 - "libc", 429 - "pkg-config", 430 - ] 431 - 432 - [[package]] 433 - name = "pin-utils" 434 - version = "0.1.0" 435 - source = "registry+https://github.com/rust-lang/crates.io-index" 436 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 437 - 438 - [[package]] 439 - name = "pkg-config" 440 - version = "0.3.17" 441 - source = "registry+https://github.com/rust-lang/crates.io-index" 442 - checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" 443 - 444 - [[package]] 445 - name = "proc-macro-hack" 446 - version = "0.5.15" 447 - source = "registry+https://github.com/rust-lang/crates.io-index" 448 - checksum = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63" 449 - 450 - [[package]] 451 - name = "proc-macro-nested" 452 - version = "0.1.4" 453 - source = "registry+https://github.com/rust-lang/crates.io-index" 454 - checksum = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694" 455 - 456 - [[package]] 457 - name = "proc-macro2" 458 - version = "1.0.10" 459 - source = "registry+https://github.com/rust-lang/crates.io-index" 460 - checksum = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3" 461 - dependencies = [ 462 - "unicode-xid", 463 - ] 464 - 465 - [[package]] 466 - name = "quote" 467 - version = "1.0.3" 468 - source = "registry+https://github.com/rust-lang/crates.io-index" 469 - checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f" 470 - dependencies = [ 471 - "proc-macro2", 472 - ] 473 - 474 - [[package]] 475 - name = "slab" 476 - version = "0.4.2" 477 - source = "registry+https://github.com/rust-lang/crates.io-index" 478 - checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" 479 - 480 - [[package]] 481 - name = "syn" 482 - version = "1.0.17" 483 - source = "registry+https://github.com/rust-lang/crates.io-index" 484 - checksum = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03" 485 - dependencies = [ 486 - "proc-macro2", 487 - "quote", 488 - "unicode-xid", 489 - ] 490 - 491 - [[package]] 492 - name = "unicode-xid" 493 - version = "0.2.0" 494 - source = "registry+https://github.com/rust-lang/crates.io-index" 495 - checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
+3 -6
pkgs/by-name/li/lightdm-mobile-greeter/package.nix
··· 21 21 rev = "8c8d6dfce62799307320c8c5a1f0dd5c8c18e4d3"; 22 22 hash = "sha256-SrAR2+An3BN/doFl/s8PcYZMUHLfVPXKZOo6ndO60nY="; 23 23 }; 24 - cargoLock = { 25 - lockFile = ./Cargo.lock; 26 - outputHashes = { 27 - "light-dm-sys-0.0.1" = "sha256-91MZhbO/Or0QOt0yVAUhtorpMBBzElFg6U59mF7WB0k="; 28 - }; 29 - }; 24 + 25 + useFetchCargoVendor = true; 26 + cargoHash = "sha256-9beOnuyzr1vC511il3Yjy9OVcQ0ZP9RQ88eCzx3xLsA="; 30 27 31 28 buildInputs = [ 32 29 gtk3
-4264
pkgs/by-name/ls/lsp-ai/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.21.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "ahash" 22 - version = "0.8.11" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 25 - dependencies = [ 26 - "cfg-if", 27 - "getrandom", 28 - "once_cell", 29 - "version_check", 30 - "zerocopy", 31 - ] 32 - 33 - [[package]] 34 - name = "aho-corasick" 35 - version = "1.1.2" 36 - source = "registry+https://github.com/rust-lang/crates.io-index" 37 - checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 38 - dependencies = [ 39 - "memchr", 40 - ] 41 - 42 - [[package]] 43 - name = "allocator-api2" 44 - version = "0.2.16" 45 - source = "registry+https://github.com/rust-lang/crates.io-index" 46 - checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" 47 - 48 - [[package]] 49 - name = "android-tzdata" 50 - version = "0.1.1" 51 - source = "registry+https://github.com/rust-lang/crates.io-index" 52 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 53 - 54 - [[package]] 55 - name = "android_system_properties" 56 - version = "0.1.5" 57 - source = "registry+https://github.com/rust-lang/crates.io-index" 58 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 59 - dependencies = [ 60 - "libc", 61 - ] 62 - 63 - [[package]] 64 - name = "anstream" 65 - version = "0.6.13" 66 - source = "registry+https://github.com/rust-lang/crates.io-index" 67 - checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" 68 - dependencies = [ 69 - "anstyle", 70 - "anstyle-parse", 71 - "anstyle-query", 72 - "anstyle-wincon", 73 - "colorchoice", 74 - "utf8parse", 75 - ] 76 - 77 - [[package]] 78 - name = "anstyle" 79 - version = "1.0.8" 80 - source = "registry+https://github.com/rust-lang/crates.io-index" 81 - checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" 82 - 83 - [[package]] 84 - name = "anstyle-parse" 85 - version = "0.2.3" 86 - source = "registry+https://github.com/rust-lang/crates.io-index" 87 - checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" 88 - dependencies = [ 89 - "utf8parse", 90 - ] 91 - 92 - [[package]] 93 - name = "anstyle-query" 94 - version = "1.0.2" 95 - source = "registry+https://github.com/rust-lang/crates.io-index" 96 - checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" 97 - dependencies = [ 98 - "windows-sys 0.52.0", 99 - ] 100 - 101 - [[package]] 102 - name = "anstyle-wincon" 103 - version = "3.0.2" 104 - source = "registry+https://github.com/rust-lang/crates.io-index" 105 - checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" 106 - dependencies = [ 107 - "anstyle", 108 - "windows-sys 0.52.0", 109 - ] 110 - 111 - [[package]] 112 - name = "anyhow" 113 - version = "1.0.81" 114 - source = "registry+https://github.com/rust-lang/crates.io-index" 115 - checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" 116 - 117 - [[package]] 118 - name = "assert_cmd" 119 - version = "2.0.14" 120 - source = "registry+https://github.com/rust-lang/crates.io-index" 121 - checksum = "ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8" 122 - dependencies = [ 123 - "anstyle", 124 - "bstr", 125 - "doc-comment", 126 - "predicates", 127 - "predicates-core", 128 - "predicates-tree", 129 - "wait-timeout", 130 - ] 131 - 132 - [[package]] 133 - name = "async-trait" 134 - version = "0.1.78" 135 - source = "registry+https://github.com/rust-lang/crates.io-index" 136 - checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85" 137 - dependencies = [ 138 - "proc-macro2", 139 - "quote", 140 - "syn 2.0.52", 141 - ] 142 - 143 - [[package]] 144 - name = "atoi" 145 - version = "2.0.0" 146 - source = "registry+https://github.com/rust-lang/crates.io-index" 147 - checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 148 - dependencies = [ 149 - "num-traits", 150 - ] 151 - 152 - [[package]] 153 - name = "auto_enums" 154 - version = "0.8.5" 155 - source = "registry+https://github.com/rust-lang/crates.io-index" 156 - checksum = "1899bfcfd9340ceea3533ea157360ba8fa864354eccbceab58e1006ecab35393" 157 - dependencies = [ 158 - "derive_utils", 159 - "proc-macro2", 160 - "quote", 161 - "syn 2.0.52", 162 - ] 163 - 164 - [[package]] 165 - name = "autocfg" 166 - version = "1.1.0" 167 - source = "registry+https://github.com/rust-lang/crates.io-index" 168 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 169 - 170 - [[package]] 171 - name = "backtrace" 172 - version = "0.3.69" 173 - source = "registry+https://github.com/rust-lang/crates.io-index" 174 - checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 175 - dependencies = [ 176 - "addr2line", 177 - "cc", 178 - "cfg-if", 179 - "libc", 180 - "miniz_oxide", 181 - "object", 182 - "rustc-demangle", 183 - ] 184 - 185 - [[package]] 186 - name = "base64" 187 - version = "0.13.1" 188 - source = "registry+https://github.com/rust-lang/crates.io-index" 189 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 190 - 191 - [[package]] 192 - name = "base64" 193 - version = "0.21.7" 194 - source = "registry+https://github.com/rust-lang/crates.io-index" 195 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 196 - 197 - [[package]] 198 - name = "base64" 199 - version = "0.22.1" 200 - source = "registry+https://github.com/rust-lang/crates.io-index" 201 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 202 - 203 - [[package]] 204 - name = "base64ct" 205 - version = "1.6.0" 206 - source = "registry+https://github.com/rust-lang/crates.io-index" 207 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 208 - 209 - [[package]] 210 - name = "bindgen" 211 - version = "0.69.4" 212 - source = "registry+https://github.com/rust-lang/crates.io-index" 213 - checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" 214 - dependencies = [ 215 - "bitflags 2.4.2", 216 - "cexpr", 217 - "clang-sys", 218 - "itertools 0.12.1", 219 - "lazy_static", 220 - "lazycell", 221 - "log", 222 - "prettyplease", 223 - "proc-macro2", 224 - "quote", 225 - "regex", 226 - "rustc-hash", 227 - "shlex", 228 - "syn 2.0.52", 229 - "which", 230 - ] 231 - 232 - [[package]] 233 - name = "bitflags" 234 - version = "1.3.2" 235 - source = "registry+https://github.com/rust-lang/crates.io-index" 236 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 237 - 238 - [[package]] 239 - name = "bitflags" 240 - version = "2.4.2" 241 - source = "registry+https://github.com/rust-lang/crates.io-index" 242 - checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" 243 - dependencies = [ 244 - "serde", 245 - ] 246 - 247 - [[package]] 248 - name = "block-buffer" 249 - version = "0.10.4" 250 - source = "registry+https://github.com/rust-lang/crates.io-index" 251 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 252 - dependencies = [ 253 - "generic-array", 254 - ] 255 - 256 - [[package]] 257 - name = "bstr" 258 - version = "1.9.1" 259 - source = "registry+https://github.com/rust-lang/crates.io-index" 260 - checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" 261 - dependencies = [ 262 - "memchr", 263 - "regex-automata 0.4.6", 264 - "serde", 265 - ] 266 - 267 - [[package]] 268 - name = "bumpalo" 269 - version = "3.16.0" 270 - source = "registry+https://github.com/rust-lang/crates.io-index" 271 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 272 - 273 - [[package]] 274 - name = "byteorder" 275 - version = "1.5.0" 276 - source = "registry+https://github.com/rust-lang/crates.io-index" 277 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 278 - 279 - [[package]] 280 - name = "bytes" 281 - version = "1.5.0" 282 - source = "registry+https://github.com/rust-lang/crates.io-index" 283 - checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 284 - 285 - [[package]] 286 - name = "cc" 287 - version = "1.0.98" 288 - source = "registry+https://github.com/rust-lang/crates.io-index" 289 - checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f" 290 - dependencies = [ 291 - "jobserver", 292 - "libc", 293 - "once_cell", 294 - ] 295 - 296 - [[package]] 297 - name = "cexpr" 298 - version = "0.6.0" 299 - source = "registry+https://github.com/rust-lang/crates.io-index" 300 - checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 301 - dependencies = [ 302 - "nom", 303 - ] 304 - 305 - [[package]] 306 - name = "cfg-if" 307 - version = "1.0.0" 308 - source = "registry+https://github.com/rust-lang/crates.io-index" 309 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 310 - 311 - [[package]] 312 - name = "cfg_aliases" 313 - version = "0.1.1" 314 - source = "registry+https://github.com/rust-lang/crates.io-index" 315 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 316 - 317 - [[package]] 318 - name = "chrono" 319 - version = "0.4.35" 320 - source = "registry+https://github.com/rust-lang/crates.io-index" 321 - checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" 322 - dependencies = [ 323 - "android-tzdata", 324 - "iana-time-zone", 325 - "js-sys", 326 - "num-traits", 327 - "serde", 328 - "wasm-bindgen", 329 - "windows-targets 0.52.4", 330 - ] 331 - 332 - [[package]] 333 - name = "clang-sys" 334 - version = "1.7.0" 335 - source = "registry+https://github.com/rust-lang/crates.io-index" 336 - checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1" 337 - dependencies = [ 338 - "glob", 339 - "libc", 340 - "libloading", 341 - ] 342 - 343 - [[package]] 344 - name = "clap" 345 - version = "4.5.14" 346 - source = "registry+https://github.com/rust-lang/crates.io-index" 347 - checksum = "c937d4061031a6d0c8da4b9a4f98a172fc2976dfb1c19213a9cf7d0d3c837e36" 348 - dependencies = [ 349 - "clap_builder", 350 - "clap_derive", 351 - ] 352 - 353 - [[package]] 354 - name = "clap_builder" 355 - version = "4.5.14" 356 - source = "registry+https://github.com/rust-lang/crates.io-index" 357 - checksum = "85379ba512b21a328adf887e85f7742d12e96eb31f3ef077df4ffc26b506ffed" 358 - dependencies = [ 359 - "anstream", 360 - "anstyle", 361 - "clap_lex", 362 - "strsim 0.11.1", 363 - ] 364 - 365 - [[package]] 366 - name = "clap_derive" 367 - version = "4.5.13" 368 - source = "registry+https://github.com/rust-lang/crates.io-index" 369 - checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" 370 - dependencies = [ 371 - "heck 0.5.0", 372 - "proc-macro2", 373 - "quote", 374 - "syn 2.0.52", 375 - ] 376 - 377 - [[package]] 378 - name = "clap_lex" 379 - version = "0.7.0" 380 - source = "registry+https://github.com/rust-lang/crates.io-index" 381 - checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" 382 - 383 - [[package]] 384 - name = "colorchoice" 385 - version = "1.0.0" 386 - source = "registry+https://github.com/rust-lang/crates.io-index" 387 - checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 388 - 389 - [[package]] 390 - name = "colored" 391 - version = "2.1.0" 392 - source = "registry+https://github.com/rust-lang/crates.io-index" 393 - checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" 394 - dependencies = [ 395 - "lazy_static", 396 - "windows-sys 0.48.0", 397 - ] 398 - 399 - [[package]] 400 - name = "console" 401 - version = "0.15.8" 402 - source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 404 - dependencies = [ 405 - "encode_unicode", 406 - "lazy_static", 407 - "libc", 408 - "unicode-width", 409 - "windows-sys 0.52.0", 410 - ] 411 - 412 - [[package]] 413 - name = "const-oid" 414 - version = "0.9.6" 415 - source = "registry+https://github.com/rust-lang/crates.io-index" 416 - checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 417 - 418 - [[package]] 419 - name = "core-foundation" 420 - version = "0.9.4" 421 - source = "registry+https://github.com/rust-lang/crates.io-index" 422 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 423 - dependencies = [ 424 - "core-foundation-sys", 425 - "libc", 426 - ] 427 - 428 - [[package]] 429 - name = "core-foundation-sys" 430 - version = "0.8.6" 431 - source = "registry+https://github.com/rust-lang/crates.io-index" 432 - checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 433 - 434 - [[package]] 435 - name = "cpufeatures" 436 - version = "0.2.12" 437 - source = "registry+https://github.com/rust-lang/crates.io-index" 438 - checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 439 - dependencies = [ 440 - "libc", 441 - ] 442 - 443 - [[package]] 444 - name = "crc" 445 - version = "3.0.1" 446 - source = "registry+https://github.com/rust-lang/crates.io-index" 447 - checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe" 448 - dependencies = [ 449 - "crc-catalog", 450 - ] 451 - 452 - [[package]] 453 - name = "crc-catalog" 454 - version = "2.4.0" 455 - source = "registry+https://github.com/rust-lang/crates.io-index" 456 - checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 457 - 458 - [[package]] 459 - name = "crc32fast" 460 - version = "1.4.0" 461 - source = "registry+https://github.com/rust-lang/crates.io-index" 462 - checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" 463 - dependencies = [ 464 - "cfg-if", 465 - ] 466 - 467 - [[package]] 468 - name = "crossbeam-channel" 469 - version = "0.5.12" 470 - source = "registry+https://github.com/rust-lang/crates.io-index" 471 - checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" 472 - dependencies = [ 473 - "crossbeam-utils", 474 - ] 475 - 476 - [[package]] 477 - name = "crossbeam-deque" 478 - version = "0.8.5" 479 - source = "registry+https://github.com/rust-lang/crates.io-index" 480 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 481 - dependencies = [ 482 - "crossbeam-epoch", 483 - "crossbeam-utils", 484 - ] 485 - 486 - [[package]] 487 - name = "crossbeam-epoch" 488 - version = "0.9.18" 489 - source = "registry+https://github.com/rust-lang/crates.io-index" 490 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 491 - dependencies = [ 492 - "crossbeam-utils", 493 - ] 494 - 495 - [[package]] 496 - name = "crossbeam-queue" 497 - version = "0.3.11" 498 - source = "registry+https://github.com/rust-lang/crates.io-index" 499 - checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 500 - dependencies = [ 501 - "crossbeam-utils", 502 - ] 503 - 504 - [[package]] 505 - name = "crossbeam-utils" 506 - version = "0.8.19" 507 - source = "registry+https://github.com/rust-lang/crates.io-index" 508 - checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" 509 - 510 - [[package]] 511 - name = "crossterm" 512 - version = "0.25.0" 513 - source = "registry+https://github.com/rust-lang/crates.io-index" 514 - checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67" 515 - dependencies = [ 516 - "bitflags 1.3.2", 517 - "crossterm_winapi", 518 - "libc", 519 - "mio", 520 - "parking_lot", 521 - "signal-hook", 522 - "signal-hook-mio", 523 - "winapi", 524 - ] 525 - 526 - [[package]] 527 - name = "crossterm_winapi" 528 - version = "0.9.1" 529 - source = "registry+https://github.com/rust-lang/crates.io-index" 530 - checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 531 - dependencies = [ 532 - "winapi", 533 - ] 534 - 535 - [[package]] 536 - name = "crypto-common" 537 - version = "0.1.6" 538 - source = "registry+https://github.com/rust-lang/crates.io-index" 539 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 540 - dependencies = [ 541 - "generic-array", 542 - "typenum", 543 - ] 544 - 545 - [[package]] 546 - name = "ctrlc" 547 - version = "3.4.4" 548 - source = "registry+https://github.com/rust-lang/crates.io-index" 549 - checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345" 550 - dependencies = [ 551 - "nix", 552 - "windows-sys 0.52.0", 553 - ] 554 - 555 - [[package]] 556 - name = "darling" 557 - version = "0.14.4" 558 - source = "registry+https://github.com/rust-lang/crates.io-index" 559 - checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" 560 - dependencies = [ 561 - "darling_core 0.14.4", 562 - "darling_macro 0.14.4", 563 - ] 564 - 565 - [[package]] 566 - name = "darling" 567 - version = "0.20.9" 568 - source = "registry+https://github.com/rust-lang/crates.io-index" 569 - checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1" 570 - dependencies = [ 571 - "darling_core 0.20.9", 572 - "darling_macro 0.20.9", 573 - ] 574 - 575 - [[package]] 576 - name = "darling_core" 577 - version = "0.14.4" 578 - source = "registry+https://github.com/rust-lang/crates.io-index" 579 - checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" 580 - dependencies = [ 581 - "fnv", 582 - "ident_case", 583 - "proc-macro2", 584 - "quote", 585 - "strsim 0.10.0", 586 - "syn 1.0.109", 587 - ] 588 - 589 - [[package]] 590 - name = "darling_core" 591 - version = "0.20.9" 592 - source = "registry+https://github.com/rust-lang/crates.io-index" 593 - checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120" 594 - dependencies = [ 595 - "fnv", 596 - "ident_case", 597 - "proc-macro2", 598 - "quote", 599 - "strsim 0.11.1", 600 - "syn 2.0.52", 601 - ] 602 - 603 - [[package]] 604 - name = "darling_macro" 605 - version = "0.14.4" 606 - source = "registry+https://github.com/rust-lang/crates.io-index" 607 - checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" 608 - dependencies = [ 609 - "darling_core 0.14.4", 610 - "quote", 611 - "syn 1.0.109", 612 - ] 613 - 614 - [[package]] 615 - name = "darling_macro" 616 - version = "0.20.9" 617 - source = "registry+https://github.com/rust-lang/crates.io-index" 618 - checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178" 619 - dependencies = [ 620 - "darling_core 0.20.9", 621 - "quote", 622 - "syn 2.0.52", 623 - ] 624 - 625 - [[package]] 626 - name = "der" 627 - version = "0.7.8" 628 - source = "registry+https://github.com/rust-lang/crates.io-index" 629 - checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" 630 - dependencies = [ 631 - "const-oid", 632 - "pem-rfc7468", 633 - "zeroize", 634 - ] 635 - 636 - [[package]] 637 - name = "deranged" 638 - version = "0.3.11" 639 - source = "registry+https://github.com/rust-lang/crates.io-index" 640 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 641 - dependencies = [ 642 - "powerfmt", 643 - "serde", 644 - ] 645 - 646 - [[package]] 647 - name = "derive_builder" 648 - version = "0.12.0" 649 - source = "registry+https://github.com/rust-lang/crates.io-index" 650 - checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8" 651 - dependencies = [ 652 - "derive_builder_macro", 653 - ] 654 - 655 - [[package]] 656 - name = "derive_builder_core" 657 - version = "0.12.0" 658 - source = "registry+https://github.com/rust-lang/crates.io-index" 659 - checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f" 660 - dependencies = [ 661 - "darling 0.14.4", 662 - "proc-macro2", 663 - "quote", 664 - "syn 1.0.109", 665 - ] 666 - 667 - [[package]] 668 - name = "derive_builder_macro" 669 - version = "0.12.0" 670 - source = "registry+https://github.com/rust-lang/crates.io-index" 671 - checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e" 672 - dependencies = [ 673 - "derive_builder_core", 674 - "syn 1.0.109", 675 - ] 676 - 677 - [[package]] 678 - name = "derive_utils" 679 - version = "0.14.1" 680 - source = "registry+https://github.com/rust-lang/crates.io-index" 681 - checksum = "61bb5a1014ce6dfc2a378578509abe775a5aa06bff584a547555d9efdb81b926" 682 - dependencies = [ 683 - "proc-macro2", 684 - "quote", 685 - "syn 2.0.52", 686 - ] 687 - 688 - [[package]] 689 - name = "difflib" 690 - version = "0.4.0" 691 - source = "registry+https://github.com/rust-lang/crates.io-index" 692 - checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 693 - 694 - [[package]] 695 - name = "digest" 696 - version = "0.10.7" 697 - source = "registry+https://github.com/rust-lang/crates.io-index" 698 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 699 - dependencies = [ 700 - "block-buffer", 701 - "const-oid", 702 - "crypto-common", 703 - "subtle", 704 - ] 705 - 706 - [[package]] 707 - name = "directories" 708 - version = "5.0.1" 709 - source = "registry+https://github.com/rust-lang/crates.io-index" 710 - checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" 711 - dependencies = [ 712 - "dirs-sys", 713 - ] 714 - 715 - [[package]] 716 - name = "dirs" 717 - version = "5.0.1" 718 - source = "registry+https://github.com/rust-lang/crates.io-index" 719 - checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 720 - dependencies = [ 721 - "dirs-sys", 722 - ] 723 - 724 - [[package]] 725 - name = "dirs-sys" 726 - version = "0.4.1" 727 - source = "registry+https://github.com/rust-lang/crates.io-index" 728 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 729 - dependencies = [ 730 - "libc", 731 - "option-ext", 732 - "redox_users", 733 - "windows-sys 0.48.0", 734 - ] 735 - 736 - [[package]] 737 - name = "doc-comment" 738 - version = "0.3.3" 739 - source = "registry+https://github.com/rust-lang/crates.io-index" 740 - checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 741 - 742 - [[package]] 743 - name = "dotenvy" 744 - version = "0.15.7" 745 - source = "registry+https://github.com/rust-lang/crates.io-index" 746 - checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 747 - 748 - [[package]] 749 - name = "dyn-clone" 750 - version = "1.0.17" 751 - source = "registry+https://github.com/rust-lang/crates.io-index" 752 - checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" 753 - 754 - [[package]] 755 - name = "either" 756 - version = "1.12.0" 757 - source = "registry+https://github.com/rust-lang/crates.io-index" 758 - checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" 759 - dependencies = [ 760 - "serde", 761 - ] 762 - 763 - [[package]] 764 - name = "encode_unicode" 765 - version = "0.3.6" 766 - source = "registry+https://github.com/rust-lang/crates.io-index" 767 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 768 - 769 - [[package]] 770 - name = "encoding_rs" 771 - version = "0.8.33" 772 - source = "registry+https://github.com/rust-lang/crates.io-index" 773 - checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 774 - dependencies = [ 775 - "cfg-if", 776 - ] 777 - 778 - [[package]] 779 - name = "equivalent" 780 - version = "1.0.1" 781 - source = "registry+https://github.com/rust-lang/crates.io-index" 782 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 783 - 784 - [[package]] 785 - name = "errno" 786 - version = "0.3.8" 787 - source = "registry+https://github.com/rust-lang/crates.io-index" 788 - checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 789 - dependencies = [ 790 - "libc", 791 - "windows-sys 0.52.0", 792 - ] 793 - 794 - [[package]] 795 - name = "esaxx-rs" 796 - version = "0.1.10" 797 - source = "registry+https://github.com/rust-lang/crates.io-index" 798 - checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6" 799 - dependencies = [ 800 - "cc", 801 - ] 802 - 803 - [[package]] 804 - name = "etcetera" 805 - version = "0.8.0" 806 - source = "registry+https://github.com/rust-lang/crates.io-index" 807 - checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 808 - dependencies = [ 809 - "cfg-if", 810 - "home", 811 - "windows-sys 0.48.0", 812 - ] 813 - 814 - [[package]] 815 - name = "event-listener" 816 - version = "2.5.3" 817 - source = "registry+https://github.com/rust-lang/crates.io-index" 818 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 819 - 820 - [[package]] 821 - name = "fastrand" 822 - version = "2.0.1" 823 - source = "registry+https://github.com/rust-lang/crates.io-index" 824 - checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 825 - 826 - [[package]] 827 - name = "finl_unicode" 828 - version = "1.2.0" 829 - source = "registry+https://github.com/rust-lang/crates.io-index" 830 - checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" 831 - 832 - [[package]] 833 - name = "flate2" 834 - version = "1.0.28" 835 - source = "registry+https://github.com/rust-lang/crates.io-index" 836 - checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 837 - dependencies = [ 838 - "crc32fast", 839 - "miniz_oxide", 840 - ] 841 - 842 - [[package]] 843 - name = "flume" 844 - version = "0.11.0" 845 - source = "registry+https://github.com/rust-lang/crates.io-index" 846 - checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" 847 - dependencies = [ 848 - "futures-core", 849 - "futures-sink", 850 - "spin 0.9.8", 851 - ] 852 - 853 - [[package]] 854 - name = "fnv" 855 - version = "1.0.7" 856 - source = "registry+https://github.com/rust-lang/crates.io-index" 857 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 858 - 859 - [[package]] 860 - name = "foreign-types" 861 - version = "0.3.2" 862 - source = "registry+https://github.com/rust-lang/crates.io-index" 863 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 864 - dependencies = [ 865 - "foreign-types-shared", 866 - ] 867 - 868 - [[package]] 869 - name = "foreign-types-shared" 870 - version = "0.1.1" 871 - source = "registry+https://github.com/rust-lang/crates.io-index" 872 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 873 - 874 - [[package]] 875 - name = "form_urlencoded" 876 - version = "1.2.1" 877 - source = "registry+https://github.com/rust-lang/crates.io-index" 878 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 879 - dependencies = [ 880 - "percent-encoding", 881 - ] 882 - 883 - [[package]] 884 - name = "futures" 885 - version = "0.3.30" 886 - source = "registry+https://github.com/rust-lang/crates.io-index" 887 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 888 - dependencies = [ 889 - "futures-channel", 890 - "futures-core", 891 - "futures-executor", 892 - "futures-io", 893 - "futures-sink", 894 - "futures-task", 895 - "futures-util", 896 - ] 897 - 898 - [[package]] 899 - name = "futures-channel" 900 - version = "0.3.30" 901 - source = "registry+https://github.com/rust-lang/crates.io-index" 902 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 903 - dependencies = [ 904 - "futures-core", 905 - "futures-sink", 906 - ] 907 - 908 - [[package]] 909 - name = "futures-core" 910 - version = "0.3.30" 911 - source = "registry+https://github.com/rust-lang/crates.io-index" 912 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 913 - 914 - [[package]] 915 - name = "futures-executor" 916 - version = "0.3.30" 917 - source = "registry+https://github.com/rust-lang/crates.io-index" 918 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 919 - dependencies = [ 920 - "futures-core", 921 - "futures-task", 922 - "futures-util", 923 - ] 924 - 925 - [[package]] 926 - name = "futures-intrusive" 927 - version = "0.5.0" 928 - source = "registry+https://github.com/rust-lang/crates.io-index" 929 - checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 930 - dependencies = [ 931 - "futures-core", 932 - "lock_api", 933 - "parking_lot", 934 - ] 935 - 936 - [[package]] 937 - name = "futures-io" 938 - version = "0.3.30" 939 - source = "registry+https://github.com/rust-lang/crates.io-index" 940 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 941 - 942 - [[package]] 943 - name = "futures-macro" 944 - version = "0.3.30" 945 - source = "registry+https://github.com/rust-lang/crates.io-index" 946 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 947 - dependencies = [ 948 - "proc-macro2", 949 - "quote", 950 - "syn 2.0.52", 951 - ] 952 - 953 - [[package]] 954 - name = "futures-sink" 955 - version = "0.3.30" 956 - source = "registry+https://github.com/rust-lang/crates.io-index" 957 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 958 - 959 - [[package]] 960 - name = "futures-task" 961 - version = "0.3.30" 962 - source = "registry+https://github.com/rust-lang/crates.io-index" 963 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 964 - 965 - [[package]] 966 - name = "futures-util" 967 - version = "0.3.30" 968 - source = "registry+https://github.com/rust-lang/crates.io-index" 969 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 970 - dependencies = [ 971 - "futures-channel", 972 - "futures-core", 973 - "futures-io", 974 - "futures-macro", 975 - "futures-sink", 976 - "futures-task", 977 - "memchr", 978 - "pin-project-lite", 979 - "pin-utils", 980 - "slab", 981 - ] 982 - 983 - [[package]] 984 - name = "fxhash" 985 - version = "0.2.1" 986 - source = "registry+https://github.com/rust-lang/crates.io-index" 987 - checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 988 - dependencies = [ 989 - "byteorder", 990 - ] 991 - 992 - [[package]] 993 - name = "generic-array" 994 - version = "0.14.7" 995 - source = "registry+https://github.com/rust-lang/crates.io-index" 996 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 997 - dependencies = [ 998 - "typenum", 999 - "version_check", 1000 - ] 1001 - 1002 - [[package]] 1003 - name = "getrandom" 1004 - version = "0.2.12" 1005 - source = "registry+https://github.com/rust-lang/crates.io-index" 1006 - checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 1007 - dependencies = [ 1008 - "cfg-if", 1009 - "libc", 1010 - "wasi", 1011 - ] 1012 - 1013 - [[package]] 1014 - name = "gimli" 1015 - version = "0.28.1" 1016 - source = "registry+https://github.com/rust-lang/crates.io-index" 1017 - checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 1018 - 1019 - [[package]] 1020 - name = "glob" 1021 - version = "0.3.1" 1022 - source = "registry+https://github.com/rust-lang/crates.io-index" 1023 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1024 - 1025 - [[package]] 1026 - name = "globset" 1027 - version = "0.4.14" 1028 - source = "registry+https://github.com/rust-lang/crates.io-index" 1029 - checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" 1030 - dependencies = [ 1031 - "aho-corasick", 1032 - "bstr", 1033 - "log", 1034 - "regex-automata 0.4.6", 1035 - "regex-syntax 0.8.2", 1036 - ] 1037 - 1038 - [[package]] 1039 - name = "h2" 1040 - version = "0.3.24" 1041 - source = "registry+https://github.com/rust-lang/crates.io-index" 1042 - checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" 1043 - dependencies = [ 1044 - "bytes", 1045 - "fnv", 1046 - "futures-core", 1047 - "futures-sink", 1048 - "futures-util", 1049 - "http 0.2.12", 1050 - "indexmap 2.2.5", 1051 - "slab", 1052 - "tokio", 1053 - "tokio-util", 1054 - "tracing", 1055 - ] 1056 - 1057 - [[package]] 1058 - name = "hashbrown" 1059 - version = "0.12.3" 1060 - source = "registry+https://github.com/rust-lang/crates.io-index" 1061 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1062 - 1063 - [[package]] 1064 - name = "hashbrown" 1065 - version = "0.14.3" 1066 - source = "registry+https://github.com/rust-lang/crates.io-index" 1067 - checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 1068 - dependencies = [ 1069 - "ahash", 1070 - "allocator-api2", 1071 - ] 1072 - 1073 - [[package]] 1074 - name = "hashlink" 1075 - version = "0.8.4" 1076 - source = "registry+https://github.com/rust-lang/crates.io-index" 1077 - checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" 1078 - dependencies = [ 1079 - "hashbrown 0.14.3", 1080 - ] 1081 - 1082 - [[package]] 1083 - name = "heck" 1084 - version = "0.4.1" 1085 - source = "registry+https://github.com/rust-lang/crates.io-index" 1086 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1087 - dependencies = [ 1088 - "unicode-segmentation", 1089 - ] 1090 - 1091 - [[package]] 1092 - name = "heck" 1093 - version = "0.5.0" 1094 - source = "registry+https://github.com/rust-lang/crates.io-index" 1095 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1096 - 1097 - [[package]] 1098 - name = "hermit-abi" 1099 - version = "0.3.9" 1100 - source = "registry+https://github.com/rust-lang/crates.io-index" 1101 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1102 - 1103 - [[package]] 1104 - name = "hex" 1105 - version = "0.4.3" 1106 - source = "registry+https://github.com/rust-lang/crates.io-index" 1107 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1108 - 1109 - [[package]] 1110 - name = "hf-hub" 1111 - version = "0.3.2" 1112 - source = "git+https://github.com/huggingface/hf-hub#6303587576f8a1ce9f91f8274265a153b89afb6e" 1113 - dependencies = [ 1114 - "dirs", 1115 - "http 1.1.0", 1116 - "indicatif", 1117 - "log", 1118 - "native-tls", 1119 - "rand", 1120 - "serde", 1121 - "serde_json", 1122 - "thiserror", 1123 - "ureq", 1124 - ] 1125 - 1126 - [[package]] 1127 - name = "hkdf" 1128 - version = "0.12.4" 1129 - source = "registry+https://github.com/rust-lang/crates.io-index" 1130 - checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 1131 - dependencies = [ 1132 - "hmac", 1133 - ] 1134 - 1135 - [[package]] 1136 - name = "hmac" 1137 - version = "0.12.1" 1138 - source = "registry+https://github.com/rust-lang/crates.io-index" 1139 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1140 - dependencies = [ 1141 - "digest", 1142 - ] 1143 - 1144 - [[package]] 1145 - name = "home" 1146 - version = "0.5.9" 1147 - source = "registry+https://github.com/rust-lang/crates.io-index" 1148 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 1149 - dependencies = [ 1150 - "windows-sys 0.52.0", 1151 - ] 1152 - 1153 - [[package]] 1154 - name = "http" 1155 - version = "0.2.12" 1156 - source = "registry+https://github.com/rust-lang/crates.io-index" 1157 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 1158 - dependencies = [ 1159 - "bytes", 1160 - "fnv", 1161 - "itoa", 1162 - ] 1163 - 1164 - [[package]] 1165 - name = "http" 1166 - version = "1.1.0" 1167 - source = "registry+https://github.com/rust-lang/crates.io-index" 1168 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 1169 - dependencies = [ 1170 - "bytes", 1171 - "fnv", 1172 - "itoa", 1173 - ] 1174 - 1175 - [[package]] 1176 - name = "http-body" 1177 - version = "0.4.6" 1178 - source = "registry+https://github.com/rust-lang/crates.io-index" 1179 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 1180 - dependencies = [ 1181 - "bytes", 1182 - "http 0.2.12", 1183 - "pin-project-lite", 1184 - ] 1185 - 1186 - [[package]] 1187 - name = "httparse" 1188 - version = "1.8.0" 1189 - source = "registry+https://github.com/rust-lang/crates.io-index" 1190 - checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1191 - 1192 - [[package]] 1193 - name = "httpdate" 1194 - version = "1.0.3" 1195 - source = "registry+https://github.com/rust-lang/crates.io-index" 1196 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1197 - 1198 - [[package]] 1199 - name = "hyper" 1200 - version = "0.14.28" 1201 - source = "registry+https://github.com/rust-lang/crates.io-index" 1202 - checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" 1203 - dependencies = [ 1204 - "bytes", 1205 - "futures-channel", 1206 - "futures-core", 1207 - "futures-util", 1208 - "h2", 1209 - "http 0.2.12", 1210 - "http-body", 1211 - "httparse", 1212 - "httpdate", 1213 - "itoa", 1214 - "pin-project-lite", 1215 - "socket2", 1216 - "tokio", 1217 - "tower-service", 1218 - "tracing", 1219 - "want", 1220 - ] 1221 - 1222 - [[package]] 1223 - name = "hyper-tls" 1224 - version = "0.5.0" 1225 - source = "registry+https://github.com/rust-lang/crates.io-index" 1226 - checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 1227 - dependencies = [ 1228 - "bytes", 1229 - "hyper", 1230 - "native-tls", 1231 - "tokio", 1232 - "tokio-native-tls", 1233 - ] 1234 - 1235 - [[package]] 1236 - name = "iana-time-zone" 1237 - version = "0.1.60" 1238 - source = "registry+https://github.com/rust-lang/crates.io-index" 1239 - checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 1240 - dependencies = [ 1241 - "android_system_properties", 1242 - "core-foundation-sys", 1243 - "iana-time-zone-haiku", 1244 - "js-sys", 1245 - "wasm-bindgen", 1246 - "windows-core", 1247 - ] 1248 - 1249 - [[package]] 1250 - name = "iana-time-zone-haiku" 1251 - version = "0.1.2" 1252 - source = "registry+https://github.com/rust-lang/crates.io-index" 1253 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1254 - dependencies = [ 1255 - "cc", 1256 - ] 1257 - 1258 - [[package]] 1259 - name = "ident_case" 1260 - version = "1.0.1" 1261 - source = "registry+https://github.com/rust-lang/crates.io-index" 1262 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1263 - 1264 - [[package]] 1265 - name = "idna" 1266 - version = "0.5.0" 1267 - source = "registry+https://github.com/rust-lang/crates.io-index" 1268 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1269 - dependencies = [ 1270 - "unicode-bidi", 1271 - "unicode-normalization", 1272 - ] 1273 - 1274 - [[package]] 1275 - name = "ignore" 1276 - version = "0.4.22" 1277 - source = "registry+https://github.com/rust-lang/crates.io-index" 1278 - checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1" 1279 - dependencies = [ 1280 - "crossbeam-deque", 1281 - "globset", 1282 - "log", 1283 - "memchr", 1284 - "regex-automata 0.4.6", 1285 - "same-file", 1286 - "walkdir", 1287 - "winapi-util", 1288 - ] 1289 - 1290 - [[package]] 1291 - name = "indexmap" 1292 - version = "1.9.3" 1293 - source = "registry+https://github.com/rust-lang/crates.io-index" 1294 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1295 - dependencies = [ 1296 - "autocfg", 1297 - "hashbrown 0.12.3", 1298 - "serde", 1299 - ] 1300 - 1301 - [[package]] 1302 - name = "indexmap" 1303 - version = "2.2.5" 1304 - source = "registry+https://github.com/rust-lang/crates.io-index" 1305 - checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" 1306 - dependencies = [ 1307 - "equivalent", 1308 - "hashbrown 0.14.3", 1309 - "rayon", 1310 - "serde", 1311 - ] 1312 - 1313 - [[package]] 1314 - name = "indicatif" 1315 - version = "0.17.8" 1316 - source = "registry+https://github.com/rust-lang/crates.io-index" 1317 - checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" 1318 - dependencies = [ 1319 - "console", 1320 - "instant", 1321 - "number_prefix", 1322 - "portable-atomic", 1323 - "unicode-width", 1324 - ] 1325 - 1326 - [[package]] 1327 - name = "inherent" 1328 - version = "1.0.11" 1329 - source = "registry+https://github.com/rust-lang/crates.io-index" 1330 - checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947" 1331 - dependencies = [ 1332 - "proc-macro2", 1333 - "quote", 1334 - "syn 2.0.52", 1335 - ] 1336 - 1337 - [[package]] 1338 - name = "inquire" 1339 - version = "0.6.2" 1340 - source = "registry+https://github.com/rust-lang/crates.io-index" 1341 - checksum = "c33e7c1ddeb15c9abcbfef6029d8e29f69b52b6d6c891031b88ed91b5065803b" 1342 - dependencies = [ 1343 - "bitflags 1.3.2", 1344 - "crossterm", 1345 - "dyn-clone", 1346 - "lazy_static", 1347 - "newline-converter", 1348 - "thiserror", 1349 - "unicode-segmentation", 1350 - "unicode-width", 1351 - ] 1352 - 1353 - [[package]] 1354 - name = "instant" 1355 - version = "0.1.12" 1356 - source = "registry+https://github.com/rust-lang/crates.io-index" 1357 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1358 - dependencies = [ 1359 - "cfg-if", 1360 - ] 1361 - 1362 - [[package]] 1363 - name = "ipnet" 1364 - version = "2.9.0" 1365 - source = "registry+https://github.com/rust-lang/crates.io-index" 1366 - checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 1367 - 1368 - [[package]] 1369 - name = "is-terminal" 1370 - version = "0.4.12" 1371 - source = "registry+https://github.com/rust-lang/crates.io-index" 1372 - checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 1373 - dependencies = [ 1374 - "hermit-abi", 1375 - "libc", 1376 - "windows-sys 0.52.0", 1377 - ] 1378 - 1379 - [[package]] 1380 - name = "itertools" 1381 - version = "0.10.5" 1382 - source = "registry+https://github.com/rust-lang/crates.io-index" 1383 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1384 - dependencies = [ 1385 - "either", 1386 - ] 1387 - 1388 - [[package]] 1389 - name = "itertools" 1390 - version = "0.11.0" 1391 - source = "registry+https://github.com/rust-lang/crates.io-index" 1392 - checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 1393 - dependencies = [ 1394 - "either", 1395 - ] 1396 - 1397 - [[package]] 1398 - name = "itertools" 1399 - version = "0.12.1" 1400 - source = "registry+https://github.com/rust-lang/crates.io-index" 1401 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 1402 - dependencies = [ 1403 - "either", 1404 - ] 1405 - 1406 - [[package]] 1407 - name = "itertools" 1408 - version = "0.13.0" 1409 - source = "registry+https://github.com/rust-lang/crates.io-index" 1410 - checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 1411 - dependencies = [ 1412 - "either", 1413 - ] 1414 - 1415 - [[package]] 1416 - name = "itoa" 1417 - version = "1.0.10" 1418 - source = "registry+https://github.com/rust-lang/crates.io-index" 1419 - checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 1420 - 1421 - [[package]] 1422 - name = "jobserver" 1423 - version = "0.1.31" 1424 - source = "registry+https://github.com/rust-lang/crates.io-index" 1425 - checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" 1426 - dependencies = [ 1427 - "libc", 1428 - ] 1429 - 1430 - [[package]] 1431 - name = "js-sys" 1432 - version = "0.3.69" 1433 - source = "registry+https://github.com/rust-lang/crates.io-index" 1434 - checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 1435 - dependencies = [ 1436 - "wasm-bindgen", 1437 - ] 1438 - 1439 - [[package]] 1440 - name = "lazy_static" 1441 - version = "1.4.0" 1442 - source = "registry+https://github.com/rust-lang/crates.io-index" 1443 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1444 - dependencies = [ 1445 - "spin 0.5.2", 1446 - ] 1447 - 1448 - [[package]] 1449 - name = "lazycell" 1450 - version = "1.3.0" 1451 - source = "registry+https://github.com/rust-lang/crates.io-index" 1452 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1453 - 1454 - [[package]] 1455 - name = "libc" 1456 - version = "0.2.153" 1457 - source = "registry+https://github.com/rust-lang/crates.io-index" 1458 - checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 1459 - 1460 - [[package]] 1461 - name = "libloading" 1462 - version = "0.8.3" 1463 - source = "registry+https://github.com/rust-lang/crates.io-index" 1464 - checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" 1465 - dependencies = [ 1466 - "cfg-if", 1467 - "windows-targets 0.52.4", 1468 - ] 1469 - 1470 - [[package]] 1471 - name = "libm" 1472 - version = "0.2.8" 1473 - source = "registry+https://github.com/rust-lang/crates.io-index" 1474 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 1475 - 1476 - [[package]] 1477 - name = "libredox" 1478 - version = "0.0.1" 1479 - source = "registry+https://github.com/rust-lang/crates.io-index" 1480 - checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" 1481 - dependencies = [ 1482 - "bitflags 2.4.2", 1483 - "libc", 1484 - "redox_syscall", 1485 - ] 1486 - 1487 - [[package]] 1488 - name = "libsqlite3-sys" 1489 - version = "0.27.0" 1490 - source = "registry+https://github.com/rust-lang/crates.io-index" 1491 - checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716" 1492 - dependencies = [ 1493 - "cc", 1494 - "pkg-config", 1495 - "vcpkg", 1496 - ] 1497 - 1498 - [[package]] 1499 - name = "linked-hash-map" 1500 - version = "0.5.6" 1501 - source = "registry+https://github.com/rust-lang/crates.io-index" 1502 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1503 - 1504 - [[package]] 1505 - name = "linux-raw-sys" 1506 - version = "0.4.13" 1507 - source = "registry+https://github.com/rust-lang/crates.io-index" 1508 - checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 1509 - 1510 - [[package]] 1511 - name = "llama-cpp-2" 1512 - version = "0.1.55" 1513 - source = "registry+https://github.com/rust-lang/crates.io-index" 1514 - checksum = "60ea3a10607d6d4417e221b5da470d0bed4591a7c020c7941a4ec4d437e37554" 1515 - dependencies = [ 1516 - "llama-cpp-sys-2", 1517 - "thiserror", 1518 - "tracing", 1519 - ] 1520 - 1521 - [[package]] 1522 - name = "llama-cpp-sys-2" 1523 - version = "0.1.55" 1524 - source = "registry+https://github.com/rust-lang/crates.io-index" 1525 - checksum = "c99197ef99dd5049767e3b64c10a6c752a6ba3bef95b13064ab1b796c2c92a8a" 1526 - dependencies = [ 1527 - "bindgen", 1528 - "cc", 1529 - "once_cell", 1530 - ] 1531 - 1532 - [[package]] 1533 - name = "lock_api" 1534 - version = "0.4.11" 1535 - source = "registry+https://github.com/rust-lang/crates.io-index" 1536 - checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 1537 - dependencies = [ 1538 - "autocfg", 1539 - "scopeguard", 1540 - ] 1541 - 1542 - [[package]] 1543 - name = "log" 1544 - version = "0.4.21" 1545 - source = "registry+https://github.com/rust-lang/crates.io-index" 1546 - checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 1547 - 1548 - [[package]] 1549 - name = "lopdf" 1550 - version = "0.31.0" 1551 - source = "registry+https://github.com/rust-lang/crates.io-index" 1552 - checksum = "07c8e1b6184b1b32ea5f72f572ebdc40e5da1d2921fa469947ff7c480ad1f85a" 1553 - dependencies = [ 1554 - "chrono", 1555 - "encoding_rs", 1556 - "flate2", 1557 - "itoa", 1558 - "linked-hash-map", 1559 - "log", 1560 - "md5", 1561 - "nom", 1562 - "rayon", 1563 - "time", 1564 - "weezl", 1565 - ] 1566 - 1567 - [[package]] 1568 - name = "lsp-ai" 1569 - version = "0.7.0" 1570 - dependencies = [ 1571 - "anyhow", 1572 - "assert_cmd", 1573 - "async-trait", 1574 - "cc", 1575 - "clap", 1576 - "directories", 1577 - "futures", 1578 - "fxhash", 1579 - "hf-hub", 1580 - "ignore", 1581 - "indexmap 2.2.5", 1582 - "llama-cpp-2", 1583 - "lsp-server", 1584 - "lsp-types", 1585 - "md5", 1586 - "minijinja", 1587 - "once_cell", 1588 - "ordered-float", 1589 - "parking_lot", 1590 - "pgml", 1591 - "rand", 1592 - "rayon", 1593 - "regex", 1594 - "reqwest", 1595 - "ropey", 1596 - "serde", 1597 - "serde_json", 1598 - "simsimd", 1599 - "splitter-tree-sitter", 1600 - "text-splitter", 1601 - "tokenizers", 1602 - "tokio", 1603 - "tracing", 1604 - "tracing-subscriber", 1605 - "tree-sitter", 1606 - "utils-tree-sitter", 1607 - "xxhash-rust", 1608 - ] 1609 - 1610 - [[package]] 1611 - name = "lsp-server" 1612 - version = "0.7.6" 1613 - source = "registry+https://github.com/rust-lang/crates.io-index" 1614 - checksum = "248f65b78f6db5d8e1b1604b4098a28b43d21a8eb1deeca22b1c421b276c7095" 1615 - dependencies = [ 1616 - "crossbeam-channel", 1617 - "log", 1618 - "serde", 1619 - "serde_json", 1620 - ] 1621 - 1622 - [[package]] 1623 - name = "lsp-types" 1624 - version = "0.95.0" 1625 - source = "registry+https://github.com/rust-lang/crates.io-index" 1626 - checksum = "158c1911354ef73e8fe42da6b10c0484cb65c7f1007f28022e847706c1ab6984" 1627 - dependencies = [ 1628 - "bitflags 1.3.2", 1629 - "serde", 1630 - "serde_json", 1631 - "serde_repr", 1632 - "url", 1633 - ] 1634 - 1635 - [[package]] 1636 - name = "macro_rules_attribute" 1637 - version = "0.2.0" 1638 - source = "registry+https://github.com/rust-lang/crates.io-index" 1639 - checksum = "8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13" 1640 - dependencies = [ 1641 - "macro_rules_attribute-proc_macro", 1642 - "paste", 1643 - ] 1644 - 1645 - [[package]] 1646 - name = "macro_rules_attribute-proc_macro" 1647 - version = "0.2.0" 1648 - source = "registry+https://github.com/rust-lang/crates.io-index" 1649 - checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568" 1650 - 1651 - [[package]] 1652 - name = "matchers" 1653 - version = "0.1.0" 1654 - source = "registry+https://github.com/rust-lang/crates.io-index" 1655 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1656 - dependencies = [ 1657 - "regex-automata 0.1.10", 1658 - ] 1659 - 1660 - [[package]] 1661 - name = "md-5" 1662 - version = "0.10.6" 1663 - source = "registry+https://github.com/rust-lang/crates.io-index" 1664 - checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 1665 - dependencies = [ 1666 - "cfg-if", 1667 - "digest", 1668 - ] 1669 - 1670 - [[package]] 1671 - name = "md5" 1672 - version = "0.7.0" 1673 - source = "registry+https://github.com/rust-lang/crates.io-index" 1674 - checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" 1675 - 1676 - [[package]] 1677 - name = "memchr" 1678 - version = "2.7.4" 1679 - source = "registry+https://github.com/rust-lang/crates.io-index" 1680 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 1681 - 1682 - [[package]] 1683 - name = "memo-map" 1684 - version = "0.3.2" 1685 - source = "registry+https://github.com/rust-lang/crates.io-index" 1686 - checksum = "374c335b2df19e62d4cb323103473cbc6510980253119180de862d89184f6a83" 1687 - 1688 - [[package]] 1689 - name = "mime" 1690 - version = "0.3.17" 1691 - source = "registry+https://github.com/rust-lang/crates.io-index" 1692 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1693 - 1694 - [[package]] 1695 - name = "minijinja" 1696 - version = "1.0.12" 1697 - source = "registry+https://github.com/rust-lang/crates.io-index" 1698 - checksum = "6fe0ff215195a22884d867b547c70a0c4815cbbcc70991f281dca604b20d10ce" 1699 - dependencies = [ 1700 - "memo-map", 1701 - "self_cell", 1702 - "serde", 1703 - ] 1704 - 1705 - [[package]] 1706 - name = "minimal-lexical" 1707 - version = "0.2.1" 1708 - source = "registry+https://github.com/rust-lang/crates.io-index" 1709 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1710 - 1711 - [[package]] 1712 - name = "miniz_oxide" 1713 - version = "0.7.2" 1714 - source = "registry+https://github.com/rust-lang/crates.io-index" 1715 - checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" 1716 - dependencies = [ 1717 - "adler", 1718 - ] 1719 - 1720 - [[package]] 1721 - name = "mio" 1722 - version = "0.8.11" 1723 - source = "registry+https://github.com/rust-lang/crates.io-index" 1724 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 1725 - dependencies = [ 1726 - "libc", 1727 - "log", 1728 - "wasi", 1729 - "windows-sys 0.48.0", 1730 - ] 1731 - 1732 - [[package]] 1733 - name = "monostate" 1734 - version = "0.1.11" 1735 - source = "registry+https://github.com/rust-lang/crates.io-index" 1736 - checksum = "878c2a1f1c70e5724fa28f101ca787b6a7e8ad5c5e4ae4ca3b0fa4a419fa9075" 1737 - dependencies = [ 1738 - "monostate-impl", 1739 - "serde", 1740 - ] 1741 - 1742 - [[package]] 1743 - name = "monostate-impl" 1744 - version = "0.1.11" 1745 - source = "registry+https://github.com/rust-lang/crates.io-index" 1746 - checksum = "f686d68a09079e63b1d2c64aa305095887ce50565f00a922ebfaeeee0d9ba6ce" 1747 - dependencies = [ 1748 - "proc-macro2", 1749 - "quote", 1750 - "syn 2.0.52", 1751 - ] 1752 - 1753 - [[package]] 1754 - name = "native-tls" 1755 - version = "0.2.11" 1756 - source = "registry+https://github.com/rust-lang/crates.io-index" 1757 - checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 1758 - dependencies = [ 1759 - "lazy_static", 1760 - "libc", 1761 - "log", 1762 - "openssl", 1763 - "openssl-probe", 1764 - "openssl-sys", 1765 - "schannel", 1766 - "security-framework", 1767 - "security-framework-sys", 1768 - "tempfile", 1769 - ] 1770 - 1771 - [[package]] 1772 - name = "newline-converter" 1773 - version = "0.2.2" 1774 - source = "registry+https://github.com/rust-lang/crates.io-index" 1775 - checksum = "1f71d09d5c87634207f894c6b31b6a2b2c64ea3bdcf71bd5599fdbbe1600c00f" 1776 - dependencies = [ 1777 - "unicode-segmentation", 1778 - ] 1779 - 1780 - [[package]] 1781 - name = "nix" 1782 - version = "0.28.0" 1783 - source = "registry+https://github.com/rust-lang/crates.io-index" 1784 - checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" 1785 - dependencies = [ 1786 - "bitflags 2.4.2", 1787 - "cfg-if", 1788 - "cfg_aliases", 1789 - "libc", 1790 - ] 1791 - 1792 - [[package]] 1793 - name = "nom" 1794 - version = "7.1.3" 1795 - source = "registry+https://github.com/rust-lang/crates.io-index" 1796 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1797 - dependencies = [ 1798 - "memchr", 1799 - "minimal-lexical", 1800 - ] 1801 - 1802 - [[package]] 1803 - name = "nu-ansi-term" 1804 - version = "0.46.0" 1805 - source = "registry+https://github.com/rust-lang/crates.io-index" 1806 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1807 - dependencies = [ 1808 - "overload", 1809 - "winapi", 1810 - ] 1811 - 1812 - [[package]] 1813 - name = "num-bigint-dig" 1814 - version = "0.8.4" 1815 - source = "registry+https://github.com/rust-lang/crates.io-index" 1816 - checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 1817 - dependencies = [ 1818 - "byteorder", 1819 - "lazy_static", 1820 - "libm", 1821 - "num-integer", 1822 - "num-iter", 1823 - "num-traits", 1824 - "rand", 1825 - "smallvec", 1826 - "zeroize", 1827 - ] 1828 - 1829 - [[package]] 1830 - name = "num-conv" 1831 - version = "0.1.0" 1832 - source = "registry+https://github.com/rust-lang/crates.io-index" 1833 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1834 - 1835 - [[package]] 1836 - name = "num-integer" 1837 - version = "0.1.46" 1838 - source = "registry+https://github.com/rust-lang/crates.io-index" 1839 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1840 - dependencies = [ 1841 - "num-traits", 1842 - ] 1843 - 1844 - [[package]] 1845 - name = "num-iter" 1846 - version = "0.1.44" 1847 - source = "registry+https://github.com/rust-lang/crates.io-index" 1848 - checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9" 1849 - dependencies = [ 1850 - "autocfg", 1851 - "num-integer", 1852 - "num-traits", 1853 - ] 1854 - 1855 - [[package]] 1856 - name = "num-traits" 1857 - version = "0.2.18" 1858 - source = "registry+https://github.com/rust-lang/crates.io-index" 1859 - checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" 1860 - dependencies = [ 1861 - "autocfg", 1862 - "libm", 1863 - ] 1864 - 1865 - [[package]] 1866 - name = "num_cpus" 1867 - version = "1.16.0" 1868 - source = "registry+https://github.com/rust-lang/crates.io-index" 1869 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1870 - dependencies = [ 1871 - "hermit-abi", 1872 - "libc", 1873 - ] 1874 - 1875 - [[package]] 1876 - name = "number_prefix" 1877 - version = "0.4.0" 1878 - source = "registry+https://github.com/rust-lang/crates.io-index" 1879 - checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 1880 - 1881 - [[package]] 1882 - name = "object" 1883 - version = "0.32.2" 1884 - source = "registry+https://github.com/rust-lang/crates.io-index" 1885 - checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 1886 - dependencies = [ 1887 - "memchr", 1888 - ] 1889 - 1890 - [[package]] 1891 - name = "once_cell" 1892 - version = "1.19.0" 1893 - source = "registry+https://github.com/rust-lang/crates.io-index" 1894 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 1895 - 1896 - [[package]] 1897 - name = "onig" 1898 - version = "6.4.0" 1899 - source = "registry+https://github.com/rust-lang/crates.io-index" 1900 - checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f" 1901 - dependencies = [ 1902 - "bitflags 1.3.2", 1903 - "libc", 1904 - "once_cell", 1905 - "onig_sys", 1906 - ] 1907 - 1908 - [[package]] 1909 - name = "onig_sys" 1910 - version = "69.8.1" 1911 - source = "registry+https://github.com/rust-lang/crates.io-index" 1912 - checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7" 1913 - dependencies = [ 1914 - "cc", 1915 - "pkg-config", 1916 - ] 1917 - 1918 - [[package]] 1919 - name = "openssl" 1920 - version = "0.10.64" 1921 - source = "registry+https://github.com/rust-lang/crates.io-index" 1922 - checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" 1923 - dependencies = [ 1924 - "bitflags 2.4.2", 1925 - "cfg-if", 1926 - "foreign-types", 1927 - "libc", 1928 - "once_cell", 1929 - "openssl-macros", 1930 - "openssl-sys", 1931 - ] 1932 - 1933 - [[package]] 1934 - name = "openssl-macros" 1935 - version = "0.1.1" 1936 - source = "registry+https://github.com/rust-lang/crates.io-index" 1937 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1938 - dependencies = [ 1939 - "proc-macro2", 1940 - "quote", 1941 - "syn 2.0.52", 1942 - ] 1943 - 1944 - [[package]] 1945 - name = "openssl-probe" 1946 - version = "0.1.5" 1947 - source = "registry+https://github.com/rust-lang/crates.io-index" 1948 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1949 - 1950 - [[package]] 1951 - name = "openssl-src" 1952 - version = "300.2.3+3.2.1" 1953 - source = "registry+https://github.com/rust-lang/crates.io-index" 1954 - checksum = "5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843" 1955 - dependencies = [ 1956 - "cc", 1957 - ] 1958 - 1959 - [[package]] 1960 - name = "openssl-sys" 1961 - version = "0.9.101" 1962 - source = "registry+https://github.com/rust-lang/crates.io-index" 1963 - checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff" 1964 - dependencies = [ 1965 - "cc", 1966 - "libc", 1967 - "openssl-src", 1968 - "pkg-config", 1969 - "vcpkg", 1970 - ] 1971 - 1972 - [[package]] 1973 - name = "option-ext" 1974 - version = "0.2.0" 1975 - source = "registry+https://github.com/rust-lang/crates.io-index" 1976 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 1977 - 1978 - [[package]] 1979 - name = "ordered-float" 1980 - version = "4.2.1" 1981 - source = "registry+https://github.com/rust-lang/crates.io-index" 1982 - checksum = "19ff2cf528c6c03d9ed653d6c4ce1dc0582dc4af309790ad92f07c1cd551b0be" 1983 - dependencies = [ 1984 - "num-traits", 1985 - ] 1986 - 1987 - [[package]] 1988 - name = "overload" 1989 - version = "0.1.1" 1990 - source = "registry+https://github.com/rust-lang/crates.io-index" 1991 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1992 - 1993 - [[package]] 1994 - name = "parking_lot" 1995 - version = "0.12.1" 1996 - source = "registry+https://github.com/rust-lang/crates.io-index" 1997 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1998 - dependencies = [ 1999 - "lock_api", 2000 - "parking_lot_core", 2001 - ] 2002 - 2003 - [[package]] 2004 - name = "parking_lot_core" 2005 - version = "0.9.9" 2006 - source = "registry+https://github.com/rust-lang/crates.io-index" 2007 - checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 2008 - dependencies = [ 2009 - "cfg-if", 2010 - "libc", 2011 - "redox_syscall", 2012 - "smallvec", 2013 - "windows-targets 0.48.5", 2014 - ] 2015 - 2016 - [[package]] 2017 - name = "paste" 2018 - version = "1.0.14" 2019 - source = "registry+https://github.com/rust-lang/crates.io-index" 2020 - checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 2021 - 2022 - [[package]] 2023 - name = "pem-rfc7468" 2024 - version = "0.7.0" 2025 - source = "registry+https://github.com/rust-lang/crates.io-index" 2026 - checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 2027 - dependencies = [ 2028 - "base64ct", 2029 - ] 2030 - 2031 - [[package]] 2032 - name = "percent-encoding" 2033 - version = "2.3.1" 2034 - source = "registry+https://github.com/rust-lang/crates.io-index" 2035 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2036 - 2037 - [[package]] 2038 - name = "pgml" 2039 - version = "1.0.4" 2040 - source = "registry+https://github.com/rust-lang/crates.io-index" 2041 - checksum = "94d4491d88033630eaf6e125d890051e1dc6481ebbcb5b3a41fc69028102291b" 2042 - dependencies = [ 2043 - "anyhow", 2044 - "async-trait", 2045 - "chrono", 2046 - "clap", 2047 - "colored", 2048 - "ctrlc", 2049 - "futures", 2050 - "indicatif", 2051 - "inquire", 2052 - "is-terminal", 2053 - "itertools 0.10.5", 2054 - "lopdf", 2055 - "md5", 2056 - "once_cell", 2057 - "parking_lot", 2058 - "regex", 2059 - "reqwest", 2060 - "sea-query", 2061 - "sea-query-binder", 2062 - "serde", 2063 - "serde_json", 2064 - "serde_with", 2065 - "sqlx", 2066 - "tokio", 2067 - "tracing", 2068 - "tracing-subscriber", 2069 - "url", 2070 - "uuid", 2071 - "walkdir", 2072 - ] 2073 - 2074 - [[package]] 2075 - name = "pin-project-lite" 2076 - version = "0.2.13" 2077 - source = "registry+https://github.com/rust-lang/crates.io-index" 2078 - checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 2079 - 2080 - [[package]] 2081 - name = "pin-utils" 2082 - version = "0.1.0" 2083 - source = "registry+https://github.com/rust-lang/crates.io-index" 2084 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2085 - 2086 - [[package]] 2087 - name = "pkcs1" 2088 - version = "0.7.5" 2089 - source = "registry+https://github.com/rust-lang/crates.io-index" 2090 - checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 2091 - dependencies = [ 2092 - "der", 2093 - "pkcs8", 2094 - "spki", 2095 - ] 2096 - 2097 - [[package]] 2098 - name = "pkcs8" 2099 - version = "0.10.2" 2100 - source = "registry+https://github.com/rust-lang/crates.io-index" 2101 - checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 2102 - dependencies = [ 2103 - "der", 2104 - "spki", 2105 - ] 2106 - 2107 - [[package]] 2108 - name = "pkg-config" 2109 - version = "0.3.30" 2110 - source = "registry+https://github.com/rust-lang/crates.io-index" 2111 - checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 2112 - 2113 - [[package]] 2114 - name = "portable-atomic" 2115 - version = "1.6.0" 2116 - source = "registry+https://github.com/rust-lang/crates.io-index" 2117 - checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" 2118 - 2119 - [[package]] 2120 - name = "powerfmt" 2121 - version = "0.2.0" 2122 - source = "registry+https://github.com/rust-lang/crates.io-index" 2123 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2124 - 2125 - [[package]] 2126 - name = "ppv-lite86" 2127 - version = "0.2.17" 2128 - source = "registry+https://github.com/rust-lang/crates.io-index" 2129 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 2130 - 2131 - [[package]] 2132 - name = "predicates" 2133 - version = "3.1.0" 2134 - source = "registry+https://github.com/rust-lang/crates.io-index" 2135 - checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8" 2136 - dependencies = [ 2137 - "anstyle", 2138 - "difflib", 2139 - "predicates-core", 2140 - ] 2141 - 2142 - [[package]] 2143 - name = "predicates-core" 2144 - version = "1.0.6" 2145 - source = "registry+https://github.com/rust-lang/crates.io-index" 2146 - checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" 2147 - 2148 - [[package]] 2149 - name = "predicates-tree" 2150 - version = "1.0.9" 2151 - source = "registry+https://github.com/rust-lang/crates.io-index" 2152 - checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" 2153 - dependencies = [ 2154 - "predicates-core", 2155 - "termtree", 2156 - ] 2157 - 2158 - [[package]] 2159 - name = "prettyplease" 2160 - version = "0.2.16" 2161 - source = "registry+https://github.com/rust-lang/crates.io-index" 2162 - checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5" 2163 - dependencies = [ 2164 - "proc-macro2", 2165 - "syn 2.0.52", 2166 - ] 2167 - 2168 - [[package]] 2169 - name = "proc-macro2" 2170 - version = "1.0.79" 2171 - source = "registry+https://github.com/rust-lang/crates.io-index" 2172 - checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" 2173 - dependencies = [ 2174 - "unicode-ident", 2175 - ] 2176 - 2177 - [[package]] 2178 - name = "quote" 2179 - version = "1.0.35" 2180 - source = "registry+https://github.com/rust-lang/crates.io-index" 2181 - checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 2182 - dependencies = [ 2183 - "proc-macro2", 2184 - ] 2185 - 2186 - [[package]] 2187 - name = "rand" 2188 - version = "0.8.5" 2189 - source = "registry+https://github.com/rust-lang/crates.io-index" 2190 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2191 - dependencies = [ 2192 - "libc", 2193 - "rand_chacha", 2194 - "rand_core", 2195 - ] 2196 - 2197 - [[package]] 2198 - name = "rand_chacha" 2199 - version = "0.3.1" 2200 - source = "registry+https://github.com/rust-lang/crates.io-index" 2201 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2202 - dependencies = [ 2203 - "ppv-lite86", 2204 - "rand_core", 2205 - ] 2206 - 2207 - [[package]] 2208 - name = "rand_core" 2209 - version = "0.6.4" 2210 - source = "registry+https://github.com/rust-lang/crates.io-index" 2211 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2212 - dependencies = [ 2213 - "getrandom", 2214 - ] 2215 - 2216 - [[package]] 2217 - name = "rayon" 2218 - version = "1.9.0" 2219 - source = "registry+https://github.com/rust-lang/crates.io-index" 2220 - checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" 2221 - dependencies = [ 2222 - "either", 2223 - "rayon-core", 2224 - ] 2225 - 2226 - [[package]] 2227 - name = "rayon-cond" 2228 - version = "0.3.0" 2229 - source = "registry+https://github.com/rust-lang/crates.io-index" 2230 - checksum = "059f538b55efd2309c9794130bc149c6a553db90e9d99c2030785c82f0bd7df9" 2231 - dependencies = [ 2232 - "either", 2233 - "itertools 0.11.0", 2234 - "rayon", 2235 - ] 2236 - 2237 - [[package]] 2238 - name = "rayon-core" 2239 - version = "1.12.1" 2240 - source = "registry+https://github.com/rust-lang/crates.io-index" 2241 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 2242 - dependencies = [ 2243 - "crossbeam-deque", 2244 - "crossbeam-utils", 2245 - ] 2246 - 2247 - [[package]] 2248 - name = "redox_syscall" 2249 - version = "0.4.1" 2250 - source = "registry+https://github.com/rust-lang/crates.io-index" 2251 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 2252 - dependencies = [ 2253 - "bitflags 1.3.2", 2254 - ] 2255 - 2256 - [[package]] 2257 - name = "redox_users" 2258 - version = "0.4.4" 2259 - source = "registry+https://github.com/rust-lang/crates.io-index" 2260 - checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" 2261 - dependencies = [ 2262 - "getrandom", 2263 - "libredox", 2264 - "thiserror", 2265 - ] 2266 - 2267 - [[package]] 2268 - name = "regex" 2269 - version = "1.10.6" 2270 - source = "registry+https://github.com/rust-lang/crates.io-index" 2271 - checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" 2272 - dependencies = [ 2273 - "aho-corasick", 2274 - "memchr", 2275 - "regex-automata 0.4.6", 2276 - "regex-syntax 0.8.2", 2277 - ] 2278 - 2279 - [[package]] 2280 - name = "regex-automata" 2281 - version = "0.1.10" 2282 - source = "registry+https://github.com/rust-lang/crates.io-index" 2283 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2284 - dependencies = [ 2285 - "regex-syntax 0.6.29", 2286 - ] 2287 - 2288 - [[package]] 2289 - name = "regex-automata" 2290 - version = "0.4.6" 2291 - source = "registry+https://github.com/rust-lang/crates.io-index" 2292 - checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 2293 - dependencies = [ 2294 - "aho-corasick", 2295 - "memchr", 2296 - "regex-syntax 0.8.2", 2297 - ] 2298 - 2299 - [[package]] 2300 - name = "regex-syntax" 2301 - version = "0.6.29" 2302 - source = "registry+https://github.com/rust-lang/crates.io-index" 2303 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2304 - 2305 - [[package]] 2306 - name = "regex-syntax" 2307 - version = "0.7.5" 2308 - source = "registry+https://github.com/rust-lang/crates.io-index" 2309 - checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 2310 - 2311 - [[package]] 2312 - name = "regex-syntax" 2313 - version = "0.8.2" 2314 - source = "registry+https://github.com/rust-lang/crates.io-index" 2315 - checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 2316 - 2317 - [[package]] 2318 - name = "reqwest" 2319 - version = "0.11.26" 2320 - source = "registry+https://github.com/rust-lang/crates.io-index" 2321 - checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2" 2322 - dependencies = [ 2323 - "base64 0.21.7", 2324 - "bytes", 2325 - "encoding_rs", 2326 - "futures-core", 2327 - "futures-util", 2328 - "h2", 2329 - "http 0.2.12", 2330 - "http-body", 2331 - "hyper", 2332 - "hyper-tls", 2333 - "ipnet", 2334 - "js-sys", 2335 - "log", 2336 - "mime", 2337 - "native-tls", 2338 - "once_cell", 2339 - "percent-encoding", 2340 - "pin-project-lite", 2341 - "rustls-pemfile", 2342 - "serde", 2343 - "serde_json", 2344 - "serde_urlencoded", 2345 - "sync_wrapper", 2346 - "system-configuration", 2347 - "tokio", 2348 - "tokio-native-tls", 2349 - "tower-service", 2350 - "url", 2351 - "wasm-bindgen", 2352 - "wasm-bindgen-futures", 2353 - "web-sys", 2354 - "winreg", 2355 - ] 2356 - 2357 - [[package]] 2358 - name = "ring" 2359 - version = "0.17.8" 2360 - source = "registry+https://github.com/rust-lang/crates.io-index" 2361 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 2362 - dependencies = [ 2363 - "cc", 2364 - "cfg-if", 2365 - "getrandom", 2366 - "libc", 2367 - "spin 0.9.8", 2368 - "untrusted", 2369 - "windows-sys 0.52.0", 2370 - ] 2371 - 2372 - [[package]] 2373 - name = "ropey" 2374 - version = "1.6.1" 2375 - source = "registry+https://github.com/rust-lang/crates.io-index" 2376 - checksum = "93411e420bcd1a75ddd1dc3caf18c23155eda2c090631a85af21ba19e97093b5" 2377 - dependencies = [ 2378 - "smallvec", 2379 - "str_indices", 2380 - ] 2381 - 2382 - [[package]] 2383 - name = "rsa" 2384 - version = "0.9.6" 2385 - source = "registry+https://github.com/rust-lang/crates.io-index" 2386 - checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" 2387 - dependencies = [ 2388 - "const-oid", 2389 - "digest", 2390 - "num-bigint-dig", 2391 - "num-integer", 2392 - "num-traits", 2393 - "pkcs1", 2394 - "pkcs8", 2395 - "rand_core", 2396 - "signature", 2397 - "spki", 2398 - "subtle", 2399 - "zeroize", 2400 - ] 2401 - 2402 - [[package]] 2403 - name = "rustc-demangle" 2404 - version = "0.1.23" 2405 - source = "registry+https://github.com/rust-lang/crates.io-index" 2406 - checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 2407 - 2408 - [[package]] 2409 - name = "rustc-hash" 2410 - version = "1.1.0" 2411 - source = "registry+https://github.com/rust-lang/crates.io-index" 2412 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2413 - 2414 - [[package]] 2415 - name = "rustix" 2416 - version = "0.38.31" 2417 - source = "registry+https://github.com/rust-lang/crates.io-index" 2418 - checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" 2419 - dependencies = [ 2420 - "bitflags 2.4.2", 2421 - "errno", 2422 - "libc", 2423 - "linux-raw-sys", 2424 - "windows-sys 0.52.0", 2425 - ] 2426 - 2427 - [[package]] 2428 - name = "rustls" 2429 - version = "0.21.10" 2430 - source = "registry+https://github.com/rust-lang/crates.io-index" 2431 - checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" 2432 - dependencies = [ 2433 - "ring", 2434 - "rustls-webpki 0.101.7", 2435 - "sct", 2436 - ] 2437 - 2438 - [[package]] 2439 - name = "rustls" 2440 - version = "0.22.2" 2441 - source = "registry+https://github.com/rust-lang/crates.io-index" 2442 - checksum = "e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41" 2443 - dependencies = [ 2444 - "log", 2445 - "ring", 2446 - "rustls-pki-types", 2447 - "rustls-webpki 0.102.2", 2448 - "subtle", 2449 - "zeroize", 2450 - ] 2451 - 2452 - [[package]] 2453 - name = "rustls-pemfile" 2454 - version = "1.0.4" 2455 - source = "registry+https://github.com/rust-lang/crates.io-index" 2456 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 2457 - dependencies = [ 2458 - "base64 0.21.7", 2459 - ] 2460 - 2461 - [[package]] 2462 - name = "rustls-pki-types" 2463 - version = "1.3.1" 2464 - source = "registry+https://github.com/rust-lang/crates.io-index" 2465 - checksum = "5ede67b28608b4c60685c7d54122d4400d90f62b40caee7700e700380a390fa8" 2466 - 2467 - [[package]] 2468 - name = "rustls-webpki" 2469 - version = "0.101.7" 2470 - source = "registry+https://github.com/rust-lang/crates.io-index" 2471 - checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 2472 - dependencies = [ 2473 - "ring", 2474 - "untrusted", 2475 - ] 2476 - 2477 - [[package]] 2478 - name = "rustls-webpki" 2479 - version = "0.102.2" 2480 - source = "registry+https://github.com/rust-lang/crates.io-index" 2481 - checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610" 2482 - dependencies = [ 2483 - "ring", 2484 - "rustls-pki-types", 2485 - "untrusted", 2486 - ] 2487 - 2488 - [[package]] 2489 - name = "rustversion" 2490 - version = "1.0.17" 2491 - source = "registry+https://github.com/rust-lang/crates.io-index" 2492 - checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 2493 - 2494 - [[package]] 2495 - name = "ryu" 2496 - version = "1.0.17" 2497 - source = "registry+https://github.com/rust-lang/crates.io-index" 2498 - checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" 2499 - 2500 - [[package]] 2501 - name = "same-file" 2502 - version = "1.0.6" 2503 - source = "registry+https://github.com/rust-lang/crates.io-index" 2504 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2505 - dependencies = [ 2506 - "winapi-util", 2507 - ] 2508 - 2509 - [[package]] 2510 - name = "schannel" 2511 - version = "0.1.23" 2512 - source = "registry+https://github.com/rust-lang/crates.io-index" 2513 - checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 2514 - dependencies = [ 2515 - "windows-sys 0.52.0", 2516 - ] 2517 - 2518 - [[package]] 2519 - name = "scopeguard" 2520 - version = "1.2.0" 2521 - source = "registry+https://github.com/rust-lang/crates.io-index" 2522 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2523 - 2524 - [[package]] 2525 - name = "sct" 2526 - version = "0.7.1" 2527 - source = "registry+https://github.com/rust-lang/crates.io-index" 2528 - checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 2529 - dependencies = [ 2530 - "ring", 2531 - "untrusted", 2532 - ] 2533 - 2534 - [[package]] 2535 - name = "sea-query" 2536 - version = "0.30.7" 2537 - source = "registry+https://github.com/rust-lang/crates.io-index" 2538 - checksum = "4166a1e072292d46dc91f31617c2a1cdaf55a8be4b5c9f4bf2ba248e3ac4999b" 2539 - dependencies = [ 2540 - "inherent", 2541 - "sea-query-attr", 2542 - "sea-query-derive", 2543 - "serde_json", 2544 - "uuid", 2545 - ] 2546 - 2547 - [[package]] 2548 - name = "sea-query-attr" 2549 - version = "0.1.1" 2550 - source = "registry+https://github.com/rust-lang/crates.io-index" 2551 - checksum = "878cf3d57f0e5bfacd425cdaccc58b4c06d68a7b71c63fc28710a20c88676808" 2552 - dependencies = [ 2553 - "darling 0.14.4", 2554 - "heck 0.4.1", 2555 - "quote", 2556 - "syn 1.0.109", 2557 - ] 2558 - 2559 - [[package]] 2560 - name = "sea-query-binder" 2561 - version = "0.5.0" 2562 - source = "registry+https://github.com/rust-lang/crates.io-index" 2563 - checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9" 2564 - dependencies = [ 2565 - "sea-query", 2566 - "serde_json", 2567 - "sqlx", 2568 - "uuid", 2569 - ] 2570 - 2571 - [[package]] 2572 - name = "sea-query-derive" 2573 - version = "0.4.1" 2574 - source = "registry+https://github.com/rust-lang/crates.io-index" 2575 - checksum = "25a82fcb49253abcb45cdcb2adf92956060ec0928635eb21b4f7a6d8f25ab0bc" 2576 - dependencies = [ 2577 - "heck 0.4.1", 2578 - "proc-macro2", 2579 - "quote", 2580 - "syn 2.0.52", 2581 - "thiserror", 2582 - ] 2583 - 2584 - [[package]] 2585 - name = "security-framework" 2586 - version = "2.9.2" 2587 - source = "registry+https://github.com/rust-lang/crates.io-index" 2588 - checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 2589 - dependencies = [ 2590 - "bitflags 1.3.2", 2591 - "core-foundation", 2592 - "core-foundation-sys", 2593 - "libc", 2594 - "security-framework-sys", 2595 - ] 2596 - 2597 - [[package]] 2598 - name = "security-framework-sys" 2599 - version = "2.9.1" 2600 - source = "registry+https://github.com/rust-lang/crates.io-index" 2601 - checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 2602 - dependencies = [ 2603 - "core-foundation-sys", 2604 - "libc", 2605 - ] 2606 - 2607 - [[package]] 2608 - name = "self_cell" 2609 - version = "1.0.3" 2610 - source = "registry+https://github.com/rust-lang/crates.io-index" 2611 - checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba" 2612 - 2613 - [[package]] 2614 - name = "serde" 2615 - version = "1.0.197" 2616 - source = "registry+https://github.com/rust-lang/crates.io-index" 2617 - checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" 2618 - dependencies = [ 2619 - "serde_derive", 2620 - ] 2621 - 2622 - [[package]] 2623 - name = "serde_derive" 2624 - version = "1.0.197" 2625 - source = "registry+https://github.com/rust-lang/crates.io-index" 2626 - checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" 2627 - dependencies = [ 2628 - "proc-macro2", 2629 - "quote", 2630 - "syn 2.0.52", 2631 - ] 2632 - 2633 - [[package]] 2634 - name = "serde_json" 2635 - version = "1.0.114" 2636 - source = "registry+https://github.com/rust-lang/crates.io-index" 2637 - checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" 2638 - dependencies = [ 2639 - "itoa", 2640 - "ryu", 2641 - "serde", 2642 - ] 2643 - 2644 - [[package]] 2645 - name = "serde_repr" 2646 - version = "0.1.18" 2647 - source = "registry+https://github.com/rust-lang/crates.io-index" 2648 - checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb" 2649 - dependencies = [ 2650 - "proc-macro2", 2651 - "quote", 2652 - "syn 2.0.52", 2653 - ] 2654 - 2655 - [[package]] 2656 - name = "serde_urlencoded" 2657 - version = "0.7.1" 2658 - source = "registry+https://github.com/rust-lang/crates.io-index" 2659 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2660 - dependencies = [ 2661 - "form_urlencoded", 2662 - "itoa", 2663 - "ryu", 2664 - "serde", 2665 - ] 2666 - 2667 - [[package]] 2668 - name = "serde_with" 2669 - version = "3.8.1" 2670 - source = "registry+https://github.com/rust-lang/crates.io-index" 2671 - checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20" 2672 - dependencies = [ 2673 - "base64 0.22.1", 2674 - "chrono", 2675 - "hex", 2676 - "indexmap 1.9.3", 2677 - "indexmap 2.2.5", 2678 - "serde", 2679 - "serde_derive", 2680 - "serde_json", 2681 - "serde_with_macros", 2682 - "time", 2683 - ] 2684 - 2685 - [[package]] 2686 - name = "serde_with_macros" 2687 - version = "3.8.1" 2688 - source = "registry+https://github.com/rust-lang/crates.io-index" 2689 - checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2" 2690 - dependencies = [ 2691 - "darling 0.20.9", 2692 - "proc-macro2", 2693 - "quote", 2694 - "syn 2.0.52", 2695 - ] 2696 - 2697 - [[package]] 2698 - name = "sha1" 2699 - version = "0.10.6" 2700 - source = "registry+https://github.com/rust-lang/crates.io-index" 2701 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2702 - dependencies = [ 2703 - "cfg-if", 2704 - "cpufeatures", 2705 - "digest", 2706 - ] 2707 - 2708 - [[package]] 2709 - name = "sha2" 2710 - version = "0.10.8" 2711 - source = "registry+https://github.com/rust-lang/crates.io-index" 2712 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 2713 - dependencies = [ 2714 - "cfg-if", 2715 - "cpufeatures", 2716 - "digest", 2717 - ] 2718 - 2719 - [[package]] 2720 - name = "sharded-slab" 2721 - version = "0.1.7" 2722 - source = "registry+https://github.com/rust-lang/crates.io-index" 2723 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2724 - dependencies = [ 2725 - "lazy_static", 2726 - ] 2727 - 2728 - [[package]] 2729 - name = "shlex" 2730 - version = "1.3.0" 2731 - source = "registry+https://github.com/rust-lang/crates.io-index" 2732 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2733 - 2734 - [[package]] 2735 - name = "signal-hook" 2736 - version = "0.3.17" 2737 - source = "registry+https://github.com/rust-lang/crates.io-index" 2738 - checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 2739 - dependencies = [ 2740 - "libc", 2741 - "signal-hook-registry", 2742 - ] 2743 - 2744 - [[package]] 2745 - name = "signal-hook-mio" 2746 - version = "0.2.3" 2747 - source = "registry+https://github.com/rust-lang/crates.io-index" 2748 - checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 2749 - dependencies = [ 2750 - "libc", 2751 - "mio", 2752 - "signal-hook", 2753 - ] 2754 - 2755 - [[package]] 2756 - name = "signal-hook-registry" 2757 - version = "1.4.1" 2758 - source = "registry+https://github.com/rust-lang/crates.io-index" 2759 - checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 2760 - dependencies = [ 2761 - "libc", 2762 - ] 2763 - 2764 - [[package]] 2765 - name = "signature" 2766 - version = "2.2.0" 2767 - source = "registry+https://github.com/rust-lang/crates.io-index" 2768 - checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 2769 - dependencies = [ 2770 - "digest", 2771 - "rand_core", 2772 - ] 2773 - 2774 - [[package]] 2775 - name = "simsimd" 2776 - version = "4.4.0" 2777 - source = "registry+https://github.com/rust-lang/crates.io-index" 2778 - checksum = "efc843bc8f12d9c8e6b734a0fe8918fc497b42f6ae0f347dbfdad5b5138ab9b4" 2779 - dependencies = [ 2780 - "cc", 2781 - ] 2782 - 2783 - [[package]] 2784 - name = "slab" 2785 - version = "0.4.9" 2786 - source = "registry+https://github.com/rust-lang/crates.io-index" 2787 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2788 - dependencies = [ 2789 - "autocfg", 2790 - ] 2791 - 2792 - [[package]] 2793 - name = "smallvec" 2794 - version = "1.13.1" 2795 - source = "registry+https://github.com/rust-lang/crates.io-index" 2796 - checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" 2797 - 2798 - [[package]] 2799 - name = "socket2" 2800 - version = "0.5.6" 2801 - source = "registry+https://github.com/rust-lang/crates.io-index" 2802 - checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" 2803 - dependencies = [ 2804 - "libc", 2805 - "windows-sys 0.52.0", 2806 - ] 2807 - 2808 - [[package]] 2809 - name = "socks" 2810 - version = "0.3.4" 2811 - source = "registry+https://github.com/rust-lang/crates.io-index" 2812 - checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b" 2813 - dependencies = [ 2814 - "byteorder", 2815 - "libc", 2816 - "winapi", 2817 - ] 2818 - 2819 - [[package]] 2820 - name = "spin" 2821 - version = "0.5.2" 2822 - source = "registry+https://github.com/rust-lang/crates.io-index" 2823 - checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 2824 - 2825 - [[package]] 2826 - name = "spin" 2827 - version = "0.9.8" 2828 - source = "registry+https://github.com/rust-lang/crates.io-index" 2829 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2830 - dependencies = [ 2831 - "lock_api", 2832 - ] 2833 - 2834 - [[package]] 2835 - name = "spki" 2836 - version = "0.7.3" 2837 - source = "registry+https://github.com/rust-lang/crates.io-index" 2838 - checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 2839 - dependencies = [ 2840 - "base64ct", 2841 - "der", 2842 - ] 2843 - 2844 - [[package]] 2845 - name = "splitter-tree-sitter" 2846 - version = "0.1.0" 2847 - dependencies = [ 2848 - "cc", 2849 - "thiserror", 2850 - "tree-sitter", 2851 - "tree-sitter-rust", 2852 - "tree-sitter-zig", 2853 - ] 2854 - 2855 - [[package]] 2856 - name = "spm_precompiled" 2857 - version = "0.1.4" 2858 - source = "registry+https://github.com/rust-lang/crates.io-index" 2859 - checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326" 2860 - dependencies = [ 2861 - "base64 0.13.1", 2862 - "nom", 2863 - "serde", 2864 - "unicode-segmentation", 2865 - ] 2866 - 2867 - [[package]] 2868 - name = "sqlformat" 2869 - version = "0.2.3" 2870 - source = "registry+https://github.com/rust-lang/crates.io-index" 2871 - checksum = "ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c" 2872 - dependencies = [ 2873 - "itertools 0.12.1", 2874 - "nom", 2875 - "unicode_categories", 2876 - ] 2877 - 2878 - [[package]] 2879 - name = "sqlx" 2880 - version = "0.7.4" 2881 - source = "registry+https://github.com/rust-lang/crates.io-index" 2882 - checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa" 2883 - dependencies = [ 2884 - "sqlx-core", 2885 - "sqlx-macros", 2886 - "sqlx-mysql", 2887 - "sqlx-postgres", 2888 - "sqlx-sqlite", 2889 - ] 2890 - 2891 - [[package]] 2892 - name = "sqlx-core" 2893 - version = "0.7.4" 2894 - source = "registry+https://github.com/rust-lang/crates.io-index" 2895 - checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6" 2896 - dependencies = [ 2897 - "ahash", 2898 - "atoi", 2899 - "byteorder", 2900 - "bytes", 2901 - "crc", 2902 - "crossbeam-queue", 2903 - "either", 2904 - "event-listener", 2905 - "futures-channel", 2906 - "futures-core", 2907 - "futures-intrusive", 2908 - "futures-io", 2909 - "futures-util", 2910 - "hashlink", 2911 - "hex", 2912 - "indexmap 2.2.5", 2913 - "log", 2914 - "memchr", 2915 - "once_cell", 2916 - "paste", 2917 - "percent-encoding", 2918 - "rustls 0.21.10", 2919 - "rustls-pemfile", 2920 - "serde", 2921 - "serde_json", 2922 - "sha2", 2923 - "smallvec", 2924 - "sqlformat", 2925 - "thiserror", 2926 - "time", 2927 - "tokio", 2928 - "tokio-stream", 2929 - "tracing", 2930 - "url", 2931 - "uuid", 2932 - "webpki-roots 0.25.4", 2933 - ] 2934 - 2935 - [[package]] 2936 - name = "sqlx-macros" 2937 - version = "0.7.4" 2938 - source = "registry+https://github.com/rust-lang/crates.io-index" 2939 - checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127" 2940 - dependencies = [ 2941 - "proc-macro2", 2942 - "quote", 2943 - "sqlx-core", 2944 - "sqlx-macros-core", 2945 - "syn 1.0.109", 2946 - ] 2947 - 2948 - [[package]] 2949 - name = "sqlx-macros-core" 2950 - version = "0.7.4" 2951 - source = "registry+https://github.com/rust-lang/crates.io-index" 2952 - checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8" 2953 - dependencies = [ 2954 - "dotenvy", 2955 - "either", 2956 - "heck 0.4.1", 2957 - "hex", 2958 - "once_cell", 2959 - "proc-macro2", 2960 - "quote", 2961 - "serde", 2962 - "serde_json", 2963 - "sha2", 2964 - "sqlx-core", 2965 - "sqlx-mysql", 2966 - "sqlx-postgres", 2967 - "sqlx-sqlite", 2968 - "syn 1.0.109", 2969 - "tempfile", 2970 - "tokio", 2971 - "url", 2972 - ] 2973 - 2974 - [[package]] 2975 - name = "sqlx-mysql" 2976 - version = "0.7.4" 2977 - source = "registry+https://github.com/rust-lang/crates.io-index" 2978 - checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418" 2979 - dependencies = [ 2980 - "atoi", 2981 - "base64 0.21.7", 2982 - "bitflags 2.4.2", 2983 - "byteorder", 2984 - "bytes", 2985 - "crc", 2986 - "digest", 2987 - "dotenvy", 2988 - "either", 2989 - "futures-channel", 2990 - "futures-core", 2991 - "futures-io", 2992 - "futures-util", 2993 - "generic-array", 2994 - "hex", 2995 - "hkdf", 2996 - "hmac", 2997 - "itoa", 2998 - "log", 2999 - "md-5", 3000 - "memchr", 3001 - "once_cell", 3002 - "percent-encoding", 3003 - "rand", 3004 - "rsa", 3005 - "serde", 3006 - "sha1", 3007 - "sha2", 3008 - "smallvec", 3009 - "sqlx-core", 3010 - "stringprep", 3011 - "thiserror", 3012 - "time", 3013 - "tracing", 3014 - "uuid", 3015 - "whoami", 3016 - ] 3017 - 3018 - [[package]] 3019 - name = "sqlx-postgres" 3020 - version = "0.7.4" 3021 - source = "registry+https://github.com/rust-lang/crates.io-index" 3022 - checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e" 3023 - dependencies = [ 3024 - "atoi", 3025 - "base64 0.21.7", 3026 - "bitflags 2.4.2", 3027 - "byteorder", 3028 - "crc", 3029 - "dotenvy", 3030 - "etcetera", 3031 - "futures-channel", 3032 - "futures-core", 3033 - "futures-io", 3034 - "futures-util", 3035 - "hex", 3036 - "hkdf", 3037 - "hmac", 3038 - "home", 3039 - "itoa", 3040 - "log", 3041 - "md-5", 3042 - "memchr", 3043 - "once_cell", 3044 - "rand", 3045 - "serde", 3046 - "serde_json", 3047 - "sha2", 3048 - "smallvec", 3049 - "sqlx-core", 3050 - "stringprep", 3051 - "thiserror", 3052 - "time", 3053 - "tracing", 3054 - "uuid", 3055 - "whoami", 3056 - ] 3057 - 3058 - [[package]] 3059 - name = "sqlx-sqlite" 3060 - version = "0.7.4" 3061 - source = "registry+https://github.com/rust-lang/crates.io-index" 3062 - checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa" 3063 - dependencies = [ 3064 - "atoi", 3065 - "flume", 3066 - "futures-channel", 3067 - "futures-core", 3068 - "futures-executor", 3069 - "futures-intrusive", 3070 - "futures-util", 3071 - "libsqlite3-sys", 3072 - "log", 3073 - "percent-encoding", 3074 - "serde", 3075 - "sqlx-core", 3076 - "time", 3077 - "tracing", 3078 - "url", 3079 - "urlencoding", 3080 - "uuid", 3081 - ] 3082 - 3083 - [[package]] 3084 - name = "str_indices" 3085 - version = "0.4.3" 3086 - source = "registry+https://github.com/rust-lang/crates.io-index" 3087 - checksum = "e9557cb6521e8d009c51a8666f09356f4b817ba9ba0981a305bd86aee47bd35c" 3088 - 3089 - [[package]] 3090 - name = "stringprep" 3091 - version = "0.1.4" 3092 - source = "registry+https://github.com/rust-lang/crates.io-index" 3093 - checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6" 3094 - dependencies = [ 3095 - "finl_unicode", 3096 - "unicode-bidi", 3097 - "unicode-normalization", 3098 - ] 3099 - 3100 - [[package]] 3101 - name = "strsim" 3102 - version = "0.10.0" 3103 - source = "registry+https://github.com/rust-lang/crates.io-index" 3104 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 3105 - 3106 - [[package]] 3107 - name = "strsim" 3108 - version = "0.11.1" 3109 - source = "registry+https://github.com/rust-lang/crates.io-index" 3110 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3111 - 3112 - [[package]] 3113 - name = "strum" 3114 - version = "0.26.2" 3115 - source = "registry+https://github.com/rust-lang/crates.io-index" 3116 - checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" 3117 - dependencies = [ 3118 - "strum_macros", 3119 - ] 3120 - 3121 - [[package]] 3122 - name = "strum_macros" 3123 - version = "0.26.4" 3124 - source = "registry+https://github.com/rust-lang/crates.io-index" 3125 - checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 3126 - dependencies = [ 3127 - "heck 0.5.0", 3128 - "proc-macro2", 3129 - "quote", 3130 - "rustversion", 3131 - "syn 2.0.52", 3132 - ] 3133 - 3134 - [[package]] 3135 - name = "subtle" 3136 - version = "2.5.0" 3137 - source = "registry+https://github.com/rust-lang/crates.io-index" 3138 - checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 3139 - 3140 - [[package]] 3141 - name = "syn" 3142 - version = "1.0.109" 3143 - source = "registry+https://github.com/rust-lang/crates.io-index" 3144 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3145 - dependencies = [ 3146 - "proc-macro2", 3147 - "quote", 3148 - "unicode-ident", 3149 - ] 3150 - 3151 - [[package]] 3152 - name = "syn" 3153 - version = "2.0.52" 3154 - source = "registry+https://github.com/rust-lang/crates.io-index" 3155 - checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" 3156 - dependencies = [ 3157 - "proc-macro2", 3158 - "quote", 3159 - "unicode-ident", 3160 - ] 3161 - 3162 - [[package]] 3163 - name = "sync_wrapper" 3164 - version = "0.1.2" 3165 - source = "registry+https://github.com/rust-lang/crates.io-index" 3166 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 3167 - 3168 - [[package]] 3169 - name = "system-configuration" 3170 - version = "0.5.1" 3171 - source = "registry+https://github.com/rust-lang/crates.io-index" 3172 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 3173 - dependencies = [ 3174 - "bitflags 1.3.2", 3175 - "core-foundation", 3176 - "system-configuration-sys", 3177 - ] 3178 - 3179 - [[package]] 3180 - name = "system-configuration-sys" 3181 - version = "0.5.0" 3182 - source = "registry+https://github.com/rust-lang/crates.io-index" 3183 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 3184 - dependencies = [ 3185 - "core-foundation-sys", 3186 - "libc", 3187 - ] 3188 - 3189 - [[package]] 3190 - name = "tempfile" 3191 - version = "3.10.1" 3192 - source = "registry+https://github.com/rust-lang/crates.io-index" 3193 - checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 3194 - dependencies = [ 3195 - "cfg-if", 3196 - "fastrand", 3197 - "rustix", 3198 - "windows-sys 0.52.0", 3199 - ] 3200 - 3201 - [[package]] 3202 - name = "termtree" 3203 - version = "0.4.1" 3204 - source = "registry+https://github.com/rust-lang/crates.io-index" 3205 - checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 3206 - 3207 - [[package]] 3208 - name = "text-splitter" 3209 - version = "0.13.3" 3210 - source = "registry+https://github.com/rust-lang/crates.io-index" 3211 - checksum = "2ab9dc04b7cf08eb01c07c272bf699fa55679a326ddf7dd075e14094efc80fb9" 3212 - dependencies = [ 3213 - "ahash", 3214 - "auto_enums", 3215 - "either", 3216 - "itertools 0.13.0", 3217 - "once_cell", 3218 - "regex", 3219 - "strum", 3220 - "thiserror", 3221 - "unicode-segmentation", 3222 - ] 3223 - 3224 - [[package]] 3225 - name = "thiserror" 3226 - version = "1.0.61" 3227 - source = "registry+https://github.com/rust-lang/crates.io-index" 3228 - checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" 3229 - dependencies = [ 3230 - "thiserror-impl", 3231 - ] 3232 - 3233 - [[package]] 3234 - name = "thiserror-impl" 3235 - version = "1.0.61" 3236 - source = "registry+https://github.com/rust-lang/crates.io-index" 3237 - checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" 3238 - dependencies = [ 3239 - "proc-macro2", 3240 - "quote", 3241 - "syn 2.0.52", 3242 - ] 3243 - 3244 - [[package]] 3245 - name = "thread_local" 3246 - version = "1.1.8" 3247 - source = "registry+https://github.com/rust-lang/crates.io-index" 3248 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 3249 - dependencies = [ 3250 - "cfg-if", 3251 - "once_cell", 3252 - ] 3253 - 3254 - [[package]] 3255 - name = "time" 3256 - version = "0.3.36" 3257 - source = "registry+https://github.com/rust-lang/crates.io-index" 3258 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 3259 - dependencies = [ 3260 - "deranged", 3261 - "itoa", 3262 - "num-conv", 3263 - "powerfmt", 3264 - "serde", 3265 - "time-core", 3266 - "time-macros", 3267 - ] 3268 - 3269 - [[package]] 3270 - name = "time-core" 3271 - version = "0.1.2" 3272 - source = "registry+https://github.com/rust-lang/crates.io-index" 3273 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 3274 - 3275 - [[package]] 3276 - name = "time-macros" 3277 - version = "0.2.18" 3278 - source = "registry+https://github.com/rust-lang/crates.io-index" 3279 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 3280 - dependencies = [ 3281 - "num-conv", 3282 - "time-core", 3283 - ] 3284 - 3285 - [[package]] 3286 - name = "tinyvec" 3287 - version = "1.6.0" 3288 - source = "registry+https://github.com/rust-lang/crates.io-index" 3289 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 3290 - dependencies = [ 3291 - "tinyvec_macros", 3292 - ] 3293 - 3294 - [[package]] 3295 - name = "tinyvec_macros" 3296 - version = "0.1.1" 3297 - source = "registry+https://github.com/rust-lang/crates.io-index" 3298 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3299 - 3300 - [[package]] 3301 - name = "tokenizers" 3302 - version = "0.14.1" 3303 - source = "registry+https://github.com/rust-lang/crates.io-index" 3304 - checksum = "d9be88c795d8b9f9c4002b3a8f26a6d0876103a6f523b32ea3bac52d8560c17c" 3305 - dependencies = [ 3306 - "aho-corasick", 3307 - "clap", 3308 - "derive_builder", 3309 - "esaxx-rs", 3310 - "getrandom", 3311 - "indicatif", 3312 - "itertools 0.11.0", 3313 - "lazy_static", 3314 - "log", 3315 - "macro_rules_attribute", 3316 - "monostate", 3317 - "onig", 3318 - "paste", 3319 - "rand", 3320 - "rayon", 3321 - "rayon-cond", 3322 - "regex", 3323 - "regex-syntax 0.7.5", 3324 - "serde", 3325 - "serde_json", 3326 - "spm_precompiled", 3327 - "thiserror", 3328 - "unicode-normalization-alignments", 3329 - "unicode-segmentation", 3330 - "unicode_categories", 3331 - ] 3332 - 3333 - [[package]] 3334 - name = "tokio" 3335 - version = "1.36.0" 3336 - source = "registry+https://github.com/rust-lang/crates.io-index" 3337 - checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" 3338 - dependencies = [ 3339 - "backtrace", 3340 - "bytes", 3341 - "libc", 3342 - "mio", 3343 - "num_cpus", 3344 - "pin-project-lite", 3345 - "socket2", 3346 - "tokio-macros", 3347 - "windows-sys 0.48.0", 3348 - ] 3349 - 3350 - [[package]] 3351 - name = "tokio-macros" 3352 - version = "2.2.0" 3353 - source = "registry+https://github.com/rust-lang/crates.io-index" 3354 - checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" 3355 - dependencies = [ 3356 - "proc-macro2", 3357 - "quote", 3358 - "syn 2.0.52", 3359 - ] 3360 - 3361 - [[package]] 3362 - name = "tokio-native-tls" 3363 - version = "0.3.1" 3364 - source = "registry+https://github.com/rust-lang/crates.io-index" 3365 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 3366 - dependencies = [ 3367 - "native-tls", 3368 - "tokio", 3369 - ] 3370 - 3371 - [[package]] 3372 - name = "tokio-stream" 3373 - version = "0.1.14" 3374 - source = "registry+https://github.com/rust-lang/crates.io-index" 3375 - checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" 3376 - dependencies = [ 3377 - "futures-core", 3378 - "pin-project-lite", 3379 - "tokio", 3380 - ] 3381 - 3382 - [[package]] 3383 - name = "tokio-util" 3384 - version = "0.7.10" 3385 - source = "registry+https://github.com/rust-lang/crates.io-index" 3386 - checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" 3387 - dependencies = [ 3388 - "bytes", 3389 - "futures-core", 3390 - "futures-sink", 3391 - "pin-project-lite", 3392 - "tokio", 3393 - "tracing", 3394 - ] 3395 - 3396 - [[package]] 3397 - name = "tower-service" 3398 - version = "0.3.2" 3399 - source = "registry+https://github.com/rust-lang/crates.io-index" 3400 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 3401 - 3402 - [[package]] 3403 - name = "tracing" 3404 - version = "0.1.40" 3405 - source = "registry+https://github.com/rust-lang/crates.io-index" 3406 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 3407 - dependencies = [ 3408 - "log", 3409 - "pin-project-lite", 3410 - "tracing-attributes", 3411 - "tracing-core", 3412 - ] 3413 - 3414 - [[package]] 3415 - name = "tracing-attributes" 3416 - version = "0.1.27" 3417 - source = "registry+https://github.com/rust-lang/crates.io-index" 3418 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 3419 - dependencies = [ 3420 - "proc-macro2", 3421 - "quote", 3422 - "syn 2.0.52", 3423 - ] 3424 - 3425 - [[package]] 3426 - name = "tracing-core" 3427 - version = "0.1.32" 3428 - source = "registry+https://github.com/rust-lang/crates.io-index" 3429 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 3430 - dependencies = [ 3431 - "once_cell", 3432 - "valuable", 3433 - ] 3434 - 3435 - [[package]] 3436 - name = "tracing-log" 3437 - version = "0.2.0" 3438 - source = "registry+https://github.com/rust-lang/crates.io-index" 3439 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3440 - dependencies = [ 3441 - "log", 3442 - "once_cell", 3443 - "tracing-core", 3444 - ] 3445 - 3446 - [[package]] 3447 - name = "tracing-serde" 3448 - version = "0.1.3" 3449 - source = "registry+https://github.com/rust-lang/crates.io-index" 3450 - checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" 3451 - dependencies = [ 3452 - "serde", 3453 - "tracing-core", 3454 - ] 3455 - 3456 - [[package]] 3457 - name = "tracing-subscriber" 3458 - version = "0.3.18" 3459 - source = "registry+https://github.com/rust-lang/crates.io-index" 3460 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 3461 - dependencies = [ 3462 - "matchers", 3463 - "nu-ansi-term", 3464 - "once_cell", 3465 - "regex", 3466 - "serde", 3467 - "serde_json", 3468 - "sharded-slab", 3469 - "smallvec", 3470 - "thread_local", 3471 - "tracing", 3472 - "tracing-core", 3473 - "tracing-log", 3474 - "tracing-serde", 3475 - ] 3476 - 3477 - [[package]] 3478 - name = "tree-sitter" 3479 - version = "0.22.6" 3480 - source = "registry+https://github.com/rust-lang/crates.io-index" 3481 - checksum = "df7cc499ceadd4dcdf7ec6d4cbc34ece92c3fa07821e287aedecd4416c516dca" 3482 - dependencies = [ 3483 - "cc", 3484 - "regex", 3485 - ] 3486 - 3487 - [[package]] 3488 - name = "tree-sitter-bash" 3489 - version = "0.21.0" 3490 - source = "registry+https://github.com/rust-lang/crates.io-index" 3491 - checksum = "b5244703ad2e08a616d859a0557d7aa290adcd5e0990188a692e628ffe9dce40" 3492 - dependencies = [ 3493 - "cc", 3494 - "tree-sitter", 3495 - ] 3496 - 3497 - [[package]] 3498 - name = "tree-sitter-c" 3499 - version = "0.21.4" 3500 - source = "registry+https://github.com/rust-lang/crates.io-index" 3501 - checksum = "f956d5351d62652864a4ff3ae861747e7a1940dc96c9998ae400ac0d3ce30427" 3502 - dependencies = [ 3503 - "cc", 3504 - "tree-sitter", 3505 - ] 3506 - 3507 - [[package]] 3508 - name = "tree-sitter-c-sharp" 3509 - version = "0.21.2" 3510 - source = "registry+https://github.com/rust-lang/crates.io-index" 3511 - checksum = "ff899037068a1ffbb891891b7e94db1400ddf12c3d934b85b8c9e30be5cd18da" 3512 - dependencies = [ 3513 - "cc", 3514 - "tree-sitter", 3515 - ] 3516 - 3517 - [[package]] 3518 - name = "tree-sitter-cpp" 3519 - version = "0.22.2" 3520 - source = "registry+https://github.com/rust-lang/crates.io-index" 3521 - checksum = "537b7e0f0d8c89b8dd6f4d195814da94832f20720c09016c2a3ac3dc3c437993" 3522 - dependencies = [ 3523 - "cc", 3524 - "tree-sitter", 3525 - ] 3526 - 3527 - [[package]] 3528 - name = "tree-sitter-css" 3529 - version = "0.21.0" 3530 - source = "registry+https://github.com/rust-lang/crates.io-index" 3531 - checksum = "e2f806f96136762b0121f5fdd7172a3dcd8f42d37a2f23ed7f11b35895e20eb4" 3532 - dependencies = [ 3533 - "cc", 3534 - "tree-sitter", 3535 - ] 3536 - 3537 - [[package]] 3538 - name = "tree-sitter-elixir" 3539 - version = "0.2.0" 3540 - source = "registry+https://github.com/rust-lang/crates.io-index" 3541 - checksum = "df94bf7f057768b1cab2ee1f14812ed4ae33f9e04d09254043eeaa797db4ef70" 3542 - dependencies = [ 3543 - "cc", 3544 - "tree-sitter", 3545 - ] 3546 - 3547 - [[package]] 3548 - name = "tree-sitter-erlang" 3549 - version = "0.6.0" 3550 - source = "registry+https://github.com/rust-lang/crates.io-index" 3551 - checksum = "8db61152e6d8a5b3b5895ecbb85848f85d028f84b4633a2368075c35e5817b34" 3552 - dependencies = [ 3553 - "cc", 3554 - "tree-sitter", 3555 - ] 3556 - 3557 - [[package]] 3558 - name = "tree-sitter-go" 3559 - version = "0.21.0" 3560 - source = "registry+https://github.com/rust-lang/crates.io-index" 3561 - checksum = "55cb318be5ccf75f44e054acf6898a5c95d59b53443eed578e16be0cd7ec037f" 3562 - dependencies = [ 3563 - "cc", 3564 - "tree-sitter", 3565 - ] 3566 - 3567 - [[package]] 3568 - name = "tree-sitter-haskell" 3569 - version = "0.21.0" 3570 - source = "registry+https://github.com/rust-lang/crates.io-index" 3571 - checksum = "ef25a7e6c73cc1cbe0c0b7dbd5406e7b3485b370bd61c5d8d852ae0781f9bf9a" 3572 - dependencies = [ 3573 - "cc", 3574 - "tree-sitter", 3575 - ] 3576 - 3577 - [[package]] 3578 - name = "tree-sitter-html" 3579 - version = "0.20.3" 3580 - source = "registry+https://github.com/rust-lang/crates.io-index" 3581 - checksum = "95b3492b08a786bf5cc79feb0ef2ff3b115d5174364e0ddfd7860e0b9b088b53" 3582 - dependencies = [ 3583 - "cc", 3584 - "tree-sitter", 3585 - ] 3586 - 3587 - [[package]] 3588 - name = "tree-sitter-java" 3589 - version = "0.21.0" 3590 - source = "registry+https://github.com/rust-lang/crates.io-index" 3591 - checksum = "33bc21adf831a773c075d9d00107ab43965e6a6ea7607b47fd9ec6f3db4b481b" 3592 - dependencies = [ 3593 - "cc", 3594 - "tree-sitter", 3595 - ] 3596 - 3597 - [[package]] 3598 - name = "tree-sitter-javascript" 3599 - version = "0.21.3" 3600 - source = "registry+https://github.com/rust-lang/crates.io-index" 3601 - checksum = "4fced510d43e6627cd8e19adfd994ac9cfa3b1d71b0d522b41f74145de37feef" 3602 - dependencies = [ 3603 - "cc", 3604 - "tree-sitter", 3605 - ] 3606 - 3607 - [[package]] 3608 - name = "tree-sitter-json" 3609 - version = "0.21.0" 3610 - source = "registry+https://github.com/rust-lang/crates.io-index" 3611 - checksum = "5b737dcb73c35d74b7d64a5f3dde158113c86a012bf3cee2bfdf2150d23b05db" 3612 - dependencies = [ 3613 - "cc", 3614 - "tree-sitter", 3615 - ] 3616 - 3617 - [[package]] 3618 - name = "tree-sitter-lua" 3619 - version = "0.1.0" 3620 - source = "registry+https://github.com/rust-lang/crates.io-index" 3621 - checksum = "3b9fe6fc87bd480e1943fc1fcb02453fb2da050e4e8ce0daa67d801544046856" 3622 - dependencies = [ 3623 - "cc", 3624 - "tree-sitter", 3625 - ] 3626 - 3627 - [[package]] 3628 - name = "tree-sitter-ocaml" 3629 - version = "0.22.0" 3630 - source = "registry+https://github.com/rust-lang/crates.io-index" 3631 - checksum = "e2f2e8e848902d12ca6778d31d0e66b5709fc1ad0c84fd8b0c078472fff20dd2" 3632 - dependencies = [ 3633 - "cc", 3634 - "tree-sitter", 3635 - ] 3636 - 3637 - [[package]] 3638 - name = "tree-sitter-python" 3639 - version = "0.21.0" 3640 - source = "registry+https://github.com/rust-lang/crates.io-index" 3641 - checksum = "b4066c6cf678f962f8c2c4561f205945c84834cce73d981e71392624fdc390a9" 3642 - dependencies = [ 3643 - "cc", 3644 - "tree-sitter", 3645 - ] 3646 - 3647 - [[package]] 3648 - name = "tree-sitter-rust" 3649 - version = "0.21.2" 3650 - source = "registry+https://github.com/rust-lang/crates.io-index" 3651 - checksum = "277690f420bf90741dea984f3da038ace46c4fe6047cba57a66822226cde1c93" 3652 - dependencies = [ 3653 - "cc", 3654 - "tree-sitter", 3655 - ] 3656 - 3657 - [[package]] 3658 - name = "tree-sitter-zig" 3659 - version = "0.0.1" 3660 - source = "git+https://github.com/maxxnino/tree-sitter-zig#7c5a29b721d409be8842017351bf007d7e384401" 3661 - dependencies = [ 3662 - "cc", 3663 - "tree-sitter", 3664 - ] 3665 - 3666 - [[package]] 3667 - name = "try-lock" 3668 - version = "0.2.5" 3669 - source = "registry+https://github.com/rust-lang/crates.io-index" 3670 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3671 - 3672 - [[package]] 3673 - name = "typenum" 3674 - version = "1.17.0" 3675 - source = "registry+https://github.com/rust-lang/crates.io-index" 3676 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 3677 - 3678 - [[package]] 3679 - name = "unicode-bidi" 3680 - version = "0.3.15" 3681 - source = "registry+https://github.com/rust-lang/crates.io-index" 3682 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 3683 - 3684 - [[package]] 3685 - name = "unicode-ident" 3686 - version = "1.0.12" 3687 - source = "registry+https://github.com/rust-lang/crates.io-index" 3688 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 3689 - 3690 - [[package]] 3691 - name = "unicode-normalization" 3692 - version = "0.1.23" 3693 - source = "registry+https://github.com/rust-lang/crates.io-index" 3694 - checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 3695 - dependencies = [ 3696 - "tinyvec", 3697 - ] 3698 - 3699 - [[package]] 3700 - name = "unicode-normalization-alignments" 3701 - version = "0.1.12" 3702 - source = "registry+https://github.com/rust-lang/crates.io-index" 3703 - checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de" 3704 - dependencies = [ 3705 - "smallvec", 3706 - ] 3707 - 3708 - [[package]] 3709 - name = "unicode-segmentation" 3710 - version = "1.11.0" 3711 - source = "registry+https://github.com/rust-lang/crates.io-index" 3712 - checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 3713 - 3714 - [[package]] 3715 - name = "unicode-width" 3716 - version = "0.1.11" 3717 - source = "registry+https://github.com/rust-lang/crates.io-index" 3718 - checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 3719 - 3720 - [[package]] 3721 - name = "unicode_categories" 3722 - version = "0.1.1" 3723 - source = "registry+https://github.com/rust-lang/crates.io-index" 3724 - checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" 3725 - 3726 - [[package]] 3727 - name = "untrusted" 3728 - version = "0.9.0" 3729 - source = "registry+https://github.com/rust-lang/crates.io-index" 3730 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3731 - 3732 - [[package]] 3733 - name = "ureq" 3734 - version = "2.9.6" 3735 - source = "registry+https://github.com/rust-lang/crates.io-index" 3736 - checksum = "11f214ce18d8b2cbe84ed3aa6486ed3f5b285cf8d8fbdbce9f3f767a724adc35" 3737 - dependencies = [ 3738 - "base64 0.21.7", 3739 - "flate2", 3740 - "log", 3741 - "native-tls", 3742 - "once_cell", 3743 - "rustls 0.22.2", 3744 - "rustls-pki-types", 3745 - "rustls-webpki 0.102.2", 3746 - "serde", 3747 - "serde_json", 3748 - "socks", 3749 - "url", 3750 - "webpki-roots 0.26.1", 3751 - ] 3752 - 3753 - [[package]] 3754 - name = "url" 3755 - version = "2.5.0" 3756 - source = "registry+https://github.com/rust-lang/crates.io-index" 3757 - checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 3758 - dependencies = [ 3759 - "form_urlencoded", 3760 - "idna", 3761 - "percent-encoding", 3762 - "serde", 3763 - ] 3764 - 3765 - [[package]] 3766 - name = "urlencoding" 3767 - version = "2.1.3" 3768 - source = "registry+https://github.com/rust-lang/crates.io-index" 3769 - checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 3770 - 3771 - [[package]] 3772 - name = "utf8parse" 3773 - version = "0.2.1" 3774 - source = "registry+https://github.com/rust-lang/crates.io-index" 3775 - checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 3776 - 3777 - [[package]] 3778 - name = "utils-tree-sitter" 3779 - version = "0.1.0" 3780 - dependencies = [ 3781 - "cc", 3782 - "thiserror", 3783 - "tree-sitter", 3784 - "tree-sitter-bash", 3785 - "tree-sitter-c", 3786 - "tree-sitter-c-sharp", 3787 - "tree-sitter-cpp", 3788 - "tree-sitter-css", 3789 - "tree-sitter-elixir", 3790 - "tree-sitter-erlang", 3791 - "tree-sitter-go", 3792 - "tree-sitter-haskell", 3793 - "tree-sitter-html", 3794 - "tree-sitter-java", 3795 - "tree-sitter-javascript", 3796 - "tree-sitter-json", 3797 - "tree-sitter-lua", 3798 - "tree-sitter-ocaml", 3799 - "tree-sitter-python", 3800 - "tree-sitter-rust", 3801 - ] 3802 - 3803 - [[package]] 3804 - name = "uuid" 3805 - version = "1.7.0" 3806 - source = "registry+https://github.com/rust-lang/crates.io-index" 3807 - checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" 3808 - dependencies = [ 3809 - "getrandom", 3810 - "serde", 3811 - ] 3812 - 3813 - [[package]] 3814 - name = "valuable" 3815 - version = "0.1.0" 3816 - source = "registry+https://github.com/rust-lang/crates.io-index" 3817 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 3818 - 3819 - [[package]] 3820 - name = "vcpkg" 3821 - version = "0.2.15" 3822 - source = "registry+https://github.com/rust-lang/crates.io-index" 3823 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3824 - 3825 - [[package]] 3826 - name = "version_check" 3827 - version = "0.9.4" 3828 - source = "registry+https://github.com/rust-lang/crates.io-index" 3829 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 3830 - 3831 - [[package]] 3832 - name = "wait-timeout" 3833 - version = "0.2.0" 3834 - source = "registry+https://github.com/rust-lang/crates.io-index" 3835 - checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 3836 - dependencies = [ 3837 - "libc", 3838 - ] 3839 - 3840 - [[package]] 3841 - name = "walkdir" 3842 - version = "2.5.0" 3843 - source = "registry+https://github.com/rust-lang/crates.io-index" 3844 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 3845 - dependencies = [ 3846 - "same-file", 3847 - "winapi-util", 3848 - ] 3849 - 3850 - [[package]] 3851 - name = "want" 3852 - version = "0.3.1" 3853 - source = "registry+https://github.com/rust-lang/crates.io-index" 3854 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3855 - dependencies = [ 3856 - "try-lock", 3857 - ] 3858 - 3859 - [[package]] 3860 - name = "wasi" 3861 - version = "0.11.0+wasi-snapshot-preview1" 3862 - source = "registry+https://github.com/rust-lang/crates.io-index" 3863 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3864 - 3865 - [[package]] 3866 - name = "wasite" 3867 - version = "0.1.0" 3868 - source = "registry+https://github.com/rust-lang/crates.io-index" 3869 - checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 3870 - 3871 - [[package]] 3872 - name = "wasm-bindgen" 3873 - version = "0.2.92" 3874 - source = "registry+https://github.com/rust-lang/crates.io-index" 3875 - checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 3876 - dependencies = [ 3877 - "cfg-if", 3878 - "wasm-bindgen-macro", 3879 - ] 3880 - 3881 - [[package]] 3882 - name = "wasm-bindgen-backend" 3883 - version = "0.2.92" 3884 - source = "registry+https://github.com/rust-lang/crates.io-index" 3885 - checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 3886 - dependencies = [ 3887 - "bumpalo", 3888 - "log", 3889 - "once_cell", 3890 - "proc-macro2", 3891 - "quote", 3892 - "syn 2.0.52", 3893 - "wasm-bindgen-shared", 3894 - ] 3895 - 3896 - [[package]] 3897 - name = "wasm-bindgen-futures" 3898 - version = "0.4.42" 3899 - source = "registry+https://github.com/rust-lang/crates.io-index" 3900 - checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 3901 - dependencies = [ 3902 - "cfg-if", 3903 - "js-sys", 3904 - "wasm-bindgen", 3905 - "web-sys", 3906 - ] 3907 - 3908 - [[package]] 3909 - name = "wasm-bindgen-macro" 3910 - version = "0.2.92" 3911 - source = "registry+https://github.com/rust-lang/crates.io-index" 3912 - checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 3913 - dependencies = [ 3914 - "quote", 3915 - "wasm-bindgen-macro-support", 3916 - ] 3917 - 3918 - [[package]] 3919 - name = "wasm-bindgen-macro-support" 3920 - version = "0.2.92" 3921 - source = "registry+https://github.com/rust-lang/crates.io-index" 3922 - checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 3923 - dependencies = [ 3924 - "proc-macro2", 3925 - "quote", 3926 - "syn 2.0.52", 3927 - "wasm-bindgen-backend", 3928 - "wasm-bindgen-shared", 3929 - ] 3930 - 3931 - [[package]] 3932 - name = "wasm-bindgen-shared" 3933 - version = "0.2.92" 3934 - source = "registry+https://github.com/rust-lang/crates.io-index" 3935 - checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 3936 - 3937 - [[package]] 3938 - name = "web-sys" 3939 - version = "0.3.69" 3940 - source = "registry+https://github.com/rust-lang/crates.io-index" 3941 - checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 3942 - dependencies = [ 3943 - "js-sys", 3944 - "wasm-bindgen", 3945 - ] 3946 - 3947 - [[package]] 3948 - name = "webpki-roots" 3949 - version = "0.25.4" 3950 - source = "registry+https://github.com/rust-lang/crates.io-index" 3951 - checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 3952 - 3953 - [[package]] 3954 - name = "webpki-roots" 3955 - version = "0.26.1" 3956 - source = "registry+https://github.com/rust-lang/crates.io-index" 3957 - checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009" 3958 - dependencies = [ 3959 - "rustls-pki-types", 3960 - ] 3961 - 3962 - [[package]] 3963 - name = "weezl" 3964 - version = "0.1.8" 3965 - source = "registry+https://github.com/rust-lang/crates.io-index" 3966 - checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" 3967 - 3968 - [[package]] 3969 - name = "which" 3970 - version = "4.4.2" 3971 - source = "registry+https://github.com/rust-lang/crates.io-index" 3972 - checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 3973 - dependencies = [ 3974 - "either", 3975 - "home", 3976 - "once_cell", 3977 - "rustix", 3978 - ] 3979 - 3980 - [[package]] 3981 - name = "whoami" 3982 - version = "1.5.1" 3983 - source = "registry+https://github.com/rust-lang/crates.io-index" 3984 - checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9" 3985 - dependencies = [ 3986 - "redox_syscall", 3987 - "wasite", 3988 - ] 3989 - 3990 - [[package]] 3991 - name = "winapi" 3992 - version = "0.3.9" 3993 - source = "registry+https://github.com/rust-lang/crates.io-index" 3994 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3995 - dependencies = [ 3996 - "winapi-i686-pc-windows-gnu", 3997 - "winapi-x86_64-pc-windows-gnu", 3998 - ] 3999 - 4000 - [[package]] 4001 - name = "winapi-i686-pc-windows-gnu" 4002 - version = "0.4.0" 4003 - source = "registry+https://github.com/rust-lang/crates.io-index" 4004 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4005 - 4006 - [[package]] 4007 - name = "winapi-util" 4008 - version = "0.1.6" 4009 - source = "registry+https://github.com/rust-lang/crates.io-index" 4010 - checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 4011 - dependencies = [ 4012 - "winapi", 4013 - ] 4014 - 4015 - [[package]] 4016 - name = "winapi-x86_64-pc-windows-gnu" 4017 - version = "0.4.0" 4018 - source = "registry+https://github.com/rust-lang/crates.io-index" 4019 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4020 - 4021 - [[package]] 4022 - name = "windows-core" 4023 - version = "0.52.0" 4024 - source = "registry+https://github.com/rust-lang/crates.io-index" 4025 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 4026 - dependencies = [ 4027 - "windows-targets 0.52.4", 4028 - ] 4029 - 4030 - [[package]] 4031 - name = "windows-sys" 4032 - version = "0.48.0" 4033 - source = "registry+https://github.com/rust-lang/crates.io-index" 4034 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4035 - dependencies = [ 4036 - "windows-targets 0.48.5", 4037 - ] 4038 - 4039 - [[package]] 4040 - name = "windows-sys" 4041 - version = "0.52.0" 4042 - source = "registry+https://github.com/rust-lang/crates.io-index" 4043 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4044 - dependencies = [ 4045 - "windows-targets 0.52.4", 4046 - ] 4047 - 4048 - [[package]] 4049 - name = "windows-targets" 4050 - version = "0.48.5" 4051 - source = "registry+https://github.com/rust-lang/crates.io-index" 4052 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4053 - dependencies = [ 4054 - "windows_aarch64_gnullvm 0.48.5", 4055 - "windows_aarch64_msvc 0.48.5", 4056 - "windows_i686_gnu 0.48.5", 4057 - "windows_i686_msvc 0.48.5", 4058 - "windows_x86_64_gnu 0.48.5", 4059 - "windows_x86_64_gnullvm 0.48.5", 4060 - "windows_x86_64_msvc 0.48.5", 4061 - ] 4062 - 4063 - [[package]] 4064 - name = "windows-targets" 4065 - version = "0.52.4" 4066 - source = "registry+https://github.com/rust-lang/crates.io-index" 4067 - checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" 4068 - dependencies = [ 4069 - "windows_aarch64_gnullvm 0.52.4", 4070 - "windows_aarch64_msvc 0.52.4", 4071 - "windows_i686_gnu 0.52.4", 4072 - "windows_i686_msvc 0.52.4", 4073 - "windows_x86_64_gnu 0.52.4", 4074 - "windows_x86_64_gnullvm 0.52.4", 4075 - "windows_x86_64_msvc 0.52.4", 4076 - ] 4077 - 4078 - [[package]] 4079 - name = "windows_aarch64_gnullvm" 4080 - version = "0.48.5" 4081 - source = "registry+https://github.com/rust-lang/crates.io-index" 4082 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4083 - 4084 - [[package]] 4085 - name = "windows_aarch64_gnullvm" 4086 - version = "0.52.4" 4087 - source = "registry+https://github.com/rust-lang/crates.io-index" 4088 - checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" 4089 - 4090 - [[package]] 4091 - name = "windows_aarch64_msvc" 4092 - version = "0.48.5" 4093 - source = "registry+https://github.com/rust-lang/crates.io-index" 4094 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4095 - 4096 - [[package]] 4097 - name = "windows_aarch64_msvc" 4098 - version = "0.52.4" 4099 - source = "registry+https://github.com/rust-lang/crates.io-index" 4100 - checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" 4101 - 4102 - [[package]] 4103 - name = "windows_i686_gnu" 4104 - version = "0.48.5" 4105 - source = "registry+https://github.com/rust-lang/crates.io-index" 4106 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4107 - 4108 - [[package]] 4109 - name = "windows_i686_gnu" 4110 - version = "0.52.4" 4111 - source = "registry+https://github.com/rust-lang/crates.io-index" 4112 - checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" 4113 - 4114 - [[package]] 4115 - name = "windows_i686_msvc" 4116 - version = "0.48.5" 4117 - source = "registry+https://github.com/rust-lang/crates.io-index" 4118 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4119 - 4120 - [[package]] 4121 - name = "windows_i686_msvc" 4122 - version = "0.52.4" 4123 - source = "registry+https://github.com/rust-lang/crates.io-index" 4124 - checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" 4125 - 4126 - [[package]] 4127 - name = "windows_x86_64_gnu" 4128 - version = "0.48.5" 4129 - source = "registry+https://github.com/rust-lang/crates.io-index" 4130 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4131 - 4132 - [[package]] 4133 - name = "windows_x86_64_gnu" 4134 - version = "0.52.4" 4135 - source = "registry+https://github.com/rust-lang/crates.io-index" 4136 - checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" 4137 - 4138 - [[package]] 4139 - name = "windows_x86_64_gnullvm" 4140 - version = "0.48.5" 4141 - source = "registry+https://github.com/rust-lang/crates.io-index" 4142 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4143 - 4144 - [[package]] 4145 - name = "windows_x86_64_gnullvm" 4146 - version = "0.52.4" 4147 - source = "registry+https://github.com/rust-lang/crates.io-index" 4148 - checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" 4149 - 4150 - [[package]] 4151 - name = "windows_x86_64_msvc" 4152 - version = "0.48.5" 4153 - source = "registry+https://github.com/rust-lang/crates.io-index" 4154 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4155 - 4156 - [[package]] 4157 - name = "windows_x86_64_msvc" 4158 - version = "0.52.4" 4159 - source = "registry+https://github.com/rust-lang/crates.io-index" 4160 - checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" 4161 - 4162 - [[package]] 4163 - name = "winreg" 4164 - version = "0.50.0" 4165 - source = "registry+https://github.com/rust-lang/crates.io-index" 4166 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 4167 - dependencies = [ 4168 - "cfg-if", 4169 - "windows-sys 0.48.0", 4170 - ] 4171 - 4172 - [[package]] 4173 - name = "write-json" 4174 - version = "0.1.4" 4175 - source = "registry+https://github.com/rust-lang/crates.io-index" 4176 - checksum = "23f6174b2566cc4a74f95e1367ec343e7fa80c93cc8087f5c4a3d6a1088b2118" 4177 - 4178 - [[package]] 4179 - name = "xflags" 4180 - version = "0.3.2" 4181 - source = "registry+https://github.com/rust-lang/crates.io-index" 4182 - checksum = "7d9e15fbb3de55454b0106e314b28e671279009b363e6f1d8e39fdc3bf048944" 4183 - dependencies = [ 4184 - "xflags-macros", 4185 - ] 4186 - 4187 - [[package]] 4188 - name = "xflags-macros" 4189 - version = "0.3.2" 4190 - source = "registry+https://github.com/rust-lang/crates.io-index" 4191 - checksum = "672423d4fea7ffa2f6c25ba60031ea13dc6258070556f125cc4d790007d4a155" 4192 - 4193 - [[package]] 4194 - name = "xshell" 4195 - version = "0.2.6" 4196 - source = "registry+https://github.com/rust-lang/crates.io-index" 4197 - checksum = "6db0ab86eae739efd1b054a8d3d16041914030ac4e01cd1dca0cf252fd8b6437" 4198 - dependencies = [ 4199 - "xshell-macros", 4200 - ] 4201 - 4202 - [[package]] 4203 - name = "xshell-macros" 4204 - version = "0.2.6" 4205 - source = "registry+https://github.com/rust-lang/crates.io-index" 4206 - checksum = "9d422e8e38ec76e2f06ee439ccc765e9c6a9638b9e7c9f2e8255e4d41e8bd852" 4207 - 4208 - [[package]] 4209 - name = "xtask" 4210 - version = "0.1.0" 4211 - dependencies = [ 4212 - "anyhow", 4213 - "flate2", 4214 - "time", 4215 - "write-json", 4216 - "xflags", 4217 - "xshell", 4218 - "zip", 4219 - ] 4220 - 4221 - [[package]] 4222 - name = "xxhash-rust" 4223 - version = "0.8.10" 4224 - source = "registry+https://github.com/rust-lang/crates.io-index" 4225 - checksum = "927da81e25be1e1a2901d59b81b37dd2efd1fc9c9345a55007f09bf5a2d3ee03" 4226 - 4227 - [[package]] 4228 - name = "zerocopy" 4229 - version = "0.7.32" 4230 - source = "registry+https://github.com/rust-lang/crates.io-index" 4231 - checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" 4232 - dependencies = [ 4233 - "zerocopy-derive", 4234 - ] 4235 - 4236 - [[package]] 4237 - name = "zerocopy-derive" 4238 - version = "0.7.32" 4239 - source = "registry+https://github.com/rust-lang/crates.io-index" 4240 - checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" 4241 - dependencies = [ 4242 - "proc-macro2", 4243 - "quote", 4244 - "syn 2.0.52", 4245 - ] 4246 - 4247 - [[package]] 4248 - name = "zeroize" 4249 - version = "1.7.0" 4250 - source = "registry+https://github.com/rust-lang/crates.io-index" 4251 - checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" 4252 - 4253 - [[package]] 4254 - name = "zip" 4255 - version = "0.6.6" 4256 - source = "registry+https://github.com/rust-lang/crates.io-index" 4257 - checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" 4258 - dependencies = [ 4259 - "byteorder", 4260 - "crc32fast", 4261 - "crossbeam-utils", 4262 - "flate2", 4263 - "time", 4264 - ]
+2 -7
pkgs/by-name/ls/lsp-ai/package.nix
··· 49 49 "--skip=test_refactor_action_sequence" 50 50 ]; 51 51 52 - cargoLock = { 53 - lockFile = ./Cargo.lock; 54 - outputHashes = { 55 - "hf-hub-0.3.2" = "sha256-1AcishEVkTzO3bU0/cVBI2hiCFoQrrPduQ1diMHuEwo="; 56 - "tree-sitter-zig-0.0.1" = "sha256-UXJCh8GvXzn+sssTrIsLViXD3TiBZhLFABYCKM+fNMQ="; 57 - }; 58 - }; 52 + useFetchCargoVendor = true; 53 + cargoHash = "sha256-KR6BmYj3q9w0yGHFq9+l1x989XjiG3mkaZiyDGCYWPA="; 59 54 60 55 nativeBuildInputs = [ 61 56 pkg-config
-2282
pkgs/servers/search/lnx/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "adler" 7 - version = "1.0.2" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 - 11 - [[package]] 12 - name = "aexecutor" 13 - version = "0.1.0" 14 - dependencies = [ 15 - "anyhow", 16 - "async-channel", 17 - "crossbeam", 18 - "rayon", 19 - "tantivy", 20 - "tokio", 21 - ] 22 - 23 - [[package]] 24 - name = "ahash" 25 - version = "0.7.6" 26 - source = "registry+https://github.com/rust-lang/crates.io-index" 27 - checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 28 - dependencies = [ 29 - "getrandom", 30 - "once_cell", 31 - "version_check", 32 - ] 33 - 34 - [[package]] 35 - name = "aho-corasick" 36 - version = "0.7.18" 37 - source = "registry+https://github.com/rust-lang/crates.io-index" 38 - checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 39 - dependencies = [ 40 - "memchr", 41 - ] 42 - 43 - [[package]] 44 - name = "ansi_term" 45 - version = "0.12.1" 46 - source = "registry+https://github.com/rust-lang/crates.io-index" 47 - checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 48 - dependencies = [ 49 - "winapi", 50 - ] 51 - 52 - [[package]] 53 - name = "anyhow" 54 - version = "1.0.55" 55 - source = "registry+https://github.com/rust-lang/crates.io-index" 56 - checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd" 57 - 58 - [[package]] 59 - name = "arc-swap" 60 - version = "1.5.0" 61 - source = "registry+https://github.com/rust-lang/crates.io-index" 62 - checksum = "c5d78ce20460b82d3fa150275ed9d55e21064fc7951177baacf86a145c4a4b1f" 63 - 64 - [[package]] 65 - name = "async-channel" 66 - version = "1.6.1" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319" 69 - dependencies = [ 70 - "concurrent-queue", 71 - "event-listener", 72 - "futures-core", 73 - ] 74 - 75 - [[package]] 76 - name = "async-trait" 77 - version = "0.1.56" 78 - source = "registry+https://github.com/rust-lang/crates.io-index" 79 - checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716" 80 - dependencies = [ 81 - "proc-macro2", 82 - "quote", 83 - "syn", 84 - ] 85 - 86 - [[package]] 87 - name = "atty" 88 - version = "0.2.14" 89 - source = "registry+https://github.com/rust-lang/crates.io-index" 90 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 91 - dependencies = [ 92 - "hermit-abi", 93 - "libc", 94 - "winapi", 95 - ] 96 - 97 - [[package]] 98 - name = "autocfg" 99 - version = "1.1.0" 100 - source = "registry+https://github.com/rust-lang/crates.io-index" 101 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 102 - 103 - [[package]] 104 - name = "base64" 105 - version = "0.13.0" 106 - source = "registry+https://github.com/rust-lang/crates.io-index" 107 - checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" 108 - 109 - [[package]] 110 - name = "bincode" 111 - version = "1.3.3" 112 - source = "registry+https://github.com/rust-lang/crates.io-index" 113 - checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 114 - dependencies = [ 115 - "serde", 116 - ] 117 - 118 - [[package]] 119 - name = "bitflags" 120 - version = "1.3.2" 121 - source = "registry+https://github.com/rust-lang/crates.io-index" 122 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 123 - 124 - [[package]] 125 - name = "bitpacking" 126 - version = "0.8.4" 127 - source = "registry+https://github.com/rust-lang/crates.io-index" 128 - checksum = "a8c7d2ac73c167c06af4a5f37e6e59d84148d57ccbe4480b76f0273eefea82d7" 129 - dependencies = [ 130 - "crunchy", 131 - ] 132 - 133 - [[package]] 134 - name = "block-buffer" 135 - version = "0.10.2" 136 - source = "registry+https://github.com/rust-lang/crates.io-index" 137 - checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" 138 - dependencies = [ 139 - "generic-array", 140 - ] 141 - 142 - [[package]] 143 - name = "bumpalo" 144 - version = "3.10.0" 145 - source = "registry+https://github.com/rust-lang/crates.io-index" 146 - checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" 147 - 148 - [[package]] 149 - name = "bytecheck" 150 - version = "0.6.8" 151 - source = "registry+https://github.com/rust-lang/crates.io-index" 152 - checksum = "3a31f923c2db9513e4298b72df143e6e655a759b3d6a0966df18f81223fff54f" 153 - dependencies = [ 154 - "bytecheck_derive", 155 - "ptr_meta", 156 - ] 157 - 158 - [[package]] 159 - name = "bytecheck_derive" 160 - version = "0.6.8" 161 - source = "registry+https://github.com/rust-lang/crates.io-index" 162 - checksum = "edb17c862a905d912174daa27ae002326fff56dc8b8ada50a0a5f0976cb174f0" 163 - dependencies = [ 164 - "proc-macro2", 165 - "quote", 166 - "syn", 167 - ] 168 - 169 - [[package]] 170 - name = "byteorder" 171 - version = "1.4.3" 172 - source = "registry+https://github.com/rust-lang/crates.io-index" 173 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 174 - 175 - [[package]] 176 - name = "bytes" 177 - version = "1.1.0" 178 - source = "registry+https://github.com/rust-lang/crates.io-index" 179 - checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" 180 - 181 - [[package]] 182 - name = "cache-padded" 183 - version = "1.2.0" 184 - source = "registry+https://github.com/rust-lang/crates.io-index" 185 - checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c" 186 - 187 - [[package]] 188 - name = "cc" 189 - version = "1.0.73" 190 - source = "registry+https://github.com/rust-lang/crates.io-index" 191 - checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 192 - dependencies = [ 193 - "jobserver", 194 - ] 195 - 196 - [[package]] 197 - name = "census" 198 - version = "0.4.0" 199 - source = "registry+https://github.com/rust-lang/crates.io-index" 200 - checksum = "5927edd8345aef08578bcbb4aea7314f340d80c7f4931f99fbeb40b99d8f5060" 201 - 202 - [[package]] 203 - name = "cfg-if" 204 - version = "1.0.0" 205 - source = "registry+https://github.com/rust-lang/crates.io-index" 206 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 207 - 208 - [[package]] 209 - name = "chrono" 210 - version = "0.4.19" 211 - source = "registry+https://github.com/rust-lang/crates.io-index" 212 - checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" 213 - dependencies = [ 214 - "libc", 215 - "num-integer", 216 - "num-traits", 217 - "serde", 218 - "time 0.1.44", 219 - "winapi", 220 - ] 221 - 222 - [[package]] 223 - name = "clap" 224 - version = "3.1.17" 225 - source = "registry+https://github.com/rust-lang/crates.io-index" 226 - checksum = "47582c09be7c8b32c0ab3a6181825ababb713fde6fff20fc573a3870dd45c6a0" 227 - dependencies = [ 228 - "atty", 229 - "bitflags", 230 - "clap_derive", 231 - "clap_lex", 232 - "indexmap", 233 - "lazy_static", 234 - "strsim", 235 - "termcolor", 236 - "textwrap", 237 - ] 238 - 239 - [[package]] 240 - name = "clap_derive" 241 - version = "3.1.7" 242 - source = "registry+https://github.com/rust-lang/crates.io-index" 243 - checksum = "a3aab4734e083b809aaf5794e14e756d1c798d2c69c7f7de7a09a2f5214993c1" 244 - dependencies = [ 245 - "heck", 246 - "proc-macro-error", 247 - "proc-macro2", 248 - "quote", 249 - "syn", 250 - ] 251 - 252 - [[package]] 253 - name = "clap_lex" 254 - version = "0.2.0" 255 - source = "registry+https://github.com/rust-lang/crates.io-index" 256 - checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213" 257 - dependencies = [ 258 - "os_str_bytes", 259 - ] 260 - 261 - [[package]] 262 - name = "colored" 263 - version = "1.9.3" 264 - source = "registry+https://github.com/rust-lang/crates.io-index" 265 - checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59" 266 - dependencies = [ 267 - "atty", 268 - "lazy_static", 269 - "winapi", 270 - ] 271 - 272 - [[package]] 273 - name = "combine" 274 - version = "4.6.3" 275 - source = "registry+https://github.com/rust-lang/crates.io-index" 276 - checksum = "50b727aacc797f9fc28e355d21f34709ac4fc9adecfe470ad07b8f4464f53062" 277 - dependencies = [ 278 - "memchr", 279 - ] 280 - 281 - [[package]] 282 - name = "compose" 283 - version = "0.1.0" 284 - source = "git+https://github.com/lnx-search/compose.git?tag=0.1.0#893cfa12ea5b490246764c827bf31d16840502cf" 285 - dependencies = [ 286 - "ahash", 287 - "anyhow", 288 - "deunicode", 289 - "hashbrown 0.12.1", 290 - "memmap2", 291 - "rayon", 292 - "rkyv", 293 - "triple_accel", 294 - ] 295 - 296 - [[package]] 297 - name = "concurrent-queue" 298 - version = "1.2.2" 299 - source = "registry+https://github.com/rust-lang/crates.io-index" 300 - checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3" 301 - dependencies = [ 302 - "cache-padded", 303 - ] 304 - 305 - [[package]] 306 - name = "core-foundation-sys" 307 - version = "0.8.3" 308 - source = "registry+https://github.com/rust-lang/crates.io-index" 309 - checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 310 - 311 - [[package]] 312 - name = "cpufeatures" 313 - version = "0.2.2" 314 - source = "registry+https://github.com/rust-lang/crates.io-index" 315 - checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b" 316 - dependencies = [ 317 - "libc", 318 - ] 319 - 320 - [[package]] 321 - name = "crc32fast" 322 - version = "1.3.2" 323 - source = "registry+https://github.com/rust-lang/crates.io-index" 324 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 325 - dependencies = [ 326 - "cfg-if", 327 - ] 328 - 329 - [[package]] 330 - name = "crossbeam" 331 - version = "0.8.1" 332 - source = "registry+https://github.com/rust-lang/crates.io-index" 333 - checksum = "4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845" 334 - dependencies = [ 335 - "cfg-if", 336 - "crossbeam-channel", 337 - "crossbeam-deque", 338 - "crossbeam-epoch", 339 - "crossbeam-queue", 340 - "crossbeam-utils", 341 - ] 342 - 343 - [[package]] 344 - name = "crossbeam-channel" 345 - version = "0.5.5" 346 - source = "registry+https://github.com/rust-lang/crates.io-index" 347 - checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c" 348 - dependencies = [ 349 - "cfg-if", 350 - "crossbeam-utils", 351 - ] 352 - 353 - [[package]] 354 - name = "crossbeam-deque" 355 - version = "0.8.1" 356 - source = "registry+https://github.com/rust-lang/crates.io-index" 357 - checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e" 358 - dependencies = [ 359 - "cfg-if", 360 - "crossbeam-epoch", 361 - "crossbeam-utils", 362 - ] 363 - 364 - [[package]] 365 - name = "crossbeam-epoch" 366 - version = "0.9.7" 367 - source = "registry+https://github.com/rust-lang/crates.io-index" 368 - checksum = "c00d6d2ea26e8b151d99093005cb442fb9a37aeaca582a03ec70946f49ab5ed9" 369 - dependencies = [ 370 - "cfg-if", 371 - "crossbeam-utils", 372 - "lazy_static", 373 - "memoffset", 374 - "scopeguard", 375 - ] 376 - 377 - [[package]] 378 - name = "crossbeam-queue" 379 - version = "0.3.4" 380 - source = "registry+https://github.com/rust-lang/crates.io-index" 381 - checksum = "4dd435b205a4842da59efd07628f921c096bc1cc0a156835b4fa0bcb9a19bcce" 382 - dependencies = [ 383 - "cfg-if", 384 - "crossbeam-utils", 385 - ] 386 - 387 - [[package]] 388 - name = "crossbeam-utils" 389 - version = "0.8.7" 390 - source = "registry+https://github.com/rust-lang/crates.io-index" 391 - checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6" 392 - dependencies = [ 393 - "cfg-if", 394 - "lazy_static", 395 - ] 396 - 397 - [[package]] 398 - name = "crunchy" 399 - version = "0.2.2" 400 - source = "registry+https://github.com/rust-lang/crates.io-index" 401 - checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 402 - 403 - [[package]] 404 - name = "crypto-common" 405 - version = "0.1.3" 406 - source = "registry+https://github.com/rust-lang/crates.io-index" 407 - checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8" 408 - dependencies = [ 409 - "generic-array", 410 - "typenum", 411 - ] 412 - 413 - [[package]] 414 - name = "ctor" 415 - version = "0.1.22" 416 - source = "registry+https://github.com/rust-lang/crates.io-index" 417 - checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c" 418 - dependencies = [ 419 - "quote", 420 - "syn", 421 - ] 422 - 423 - [[package]] 424 - name = "deunicode" 425 - version = "1.3.1" 426 - source = "registry+https://github.com/rust-lang/crates.io-index" 427 - checksum = "f2c9736e15e7df1638a7f6eee92a6511615c738246a052af5ba86f039b65aede" 428 - 429 - [[package]] 430 - name = "diff" 431 - version = "0.1.12" 432 - source = "registry+https://github.com/rust-lang/crates.io-index" 433 - checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" 434 - 435 - [[package]] 436 - name = "digest" 437 - version = "0.10.3" 438 - source = "registry+https://github.com/rust-lang/crates.io-index" 439 - checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506" 440 - dependencies = [ 441 - "block-buffer", 442 - "crypto-common", 443 - ] 444 - 445 - [[package]] 446 - name = "downcast-rs" 447 - version = "1.2.0" 448 - source = "registry+https://github.com/rust-lang/crates.io-index" 449 - checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 450 - 451 - [[package]] 452 - name = "either" 453 - version = "1.6.1" 454 - source = "registry+https://github.com/rust-lang/crates.io-index" 455 - checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 456 - 457 - [[package]] 458 - name = "engine" 459 - version = "0.1.0" 460 - dependencies = [ 461 - "anyhow", 462 - "arc-swap", 463 - "hashbrown 0.11.2", 464 - "parking_lot 0.11.2", 465 - "search-index", 466 - ] 467 - 468 - [[package]] 469 - name = "env_logger" 470 - version = "0.7.1" 471 - source = "registry+https://github.com/rust-lang/crates.io-index" 472 - checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" 473 - dependencies = [ 474 - "atty", 475 - "humantime", 476 - "log", 477 - "regex", 478 - "termcolor", 479 - ] 480 - 481 - [[package]] 482 - name = "event-listener" 483 - version = "2.5.2" 484 - source = "registry+https://github.com/rust-lang/crates.io-index" 485 - checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71" 486 - 487 - [[package]] 488 - name = "fail" 489 - version = "0.5.0" 490 - source = "registry+https://github.com/rust-lang/crates.io-index" 491 - checksum = "ec3245a0ca564e7f3c797d20d833a6870f57a728ac967d5225b3ffdef4465011" 492 - dependencies = [ 493 - "lazy_static", 494 - "log", 495 - "rand", 496 - ] 497 - 498 - [[package]] 499 - name = "fastdivide" 500 - version = "0.4.0" 501 - source = "registry+https://github.com/rust-lang/crates.io-index" 502 - checksum = "25c7df09945d65ea8d70b3321547ed414bbc540aad5bac6883d021b970f35b04" 503 - 504 - [[package]] 505 - name = "fastfield_codecs" 506 - version = "0.2.0" 507 - source = "registry+https://github.com/rust-lang/crates.io-index" 508 - checksum = "8dff2ee906bb242438742b5ecac909c0719cbd9db546f6c3d9ac86bd93f5b07e" 509 - dependencies = [ 510 - "tantivy-bitpacker", 511 - "tantivy-common", 512 - ] 513 - 514 - [[package]] 515 - name = "fastrand" 516 - version = "1.7.0" 517 - source = "registry+https://github.com/rust-lang/crates.io-index" 518 - checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" 519 - dependencies = [ 520 - "instant", 521 - ] 522 - 523 - [[package]] 524 - name = "fern" 525 - version = "0.6.1" 526 - source = "registry+https://github.com/rust-lang/crates.io-index" 527 - checksum = "3bdd7b0849075e79ee9a1836df22c717d1eba30451796fdc631b04565dd11e2a" 528 - dependencies = [ 529 - "colored", 530 - "log", 531 - ] 532 - 533 - [[package]] 534 - name = "flate2" 535 - version = "1.0.23" 536 - source = "registry+https://github.com/rust-lang/crates.io-index" 537 - checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af" 538 - dependencies = [ 539 - "cfg-if", 540 - "crc32fast", 541 - "libc", 542 - "miniz_oxide", 543 - ] 544 - 545 - [[package]] 546 - name = "fnv" 547 - version = "1.0.7" 548 - source = "registry+https://github.com/rust-lang/crates.io-index" 549 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 550 - 551 - [[package]] 552 - name = "fs2" 553 - version = "0.4.3" 554 - source = "registry+https://github.com/rust-lang/crates.io-index" 555 - checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" 556 - dependencies = [ 557 - "libc", 558 - "winapi", 559 - ] 560 - 561 - [[package]] 562 - name = "futures-channel" 563 - version = "0.3.21" 564 - source = "registry+https://github.com/rust-lang/crates.io-index" 565 - checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010" 566 - dependencies = [ 567 - "futures-core", 568 - ] 569 - 570 - [[package]] 571 - name = "futures-core" 572 - version = "0.3.21" 573 - source = "registry+https://github.com/rust-lang/crates.io-index" 574 - checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" 575 - 576 - [[package]] 577 - name = "futures-sink" 578 - version = "0.3.21" 579 - source = "registry+https://github.com/rust-lang/crates.io-index" 580 - checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" 581 - 582 - [[package]] 583 - name = "futures-task" 584 - version = "0.3.21" 585 - source = "registry+https://github.com/rust-lang/crates.io-index" 586 - checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" 587 - 588 - [[package]] 589 - name = "futures-util" 590 - version = "0.3.21" 591 - source = "registry+https://github.com/rust-lang/crates.io-index" 592 - checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a" 593 - dependencies = [ 594 - "futures-core", 595 - "futures-task", 596 - "pin-project-lite", 597 - "pin-utils", 598 - ] 599 - 600 - [[package]] 601 - name = "fxhash" 602 - version = "0.2.1" 603 - source = "registry+https://github.com/rust-lang/crates.io-index" 604 - checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 605 - dependencies = [ 606 - "byteorder", 607 - ] 608 - 609 - [[package]] 610 - name = "generator" 611 - version = "0.7.0" 612 - source = "registry+https://github.com/rust-lang/crates.io-index" 613 - checksum = "c1d9279ca822891c1a4dae06d185612cf8fc6acfe5dff37781b41297811b12ee" 614 - dependencies = [ 615 - "cc", 616 - "libc", 617 - "log", 618 - "rustversion", 619 - "winapi", 620 - ] 621 - 622 - [[package]] 623 - name = "generic-array" 624 - version = "0.14.5" 625 - source = "registry+https://github.com/rust-lang/crates.io-index" 626 - checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803" 627 - dependencies = [ 628 - "typenum", 629 - "version_check", 630 - ] 631 - 632 - [[package]] 633 - name = "getrandom" 634 - version = "0.2.5" 635 - source = "registry+https://github.com/rust-lang/crates.io-index" 636 - checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77" 637 - dependencies = [ 638 - "cfg-if", 639 - "libc", 640 - "wasi", 641 - ] 642 - 643 - [[package]] 644 - name = "h2" 645 - version = "0.3.13" 646 - source = "registry+https://github.com/rust-lang/crates.io-index" 647 - checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57" 648 - dependencies = [ 649 - "bytes", 650 - "fnv", 651 - "futures-core", 652 - "futures-sink", 653 - "futures-util", 654 - "http", 655 - "indexmap", 656 - "slab", 657 - "tokio", 658 - "tokio-util", 659 - "tracing", 660 - ] 661 - 662 - [[package]] 663 - name = "hashbrown" 664 - version = "0.11.2" 665 - source = "registry+https://github.com/rust-lang/crates.io-index" 666 - checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" 667 - dependencies = [ 668 - "ahash", 669 - "serde", 670 - ] 671 - 672 - [[package]] 673 - name = "hashbrown" 674 - version = "0.12.1" 675 - source = "registry+https://github.com/rust-lang/crates.io-index" 676 - checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3" 677 - dependencies = [ 678 - "ahash", 679 - ] 680 - 681 - [[package]] 682 - name = "headers" 683 - version = "0.3.7" 684 - source = "registry+https://github.com/rust-lang/crates.io-index" 685 - checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d" 686 - dependencies = [ 687 - "base64", 688 - "bitflags", 689 - "bytes", 690 - "headers-core", 691 - "http", 692 - "httpdate", 693 - "mime", 694 - "sha-1", 695 - ] 696 - 697 - [[package]] 698 - name = "headers-core" 699 - version = "0.2.0" 700 - source = "registry+https://github.com/rust-lang/crates.io-index" 701 - checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" 702 - dependencies = [ 703 - "http", 704 - ] 705 - 706 - [[package]] 707 - name = "heck" 708 - version = "0.4.0" 709 - source = "registry+https://github.com/rust-lang/crates.io-index" 710 - checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 711 - 712 - [[package]] 713 - name = "hermit-abi" 714 - version = "0.1.19" 715 - source = "registry+https://github.com/rust-lang/crates.io-index" 716 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 717 - dependencies = [ 718 - "libc", 719 - ] 720 - 721 - [[package]] 722 - name = "htmlescape" 723 - version = "0.3.1" 724 - source = "registry+https://github.com/rust-lang/crates.io-index" 725 - checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163" 726 - 727 - [[package]] 728 - name = "http" 729 - version = "0.2.7" 730 - source = "registry+https://github.com/rust-lang/crates.io-index" 731 - checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb" 732 - dependencies = [ 733 - "bytes", 734 - "fnv", 735 - "itoa", 736 - ] 737 - 738 - [[package]] 739 - name = "http-body" 740 - version = "0.4.4" 741 - source = "registry+https://github.com/rust-lang/crates.io-index" 742 - checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" 743 - dependencies = [ 744 - "bytes", 745 - "http", 746 - "pin-project-lite", 747 - ] 748 - 749 - [[package]] 750 - name = "httparse" 751 - version = "1.7.1" 752 - source = "registry+https://github.com/rust-lang/crates.io-index" 753 - checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" 754 - 755 - [[package]] 756 - name = "httpdate" 757 - version = "1.0.2" 758 - source = "registry+https://github.com/rust-lang/crates.io-index" 759 - checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 760 - 761 - [[package]] 762 - name = "humantime" 763 - version = "1.3.0" 764 - source = "registry+https://github.com/rust-lang/crates.io-index" 765 - checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" 766 - dependencies = [ 767 - "quick-error", 768 - ] 769 - 770 - [[package]] 771 - name = "hyper" 772 - version = "0.14.18" 773 - source = "registry+https://github.com/rust-lang/crates.io-index" 774 - checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2" 775 - dependencies = [ 776 - "bytes", 777 - "futures-channel", 778 - "futures-core", 779 - "futures-util", 780 - "h2", 781 - "http", 782 - "http-body", 783 - "httparse", 784 - "httpdate", 785 - "itoa", 786 - "pin-project-lite", 787 - "socket2", 788 - "tokio", 789 - "tower-service", 790 - "tracing", 791 - "want", 792 - ] 793 - 794 - [[package]] 795 - name = "indexmap" 796 - version = "1.8.1" 797 - source = "registry+https://github.com/rust-lang/crates.io-index" 798 - checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee" 799 - dependencies = [ 800 - "autocfg", 801 - "hashbrown 0.11.2", 802 - ] 803 - 804 - [[package]] 805 - name = "instant" 806 - version = "0.1.12" 807 - source = "registry+https://github.com/rust-lang/crates.io-index" 808 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 809 - dependencies = [ 810 - "cfg-if", 811 - "js-sys", 812 - "wasm-bindgen", 813 - "web-sys", 814 - ] 815 - 816 - [[package]] 817 - name = "itertools" 818 - version = "0.10.3" 819 - source = "registry+https://github.com/rust-lang/crates.io-index" 820 - checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" 821 - dependencies = [ 822 - "either", 823 - ] 824 - 825 - [[package]] 826 - name = "itoa" 827 - version = "1.0.1" 828 - source = "registry+https://github.com/rust-lang/crates.io-index" 829 - checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" 830 - 831 - [[package]] 832 - name = "jobserver" 833 - version = "0.1.24" 834 - source = "registry+https://github.com/rust-lang/crates.io-index" 835 - checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa" 836 - dependencies = [ 837 - "libc", 838 - ] 839 - 840 - [[package]] 841 - name = "js-sys" 842 - version = "0.3.58" 843 - source = "registry+https://github.com/rust-lang/crates.io-index" 844 - checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27" 845 - dependencies = [ 846 - "wasm-bindgen", 847 - ] 848 - 849 - [[package]] 850 - name = "lazy_static" 851 - version = "1.4.0" 852 - source = "registry+https://github.com/rust-lang/crates.io-index" 853 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 854 - 855 - [[package]] 856 - name = "levenshtein_automata" 857 - version = "0.2.1" 858 - source = "registry+https://github.com/rust-lang/crates.io-index" 859 - checksum = "0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25" 860 - 861 - [[package]] 862 - name = "libc" 863 - version = "0.2.119" 864 - source = "registry+https://github.com/rust-lang/crates.io-index" 865 - checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4" 866 - 867 - [[package]] 868 - name = "libmimalloc-sys" 869 - version = "0.1.25" 870 - source = "registry+https://github.com/rust-lang/crates.io-index" 871 - checksum = "11ca136052550448f55df7898c6dbe651c6b574fe38a0d9ea687a9f8088a2e2c" 872 - dependencies = [ 873 - "cc", 874 - ] 875 - 876 - [[package]] 877 - name = "lnx" 878 - version = "0.9.0" 879 - dependencies = [ 880 - "anyhow", 881 - "arc-swap", 882 - "bincode", 883 - "bytes", 884 - "chrono", 885 - "clap", 886 - "engine", 887 - "fern", 888 - "hashbrown 0.11.2", 889 - "headers", 890 - "hyper", 891 - "mimalloc", 892 - "num_cpus", 893 - "parking_lot 0.11.2", 894 - "rand", 895 - "routerify", 896 - "serde", 897 - "serde_json", 898 - "sled", 899 - "thiserror", 900 - "tokio", 901 - "tracing", 902 - "tracing-appender", 903 - "tracing-futures", 904 - "tracing-subscriber", 905 - "walkdir", 906 - "zip", 907 - ] 908 - 909 - [[package]] 910 - name = "lock_api" 911 - version = "0.4.6" 912 - source = "registry+https://github.com/rust-lang/crates.io-index" 913 - checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b" 914 - dependencies = [ 915 - "scopeguard", 916 - ] 917 - 918 - [[package]] 919 - name = "log" 920 - version = "0.4.17" 921 - source = "registry+https://github.com/rust-lang/crates.io-index" 922 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 923 - dependencies = [ 924 - "cfg-if", 925 - ] 926 - 927 - [[package]] 928 - name = "loom" 929 - version = "0.5.6" 930 - source = "registry+https://github.com/rust-lang/crates.io-index" 931 - checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" 932 - dependencies = [ 933 - "cfg-if", 934 - "generator", 935 - "scoped-tls", 936 - "tracing", 937 - "tracing-subscriber", 938 - ] 939 - 940 - [[package]] 941 - name = "lru" 942 - version = "0.7.7" 943 - source = "registry+https://github.com/rust-lang/crates.io-index" 944 - checksum = "c84e6fe5655adc6ce00787cf7dcaf8dc4f998a0565d23eafc207a8b08ca3349a" 945 - dependencies = [ 946 - "hashbrown 0.11.2", 947 - ] 948 - 949 - [[package]] 950 - name = "lz4_flex" 951 - version = "0.9.2" 952 - source = "registry+https://github.com/rust-lang/crates.io-index" 953 - checksum = "42c51df9d8d4842336c835df1d85ed447c4813baa237d033d95128bf5552ad8a" 954 - dependencies = [ 955 - "twox-hash", 956 - ] 957 - 958 - [[package]] 959 - name = "matchers" 960 - version = "0.1.0" 961 - source = "registry+https://github.com/rust-lang/crates.io-index" 962 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 963 - dependencies = [ 964 - "regex-automata", 965 - ] 966 - 967 - [[package]] 968 - name = "measure_time" 969 - version = "0.8.2" 970 - source = "registry+https://github.com/rust-lang/crates.io-index" 971 - checksum = "56220900f1a0923789ecd6bf25fbae8af3b2f1ff3e9e297fc9b6b8674dd4d852" 972 - dependencies = [ 973 - "instant", 974 - "log", 975 - ] 976 - 977 - [[package]] 978 - name = "memchr" 979 - version = "2.4.1" 980 - source = "registry+https://github.com/rust-lang/crates.io-index" 981 - checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" 982 - 983 - [[package]] 984 - name = "memmap2" 985 - version = "0.5.3" 986 - source = "registry+https://github.com/rust-lang/crates.io-index" 987 - checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f" 988 - dependencies = [ 989 - "libc", 990 - ] 991 - 992 - [[package]] 993 - name = "memoffset" 994 - version = "0.6.5" 995 - source = "registry+https://github.com/rust-lang/crates.io-index" 996 - checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 997 - dependencies = [ 998 - "autocfg", 999 - ] 1000 - 1001 - [[package]] 1002 - name = "mimalloc" 1003 - version = "0.1.29" 1004 - source = "registry+https://github.com/rust-lang/crates.io-index" 1005 - checksum = "2f64ad83c969af2e732e907564deb0d0ed393cec4af80776f77dd77a1a427698" 1006 - dependencies = [ 1007 - "libmimalloc-sys", 1008 - ] 1009 - 1010 - [[package]] 1011 - name = "mime" 1012 - version = "0.3.16" 1013 - source = "registry+https://github.com/rust-lang/crates.io-index" 1014 - checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 1015 - 1016 - [[package]] 1017 - name = "miniz_oxide" 1018 - version = "0.5.1" 1019 - source = "registry+https://github.com/rust-lang/crates.io-index" 1020 - checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082" 1021 - dependencies = [ 1022 - "adler", 1023 - ] 1024 - 1025 - [[package]] 1026 - name = "mio" 1027 - version = "0.8.0" 1028 - source = "registry+https://github.com/rust-lang/crates.io-index" 1029 - checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2" 1030 - dependencies = [ 1031 - "libc", 1032 - "log", 1033 - "miow", 1034 - "ntapi", 1035 - "winapi", 1036 - ] 1037 - 1038 - [[package]] 1039 - name = "miow" 1040 - version = "0.3.7" 1041 - source = "registry+https://github.com/rust-lang/crates.io-index" 1042 - checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" 1043 - dependencies = [ 1044 - "winapi", 1045 - ] 1046 - 1047 - [[package]] 1048 - name = "murmurhash32" 1049 - version = "0.2.0" 1050 - source = "registry+https://github.com/rust-lang/crates.io-index" 1051 - checksum = "d736ff882f0e85fe9689fb23db229616c4c00aee2b3ac282f666d8f20eb25d4a" 1052 - dependencies = [ 1053 - "byteorder", 1054 - ] 1055 - 1056 - [[package]] 1057 - name = "ntapi" 1058 - version = "0.3.7" 1059 - source = "registry+https://github.com/rust-lang/crates.io-index" 1060 - checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f" 1061 - dependencies = [ 1062 - "winapi", 1063 - ] 1064 - 1065 - [[package]] 1066 - name = "num-integer" 1067 - version = "0.1.44" 1068 - source = "registry+https://github.com/rust-lang/crates.io-index" 1069 - checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" 1070 - dependencies = [ 1071 - "autocfg", 1072 - "num-traits", 1073 - ] 1074 - 1075 - [[package]] 1076 - name = "num-traits" 1077 - version = "0.2.14" 1078 - source = "registry+https://github.com/rust-lang/crates.io-index" 1079 - checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 1080 - dependencies = [ 1081 - "autocfg", 1082 - ] 1083 - 1084 - [[package]] 1085 - name = "num_cpus" 1086 - version = "1.13.1" 1087 - source = "registry+https://github.com/rust-lang/crates.io-index" 1088 - checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 1089 - dependencies = [ 1090 - "hermit-abi", 1091 - "libc", 1092 - ] 1093 - 1094 - [[package]] 1095 - name = "num_threads" 1096 - version = "0.1.6" 1097 - source = "registry+https://github.com/rust-lang/crates.io-index" 1098 - checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 1099 - dependencies = [ 1100 - "libc", 1101 - ] 1102 - 1103 - [[package]] 1104 - name = "once_cell" 1105 - version = "1.10.0" 1106 - source = "registry+https://github.com/rust-lang/crates.io-index" 1107 - checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" 1108 - 1109 - [[package]] 1110 - name = "oneshot" 1111 - version = "0.1.3" 1112 - source = "registry+https://github.com/rust-lang/crates.io-index" 1113 - checksum = "f3b8d98df258e762e901eb4349d66d5a5f5a7a994db8df82ff596011773be535" 1114 - dependencies = [ 1115 - "loom", 1116 - ] 1117 - 1118 - [[package]] 1119 - name = "os_str_bytes" 1120 - version = "6.0.0" 1121 - source = "registry+https://github.com/rust-lang/crates.io-index" 1122 - checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" 1123 - 1124 - [[package]] 1125 - name = "output_vt100" 1126 - version = "0.1.3" 1127 - source = "registry+https://github.com/rust-lang/crates.io-index" 1128 - checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" 1129 - dependencies = [ 1130 - "winapi", 1131 - ] 1132 - 1133 - [[package]] 1134 - name = "ownedbytes" 1135 - version = "0.3.0" 1136 - source = "registry+https://github.com/rust-lang/crates.io-index" 1137 - checksum = "e2981bd7cfb2a70e6c50083c60561275a269fc7458f151c53b126ec1b15cc040" 1138 - dependencies = [ 1139 - "stable_deref_trait", 1140 - ] 1141 - 1142 - [[package]] 1143 - name = "parking_lot" 1144 - version = "0.11.2" 1145 - source = "registry+https://github.com/rust-lang/crates.io-index" 1146 - checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 1147 - dependencies = [ 1148 - "instant", 1149 - "lock_api", 1150 - "parking_lot_core 0.8.5", 1151 - ] 1152 - 1153 - [[package]] 1154 - name = "parking_lot" 1155 - version = "0.12.0" 1156 - source = "registry+https://github.com/rust-lang/crates.io-index" 1157 - checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58" 1158 - dependencies = [ 1159 - "lock_api", 1160 - "parking_lot_core 0.9.1", 1161 - ] 1162 - 1163 - [[package]] 1164 - name = "parking_lot_core" 1165 - version = "0.8.5" 1166 - source = "registry+https://github.com/rust-lang/crates.io-index" 1167 - checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" 1168 - dependencies = [ 1169 - "cfg-if", 1170 - "instant", 1171 - "libc", 1172 - "redox_syscall", 1173 - "smallvec", 1174 - "winapi", 1175 - ] 1176 - 1177 - [[package]] 1178 - name = "parking_lot_core" 1179 - version = "0.9.1" 1180 - source = "registry+https://github.com/rust-lang/crates.io-index" 1181 - checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954" 1182 - dependencies = [ 1183 - "cfg-if", 1184 - "libc", 1185 - "redox_syscall", 1186 - "smallvec", 1187 - "windows-sys", 1188 - ] 1189 - 1190 - [[package]] 1191 - name = "percent-encoding" 1192 - version = "2.1.0" 1193 - source = "registry+https://github.com/rust-lang/crates.io-index" 1194 - checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 1195 - 1196 - [[package]] 1197 - name = "pin-project" 1198 - version = "1.0.10" 1199 - source = "registry+https://github.com/rust-lang/crates.io-index" 1200 - checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e" 1201 - dependencies = [ 1202 - "pin-project-internal", 1203 - ] 1204 - 1205 - [[package]] 1206 - name = "pin-project-internal" 1207 - version = "1.0.10" 1208 - source = "registry+https://github.com/rust-lang/crates.io-index" 1209 - checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb" 1210 - dependencies = [ 1211 - "proc-macro2", 1212 - "quote", 1213 - "syn", 1214 - ] 1215 - 1216 - [[package]] 1217 - name = "pin-project-lite" 1218 - version = "0.2.8" 1219 - source = "registry+https://github.com/rust-lang/crates.io-index" 1220 - checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c" 1221 - 1222 - [[package]] 1223 - name = "pin-utils" 1224 - version = "0.1.0" 1225 - source = "registry+https://github.com/rust-lang/crates.io-index" 1226 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1227 - 1228 - [[package]] 1229 - name = "ppv-lite86" 1230 - version = "0.2.16" 1231 - source = "registry+https://github.com/rust-lang/crates.io-index" 1232 - checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 1233 - 1234 - [[package]] 1235 - name = "pretty_assertions" 1236 - version = "1.2.1" 1237 - source = "registry+https://github.com/rust-lang/crates.io-index" 1238 - checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563" 1239 - dependencies = [ 1240 - "ansi_term", 1241 - "ctor", 1242 - "diff", 1243 - "output_vt100", 1244 - ] 1245 - 1246 - [[package]] 1247 - name = "pretty_env_logger" 1248 - version = "0.4.0" 1249 - source = "registry+https://github.com/rust-lang/crates.io-index" 1250 - checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d" 1251 - dependencies = [ 1252 - "env_logger", 1253 - "log", 1254 - ] 1255 - 1256 - [[package]] 1257 - name = "proc-macro-error" 1258 - version = "1.0.4" 1259 - source = "registry+https://github.com/rust-lang/crates.io-index" 1260 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 1261 - dependencies = [ 1262 - "proc-macro-error-attr", 1263 - "proc-macro2", 1264 - "quote", 1265 - "syn", 1266 - "version_check", 1267 - ] 1268 - 1269 - [[package]] 1270 - name = "proc-macro-error-attr" 1271 - version = "1.0.4" 1272 - source = "registry+https://github.com/rust-lang/crates.io-index" 1273 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 1274 - dependencies = [ 1275 - "proc-macro2", 1276 - "quote", 1277 - "version_check", 1278 - ] 1279 - 1280 - [[package]] 1281 - name = "proc-macro2" 1282 - version = "1.0.39" 1283 - source = "registry+https://github.com/rust-lang/crates.io-index" 1284 - checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f" 1285 - dependencies = [ 1286 - "unicode-ident", 1287 - ] 1288 - 1289 - [[package]] 1290 - name = "ptr_meta" 1291 - version = "0.1.4" 1292 - source = "registry+https://github.com/rust-lang/crates.io-index" 1293 - checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 1294 - dependencies = [ 1295 - "ptr_meta_derive", 1296 - ] 1297 - 1298 - [[package]] 1299 - name = "ptr_meta_derive" 1300 - version = "0.1.4" 1301 - source = "registry+https://github.com/rust-lang/crates.io-index" 1302 - checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 1303 - dependencies = [ 1304 - "proc-macro2", 1305 - "quote", 1306 - "syn", 1307 - ] 1308 - 1309 - [[package]] 1310 - name = "quick-error" 1311 - version = "1.2.3" 1312 - source = "registry+https://github.com/rust-lang/crates.io-index" 1313 - checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 1314 - 1315 - [[package]] 1316 - name = "quote" 1317 - version = "1.0.15" 1318 - source = "registry+https://github.com/rust-lang/crates.io-index" 1319 - checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145" 1320 - dependencies = [ 1321 - "proc-macro2", 1322 - ] 1323 - 1324 - [[package]] 1325 - name = "rand" 1326 - version = "0.8.5" 1327 - source = "registry+https://github.com/rust-lang/crates.io-index" 1328 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1329 - dependencies = [ 1330 - "libc", 1331 - "rand_chacha", 1332 - "rand_core", 1333 - ] 1334 - 1335 - [[package]] 1336 - name = "rand_chacha" 1337 - version = "0.3.1" 1338 - source = "registry+https://github.com/rust-lang/crates.io-index" 1339 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1340 - dependencies = [ 1341 - "ppv-lite86", 1342 - "rand_core", 1343 - ] 1344 - 1345 - [[package]] 1346 - name = "rand_core" 1347 - version = "0.6.3" 1348 - source = "registry+https://github.com/rust-lang/crates.io-index" 1349 - checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 1350 - dependencies = [ 1351 - "getrandom", 1352 - ] 1353 - 1354 - [[package]] 1355 - name = "rayon" 1356 - version = "1.5.3" 1357 - source = "registry+https://github.com/rust-lang/crates.io-index" 1358 - checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" 1359 - dependencies = [ 1360 - "autocfg", 1361 - "crossbeam-deque", 1362 - "either", 1363 - "rayon-core", 1364 - ] 1365 - 1366 - [[package]] 1367 - name = "rayon-core" 1368 - version = "1.9.3" 1369 - source = "registry+https://github.com/rust-lang/crates.io-index" 1370 - checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" 1371 - dependencies = [ 1372 - "crossbeam-channel", 1373 - "crossbeam-deque", 1374 - "crossbeam-utils", 1375 - "num_cpus", 1376 - ] 1377 - 1378 - [[package]] 1379 - name = "redox_syscall" 1380 - version = "0.2.11" 1381 - source = "registry+https://github.com/rust-lang/crates.io-index" 1382 - checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c" 1383 - dependencies = [ 1384 - "bitflags", 1385 - ] 1386 - 1387 - [[package]] 1388 - name = "regex" 1389 - version = "1.5.6" 1390 - source = "registry+https://github.com/rust-lang/crates.io-index" 1391 - checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" 1392 - dependencies = [ 1393 - "aho-corasick", 1394 - "memchr", 1395 - "regex-syntax 0.6.26", 1396 - ] 1397 - 1398 - [[package]] 1399 - name = "regex-automata" 1400 - version = "0.1.10" 1401 - source = "registry+https://github.com/rust-lang/crates.io-index" 1402 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1403 - dependencies = [ 1404 - "regex-syntax 0.6.26", 1405 - ] 1406 - 1407 - [[package]] 1408 - name = "regex-syntax" 1409 - version = "0.4.2" 1410 - source = "registry+https://github.com/rust-lang/crates.io-index" 1411 - checksum = "8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e" 1412 - 1413 - [[package]] 1414 - name = "regex-syntax" 1415 - version = "0.6.26" 1416 - source = "registry+https://github.com/rust-lang/crates.io-index" 1417 - checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" 1418 - 1419 - [[package]] 1420 - name = "remove_dir_all" 1421 - version = "0.5.3" 1422 - source = "registry+https://github.com/rust-lang/crates.io-index" 1423 - checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 1424 - dependencies = [ 1425 - "winapi", 1426 - ] 1427 - 1428 - [[package]] 1429 - name = "rend" 1430 - version = "0.3.6" 1431 - source = "registry+https://github.com/rust-lang/crates.io-index" 1432 - checksum = "79af64b4b6362ffba04eef3a4e10829718a4896dac19daa741851c86781edf95" 1433 - dependencies = [ 1434 - "bytecheck", 1435 - ] 1436 - 1437 - [[package]] 1438 - name = "rkyv" 1439 - version = "0.7.38" 1440 - source = "registry+https://github.com/rust-lang/crates.io-index" 1441 - checksum = "517a3034eb2b1499714e9d1e49b2367ad567e07639b69776d35e259d9c27cca6" 1442 - dependencies = [ 1443 - "bytecheck", 1444 - "hashbrown 0.12.1", 1445 - "ptr_meta", 1446 - "rend", 1447 - "rkyv_derive", 1448 - "seahash", 1449 - ] 1450 - 1451 - [[package]] 1452 - name = "rkyv_derive" 1453 - version = "0.7.38" 1454 - source = "registry+https://github.com/rust-lang/crates.io-index" 1455 - checksum = "505c209ee04111a006431abf39696e640838364d67a107c559ababaf6fd8c9dd" 1456 - dependencies = [ 1457 - "proc-macro2", 1458 - "quote", 1459 - "syn", 1460 - ] 1461 - 1462 - [[package]] 1463 - name = "routerify" 1464 - version = "2.2.0" 1465 - source = "registry+https://github.com/rust-lang/crates.io-index" 1466 - checksum = "0c6bb49594c791cadb5ccfa5f36d41b498d40482595c199d10cd318800280bd9" 1467 - dependencies = [ 1468 - "http", 1469 - "hyper", 1470 - "lazy_static", 1471 - "percent-encoding", 1472 - "regex", 1473 - ] 1474 - 1475 - [[package]] 1476 - name = "rust-stemmers" 1477 - version = "1.2.0" 1478 - source = "registry+https://github.com/rust-lang/crates.io-index" 1479 - checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54" 1480 - dependencies = [ 1481 - "serde", 1482 - "serde_derive", 1483 - ] 1484 - 1485 - [[package]] 1486 - name = "rustversion" 1487 - version = "1.0.6" 1488 - source = "registry+https://github.com/rust-lang/crates.io-index" 1489 - checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f" 1490 - 1491 - [[package]] 1492 - name = "ryu" 1493 - version = "1.0.9" 1494 - source = "registry+https://github.com/rust-lang/crates.io-index" 1495 - checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f" 1496 - 1497 - [[package]] 1498 - name = "same-file" 1499 - version = "1.0.6" 1500 - source = "registry+https://github.com/rust-lang/crates.io-index" 1501 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1502 - dependencies = [ 1503 - "winapi-util", 1504 - ] 1505 - 1506 - [[package]] 1507 - name = "scoped-tls" 1508 - version = "1.0.0" 1509 - source = "registry+https://github.com/rust-lang/crates.io-index" 1510 - checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" 1511 - 1512 - [[package]] 1513 - name = "scopeguard" 1514 - version = "1.1.0" 1515 - source = "registry+https://github.com/rust-lang/crates.io-index" 1516 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1517 - 1518 - [[package]] 1519 - name = "seahash" 1520 - version = "4.1.0" 1521 - source = "registry+https://github.com/rust-lang/crates.io-index" 1522 - checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 1523 - 1524 - [[package]] 1525 - name = "search-index" 1526 - version = "0.1.0" 1527 - dependencies = [ 1528 - "aexecutor", 1529 - "anyhow", 1530 - "arc-swap", 1531 - "async-channel", 1532 - "bincode", 1533 - "compose", 1534 - "crc32fast", 1535 - "crossbeam", 1536 - "deunicode", 1537 - "flate2", 1538 - "hashbrown 0.11.2", 1539 - "num_cpus", 1540 - "once_cell", 1541 - "pretty_env_logger", 1542 - "rand", 1543 - "serde", 1544 - "serde_json", 1545 - "sled", 1546 - "sysinfo", 1547 - "tantivy", 1548 - "time 0.3.9", 1549 - "tokio", 1550 - "tracing", 1551 - "tracing-futures", 1552 - ] 1553 - 1554 - [[package]] 1555 - name = "serde" 1556 - version = "1.0.136" 1557 - source = "registry+https://github.com/rust-lang/crates.io-index" 1558 - checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789" 1559 - dependencies = [ 1560 - "serde_derive", 1561 - ] 1562 - 1563 - [[package]] 1564 - name = "serde_derive" 1565 - version = "1.0.136" 1566 - source = "registry+https://github.com/rust-lang/crates.io-index" 1567 - checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9" 1568 - dependencies = [ 1569 - "proc-macro2", 1570 - "quote", 1571 - "syn", 1572 - ] 1573 - 1574 - [[package]] 1575 - name = "serde_json" 1576 - version = "1.0.79" 1577 - source = "registry+https://github.com/rust-lang/crates.io-index" 1578 - checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95" 1579 - dependencies = [ 1580 - "itoa", 1581 - "ryu", 1582 - "serde", 1583 - ] 1584 - 1585 - [[package]] 1586 - name = "sha-1" 1587 - version = "0.10.0" 1588 - source = "registry+https://github.com/rust-lang/crates.io-index" 1589 - checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" 1590 - dependencies = [ 1591 - "cfg-if", 1592 - "cpufeatures", 1593 - "digest", 1594 - ] 1595 - 1596 - [[package]] 1597 - name = "sharded-slab" 1598 - version = "0.1.4" 1599 - source = "registry+https://github.com/rust-lang/crates.io-index" 1600 - checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 1601 - dependencies = [ 1602 - "lazy_static", 1603 - ] 1604 - 1605 - [[package]] 1606 - name = "signal-hook-registry" 1607 - version = "1.4.0" 1608 - source = "registry+https://github.com/rust-lang/crates.io-index" 1609 - checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 1610 - dependencies = [ 1611 - "libc", 1612 - ] 1613 - 1614 - [[package]] 1615 - name = "slab" 1616 - version = "0.4.5" 1617 - source = "registry+https://github.com/rust-lang/crates.io-index" 1618 - checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" 1619 - 1620 - [[package]] 1621 - name = "sled" 1622 - version = "0.34.7" 1623 - source = "registry+https://github.com/rust-lang/crates.io-index" 1624 - checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935" 1625 - dependencies = [ 1626 - "crc32fast", 1627 - "crossbeam-epoch", 1628 - "crossbeam-utils", 1629 - "fs2", 1630 - "fxhash", 1631 - "libc", 1632 - "log", 1633 - "parking_lot 0.11.2", 1634 - "zstd", 1635 - ] 1636 - 1637 - [[package]] 1638 - name = "smallvec" 1639 - version = "1.8.0" 1640 - source = "registry+https://github.com/rust-lang/crates.io-index" 1641 - checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" 1642 - 1643 - [[package]] 1644 - name = "socket2" 1645 - version = "0.4.4" 1646 - source = "registry+https://github.com/rust-lang/crates.io-index" 1647 - checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" 1648 - dependencies = [ 1649 - "libc", 1650 - "winapi", 1651 - ] 1652 - 1653 - [[package]] 1654 - name = "stable_deref_trait" 1655 - version = "1.2.0" 1656 - source = "registry+https://github.com/rust-lang/crates.io-index" 1657 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1658 - 1659 - [[package]] 1660 - name = "static_assertions" 1661 - version = "1.1.0" 1662 - source = "registry+https://github.com/rust-lang/crates.io-index" 1663 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 1664 - 1665 - [[package]] 1666 - name = "strsim" 1667 - version = "0.10.0" 1668 - source = "registry+https://github.com/rust-lang/crates.io-index" 1669 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 1670 - 1671 - [[package]] 1672 - name = "syn" 1673 - version = "1.0.98" 1674 - source = "registry+https://github.com/rust-lang/crates.io-index" 1675 - checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd" 1676 - dependencies = [ 1677 - "proc-macro2", 1678 - "quote", 1679 - "unicode-ident", 1680 - ] 1681 - 1682 - [[package]] 1683 - name = "sysinfo" 1684 - version = "0.20.5" 1685 - source = "registry+https://github.com/rust-lang/crates.io-index" 1686 - checksum = "e223c65cd36b485a34c2ce6e38efa40777d31c4166d9076030c74cdcf971679f" 1687 - dependencies = [ 1688 - "cfg-if", 1689 - "core-foundation-sys", 1690 - "libc", 1691 - "ntapi", 1692 - "once_cell", 1693 - "rayon", 1694 - "winapi", 1695 - ] 1696 - 1697 - [[package]] 1698 - name = "tantivy" 1699 - version = "0.18.0" 1700 - source = "registry+https://github.com/rust-lang/crates.io-index" 1701 - checksum = "08d3da9d47a874779d5a97c5f01c2d0a85fc96e38ed6d51ad21a3cf6d6eb8c47" 1702 - dependencies = [ 1703 - "async-trait", 1704 - "base64", 1705 - "bitpacking", 1706 - "byteorder", 1707 - "census", 1708 - "crc32fast", 1709 - "crossbeam-channel", 1710 - "downcast-rs", 1711 - "fail", 1712 - "fastdivide", 1713 - "fastfield_codecs", 1714 - "fnv", 1715 - "fs2", 1716 - "htmlescape", 1717 - "itertools", 1718 - "levenshtein_automata", 1719 - "log", 1720 - "lru", 1721 - "lz4_flex", 1722 - "measure_time", 1723 - "memmap2", 1724 - "murmurhash32", 1725 - "num_cpus", 1726 - "once_cell", 1727 - "oneshot", 1728 - "ownedbytes", 1729 - "pretty_assertions", 1730 - "rayon", 1731 - "regex", 1732 - "rust-stemmers", 1733 - "serde", 1734 - "serde_json", 1735 - "smallvec", 1736 - "stable_deref_trait", 1737 - "tantivy-bitpacker", 1738 - "tantivy-common", 1739 - "tantivy-fst", 1740 - "tantivy-query-grammar", 1741 - "tempfile", 1742 - "thiserror", 1743 - "time 0.3.9", 1744 - "uuid", 1745 - "winapi", 1746 - ] 1747 - 1748 - [[package]] 1749 - name = "tantivy-bitpacker" 1750 - version = "0.2.0" 1751 - source = "registry+https://github.com/rust-lang/crates.io-index" 1752 - checksum = "90f95c862d26a32e1fdb161ab139c5a3bba221f5fac512af40034e13e25f3131" 1753 - 1754 - [[package]] 1755 - name = "tantivy-common" 1756 - version = "0.3.0" 1757 - source = "registry+https://github.com/rust-lang/crates.io-index" 1758 - checksum = "dec19155b3ed963ae1653bc4995ab8175281f68400c39081205ae25b53fd9750" 1759 - dependencies = [ 1760 - "byteorder", 1761 - "ownedbytes", 1762 - ] 1763 - 1764 - [[package]] 1765 - name = "tantivy-fst" 1766 - version = "0.3.0" 1767 - source = "registry+https://github.com/rust-lang/crates.io-index" 1768 - checksum = "cb20cdc0d83e9184560bdde9cd60142dbb4af2e0f770e88fce45770495224205" 1769 - dependencies = [ 1770 - "byteorder", 1771 - "regex-syntax 0.4.2", 1772 - "utf8-ranges", 1773 - ] 1774 - 1775 - [[package]] 1776 - name = "tantivy-query-grammar" 1777 - version = "0.18.0" 1778 - source = "registry+https://github.com/rust-lang/crates.io-index" 1779 - checksum = "5d6bbdce99f2b8dcbe24ee25acffb36a2b45b31344531374df1008f6a64bb583" 1780 - dependencies = [ 1781 - "combine", 1782 - "once_cell", 1783 - "regex", 1784 - ] 1785 - 1786 - [[package]] 1787 - name = "tempfile" 1788 - version = "3.3.0" 1789 - source = "registry+https://github.com/rust-lang/crates.io-index" 1790 - checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 1791 - dependencies = [ 1792 - "cfg-if", 1793 - "fastrand", 1794 - "libc", 1795 - "redox_syscall", 1796 - "remove_dir_all", 1797 - "winapi", 1798 - ] 1799 - 1800 - [[package]] 1801 - name = "termcolor" 1802 - version = "1.1.3" 1803 - source = "registry+https://github.com/rust-lang/crates.io-index" 1804 - checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 1805 - dependencies = [ 1806 - "winapi-util", 1807 - ] 1808 - 1809 - [[package]] 1810 - name = "textwrap" 1811 - version = "0.15.0" 1812 - source = "registry+https://github.com/rust-lang/crates.io-index" 1813 - checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" 1814 - 1815 - [[package]] 1816 - name = "thiserror" 1817 - version = "1.0.30" 1818 - source = "registry+https://github.com/rust-lang/crates.io-index" 1819 - checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" 1820 - dependencies = [ 1821 - "thiserror-impl", 1822 - ] 1823 - 1824 - [[package]] 1825 - name = "thiserror-impl" 1826 - version = "1.0.30" 1827 - source = "registry+https://github.com/rust-lang/crates.io-index" 1828 - checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" 1829 - dependencies = [ 1830 - "proc-macro2", 1831 - "quote", 1832 - "syn", 1833 - ] 1834 - 1835 - [[package]] 1836 - name = "thread_local" 1837 - version = "1.1.4" 1838 - source = "registry+https://github.com/rust-lang/crates.io-index" 1839 - checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" 1840 - dependencies = [ 1841 - "once_cell", 1842 - ] 1843 - 1844 - [[package]] 1845 - name = "time" 1846 - version = "0.1.44" 1847 - source = "registry+https://github.com/rust-lang/crates.io-index" 1848 - checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 1849 - dependencies = [ 1850 - "libc", 1851 - "wasi", 1852 - "winapi", 1853 - ] 1854 - 1855 - [[package]] 1856 - name = "time" 1857 - version = "0.3.9" 1858 - source = "registry+https://github.com/rust-lang/crates.io-index" 1859 - checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd" 1860 - dependencies = [ 1861 - "itoa", 1862 - "libc", 1863 - "num_threads", 1864 - "serde", 1865 - ] 1866 - 1867 - [[package]] 1868 - name = "tokio" 1869 - version = "1.17.0" 1870 - source = "registry+https://github.com/rust-lang/crates.io-index" 1871 - checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee" 1872 - dependencies = [ 1873 - "bytes", 1874 - "libc", 1875 - "memchr", 1876 - "mio", 1877 - "num_cpus", 1878 - "once_cell", 1879 - "parking_lot 0.12.0", 1880 - "pin-project-lite", 1881 - "signal-hook-registry", 1882 - "socket2", 1883 - "tokio-macros", 1884 - "winapi", 1885 - ] 1886 - 1887 - [[package]] 1888 - name = "tokio-macros" 1889 - version = "1.7.0" 1890 - source = "registry+https://github.com/rust-lang/crates.io-index" 1891 - checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" 1892 - dependencies = [ 1893 - "proc-macro2", 1894 - "quote", 1895 - "syn", 1896 - ] 1897 - 1898 - [[package]] 1899 - name = "tokio-util" 1900 - version = "0.7.1" 1901 - source = "registry+https://github.com/rust-lang/crates.io-index" 1902 - checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764" 1903 - dependencies = [ 1904 - "bytes", 1905 - "futures-core", 1906 - "futures-sink", 1907 - "pin-project-lite", 1908 - "tokio", 1909 - "tracing", 1910 - ] 1911 - 1912 - [[package]] 1913 - name = "tower-service" 1914 - version = "0.3.1" 1915 - source = "registry+https://github.com/rust-lang/crates.io-index" 1916 - checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" 1917 - 1918 - [[package]] 1919 - name = "tracing" 1920 - version = "0.1.31" 1921 - source = "registry+https://github.com/rust-lang/crates.io-index" 1922 - checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f" 1923 - dependencies = [ 1924 - "cfg-if", 1925 - "pin-project-lite", 1926 - "tracing-attributes", 1927 - "tracing-core", 1928 - ] 1929 - 1930 - [[package]] 1931 - name = "tracing-appender" 1932 - version = "0.2.2" 1933 - source = "registry+https://github.com/rust-lang/crates.io-index" 1934 - checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e" 1935 - dependencies = [ 1936 - "crossbeam-channel", 1937 - "time 0.3.9", 1938 - "tracing-subscriber", 1939 - ] 1940 - 1941 - [[package]] 1942 - name = "tracing-attributes" 1943 - version = "0.1.19" 1944 - source = "registry+https://github.com/rust-lang/crates.io-index" 1945 - checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716" 1946 - dependencies = [ 1947 - "proc-macro2", 1948 - "quote", 1949 - "syn", 1950 - ] 1951 - 1952 - [[package]] 1953 - name = "tracing-core" 1954 - version = "0.1.22" 1955 - source = "registry+https://github.com/rust-lang/crates.io-index" 1956 - checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23" 1957 - dependencies = [ 1958 - "lazy_static", 1959 - "valuable", 1960 - ] 1961 - 1962 - [[package]] 1963 - name = "tracing-futures" 1964 - version = "0.2.5" 1965 - source = "registry+https://github.com/rust-lang/crates.io-index" 1966 - checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 1967 - dependencies = [ 1968 - "pin-project", 1969 - "tracing", 1970 - ] 1971 - 1972 - [[package]] 1973 - name = "tracing-log" 1974 - version = "0.1.3" 1975 - source = "registry+https://github.com/rust-lang/crates.io-index" 1976 - checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 1977 - dependencies = [ 1978 - "lazy_static", 1979 - "log", 1980 - "tracing-core", 1981 - ] 1982 - 1983 - [[package]] 1984 - name = "tracing-serde" 1985 - version = "0.1.3" 1986 - source = "registry+https://github.com/rust-lang/crates.io-index" 1987 - checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" 1988 - dependencies = [ 1989 - "serde", 1990 - "tracing-core", 1991 - ] 1992 - 1993 - [[package]] 1994 - name = "tracing-subscriber" 1995 - version = "0.3.11" 1996 - source = "registry+https://github.com/rust-lang/crates.io-index" 1997 - checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596" 1998 - dependencies = [ 1999 - "ansi_term", 2000 - "lazy_static", 2001 - "matchers", 2002 - "parking_lot 0.12.0", 2003 - "regex", 2004 - "serde", 2005 - "serde_json", 2006 - "sharded-slab", 2007 - "smallvec", 2008 - "thread_local", 2009 - "tracing", 2010 - "tracing-core", 2011 - "tracing-log", 2012 - "tracing-serde", 2013 - ] 2014 - 2015 - [[package]] 2016 - name = "triple_accel" 2017 - version = "0.4.0" 2018 - source = "registry+https://github.com/rust-lang/crates.io-index" 2019 - checksum = "22048bc95dfb2ffd05b1ff9a756290a009224b60b2f0e7525faeee7603851e63" 2020 - 2021 - [[package]] 2022 - name = "try-lock" 2023 - version = "0.2.3" 2024 - source = "registry+https://github.com/rust-lang/crates.io-index" 2025 - checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 2026 - 2027 - [[package]] 2028 - name = "twox-hash" 2029 - version = "1.6.2" 2030 - source = "registry+https://github.com/rust-lang/crates.io-index" 2031 - checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" 2032 - dependencies = [ 2033 - "cfg-if", 2034 - "static_assertions", 2035 - ] 2036 - 2037 - [[package]] 2038 - name = "typenum" 2039 - version = "1.15.0" 2040 - source = "registry+https://github.com/rust-lang/crates.io-index" 2041 - checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" 2042 - 2043 - [[package]] 2044 - name = "unicode-ident" 2045 - version = "1.0.1" 2046 - source = "registry+https://github.com/rust-lang/crates.io-index" 2047 - checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c" 2048 - 2049 - [[package]] 2050 - name = "utf8-ranges" 2051 - version = "1.0.4" 2052 - source = "registry+https://github.com/rust-lang/crates.io-index" 2053 - checksum = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba" 2054 - 2055 - [[package]] 2056 - name = "uuid" 2057 - version = "1.1.2" 2058 - source = "registry+https://github.com/rust-lang/crates.io-index" 2059 - checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" 2060 - dependencies = [ 2061 - "getrandom", 2062 - "serde", 2063 - ] 2064 - 2065 - [[package]] 2066 - name = "valuable" 2067 - version = "0.1.0" 2068 - source = "registry+https://github.com/rust-lang/crates.io-index" 2069 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 2070 - 2071 - [[package]] 2072 - name = "version_check" 2073 - version = "0.9.4" 2074 - source = "registry+https://github.com/rust-lang/crates.io-index" 2075 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2076 - 2077 - [[package]] 2078 - name = "walkdir" 2079 - version = "2.3.2" 2080 - source = "registry+https://github.com/rust-lang/crates.io-index" 2081 - checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 2082 - dependencies = [ 2083 - "same-file", 2084 - "winapi", 2085 - "winapi-util", 2086 - ] 2087 - 2088 - [[package]] 2089 - name = "want" 2090 - version = "0.3.0" 2091 - source = "registry+https://github.com/rust-lang/crates.io-index" 2092 - checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 2093 - dependencies = [ 2094 - "log", 2095 - "try-lock", 2096 - ] 2097 - 2098 - [[package]] 2099 - name = "wasi" 2100 - version = "0.10.0+wasi-snapshot-preview1" 2101 - source = "registry+https://github.com/rust-lang/crates.io-index" 2102 - checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 2103 - 2104 - [[package]] 2105 - name = "wasm-bindgen" 2106 - version = "0.2.81" 2107 - source = "registry+https://github.com/rust-lang/crates.io-index" 2108 - checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994" 2109 - dependencies = [ 2110 - "cfg-if", 2111 - "wasm-bindgen-macro", 2112 - ] 2113 - 2114 - [[package]] 2115 - name = "wasm-bindgen-backend" 2116 - version = "0.2.81" 2117 - source = "registry+https://github.com/rust-lang/crates.io-index" 2118 - checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a" 2119 - dependencies = [ 2120 - "bumpalo", 2121 - "lazy_static", 2122 - "log", 2123 - "proc-macro2", 2124 - "quote", 2125 - "syn", 2126 - "wasm-bindgen-shared", 2127 - ] 2128 - 2129 - [[package]] 2130 - name = "wasm-bindgen-macro" 2131 - version = "0.2.81" 2132 - source = "registry+https://github.com/rust-lang/crates.io-index" 2133 - checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa" 2134 - dependencies = [ 2135 - "quote", 2136 - "wasm-bindgen-macro-support", 2137 - ] 2138 - 2139 - [[package]] 2140 - name = "wasm-bindgen-macro-support" 2141 - version = "0.2.81" 2142 - source = "registry+https://github.com/rust-lang/crates.io-index" 2143 - checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048" 2144 - dependencies = [ 2145 - "proc-macro2", 2146 - "quote", 2147 - "syn", 2148 - "wasm-bindgen-backend", 2149 - "wasm-bindgen-shared", 2150 - ] 2151 - 2152 - [[package]] 2153 - name = "wasm-bindgen-shared" 2154 - version = "0.2.81" 2155 - source = "registry+https://github.com/rust-lang/crates.io-index" 2156 - checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be" 2157 - 2158 - [[package]] 2159 - name = "web-sys" 2160 - version = "0.3.58" 2161 - source = "registry+https://github.com/rust-lang/crates.io-index" 2162 - checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90" 2163 - dependencies = [ 2164 - "js-sys", 2165 - "wasm-bindgen", 2166 - ] 2167 - 2168 - [[package]] 2169 - name = "winapi" 2170 - version = "0.3.9" 2171 - source = "registry+https://github.com/rust-lang/crates.io-index" 2172 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2173 - dependencies = [ 2174 - "winapi-i686-pc-windows-gnu", 2175 - "winapi-x86_64-pc-windows-gnu", 2176 - ] 2177 - 2178 - [[package]] 2179 - name = "winapi-i686-pc-windows-gnu" 2180 - version = "0.4.0" 2181 - source = "registry+https://github.com/rust-lang/crates.io-index" 2182 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2183 - 2184 - [[package]] 2185 - name = "winapi-util" 2186 - version = "0.1.5" 2187 - source = "registry+https://github.com/rust-lang/crates.io-index" 2188 - checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 2189 - dependencies = [ 2190 - "winapi", 2191 - ] 2192 - 2193 - [[package]] 2194 - name = "winapi-x86_64-pc-windows-gnu" 2195 - version = "0.4.0" 2196 - source = "registry+https://github.com/rust-lang/crates.io-index" 2197 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2198 - 2199 - [[package]] 2200 - name = "windows-sys" 2201 - version = "0.32.0" 2202 - source = "registry+https://github.com/rust-lang/crates.io-index" 2203 - checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6" 2204 - dependencies = [ 2205 - "windows_aarch64_msvc", 2206 - "windows_i686_gnu", 2207 - "windows_i686_msvc", 2208 - "windows_x86_64_gnu", 2209 - "windows_x86_64_msvc", 2210 - ] 2211 - 2212 - [[package]] 2213 - name = "windows_aarch64_msvc" 2214 - version = "0.32.0" 2215 - source = "registry+https://github.com/rust-lang/crates.io-index" 2216 - checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5" 2217 - 2218 - [[package]] 2219 - name = "windows_i686_gnu" 2220 - version = "0.32.0" 2221 - source = "registry+https://github.com/rust-lang/crates.io-index" 2222 - checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615" 2223 - 2224 - [[package]] 2225 - name = "windows_i686_msvc" 2226 - version = "0.32.0" 2227 - source = "registry+https://github.com/rust-lang/crates.io-index" 2228 - checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172" 2229 - 2230 - [[package]] 2231 - name = "windows_x86_64_gnu" 2232 - version = "0.32.0" 2233 - source = "registry+https://github.com/rust-lang/crates.io-index" 2234 - checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc" 2235 - 2236 - [[package]] 2237 - name = "windows_x86_64_msvc" 2238 - version = "0.32.0" 2239 - source = "registry+https://github.com/rust-lang/crates.io-index" 2240 - checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316" 2241 - 2242 - [[package]] 2243 - name = "zip" 2244 - version = "0.5.13" 2245 - source = "registry+https://github.com/rust-lang/crates.io-index" 2246 - checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815" 2247 - dependencies = [ 2248 - "byteorder", 2249 - "crc32fast", 2250 - "flate2", 2251 - "thiserror", 2252 - "time 0.1.44", 2253 - ] 2254 - 2255 - [[package]] 2256 - name = "zstd" 2257 - version = "0.9.2+zstd.1.5.1" 2258 - source = "registry+https://github.com/rust-lang/crates.io-index" 2259 - checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54" 2260 - dependencies = [ 2261 - "zstd-safe", 2262 - ] 2263 - 2264 - [[package]] 2265 - name = "zstd-safe" 2266 - version = "4.1.3+zstd.1.5.1" 2267 - source = "registry+https://github.com/rust-lang/crates.io-index" 2268 - checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79" 2269 - dependencies = [ 2270 - "libc", 2271 - "zstd-sys", 2272 - ] 2273 - 2274 - [[package]] 2275 - name = "zstd-sys" 2276 - version = "1.6.2+zstd.1.5.1" 2277 - source = "registry+https://github.com/rust-lang/crates.io-index" 2278 - checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f" 2279 - dependencies = [ 2280 - "cc", 2281 - "libc", 2282 - ]
+4 -6
pkgs/servers/search/lnx/default.nix
··· 21 21 rev = "2cb80f344c558bfe37f21ccfb83265bf351419d9"; 22 22 sha256 = "sha256-iwoZ6xRzEDArmhWYxIrbIXRTQjOizyTsXCvMdnUrs2g="; 23 23 }; 24 - cargoLock = { 25 - lockFile = ./Cargo.lock; 26 - outputHashes = { 27 - "compose-0.1.0" = "sha256-zcniGI3wa+gI3jFTDqHcesX+6hAtNEbW81ABPUcFTXk="; 28 - }; 29 - }; 24 + 25 + useFetchCargoVendor = true; 26 + cargoHash = "sha256-9fro1Dx7P+P9NTsg0gtMfr0s4TEpkZA31EFAnObiNFo="; 27 + 30 28 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ 31 29 DiskArbitration 32 30 Foundation