A post-modern development environment.
0

Configure Feed

Select the types of activity you want to include in your feed.

burin / Cargo.lock
113 kB 4737 lines
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "abi_stable" 7version = "0.11.3" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "69d6512d3eb05ffe5004c59c206de7f99c34951504056ce23fc953842f12c445" 10dependencies = [ 11 "abi_stable_derive", 12 "abi_stable_shared", 13 "const_panic", 14 "core_extensions", 15 "crossbeam-channel", 16 "generational-arena", 17 "libloading 0.7.4", 18 "lock_api", 19 "parking_lot", 20 "paste", 21 "repr_offset", 22 "rustc_version", 23 "serde", 24 "serde_derive", 25 "serde_json", 26] 27 28[[package]] 29name = "abi_stable_derive" 30version = "0.11.3" 31source = "registry+https://github.com/rust-lang/crates.io-index" 32checksum = "d7178468b407a4ee10e881bc7a328a65e739f0863615cca4429d43916b05e898" 33dependencies = [ 34 "abi_stable_shared", 35 "as_derive_utils", 36 "core_extensions", 37 "proc-macro2", 38 "quote", 39 "rustc_version", 40 "syn 1.0.109", 41 "typed-arena", 42] 43 44[[package]] 45name = "abi_stable_shared" 46version = "0.11.0" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "b2b5df7688c123e63f4d4d649cba63f2967ba7f7861b1664fca3f77d3dad2b63" 49dependencies = [ 50 "core_extensions", 51] 52 53[[package]] 54name = "ahash" 55version = "0.8.12" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 58dependencies = [ 59 "cfg-if", 60 "getrandom 0.3.4", 61 "once_cell", 62 "version_check", 63 "zerocopy", 64] 65 66[[package]] 67name = "aho-corasick" 68version = "1.1.4" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 71dependencies = [ 72 "memchr", 73] 74 75[[package]] 76name = "alloca" 77version = "0.4.0" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4" 80dependencies = [ 81 "cc", 82] 83 84[[package]] 85name = "allocator-api2" 86version = "0.2.21" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 89 90[[package]] 91name = "android_system_properties" 92version = "0.1.5" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 95dependencies = [ 96 "libc", 97] 98 99[[package]] 100name = "anes" 101version = "0.1.6" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 104 105[[package]] 106name = "anstyle" 107version = "1.0.14" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" 110 111[[package]] 112name = "anyhow" 113version = "1.0.103" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" 116 117[[package]] 118name = "anymap3" 119version = "1.1.0" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "fb5dfbc6d8d2675589ccbe4d0fd61df2419075625f8c1a62325e718e2b0049f9" 122 123[[package]] 124name = "arc-swap" 125version = "1.9.2" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b" 128dependencies = [ 129 "rustversion", 130] 131 132[[package]] 133name = "arrayvec" 134version = "0.5.2" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 137 138[[package]] 139name = "arrayvec" 140version = "0.7.8" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56" 143 144[[package]] 145name = "as_derive_utils" 146version = "0.11.0" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "ff3c96645900a44cf11941c111bd08a6573b0e2f9f69bc9264b179d8fae753c4" 149dependencies = [ 150 "core_extensions", 151 "proc-macro2", 152 "quote", 153 "syn 1.0.109", 154] 155 156[[package]] 157name = "async-ffi" 158version = "0.5.0" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "f4de21c0feef7e5a556e51af767c953f0501f7f300ba785cc99c47bdc8081a50" 161dependencies = [ 162 "abi_stable", 163] 164 165[[package]] 166name = "autocfg" 167version = "1.5.1" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" 170 171[[package]] 172name = "bigdecimal" 173version = "0.4.10" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "4d6867f1565b3aad85681f1015055b087fcfd840d6aeee6eee7f2da317603695" 176dependencies = [ 177 "autocfg", 178 "libm", 179 "num-bigint", 180 "num-integer", 181 "num-traits", 182] 183 184[[package]] 185name = "bincode" 186version = "1.3.3" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 189dependencies = [ 190 "serde", 191] 192 193[[package]] 194name = "bitflags" 195version = "1.3.2" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 198 199[[package]] 200name = "bitflags" 201version = "2.13.0" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" 204 205[[package]] 206name = "bitmaps" 207version = "2.1.0" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" 210dependencies = [ 211 "typenum", 212] 213 214[[package]] 215name = "bitmaps" 216version = "3.2.1" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "a1d084b0137aaa901caf9f1e8b21daa6aa24d41cd806e111335541eff9683bd6" 219 220[[package]] 221name = "block-buffer" 222version = "0.10.4" 223source = "registry+https://github.com/rust-lang/crates.io-index" 224checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 225dependencies = [ 226 "generic-array", 227] 228 229[[package]] 230name = "bstr" 231version = "1.12.3" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "5cee35f73844aa3014bb606320a6c1f010249dbdf43342fe54b5a4f6a8ed4b79" 234dependencies = [ 235 "memchr", 236 "regex-automata", 237 "serde_core", 238] 239 240[[package]] 241name = "bumpalo" 242version = "3.20.3" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" 245 246[[package]] 247name = "bytemuck" 248version = "1.25.0" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" 251 252[[package]] 253name = "byteorder" 254version = "1.5.0" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 257 258[[package]] 259name = "bytes" 260version = "1.12.0" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593" 263 264[[package]] 265name = "cassowary" 266version = "0.3.0" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" 269 270[[package]] 271name = "cast" 272version = "0.3.0" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 275 276[[package]] 277name = "castaway" 278version = "0.2.4" 279source = "registry+https://github.com/rust-lang/crates.io-index" 280checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" 281dependencies = [ 282 "rustversion", 283] 284 285[[package]] 286name = "cc" 287version = "1.2.65" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96" 290dependencies = [ 291 "find-msvc-tools", 292 "shlex", 293] 294 295[[package]] 296name = "cfg-if" 297version = "1.0.4" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 300 301[[package]] 302name = "chardetng" 303version = "1.0.0" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "13de944a44b5064ee5d3a5ceccc49a41bfec50f2580e66f82e87703acdb88b53" 306dependencies = [ 307 "cfg-if", 308 "encoding_rs", 309 "memchr", 310] 311 312[[package]] 313name = "chrono" 314version = "0.4.45" 315source = "registry+https://github.com/rust-lang/crates.io-index" 316checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" 317dependencies = [ 318 "iana-time-zone", 319 "num-traits", 320 "windows-link", 321] 322 323[[package]] 324name = "ciborium" 325version = "0.2.2" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 328dependencies = [ 329 "ciborium-io", 330 "ciborium-ll", 331 "serde", 332] 333 334[[package]] 335name = "ciborium-io" 336version = "0.2.2" 337source = "registry+https://github.com/rust-lang/crates.io-index" 338checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 339 340[[package]] 341name = "ciborium-ll" 342version = "0.2.2" 343source = "registry+https://github.com/rust-lang/crates.io-index" 344checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 345dependencies = [ 346 "ciborium-io", 347 "half", 348] 349 350[[package]] 351name = "clap" 352version = "4.6.1" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" 355dependencies = [ 356 "clap_builder", 357] 358 359[[package]] 360name = "clap_builder" 361version = "4.6.0" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" 364dependencies = [ 365 "anstyle", 366 "clap_lex", 367] 368 369[[package]] 370name = "clap_lex" 371version = "1.1.0" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" 374 375[[package]] 376name = "clipboard-win" 377version = "5.4.1" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4" 380dependencies = [ 381 "error-code", 382] 383 384[[package]] 385name = "clru" 386version = "0.6.3" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "197fd99cb113a8d5d9b6376f3aa817f32c1078f2343b714fff7d2ca44fdf67d5" 389dependencies = [ 390 "hashbrown 0.16.1", 391] 392 393[[package]] 394name = "codegen" 395version = "0.2.0" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "ff61280aed771c3070e7dcc9e050c66f1eb1e3b96431ba66f9f74641d02fc41d" 398dependencies = [ 399 "indexmap 1.9.3", 400] 401 402[[package]] 403name = "codespan-reporting" 404version = "0.11.1" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 407dependencies = [ 408 "termcolor", 409 "unicode-width 0.1.12", 410] 411 412[[package]] 413name = "compact_str" 414version = "0.8.2" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "7fd622ebbb56a5b2ccb651b32b911cdeb2a9b4b11776b2473bf26a26a286244e" 417dependencies = [ 418 "castaway", 419 "cfg-if", 420 "itoa", 421 "rustversion", 422 "ryu", 423 "serde", 424 "static_assertions", 425] 426 427[[package]] 428name = "concurrent-queue" 429version = "2.5.0" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 432dependencies = [ 433 "crossbeam-utils", 434] 435 436[[package]] 437name = "const_panic" 438version = "0.2.15" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "e262cdaac42494e3ae34c43969f9cdeb7da178bdb4b66fa6a1ea2edb4c8ae652" 441dependencies = [ 442 "typewit", 443] 444 445[[package]] 446name = "convert_case" 447version = "0.10.0" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" 450dependencies = [ 451 "unicode-segmentation", 452] 453 454[[package]] 455name = "coolor" 456version = "1.1.0" 457source = "registry+https://github.com/rust-lang/crates.io-index" 458checksum = "980c2afde4af43d6a05c5be738f9eae595cff86dce1f38f88b95058a98c027f3" 459dependencies = [ 460 "crossterm 0.29.0", 461] 462 463[[package]] 464name = "core-foundation-sys" 465version = "0.8.7" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 468 469[[package]] 470name = "core_extensions" 471version = "1.5.4" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "42bb5e5d0269fd4f739ea6cedaf29c16d81c27a7ce7582008e90eb50dcd57003" 474dependencies = [ 475 "core_extensions_proc_macros", 476] 477 478[[package]] 479name = "core_extensions_proc_macros" 480version = "1.5.4" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "533d38ecd2709b7608fb8e18e4504deb99e9a72879e6aa66373a76d8dc4259ea" 483 484[[package]] 485name = "cpufeatures" 486version = "0.2.17" 487source = "registry+https://github.com/rust-lang/crates.io-index" 488checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 489dependencies = [ 490 "libc", 491] 492 493[[package]] 494name = "crc32fast" 495version = "1.5.0" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 498dependencies = [ 499 "cfg-if", 500] 501 502[[package]] 503name = "criterion" 504version = "0.8.2" 505source = "registry+https://github.com/rust-lang/crates.io-index" 506checksum = "950046b2aa2492f9a536f5f4f9a3de7b9e2476e575e05bd6c333371add4d98f3" 507dependencies = [ 508 "alloca", 509 "anes", 510 "cast", 511 "ciborium", 512 "clap", 513 "criterion-plot", 514 "itertools", 515 "num-traits", 516 "oorandom", 517 "page_size", 518 "regex", 519 "serde", 520 "serde_json", 521 "tinytemplate", 522 "walkdir", 523] 524 525[[package]] 526name = "criterion-plot" 527version = "0.8.2" 528source = "registry+https://github.com/rust-lang/crates.io-index" 529checksum = "d8d80a2f4f5b554395e47b5d8305bc3d27813bacb73493eb1001e8f76dae29ea" 530dependencies = [ 531 "cast", 532 "itertools", 533] 534 535[[package]] 536name = "crokey" 537version = "1.4.0" 538source = "registry+https://github.com/rust-lang/crates.io-index" 539checksum = "04a63daf06a168535c74ab97cdba3ed4fa5d4f32cb36e437dcceb83d66854b7c" 540dependencies = [ 541 "crokey-proc_macros", 542 "crossterm 0.29.0", 543 "once_cell", 544 "serde", 545 "strict", 546] 547 548[[package]] 549name = "crokey-proc_macros" 550version = "1.4.0" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "847f11a14855fc490bd5d059821895c53e77eeb3c2b73ee3dded7ce77c93b231" 553dependencies = [ 554 "crossterm 0.29.0", 555 "proc-macro2", 556 "quote", 557 "strict", 558 "syn 2.0.118", 559] 560 561[[package]] 562name = "crossbeam" 563version = "0.8.4" 564source = "registry+https://github.com/rust-lang/crates.io-index" 565checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" 566dependencies = [ 567 "crossbeam-channel", 568 "crossbeam-deque", 569 "crossbeam-epoch", 570 "crossbeam-queue", 571 "crossbeam-utils", 572] 573 574[[package]] 575name = "crossbeam-channel" 576version = "0.5.15" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 579dependencies = [ 580 "crossbeam-utils", 581] 582 583[[package]] 584name = "crossbeam-deque" 585version = "0.8.6" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 588dependencies = [ 589 "crossbeam-epoch", 590 "crossbeam-utils", 591] 592 593[[package]] 594name = "crossbeam-epoch" 595version = "0.9.18" 596source = "registry+https://github.com/rust-lang/crates.io-index" 597checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 598dependencies = [ 599 "crossbeam-utils", 600] 601 602[[package]] 603name = "crossbeam-queue" 604version = "0.3.12" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 607dependencies = [ 608 "crossbeam-utils", 609] 610 611[[package]] 612name = "crossbeam-utils" 613version = "0.8.21" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 616 617[[package]] 618name = "crossterm" 619version = "0.28.1" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" 622dependencies = [ 623 "bitflags 2.13.0", 624 "crossterm_winapi", 625 "futures-core", 626 "mio", 627 "parking_lot", 628 "rustix 0.38.44", 629 "signal-hook 0.3.18", 630 "signal-hook-mio", 631 "winapi", 632] 633 634[[package]] 635name = "crossterm" 636version = "0.29.0" 637source = "registry+https://github.com/rust-lang/crates.io-index" 638checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" 639dependencies = [ 640 "bitflags 2.13.0", 641 "crossterm_winapi", 642 "derive_more", 643 "document-features", 644 "mio", 645 "parking_lot", 646 "rustix 1.1.4", 647 "signal-hook 0.3.18", 648 "signal-hook-mio", 649 "winapi", 650] 651 652[[package]] 653name = "crossterm_winapi" 654version = "0.9.1" 655source = "registry+https://github.com/rust-lang/crates.io-index" 656checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 657dependencies = [ 658 "winapi", 659] 660 661[[package]] 662name = "crunchy" 663version = "0.2.4" 664source = "registry+https://github.com/rust-lang/crates.io-index" 665checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 666 667[[package]] 668name = "crypto-common" 669version = "0.1.7" 670source = "registry+https://github.com/rust-lang/crates.io-index" 671checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 672dependencies = [ 673 "generic-array", 674 "typenum", 675] 676 677[[package]] 678name = "dashmap" 679version = "6.2.1" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c" 682dependencies = [ 683 "cfg-if", 684 "crossbeam-utils", 685 "hashbrown 0.14.5", 686 "lock_api", 687 "once_cell", 688 "parking_lot_core", 689] 690 691[[package]] 692name = "defmt" 693version = "1.1.1" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1" 696dependencies = [ 697 "bitflags 1.3.2", 698 "defmt-macros", 699] 700 701[[package]] 702name = "defmt-macros" 703version = "1.1.1" 704source = "registry+https://github.com/rust-lang/crates.io-index" 705checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8" 706dependencies = [ 707 "defmt-parser", 708 "proc-macro2", 709 "quote", 710 "syn 2.0.118", 711] 712 713[[package]] 714name = "defmt-parser" 715version = "1.0.0" 716source = "registry+https://github.com/rust-lang/crates.io-index" 717checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e" 718dependencies = [ 719 "thiserror", 720] 721 722[[package]] 723name = "derive_more" 724version = "2.1.1" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" 727dependencies = [ 728 "derive_more-impl", 729] 730 731[[package]] 732name = "derive_more-impl" 733version = "2.1.1" 734source = "registry+https://github.com/rust-lang/crates.io-index" 735checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" 736dependencies = [ 737 "convert_case", 738 "proc-macro2", 739 "quote", 740 "rustc_version", 741 "syn 2.0.118", 742] 743 744[[package]] 745name = "digest" 746version = "0.10.7" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 749dependencies = [ 750 "block-buffer", 751 "crypto-common", 752] 753 754[[package]] 755name = "displaydoc" 756version = "0.2.6" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" 759dependencies = [ 760 "proc-macro2", 761 "quote", 762 "syn 2.0.118", 763] 764 765[[package]] 766name = "document-features" 767version = "0.2.12" 768source = "registry+https://github.com/rust-lang/crates.io-index" 769checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 770dependencies = [ 771 "litrs", 772] 773 774[[package]] 775name = "dunce" 776version = "1.0.5" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 779 780[[package]] 781name = "either" 782version = "1.16.0" 783source = "registry+https://github.com/rust-lang/crates.io-index" 784checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" 785 786[[package]] 787name = "encoding_rs" 788version = "0.8.35" 789source = "registry+https://github.com/rust-lang/crates.io-index" 790checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 791dependencies = [ 792 "cfg-if", 793] 794 795[[package]] 796name = "encoding_rs_io" 797version = "0.1.7" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83" 800dependencies = [ 801 "encoding_rs", 802] 803 804[[package]] 805name = "env_home" 806version = "0.1.0" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe" 809 810[[package]] 811name = "equivalent" 812version = "1.0.2" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 815 816[[package]] 817name = "errno" 818version = "0.3.14" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 821dependencies = [ 822 "libc", 823 "windows-sys 0.61.2", 824] 825 826[[package]] 827name = "error-code" 828version = "3.3.2" 829source = "registry+https://github.com/rust-lang/crates.io-index" 830checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" 831 832[[package]] 833name = "etcetera" 834version = "0.11.0" 835source = "registry+https://github.com/rust-lang/crates.io-index" 836checksum = "de48cc4d1c1d97a20fd819def54b890cadde72ed3ad0c614822a0a433361be96" 837dependencies = [ 838 "cfg-if", 839 "windows-sys 0.61.2", 840] 841 842[[package]] 843name = "faster-hex" 844version = "0.10.0" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73" 847dependencies = [ 848 "heapless", 849 "serde", 850] 851 852[[package]] 853name = "fastrand" 854version = "2.4.1" 855source = "registry+https://github.com/rust-lang/crates.io-index" 856checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" 857 858[[package]] 859name = "faststr" 860version = "0.2.34" 861source = "registry+https://github.com/rust-lang/crates.io-index" 862checksum = "1ca7d44d22004409a61c393afb3369c8f7bb74abcae49fe249ee01dcc3002113" 863dependencies = [ 864 "bytes", 865 "rkyv", 866 "serde", 867 "simdutf8", 868] 869 870[[package]] 871name = "filetime" 872version = "0.2.29" 873source = "registry+https://github.com/rust-lang/crates.io-index" 874checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759" 875dependencies = [ 876 "cfg-if", 877 "libc", 878] 879 880[[package]] 881name = "find-msvc-tools" 882version = "0.1.9" 883source = "registry+https://github.com/rust-lang/crates.io-index" 884checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 885 886[[package]] 887name = "fnv" 888version = "1.0.7" 889source = "registry+https://github.com/rust-lang/crates.io-index" 890checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 891 892[[package]] 893name = "foldhash" 894version = "0.1.5" 895source = "registry+https://github.com/rust-lang/crates.io-index" 896checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 897 898[[package]] 899name = "foldhash" 900version = "0.2.0" 901source = "registry+https://github.com/rust-lang/crates.io-index" 902checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 903 904[[package]] 905name = "fsevent-sys" 906version = "4.1.0" 907source = "registry+https://github.com/rust-lang/crates.io-index" 908checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 909dependencies = [ 910 "libc", 911] 912 913[[package]] 914name = "futures-core" 915version = "0.3.32" 916source = "registry+https://github.com/rust-lang/crates.io-index" 917checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 918 919[[package]] 920name = "futures-executor" 921version = "0.3.32" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 924dependencies = [ 925 "futures-core", 926 "futures-task", 927 "futures-util", 928] 929 930[[package]] 931name = "futures-macro" 932version = "0.3.32" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 935dependencies = [ 936 "proc-macro2", 937 "quote", 938 "syn 2.0.118", 939] 940 941[[package]] 942name = "futures-task" 943version = "0.3.32" 944source = "registry+https://github.com/rust-lang/crates.io-index" 945checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 946 947[[package]] 948name = "futures-util" 949version = "0.3.32" 950source = "registry+https://github.com/rust-lang/crates.io-index" 951checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 952dependencies = [ 953 "futures-core", 954 "futures-macro", 955 "futures-task", 956 "pin-project-lite", 957 "slab", 958] 959 960[[package]] 961name = "generational-arena" 962version = "0.2.9" 963source = "registry+https://github.com/rust-lang/crates.io-index" 964checksum = "877e94aff08e743b651baaea359664321055749b398adff8740a7399af7796e7" 965dependencies = [ 966 "cfg-if", 967] 968 969[[package]] 970name = "generic-array" 971version = "0.14.7" 972source = "registry+https://github.com/rust-lang/crates.io-index" 973checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 974dependencies = [ 975 "typenum", 976 "version_check", 977] 978 979[[package]] 980name = "generic_singleton" 981version = "0.5.3" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "ab6e923c8e978e57cf63e2e200ca967d1d20f0ea2662b28f6d4e11c44aa6ab16" 984dependencies = [ 985 "anymap3", 986 "parking_lot", 987] 988 989[[package]] 990name = "getrandom" 991version = "0.3.4" 992source = "registry+https://github.com/rust-lang/crates.io-index" 993checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 994dependencies = [ 995 "cfg-if", 996 "js-sys", 997 "libc", 998 "r-efi 5.3.0", 999 "wasip2", 1000 "wasm-bindgen", 1001] 1002 1003[[package]] 1004name = "getrandom" 1005version = "0.4.3" 1006source = "registry+https://github.com/rust-lang/crates.io-index" 1007checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" 1008dependencies = [ 1009 "cfg-if", 1010 "libc", 1011 "r-efi 6.0.0", 1012 "rand_core 0.10.1", 1013] 1014 1015[[package]] 1016name = "gix" 1017version = "0.85.0" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "fa8b2e38ebfc4484dfef8580ddcaf8abb7285e6f3eb6413ff6775d104ae96ca6" 1020dependencies = [ 1021 "gix-actor", 1022 "gix-attributes", 1023 "gix-command", 1024 "gix-commitgraph", 1025 "gix-config", 1026 "gix-date", 1027 "gix-diff", 1028 "gix-dir", 1029 "gix-discover", 1030 "gix-error", 1031 "gix-features", 1032 "gix-filter", 1033 "gix-fs", 1034 "gix-glob", 1035 "gix-hash", 1036 "gix-hashtable", 1037 "gix-ignore", 1038 "gix-index", 1039 "gix-lock", 1040 "gix-object", 1041 "gix-odb", 1042 "gix-pack", 1043 "gix-path", 1044 "gix-pathspec", 1045 "gix-protocol", 1046 "gix-ref", 1047 "gix-refspec", 1048 "gix-revision", 1049 "gix-revwalk", 1050 "gix-sec", 1051 "gix-shallow", 1052 "gix-status", 1053 "gix-submodule", 1054 "gix-tempfile", 1055 "gix-trace", 1056 "gix-traverse", 1057 "gix-url", 1058 "gix-utils", 1059 "gix-validate", 1060 "gix-worktree", 1061 "gix-worktree-stream", 1062 "nonempty", 1063 "smallvec", 1064 "thiserror", 1065] 1066 1067[[package]] 1068name = "gix-actor" 1069version = "0.41.1" 1070source = "registry+https://github.com/rust-lang/crates.io-index" 1071checksum = "8bc998b8f746dda8565450d08a63b792ced9165d8c27a1ed3f02799ec6a7820f" 1072dependencies = [ 1073 "bstr", 1074 "gix-date", 1075 "gix-error", 1076] 1077 1078[[package]] 1079name = "gix-attributes" 1080version = "0.33.2" 1081source = "registry+https://github.com/rust-lang/crates.io-index" 1082checksum = "39b40888d0ed415c0744a6cdc61eebf0304c9d26ab726725b718443c322e5ba4" 1083dependencies = [ 1084 "bstr", 1085 "gix-glob", 1086 "gix-path", 1087 "gix-quote", 1088 "gix-trace", 1089 "kstring", 1090 "smallvec", 1091 "thiserror", 1092 "unicode-bom", 1093] 1094 1095[[package]] 1096name = "gix-bitmap" 1097version = "0.3.2" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "52ebef0c26ad305747649e727bbcd56a7b7910754eb7cea88f6dff6f93c51283" 1100dependencies = [ 1101 "gix-error", 1102] 1103 1104[[package]] 1105name = "gix-chunk" 1106version = "0.7.2" 1107source = "registry+https://github.com/rust-lang/crates.io-index" 1108checksum = "9faee47943b638e58ddd5e275a4906ad3e4b6c8584f1d41bd18ab9032ec52afb" 1109dependencies = [ 1110 "gix-error", 1111] 1112 1113[[package]] 1114name = "gix-command" 1115version = "0.9.1" 1116source = "registry+https://github.com/rust-lang/crates.io-index" 1117checksum = "00706d4fef135ef4b01680d5218c6ee40cda8baf697b864296cbc887d19118f6" 1118dependencies = [ 1119 "bstr", 1120 "gix-path", 1121 "gix-quote", 1122 "gix-trace", 1123 "shell-words", 1124] 1125 1126[[package]] 1127name = "gix-commitgraph" 1128version = "0.37.1" 1129source = "registry+https://github.com/rust-lang/crates.io-index" 1130checksum = "7f675d0df484a7f6a47e64bd6f311af489d947c0323b0564f36d14f3d7762abb" 1131dependencies = [ 1132 "bstr", 1133 "gix-chunk", 1134 "gix-error", 1135 "gix-hash", 1136 "memmap2", 1137 "nonempty", 1138] 1139 1140[[package]] 1141name = "gix-config" 1142version = "0.58.0" 1143source = "registry+https://github.com/rust-lang/crates.io-index" 1144checksum = "a29bf266c4cdaf759e535c24ad4ce655b987aeb6911075643403cc7cc5ade583" 1145dependencies = [ 1146 "bstr", 1147 "gix-config-value", 1148 "gix-features", 1149 "gix-glob", 1150 "gix-path", 1151 "gix-ref", 1152 "gix-sec", 1153 "smallvec", 1154 "thiserror", 1155 "unicode-bom", 1156] 1157 1158[[package]] 1159name = "gix-config-value" 1160version = "0.18.1" 1161source = "registry+https://github.com/rust-lang/crates.io-index" 1162checksum = "ed42168329552f6c2e5df09665c104199d45d84bedb53683738a49b57fe1baab" 1163dependencies = [ 1164 "bitflags 2.13.0", 1165 "bstr", 1166 "gix-path", 1167 "libc", 1168 "thiserror", 1169] 1170 1171[[package]] 1172name = "gix-date" 1173version = "0.15.5" 1174source = "registry+https://github.com/rust-lang/crates.io-index" 1175checksum = "3d63f9e28b59ddeb1a1eb9e5cf986a9222b5d484947445edbc20473939cc7fd0" 1176dependencies = [ 1177 "bstr", 1178 "gix-error", 1179 "itoa", 1180 "jiff", 1181] 1182 1183[[package]] 1184name = "gix-diff" 1185version = "0.65.0" 1186source = "registry+https://github.com/rust-lang/crates.io-index" 1187checksum = "92c6d56c94edf92d78203a1cd416f770e35e10b6955ede6b9d7d0c22ff88a5f3" 1188dependencies = [ 1189 "bstr", 1190 "gix-attributes", 1191 "gix-command", 1192 "gix-filter", 1193 "gix-fs", 1194 "gix-hash", 1195 "gix-imara-diff", 1196 "gix-index", 1197 "gix-object", 1198 "gix-path", 1199 "gix-pathspec", 1200 "gix-tempfile", 1201 "gix-trace", 1202 "gix-traverse", 1203 "gix-worktree", 1204 "thiserror", 1205] 1206 1207[[package]] 1208name = "gix-dir" 1209version = "0.27.0" 1210source = "registry+https://github.com/rust-lang/crates.io-index" 1211checksum = "20098fba2b9c6e29361ccb4c0379d42dfb81fc7f86f7ab11f2dff4528c0bf01f" 1212dependencies = [ 1213 "bstr", 1214 "gix-discover", 1215 "gix-fs", 1216 "gix-ignore", 1217 "gix-index", 1218 "gix-object", 1219 "gix-path", 1220 "gix-pathspec", 1221 "gix-trace", 1222 "gix-utils", 1223 "gix-worktree", 1224 "thiserror", 1225] 1226 1227[[package]] 1228name = "gix-discover" 1229version = "0.53.0" 1230source = "registry+https://github.com/rust-lang/crates.io-index" 1231checksum = "d624d5b23b10c1d85337645227abe353ac95ab8ff66a7bdd5ce689b2db33a722" 1232dependencies = [ 1233 "bstr", 1234 "dunce", 1235 "gix-fs", 1236 "gix-path", 1237 "gix-ref", 1238 "gix-sec", 1239 "thiserror", 1240] 1241 1242[[package]] 1243name = "gix-error" 1244version = "0.2.4" 1245source = "registry+https://github.com/rust-lang/crates.io-index" 1246checksum = "e57831e199be480af90dcd7e459abed8a174c09ec9a6e2cc8f7ca6c54598b06b" 1247dependencies = [ 1248 "bstr", 1249] 1250 1251[[package]] 1252name = "gix-features" 1253version = "0.48.1" 1254source = "registry+https://github.com/rust-lang/crates.io-index" 1255checksum = "1849ae154d38bc403185be14fa871e38e3c93ee606875d94e207fdb9fba52dbc" 1256dependencies = [ 1257 "bytes", 1258 "crc32fast", 1259 "crossbeam-channel", 1260 "gix-path", 1261 "gix-trace", 1262 "gix-utils", 1263 "libc", 1264 "once_cell", 1265 "parking_lot", 1266 "prodash", 1267 "thiserror", 1268 "walkdir", 1269 "zlib-rs", 1270] 1271 1272[[package]] 1273name = "gix-filter" 1274version = "0.32.0" 1275source = "registry+https://github.com/rust-lang/crates.io-index" 1276checksum = "6644fb2ef97928c278675b239f366b457103d7e436f811d27331a8daf212759c" 1277dependencies = [ 1278 "bstr", 1279 "encoding_rs", 1280 "gix-attributes", 1281 "gix-command", 1282 "gix-hash", 1283 "gix-object", 1284 "gix-packetline", 1285 "gix-path", 1286 "gix-quote", 1287 "gix-trace", 1288 "gix-utils", 1289 "smallvec", 1290 "thiserror", 1291] 1292 1293[[package]] 1294name = "gix-fs" 1295version = "0.21.2" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "6cdff46db8798e47e2f727d84b9379aac5add3dd3d9d0b07bb4d7d5d640771fe" 1298dependencies = [ 1299 "bstr", 1300 "fastrand", 1301 "gix-features", 1302 "gix-path", 1303 "gix-utils", 1304 "thiserror", 1305] 1306 1307[[package]] 1308name = "gix-glob" 1309version = "0.26.1" 1310source = "registry+https://github.com/rust-lang/crates.io-index" 1311checksum = "d1fcb8ef5b16bcf874abe9b68d8abb3c0493c876d367ab824151f30a0f3f3756" 1312dependencies = [ 1313 "bitflags 2.13.0", 1314 "bstr", 1315 "gix-features", 1316 "gix-path", 1317] 1318 1319[[package]] 1320name = "gix-hash" 1321version = "0.25.1" 1322source = "registry+https://github.com/rust-lang/crates.io-index" 1323checksum = "cb0926d3819c837750b4e03c7754901e73f68b8c9b690753a6372a1bed4eedce" 1324dependencies = [ 1325 "faster-hex", 1326 "gix-features", 1327 "sha1-checked", 1328 "thiserror", 1329] 1330 1331[[package]] 1332name = "gix-hashtable" 1333version = "0.15.2" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "7e261d54091f0d1c729bc83f54548c071bdec60a697de1e58e88bdfd7a99d24e" 1336dependencies = [ 1337 "gix-hash", 1338 "hashbrown 0.17.1", 1339 "parking_lot", 1340] 1341 1342[[package]] 1343name = "gix-ignore" 1344version = "0.21.1" 1345source = "registry+https://github.com/rust-lang/crates.io-index" 1346checksum = "d491bab9bf2c9f341dc754f425c31d5d3f63aca615312167b82e1deeaca97d8d" 1347dependencies = [ 1348 "bstr", 1349 "gix-glob", 1350 "gix-path", 1351 "gix-trace", 1352 "unicode-bom", 1353] 1354 1355[[package]] 1356name = "gix-imara-diff" 1357version = "0.2.3" 1358source = "registry+https://github.com/rust-lang/crates.io-index" 1359checksum = "b305d85504de270ad3525d726a6b69cc59ee7b2269b014387651107ab9f0755b" 1360dependencies = [ 1361 "bstr", 1362 "hashbrown 0.17.1", 1363] 1364 1365[[package]] 1366name = "gix-index" 1367version = "0.53.0" 1368source = "registry+https://github.com/rust-lang/crates.io-index" 1369checksum = "36d45f82ec5a4d7542ea595e9ad16e03e26c8cb4f221e5bc9fcdcf469f63a681" 1370dependencies = [ 1371 "bitflags 2.13.0", 1372 "bstr", 1373 "filetime", 1374 "fnv", 1375 "gix-bitmap", 1376 "gix-features", 1377 "gix-fs", 1378 "gix-hash", 1379 "gix-lock", 1380 "gix-object", 1381 "gix-traverse", 1382 "gix-utils", 1383 "gix-validate", 1384 "hashbrown 0.17.1", 1385 "itoa", 1386 "libc", 1387 "memmap2", 1388 "rustix 1.1.4", 1389 "smallvec", 1390 "thiserror", 1391] 1392 1393[[package]] 1394name = "gix-lock" 1395version = "23.0.1" 1396source = "registry+https://github.com/rust-lang/crates.io-index" 1397checksum = "65c9dedd9e90b0d47624d2ed241d394e09294118364e87b9b7e5f1fe755f3c2c" 1398dependencies = [ 1399 "gix-tempfile", 1400 "gix-utils", 1401 "thiserror", 1402] 1403 1404[[package]] 1405name = "gix-object" 1406version = "0.62.0" 1407source = "registry+https://github.com/rust-lang/crates.io-index" 1408checksum = "019b38afc3eac1e41f9fe09a327664b313ba4a120fa5f40e3678795d0e42783e" 1409dependencies = [ 1410 "bstr", 1411 "gix-actor", 1412 "gix-date", 1413 "gix-features", 1414 "gix-hash", 1415 "gix-hashtable", 1416 "gix-utils", 1417 "gix-validate", 1418 "itoa", 1419 "smallvec", 1420 "thiserror", 1421] 1422 1423[[package]] 1424name = "gix-odb" 1425version = "0.82.0" 1426source = "registry+https://github.com/rust-lang/crates.io-index" 1427checksum = "7fadc59f6fa0f9dd445eceee61060a2b59ca557f48da9fc677f567db535b782a" 1428dependencies = [ 1429 "arc-swap", 1430 "gix-features", 1431 "gix-fs", 1432 "gix-hash", 1433 "gix-hashtable", 1434 "gix-object", 1435 "gix-pack", 1436 "gix-path", 1437 "gix-quote", 1438 "memmap2", 1439 "parking_lot", 1440 "tempfile", 1441 "thiserror", 1442] 1443 1444[[package]] 1445name = "gix-pack" 1446version = "0.72.0" 1447source = "registry+https://github.com/rust-lang/crates.io-index" 1448checksum = "ca3e7f1726cd2c0cd1cf1fc20be8a8e623f0b163f1f8d6fc836cfb9bc8cd758b" 1449dependencies = [ 1450 "clru", 1451 "gix-chunk", 1452 "gix-error", 1453 "gix-features", 1454 "gix-hash", 1455 "gix-hashtable", 1456 "gix-object", 1457 "gix-path", 1458 "memmap2", 1459 "smallvec", 1460 "thiserror", 1461 "uluru", 1462] 1463 1464[[package]] 1465name = "gix-packetline" 1466version = "0.21.5" 1467source = "registry+https://github.com/rust-lang/crates.io-index" 1468checksum = "b217dd0ee0c4021ecf169a4a519b1b4f80d15e3f3765f3dc466223dc0ac891d7" 1469dependencies = [ 1470 "bstr", 1471 "faster-hex", 1472 "gix-trace", 1473 "thiserror", 1474] 1475 1476[[package]] 1477name = "gix-path" 1478version = "0.12.1" 1479source = "registry+https://github.com/rust-lang/crates.io-index" 1480checksum = "afa6ac14cd14939ea94a496ce7460daa6511c09f5b84757e9cfc6f9c8d0f93a6" 1481dependencies = [ 1482 "bstr", 1483 "gix-trace", 1484 "gix-validate", 1485 "thiserror", 1486] 1487 1488[[package]] 1489name = "gix-pathspec" 1490version = "0.18.1" 1491source = "registry+https://github.com/rust-lang/crates.io-index" 1492checksum = "3050783b41ee11511e1e8fb35623df81806194f4030395f14f48ea37c2798c9f" 1493dependencies = [ 1494 "bitflags 2.13.0", 1495 "bstr", 1496 "gix-attributes", 1497 "gix-config-value", 1498 "gix-glob", 1499 "gix-path", 1500 "thiserror", 1501] 1502 1503[[package]] 1504name = "gix-protocol" 1505version = "0.63.0" 1506source = "registry+https://github.com/rust-lang/crates.io-index" 1507checksum = "978468bae4ea2df20c72db3b20d0bdb548a0c1090b85a83643b553e6e0e041f2" 1508dependencies = [ 1509 "bstr", 1510 "gix-date", 1511 "gix-features", 1512 "gix-hash", 1513 "gix-ref", 1514 "gix-shallow", 1515 "gix-transport", 1516 "gix-utils", 1517 "maybe-async", 1518 "nonempty", 1519 "thiserror", 1520] 1521 1522[[package]] 1523name = "gix-quote" 1524version = "0.7.2" 1525source = "registry+https://github.com/rust-lang/crates.io-index" 1526checksum = "a6e541fc33cc2b783b7979040d445a0c86a2eca747c8faea4ca84230d06ae6ef" 1527dependencies = [ 1528 "bstr", 1529 "gix-error", 1530 "gix-utils", 1531] 1532 1533[[package]] 1534name = "gix-ref" 1535version = "0.65.0" 1536source = "registry+https://github.com/rust-lang/crates.io-index" 1537checksum = "9bbfbce1dfd7d7f8469ddef6d3518376aff664348f153cbe0fc3e58ef993d24e" 1538dependencies = [ 1539 "gix-actor", 1540 "gix-features", 1541 "gix-fs", 1542 "gix-hash", 1543 "gix-lock", 1544 "gix-object", 1545 "gix-path", 1546 "gix-tempfile", 1547 "gix-utils", 1548 "gix-validate", 1549 "memmap2", 1550 "thiserror", 1551] 1552 1553[[package]] 1554name = "gix-refspec" 1555version = "0.43.0" 1556source = "registry+https://github.com/rust-lang/crates.io-index" 1557checksum = "7bc36a4fb1a1540b59cf2da498783080743fa274b02a3f19ca444fc4015a9d4f" 1558dependencies = [ 1559 "bstr", 1560 "gix-error", 1561 "gix-glob", 1562 "gix-hash", 1563 "gix-revision", 1564 "gix-validate", 1565 "smallvec", 1566 "thiserror", 1567] 1568 1569[[package]] 1570name = "gix-revision" 1571version = "0.47.0" 1572source = "registry+https://github.com/rust-lang/crates.io-index" 1573checksum = "885075c3c21eb9c06e0be3b3728ba5932c04e1c1011dcee7c81801980e3e986f" 1574dependencies = [ 1575 "bstr", 1576 "gix-commitgraph", 1577 "gix-date", 1578 "gix-error", 1579 "gix-hash", 1580 "gix-object", 1581 "gix-revwalk", 1582 "nonempty", 1583] 1584 1585[[package]] 1586name = "gix-revwalk" 1587version = "0.33.0" 1588source = "registry+https://github.com/rust-lang/crates.io-index" 1589checksum = "8f11fe7ca2585193d3d70bbe0be175a2008d883a704cc7a55e454e113e689455" 1590dependencies = [ 1591 "gix-commitgraph", 1592 "gix-date", 1593 "gix-error", 1594 "gix-hash", 1595 "gix-hashtable", 1596 "gix-object", 1597 "smallvec", 1598 "thiserror", 1599] 1600 1601[[package]] 1602name = "gix-sec" 1603version = "0.14.1" 1604source = "registry+https://github.com/rust-lang/crates.io-index" 1605checksum = "ab8519976e4c7e486270740a5400369f37940779b80bd1377d94cfa1125d01b3" 1606dependencies = [ 1607 "bitflags 2.13.0", 1608 "gix-path", 1609 "libc", 1610 "windows-sys 0.61.2", 1611] 1612 1613[[package]] 1614name = "gix-shallow" 1615version = "0.12.1" 1616source = "registry+https://github.com/rust-lang/crates.io-index" 1617checksum = "a292fc2fe548c5dfa575479d16b445b0ddf1dd2f56f1fec6aed386f82553cd97" 1618dependencies = [ 1619 "bstr", 1620 "gix-hash", 1621 "gix-lock", 1622 "nonempty", 1623 "thiserror", 1624] 1625 1626[[package]] 1627name = "gix-status" 1628version = "0.32.0" 1629source = "registry+https://github.com/rust-lang/crates.io-index" 1630checksum = "aec3293f75db1212f99217832cbc70c30faeb95cefc97c7f1a17fd3bcf13a72e" 1631dependencies = [ 1632 "bstr", 1633 "filetime", 1634 "gix-diff", 1635 "gix-dir", 1636 "gix-features", 1637 "gix-filter", 1638 "gix-fs", 1639 "gix-hash", 1640 "gix-index", 1641 "gix-object", 1642 "gix-path", 1643 "gix-pathspec", 1644 "gix-worktree", 1645 "portable-atomic", 1646 "thiserror", 1647] 1648 1649[[package]] 1650name = "gix-submodule" 1651version = "0.32.0" 1652source = "registry+https://github.com/rust-lang/crates.io-index" 1653checksum = "a7f9f594f7cbda0b38ba6b633b3e9a7b7901acdc5d27bc186a16633800cd1ac8" 1654dependencies = [ 1655 "bstr", 1656 "gix-config", 1657 "gix-path", 1658 "gix-pathspec", 1659 "gix-refspec", 1660 "gix-url", 1661 "thiserror", 1662] 1663 1664[[package]] 1665name = "gix-tempfile" 1666version = "23.0.2" 1667source = "registry+https://github.com/rust-lang/crates.io-index" 1668checksum = "6ef60812443484e67bf84e444cc71b4c78ae62deb822221774a4fa0c57fdb17f" 1669dependencies = [ 1670 "dashmap", 1671 "gix-fs", 1672 "libc", 1673 "parking_lot", 1674 "tempfile", 1675] 1676 1677[[package]] 1678name = "gix-trace" 1679version = "0.1.20" 1680source = "registry+https://github.com/rust-lang/crates.io-index" 1681checksum = "44dc45eae785c0eb14173e0f152e6e224dcf4d45b6a6999a3aed22af541ad678" 1682 1683[[package]] 1684name = "gix-transport" 1685version = "0.57.2" 1686source = "registry+https://github.com/rust-lang/crates.io-index" 1687checksum = "186874f7ad1fb2f9a2f2aa9c2dabc7f9dd087bef74c1a0eee2b4a9cf0248fcb3" 1688dependencies = [ 1689 "bstr", 1690 "gix-command", 1691 "gix-features", 1692 "gix-packetline", 1693 "gix-quote", 1694 "gix-sec", 1695 "gix-url", 1696 "thiserror", 1697] 1698 1699[[package]] 1700name = "gix-traverse" 1701version = "0.59.0" 1702source = "registry+https://github.com/rust-lang/crates.io-index" 1703checksum = "5062cca8f2977565bbaf666ec31dbdb9bc9d9293beb65f9bec52e6c1121b62a1" 1704dependencies = [ 1705 "bitflags 2.13.0", 1706 "gix-commitgraph", 1707 "gix-date", 1708 "gix-hash", 1709 "gix-hashtable", 1710 "gix-object", 1711 "gix-revwalk", 1712 "smallvec", 1713 "thiserror", 1714] 1715 1716[[package]] 1717name = "gix-url" 1718version = "0.36.1" 1719source = "registry+https://github.com/rust-lang/crates.io-index" 1720checksum = "65bb01ec69d55e82ccb7a19e264501ead4e6aac38463a8cebfdd81e22bb67ab2" 1721dependencies = [ 1722 "bstr", 1723 "gix-path", 1724 "percent-encoding", 1725 "thiserror", 1726] 1727 1728[[package]] 1729name = "gix-utils" 1730version = "0.3.3" 1731source = "registry+https://github.com/rust-lang/crates.io-index" 1732checksum = "66c50966184123caf580ffa64e28031a878597f1c7fceb8fe19566c38eb1b771" 1733dependencies = [ 1734 "bstr", 1735 "fastrand", 1736 "unicode-normalization", 1737] 1738 1739[[package]] 1740name = "gix-validate" 1741version = "0.11.2" 1742source = "registry+https://github.com/rust-lang/crates.io-index" 1743checksum = "7bc6fc771c4063ba7cd2f47b91fb6076251c6a823b64b7fe7b8874b0fe4afae3" 1744dependencies = [ 1745 "bstr", 1746] 1747 1748[[package]] 1749name = "gix-worktree" 1750version = "0.54.0" 1751source = "registry+https://github.com/rust-lang/crates.io-index" 1752checksum = "92399ed66f259592050c6ed9dc80105e095a2f8e87e6b83d98aa2e21d8e27036" 1753dependencies = [ 1754 "bstr", 1755 "gix-attributes", 1756 "gix-fs", 1757 "gix-glob", 1758 "gix-hash", 1759 "gix-ignore", 1760 "gix-index", 1761 "gix-object", 1762 "gix-path", 1763 "gix-validate", 1764] 1765 1766[[package]] 1767name = "gix-worktree-stream" 1768version = "0.34.0" 1769source = "registry+https://github.com/rust-lang/crates.io-index" 1770checksum = "55f3a878c89a05470ad98c644b0015777c530da24854dd29e41fe4f41176840f" 1771dependencies = [ 1772 "gix-attributes", 1773 "gix-error", 1774 "gix-features", 1775 "gix-filter", 1776 "gix-fs", 1777 "gix-hash", 1778 "gix-object", 1779 "gix-path", 1780 "gix-traverse", 1781 "parking_lot", 1782] 1783 1784[[package]] 1785name = "glob" 1786version = "0.3.3" 1787source = "registry+https://github.com/rust-lang/crates.io-index" 1788checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 1789 1790[[package]] 1791name = "globset" 1792version = "0.4.18" 1793source = "registry+https://github.com/rust-lang/crates.io-index" 1794checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" 1795dependencies = [ 1796 "aho-corasick", 1797 "bstr", 1798 "log", 1799 "regex-automata", 1800 "regex-syntax", 1801] 1802 1803[[package]] 1804name = "grep-matcher" 1805version = "0.1.8" 1806source = "registry+https://github.com/rust-lang/crates.io-index" 1807checksum = "36d7b71093325ab22d780b40d7df3066ae4aebb518ba719d38c697a8228a8023" 1808dependencies = [ 1809 "memchr", 1810] 1811 1812[[package]] 1813name = "grep-regex" 1814version = "0.1.14" 1815source = "registry+https://github.com/rust-lang/crates.io-index" 1816checksum = "0ce0c256c3ad82bcc07b812c15a45ec1d398122e8e15124f96695234db7112ef" 1817dependencies = [ 1818 "bstr", 1819 "grep-matcher", 1820 "log", 1821 "regex-automata", 1822 "regex-syntax", 1823] 1824 1825[[package]] 1826name = "grep-searcher" 1827version = "0.1.16" 1828source = "registry+https://github.com/rust-lang/crates.io-index" 1829checksum = "ac63295322dc48ebb20a25348147905d816318888e64f531bfc2a2bc0577dc34" 1830dependencies = [ 1831 "bstr", 1832 "encoding_rs", 1833 "encoding_rs_io", 1834 "grep-matcher", 1835 "log", 1836 "memchr", 1837 "memmap2", 1838] 1839 1840[[package]] 1841name = "half" 1842version = "2.7.1" 1843source = "registry+https://github.com/rust-lang/crates.io-index" 1844checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 1845dependencies = [ 1846 "cfg-if", 1847 "crunchy", 1848 "zerocopy", 1849] 1850 1851[[package]] 1852name = "hash32" 1853version = "0.3.1" 1854source = "registry+https://github.com/rust-lang/crates.io-index" 1855checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" 1856dependencies = [ 1857 "byteorder", 1858] 1859 1860[[package]] 1861name = "hashbrown" 1862version = "0.12.3" 1863source = "registry+https://github.com/rust-lang/crates.io-index" 1864checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1865 1866[[package]] 1867name = "hashbrown" 1868version = "0.14.5" 1869source = "registry+https://github.com/rust-lang/crates.io-index" 1870checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1871dependencies = [ 1872 "ahash", 1873 "allocator-api2", 1874 "serde", 1875] 1876 1877[[package]] 1878name = "hashbrown" 1879version = "0.15.5" 1880source = "registry+https://github.com/rust-lang/crates.io-index" 1881checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1882dependencies = [ 1883 "allocator-api2", 1884 "equivalent", 1885 "foldhash 0.1.5", 1886] 1887 1888[[package]] 1889name = "hashbrown" 1890version = "0.16.1" 1891source = "registry+https://github.com/rust-lang/crates.io-index" 1892checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1893dependencies = [ 1894 "allocator-api2", 1895 "equivalent", 1896 "foldhash 0.2.0", 1897] 1898 1899[[package]] 1900name = "hashbrown" 1901version = "0.17.1" 1902source = "registry+https://github.com/rust-lang/crates.io-index" 1903checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" 1904dependencies = [ 1905 "allocator-api2", 1906 "equivalent", 1907 "foldhash 0.2.0", 1908] 1909 1910[[package]] 1911name = "heapless" 1912version = "0.8.0" 1913source = "registry+https://github.com/rust-lang/crates.io-index" 1914checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" 1915dependencies = [ 1916 "hash32", 1917 "stable_deref_trait", 1918] 1919 1920[[package]] 1921name = "helix-core" 1922version = "25.7.1" 1923dependencies = [ 1924 "anyhow", 1925 "arc-swap", 1926 "bitflags 2.13.0", 1927 "chrono", 1928 "encoding_rs", 1929 "foldhash 0.2.0", 1930 "globset", 1931 "helix-loader", 1932 "helix-parsec", 1933 "helix-stdx", 1934 "imara-diff", 1935 "indoc", 1936 "log", 1937 "nucleo", 1938 "once_cell", 1939 "parking_lot", 1940 "quickcheck", 1941 "regex", 1942 "regex-cursor", 1943 "ropey", 1944 "serde", 1945 "serde_json", 1946 "slotmap", 1947 "smallvec", 1948 "smartstring", 1949 "steel-core", 1950 "textwrap", 1951 "toml", 1952 "tree-house", 1953 "unicode-general-category", 1954 "unicode-segmentation", 1955 "unicode-width 0.1.12", 1956] 1957 1958[[package]] 1959name = "helix-dap" 1960version = "25.7.1" 1961dependencies = [ 1962 "anyhow", 1963 "futures-executor", 1964 "futures-util", 1965 "helix-core", 1966 "helix-dap-types", 1967 "helix-stdx", 1968 "log", 1969 "serde", 1970 "serde_json", 1971 "slotmap", 1972 "sonic-rs", 1973 "thiserror", 1974 "tokio", 1975 "tokio-stream", 1976] 1977 1978[[package]] 1979name = "helix-dap-types" 1980version = "25.7.1" 1981dependencies = [ 1982 "serde", 1983 "serde_json", 1984] 1985 1986[[package]] 1987name = "helix-event" 1988version = "25.7.1" 1989dependencies = [ 1990 "anyhow", 1991 "foldhash 0.2.0", 1992 "futures-executor", 1993 "hashbrown 0.17.1", 1994 "log", 1995 "once_cell", 1996 "parking_lot", 1997 "tokio", 1998] 1999 2000[[package]] 2001name = "helix-loader" 2002version = "25.7.1" 2003dependencies = [ 2004 "anyhow", 2005 "cc", 2006 "etcetera", 2007 "globset", 2008 "helix-stdx", 2009 "log", 2010 "once_cell", 2011 "parking_lot", 2012 "serde", 2013 "sha2", 2014 "tempfile", 2015 "threadpool", 2016 "toml", 2017 "tree-house", 2018] 2019 2020[[package]] 2021name = "helix-lsp" 2022version = "25.7.1" 2023dependencies = [ 2024 "anyhow", 2025 "arc-swap", 2026 "futures-executor", 2027 "futures-util", 2028 "globset", 2029 "helix-core", 2030 "helix-loader", 2031 "helix-lsp-types", 2032 "helix-stdx", 2033 "log", 2034 "parking_lot", 2035 "serde", 2036 "serde_json", 2037 "slotmap", 2038 "sonic-rs", 2039 "thiserror", 2040 "tokio", 2041 "tokio-stream", 2042] 2043 2044[[package]] 2045name = "helix-lsp-types" 2046version = "0.95.1" 2047dependencies = [ 2048 "bitflags 2.13.0", 2049 "helix-stdx", 2050 "serde", 2051 "serde_json", 2052] 2053 2054[[package]] 2055name = "helix-parsec" 2056version = "25.7.1" 2057 2058[[package]] 2059name = "helix-stdx" 2060version = "25.7.1" 2061dependencies = [ 2062 "bitflags 2.13.0", 2063 "dunce", 2064 "etcetera", 2065 "once_cell", 2066 "percent-encoding", 2067 "regex-automata", 2068 "regex-cursor", 2069 "ropey", 2070 "rustix 1.1.4", 2071 "serde", 2072 "serde_json", 2073 "tempfile", 2074 "unicode-segmentation", 2075 "which", 2076 "windows-sys 0.61.2", 2077] 2078 2079[[package]] 2080name = "helix-term" 2081version = "25.7.1" 2082dependencies = [ 2083 "anyhow", 2084 "arc-swap", 2085 "crossterm 0.28.1", 2086 "dashmap", 2087 "futures-util", 2088 "globset", 2089 "grep-matcher", 2090 "grep-regex", 2091 "grep-searcher", 2092 "helix-core", 2093 "helix-dap", 2094 "helix-event", 2095 "helix-loader", 2096 "helix-lsp", 2097 "helix-stdx", 2098 "helix-tui", 2099 "helix-vcs", 2100 "helix-view", 2101 "ignore", 2102 "indexmap 2.14.0", 2103 "indoc", 2104 "libc", 2105 "log", 2106 "notify", 2107 "nucleo", 2108 "once_cell", 2109 "open", 2110 "parking_lot", 2111 "pulldown-cmark", 2112 "same-file", 2113 "serde", 2114 "serde_json", 2115 "signal-hook 0.4.4", 2116 "signal-hook-tokio", 2117 "smallvec", 2118 "steel-core", 2119 "steel-doc", 2120 "tempfile", 2121 "termina", 2122 "termini", 2123 "thiserror", 2124 "tokio", 2125 "tokio-stream", 2126 "toml", 2127] 2128 2129[[package]] 2130name = "helix-tui" 2131version = "25.7.1" 2132dependencies = [ 2133 "arrayvec 0.7.8", 2134 "bitflags 2.13.0", 2135 "cassowary", 2136 "crossterm 0.28.1", 2137 "helix-core", 2138 "helix-view", 2139 "log", 2140 "once_cell", 2141 "steel-core", 2142 "termina", 2143 "termini", 2144 "unicode-segmentation", 2145] 2146 2147[[package]] 2148name = "helix-vcs" 2149version = "25.7.1" 2150dependencies = [ 2151 "anyhow", 2152 "arc-swap", 2153 "gix", 2154 "helix-core", 2155 "helix-event", 2156 "imara-diff", 2157 "log", 2158 "memchr", 2159 "parking_lot", 2160 "tempfile", 2161 "tokio", 2162] 2163 2164[[package]] 2165name = "helix-view" 2166version = "25.7.1" 2167dependencies = [ 2168 "anyhow", 2169 "arc-swap", 2170 "bitflags 2.13.0", 2171 "chardetng", 2172 "clipboard-win", 2173 "criterion", 2174 "crossterm 0.28.1", 2175 "foldhash 0.2.0", 2176 "futures-util", 2177 "helix-core", 2178 "helix-dap", 2179 "helix-event", 2180 "helix-loader", 2181 "helix-lsp", 2182 "helix-stdx", 2183 "helix-tui", 2184 "helix-vcs", 2185 "kstring", 2186 "libc", 2187 "log", 2188 "once_cell", 2189 "parking_lot", 2190 "quickcheck", 2191 "rustix 1.1.4", 2192 "serde", 2193 "serde_json", 2194 "slotmap", 2195 "steel-core", 2196 "tempfile", 2197 "termina", 2198 "thiserror", 2199 "tokio", 2200 "tokio-stream", 2201 "toml", 2202] 2203 2204[[package]] 2205name = "hermit-abi" 2206version = "0.5.2" 2207source = "registry+https://github.com/rust-lang/crates.io-index" 2208checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 2209 2210[[package]] 2211name = "home" 2212version = "0.5.12" 2213source = "registry+https://github.com/rust-lang/crates.io-index" 2214checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 2215dependencies = [ 2216 "windows-sys 0.61.2", 2217] 2218 2219[[package]] 2220name = "httparse" 2221version = "1.10.1" 2222source = "registry+https://github.com/rust-lang/crates.io-index" 2223checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 2224 2225[[package]] 2226name = "iana-time-zone" 2227version = "0.1.65" 2228source = "registry+https://github.com/rust-lang/crates.io-index" 2229checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 2230dependencies = [ 2231 "android_system_properties", 2232 "core-foundation-sys", 2233 "iana-time-zone-haiku", 2234 "js-sys", 2235 "log", 2236 "wasm-bindgen", 2237 "windows-core", 2238] 2239 2240[[package]] 2241name = "iana-time-zone-haiku" 2242version = "0.1.2" 2243source = "registry+https://github.com/rust-lang/crates.io-index" 2244checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2245dependencies = [ 2246 "cc", 2247] 2248 2249[[package]] 2250name = "icu_casemap" 2251version = "2.2.0" 2252source = "registry+https://github.com/rust-lang/crates.io-index" 2253checksum = "070f98b5b82798fcb93654bf96ed9f40064fc44c86f51a09ea711092cd5cc5be" 2254dependencies = [ 2255 "icu_casemap_data", 2256 "icu_collections", 2257 "icu_locale_core", 2258 "icu_properties", 2259 "icu_provider", 2260 "potential_utf", 2261 "writeable", 2262 "zerovec", 2263] 2264 2265[[package]] 2266name = "icu_casemap_data" 2267version = "2.2.0" 2268source = "registry+https://github.com/rust-lang/crates.io-index" 2269checksum = "846b0857ca091204be3c874bc93daaf89d4777e8d2d20b0d3ffe8f671d98014b" 2270 2271[[package]] 2272name = "icu_collections" 2273version = "2.2.0" 2274source = "registry+https://github.com/rust-lang/crates.io-index" 2275checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" 2276dependencies = [ 2277 "displaydoc", 2278 "potential_utf", 2279 "serde", 2280 "utf8_iter", 2281 "yoke", 2282 "zerofrom", 2283 "zerovec", 2284] 2285 2286[[package]] 2287name = "icu_locale_core" 2288version = "2.2.0" 2289source = "registry+https://github.com/rust-lang/crates.io-index" 2290checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" 2291dependencies = [ 2292 "displaydoc", 2293 "litemap", 2294 "serde", 2295 "tinystr", 2296 "writeable", 2297 "zerovec", 2298] 2299 2300[[package]] 2301name = "icu_properties" 2302version = "2.2.0" 2303source = "registry+https://github.com/rust-lang/crates.io-index" 2304checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" 2305dependencies = [ 2306 "icu_collections", 2307 "icu_locale_core", 2308 "icu_properties_data", 2309 "icu_provider", 2310 "zerotrie", 2311 "zerovec", 2312] 2313 2314[[package]] 2315name = "icu_properties_data" 2316version = "2.2.0" 2317source = "registry+https://github.com/rust-lang/crates.io-index" 2318checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" 2319 2320[[package]] 2321name = "icu_provider" 2322version = "2.2.0" 2323source = "registry+https://github.com/rust-lang/crates.io-index" 2324checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" 2325dependencies = [ 2326 "displaydoc", 2327 "icu_locale_core", 2328 "serde", 2329 "stable_deref_trait", 2330 "writeable", 2331 "yoke", 2332 "zerofrom", 2333 "zerotrie", 2334 "zerovec", 2335] 2336 2337[[package]] 2338name = "ignore" 2339version = "0.4.27" 2340source = "registry+https://github.com/rust-lang/crates.io-index" 2341checksum = "fe112b004901c62c2faa11f4f75e9864e0cc5af8da71c9115d184a3aa888749f" 2342dependencies = [ 2343 "crossbeam-deque", 2344 "globset", 2345 "log", 2346 "memchr", 2347 "regex-automata", 2348 "same-file", 2349 "walkdir", 2350 "winapi-util", 2351] 2352 2353[[package]] 2354name = "im" 2355version = "15.1.0" 2356source = "registry+https://github.com/rust-lang/crates.io-index" 2357checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9" 2358dependencies = [ 2359 "bitmaps 2.1.0", 2360 "rand_core 0.6.4", 2361 "rand_xoshiro 0.6.0", 2362 "serde", 2363 "sized-chunks", 2364 "typenum", 2365 "version_check", 2366] 2367 2368[[package]] 2369name = "im-lists" 2370version = "0.12.1" 2371source = "registry+https://github.com/rust-lang/crates.io-index" 2372checksum = "8490eb8daae746b8d5ba6f95d7aec634cd05cf687723ce62e4e3c6886f2a8030" 2373dependencies = [ 2374 "allocator-api2", 2375 "generic_singleton", 2376 "smallvec", 2377] 2378 2379[[package]] 2380name = "im-rc" 2381version = "15.1.0" 2382source = "registry+https://github.com/rust-lang/crates.io-index" 2383checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe" 2384dependencies = [ 2385 "bitmaps 2.1.0", 2386 "rand_core 0.6.4", 2387 "rand_xoshiro 0.6.0", 2388 "serde", 2389 "sized-chunks", 2390 "typenum", 2391 "version_check", 2392] 2393 2394[[package]] 2395name = "imara-diff" 2396version = "0.2.0" 2397source = "registry+https://github.com/rust-lang/crates.io-index" 2398checksum = "2f01d462f766df78ab820dd06f5eb700233c51f0f4c2e846520eaf4ba6aa5c5c" 2399dependencies = [ 2400 "hashbrown 0.15.5", 2401 "memchr", 2402] 2403 2404[[package]] 2405name = "imbl-sized-chunks" 2406version = "0.1.3" 2407source = "registry+https://github.com/rust-lang/crates.io-index" 2408checksum = "8f4241005618a62f8d57b2febd02510fb96e0137304728543dfc5fd6f052c22d" 2409dependencies = [ 2410 "bitmaps 3.2.1", 2411] 2412 2413[[package]] 2414name = "indexmap" 2415version = "1.9.3" 2416source = "registry+https://github.com/rust-lang/crates.io-index" 2417checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 2418dependencies = [ 2419 "autocfg", 2420 "hashbrown 0.12.3", 2421] 2422 2423[[package]] 2424name = "indexmap" 2425version = "2.14.0" 2426source = "registry+https://github.com/rust-lang/crates.io-index" 2427checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 2428dependencies = [ 2429 "equivalent", 2430 "hashbrown 0.17.1", 2431 "serde", 2432 "serde_core", 2433] 2434 2435[[package]] 2436name = "indoc" 2437version = "2.0.7" 2438source = "registry+https://github.com/rust-lang/crates.io-index" 2439checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" 2440dependencies = [ 2441 "rustversion", 2442] 2443 2444[[package]] 2445name = "inotify" 2446version = "0.11.2" 2447source = "registry+https://github.com/rust-lang/crates.io-index" 2448checksum = "533e68a5842e734946fe159fb03fc9bbbb254f590dd0d8ad321ae5ff7beca2c1" 2449dependencies = [ 2450 "bitflags 2.13.0", 2451 "inotify-sys", 2452 "libc", 2453] 2454 2455[[package]] 2456name = "inotify-sys" 2457version = "0.1.7" 2458source = "registry+https://github.com/rust-lang/crates.io-index" 2459checksum = "9ea94e891b3606826e9c998be69ddca42247dad8ad50b1649a5cb7e1c9ae06fd" 2460dependencies = [ 2461 "libc", 2462] 2463 2464[[package]] 2465name = "is-docker" 2466version = "0.2.0" 2467source = "registry+https://github.com/rust-lang/crates.io-index" 2468checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" 2469dependencies = [ 2470 "once_cell", 2471] 2472 2473[[package]] 2474name = "is-wsl" 2475version = "0.4.0" 2476source = "registry+https://github.com/rust-lang/crates.io-index" 2477checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" 2478dependencies = [ 2479 "is-docker", 2480 "once_cell", 2481] 2482 2483[[package]] 2484name = "itertools" 2485version = "0.13.0" 2486source = "registry+https://github.com/rust-lang/crates.io-index" 2487checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 2488dependencies = [ 2489 "either", 2490] 2491 2492[[package]] 2493name = "itoa" 2494version = "1.0.18" 2495source = "registry+https://github.com/rust-lang/crates.io-index" 2496checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 2497 2498[[package]] 2499name = "jiff" 2500version = "0.2.31" 2501source = "registry+https://github.com/rust-lang/crates.io-index" 2502checksum = "ccfe6121cbe750cf81efa362d85c0bde7ea298ec43092d3a193baca59cdbd634" 2503dependencies = [ 2504 "defmt", 2505 "jiff-static", 2506 "jiff-tzdb-platform", 2507 "log", 2508 "portable-atomic", 2509 "portable-atomic-util", 2510 "serde_core", 2511 "windows-link", 2512] 2513 2514[[package]] 2515name = "jiff-static" 2516version = "0.2.31" 2517source = "registry+https://github.com/rust-lang/crates.io-index" 2518checksum = "e165e897f662d428f3cd3828a919dbe067c2d42bb1031eede74ef9d27ecdedd2" 2519dependencies = [ 2520 "proc-macro2", 2521 "quote", 2522 "syn 2.0.118", 2523] 2524 2525[[package]] 2526name = "jiff-tzdb" 2527version = "0.1.7" 2528source = "registry+https://github.com/rust-lang/crates.io-index" 2529checksum = "6142247df1a93c2b3587402a19710be3e6e942f1581a1702e76408f2c21d6590" 2530 2531[[package]] 2532name = "jiff-tzdb-platform" 2533version = "0.1.3" 2534source = "registry+https://github.com/rust-lang/crates.io-index" 2535checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8" 2536dependencies = [ 2537 "jiff-tzdb", 2538] 2539 2540[[package]] 2541name = "js-sys" 2542version = "0.3.103" 2543source = "registry+https://github.com/rust-lang/crates.io-index" 2544checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" 2545dependencies = [ 2546 "cfg-if", 2547 "futures-util", 2548 "wasm-bindgen", 2549] 2550 2551[[package]] 2552name = "kqueue" 2553version = "1.2.0" 2554source = "registry+https://github.com/rust-lang/crates.io-index" 2555checksum = "273c0752728918e0ac4976f2b275b6fefb9ecd400585dec929419f3844cd87b5" 2556dependencies = [ 2557 "kqueue-sys", 2558 "libc", 2559] 2560 2561[[package]] 2562name = "kqueue-sys" 2563version = "1.1.2" 2564source = "registry+https://github.com/rust-lang/crates.io-index" 2565checksum = "07293a4e297ac234359b510362495713f75ea345d5307140414f20c69ffeb087" 2566dependencies = [ 2567 "bitflags 2.13.0", 2568 "libc", 2569] 2570 2571[[package]] 2572name = "kstring" 2573version = "2.0.2" 2574source = "registry+https://github.com/rust-lang/crates.io-index" 2575checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1" 2576dependencies = [ 2577 "static_assertions", 2578] 2579 2580[[package]] 2581name = "lasso" 2582version = "0.7.3" 2583source = "registry+https://github.com/rust-lang/crates.io-index" 2584checksum = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb" 2585dependencies = [ 2586 "ahash", 2587 "dashmap", 2588 "hashbrown 0.14.5", 2589 "serde", 2590] 2591 2592[[package]] 2593name = "lazy-regex" 2594version = "3.6.0" 2595source = "registry+https://github.com/rust-lang/crates.io-index" 2596checksum = "6bae91019476d3ec7147de9aa291cadb6d870abf2f3015d2da73a90325ac1496" 2597dependencies = [ 2598 "lazy-regex-proc_macros", 2599 "once_cell", 2600 "regex", 2601] 2602 2603[[package]] 2604name = "lazy-regex-proc_macros" 2605version = "3.6.0" 2606source = "registry+https://github.com/rust-lang/crates.io-index" 2607checksum = "4de9c1e1439d8b7b3061b2d209809f447ca33241733d9a3c01eabf2dc8d94358" 2608dependencies = [ 2609 "proc-macro2", 2610 "quote", 2611 "regex", 2612 "syn 2.0.118", 2613] 2614 2615[[package]] 2616name = "libc" 2617version = "0.2.186" 2618source = "registry+https://github.com/rust-lang/crates.io-index" 2619checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" 2620 2621[[package]] 2622name = "libloading" 2623version = "0.7.4" 2624source = "registry+https://github.com/rust-lang/crates.io-index" 2625checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 2626dependencies = [ 2627 "cfg-if", 2628 "winapi", 2629] 2630 2631[[package]] 2632name = "libloading" 2633version = "0.8.9" 2634source = "registry+https://github.com/rust-lang/crates.io-index" 2635checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 2636dependencies = [ 2637 "cfg-if", 2638 "windows-link", 2639] 2640 2641[[package]] 2642name = "libm" 2643version = "0.2.16" 2644source = "registry+https://github.com/rust-lang/crates.io-index" 2645checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" 2646 2647[[package]] 2648name = "linux-raw-sys" 2649version = "0.4.15" 2650source = "registry+https://github.com/rust-lang/crates.io-index" 2651checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 2652 2653[[package]] 2654name = "linux-raw-sys" 2655version = "0.12.1" 2656source = "registry+https://github.com/rust-lang/crates.io-index" 2657checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 2658 2659[[package]] 2660name = "litemap" 2661version = "0.8.2" 2662source = "registry+https://github.com/rust-lang/crates.io-index" 2663checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" 2664 2665[[package]] 2666name = "litrs" 2667version = "1.0.0" 2668source = "registry+https://github.com/rust-lang/crates.io-index" 2669checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 2670 2671[[package]] 2672name = "lock_api" 2673version = "0.4.14" 2674source = "registry+https://github.com/rust-lang/crates.io-index" 2675checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 2676dependencies = [ 2677 "scopeguard", 2678] 2679 2680[[package]] 2681name = "log" 2682version = "0.4.33" 2683source = "registry+https://github.com/rust-lang/crates.io-index" 2684checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" 2685 2686[[package]] 2687name = "maybe-async" 2688version = "0.2.11" 2689source = "registry+https://github.com/rust-lang/crates.io-index" 2690checksum = "746873a384ad60adc5db74471dfaba74bd278afbdcfd81db93fafcdfc8b5ca0c" 2691dependencies = [ 2692 "proc-macro2", 2693 "quote", 2694 "syn 2.0.118", 2695] 2696 2697[[package]] 2698name = "md-5" 2699version = "0.10.6" 2700source = "registry+https://github.com/rust-lang/crates.io-index" 2701checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 2702dependencies = [ 2703 "cfg-if", 2704 "digest", 2705] 2706 2707[[package]] 2708name = "memchr" 2709version = "2.8.2" 2710source = "registry+https://github.com/rust-lang/crates.io-index" 2711checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" 2712 2713[[package]] 2714name = "memmap2" 2715version = "0.9.11" 2716source = "registry+https://github.com/rust-lang/crates.io-index" 2717checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0" 2718dependencies = [ 2719 "libc", 2720] 2721 2722[[package]] 2723name = "minimad" 2724version = "0.13.1" 2725source = "registry+https://github.com/rust-lang/crates.io-index" 2726checksum = "a9c5d708226d186590a7b6d4a9780e2bdda5f689e0d58cd17012a298efd745d2" 2727dependencies = [ 2728 "once_cell", 2729] 2730 2731[[package]] 2732name = "mio" 2733version = "1.2.1" 2734source = "registry+https://github.com/rust-lang/crates.io-index" 2735checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" 2736dependencies = [ 2737 "libc", 2738 "log", 2739 "wasi", 2740 "windows-sys 0.61.2", 2741] 2742 2743[[package]] 2744name = "munge" 2745version = "0.4.7" 2746source = "registry+https://github.com/rust-lang/crates.io-index" 2747checksum = "5e17401f259eba956ca16491461b6e8f72913a0a114e39736ce404410f915a0c" 2748dependencies = [ 2749 "munge_macro", 2750] 2751 2752[[package]] 2753name = "munge_macro" 2754version = "0.4.7" 2755source = "registry+https://github.com/rust-lang/crates.io-index" 2756checksum = "4568f25ccbd45ab5d5603dc34318c1ec56b117531781260002151b8530a9f931" 2757dependencies = [ 2758 "proc-macro2", 2759 "quote", 2760 "syn 2.0.118", 2761] 2762 2763[[package]] 2764name = "nonempty" 2765version = "0.12.0" 2766source = "registry+https://github.com/rust-lang/crates.io-index" 2767checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6" 2768 2769[[package]] 2770name = "notify" 2771version = "8.2.0" 2772source = "registry+https://github.com/rust-lang/crates.io-index" 2773checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" 2774dependencies = [ 2775 "bitflags 2.13.0", 2776 "fsevent-sys", 2777 "inotify", 2778 "kqueue", 2779 "libc", 2780 "log", 2781 "mio", 2782 "notify-types", 2783 "walkdir", 2784 "windows-sys 0.60.2", 2785] 2786 2787[[package]] 2788name = "notify-types" 2789version = "2.1.0" 2790source = "registry+https://github.com/rust-lang/crates.io-index" 2791checksum = "42b8cfee0e339a0337359f3c88165702ac6e600dc01c0cc9579a92d62b08477a" 2792dependencies = [ 2793 "bitflags 2.13.0", 2794] 2795 2796[[package]] 2797name = "nucleo" 2798version = "0.5.0" 2799source = "registry+https://github.com/rust-lang/crates.io-index" 2800checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4" 2801dependencies = [ 2802 "nucleo-matcher", 2803 "parking_lot", 2804 "rayon", 2805] 2806 2807[[package]] 2808name = "nucleo-matcher" 2809version = "0.3.1" 2810source = "registry+https://github.com/rust-lang/crates.io-index" 2811checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85" 2812dependencies = [ 2813 "memchr", 2814 "unicode-segmentation", 2815] 2816 2817[[package]] 2818name = "num-bigint" 2819version = "0.4.7" 2820source = "registry+https://github.com/rust-lang/crates.io-index" 2821checksum = "c863e9ab5e7bf9c99ba75e1050f1e4d624ae87ed3532d6238ffbdc7b585dbbe6" 2822dependencies = [ 2823 "num-integer", 2824 "num-traits", 2825 "serde", 2826] 2827 2828[[package]] 2829name = "num-integer" 2830version = "0.1.46" 2831source = "registry+https://github.com/rust-lang/crates.io-index" 2832checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2833dependencies = [ 2834 "num-traits", 2835] 2836 2837[[package]] 2838name = "num-rational" 2839version = "0.4.2" 2840source = "registry+https://github.com/rust-lang/crates.io-index" 2841checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 2842dependencies = [ 2843 "num-bigint", 2844 "num-integer", 2845 "num-traits", 2846 "serde", 2847] 2848 2849[[package]] 2850name = "num-traits" 2851version = "0.2.19" 2852source = "registry+https://github.com/rust-lang/crates.io-index" 2853checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2854dependencies = [ 2855 "autocfg", 2856] 2857 2858[[package]] 2859name = "num_cpus" 2860version = "1.17.0" 2861source = "registry+https://github.com/rust-lang/crates.io-index" 2862checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" 2863dependencies = [ 2864 "hermit-abi", 2865 "libc", 2866] 2867 2868[[package]] 2869name = "once_cell" 2870version = "1.21.4" 2871source = "registry+https://github.com/rust-lang/crates.io-index" 2872checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 2873 2874[[package]] 2875name = "oorandom" 2876version = "11.1.5" 2877source = "registry+https://github.com/rust-lang/crates.io-index" 2878checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" 2879 2880[[package]] 2881name = "open" 2882version = "5.3.6" 2883source = "registry+https://github.com/rust-lang/crates.io-index" 2884checksum = "cd8d3b65c44123a56e0133d2cd06ce4361bd3ca99d41198b2f25e3c3db9b8b4a" 2885dependencies = [ 2886 "is-wsl", 2887 "libc", 2888] 2889 2890[[package]] 2891name = "ordered-float" 2892version = "5.3.0" 2893source = "registry+https://github.com/rust-lang/crates.io-index" 2894checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e" 2895dependencies = [ 2896 "num-traits", 2897 "rand 0.8.6", 2898 "serde", 2899] 2900 2901[[package]] 2902name = "page_size" 2903version = "0.6.0" 2904source = "registry+https://github.com/rust-lang/crates.io-index" 2905checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da" 2906dependencies = [ 2907 "libc", 2908 "winapi", 2909] 2910 2911[[package]] 2912name = "parking_lot" 2913version = "0.12.5" 2914source = "registry+https://github.com/rust-lang/crates.io-index" 2915checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 2916dependencies = [ 2917 "lock_api", 2918 "parking_lot_core", 2919] 2920 2921[[package]] 2922name = "parking_lot_core" 2923version = "0.9.12" 2924source = "registry+https://github.com/rust-lang/crates.io-index" 2925checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2926dependencies = [ 2927 "cfg-if", 2928 "libc", 2929 "redox_syscall", 2930 "smallvec", 2931 "windows-link", 2932] 2933 2934[[package]] 2935name = "paste" 2936version = "1.0.15" 2937source = "registry+https://github.com/rust-lang/crates.io-index" 2938checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2939 2940[[package]] 2941name = "percent-encoding" 2942version = "2.3.2" 2943source = "registry+https://github.com/rust-lang/crates.io-index" 2944checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2945 2946[[package]] 2947name = "pin-project-lite" 2948version = "0.2.17" 2949source = "registry+https://github.com/rust-lang/crates.io-index" 2950checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 2951 2952[[package]] 2953name = "polling" 2954version = "3.11.0" 2955source = "registry+https://github.com/rust-lang/crates.io-index" 2956checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" 2957dependencies = [ 2958 "cfg-if", 2959 "concurrent-queue", 2960 "hermit-abi", 2961 "pin-project-lite", 2962 "rustix 1.1.4", 2963 "windows-sys 0.61.2", 2964] 2965 2966[[package]] 2967name = "portable-atomic" 2968version = "1.13.1" 2969source = "registry+https://github.com/rust-lang/crates.io-index" 2970checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 2971 2972[[package]] 2973name = "portable-atomic-util" 2974version = "0.2.7" 2975source = "registry+https://github.com/rust-lang/crates.io-index" 2976checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618" 2977dependencies = [ 2978 "portable-atomic", 2979] 2980 2981[[package]] 2982name = "potential_utf" 2983version = "0.1.5" 2984source = "registry+https://github.com/rust-lang/crates.io-index" 2985checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" 2986dependencies = [ 2987 "serde_core", 2988 "writeable", 2989 "zerovec", 2990] 2991 2992[[package]] 2993name = "ppv-lite86" 2994version = "0.2.21" 2995source = "registry+https://github.com/rust-lang/crates.io-index" 2996checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2997dependencies = [ 2998 "zerocopy", 2999] 3000 3001[[package]] 3002name = "pretty" 3003version = "0.12.5" 3004source = "registry+https://github.com/rust-lang/crates.io-index" 3005checksum = "0d22152487193190344590e4f30e219cf3fe140d9e7a3fdb683d82aa2c5f4156" 3006dependencies = [ 3007 "arrayvec 0.5.2", 3008 "typed-arena", 3009 "unicode-width 0.2.2", 3010] 3011 3012[[package]] 3013name = "proc-macro2" 3014version = "1.0.106" 3015source = "registry+https://github.com/rust-lang/crates.io-index" 3016checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 3017dependencies = [ 3018 "unicode-ident", 3019] 3020 3021[[package]] 3022name = "prodash" 3023version = "31.0.0" 3024source = "registry+https://github.com/rust-lang/crates.io-index" 3025checksum = "962200e2d7d551451297d9fdce85138374019ada198e30ea9ede38034e27604c" 3026dependencies = [ 3027 "parking_lot", 3028] 3029 3030[[package]] 3031name = "ptr_meta" 3032version = "0.3.1" 3033source = "registry+https://github.com/rust-lang/crates.io-index" 3034checksum = "0b9a0cf95a1196af61d4f1cbdab967179516d9a4a4312af1f31948f8f6224a79" 3035dependencies = [ 3036 "ptr_meta_derive", 3037] 3038 3039[[package]] 3040name = "ptr_meta_derive" 3041version = "0.3.1" 3042source = "registry+https://github.com/rust-lang/crates.io-index" 3043checksum = "7347867d0a7e1208d93b46767be83e2b8f978c3dad35f775ac8d8847551d6fe1" 3044dependencies = [ 3045 "proc-macro2", 3046 "quote", 3047 "syn 2.0.118", 3048] 3049 3050[[package]] 3051name = "pulldown-cmark" 3052version = "0.13.4" 3053source = "registry+https://github.com/rust-lang/crates.io-index" 3054checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e" 3055dependencies = [ 3056 "bitflags 2.13.0", 3057 "memchr", 3058 "unicase", 3059] 3060 3061[[package]] 3062name = "quickcheck" 3063version = "1.1.0" 3064source = "registry+https://github.com/rust-lang/crates.io-index" 3065checksum = "95c589f335db0f6aaa168a7cd27b1fc6920f5e1470c804f814d9cd6e62a0f70b" 3066dependencies = [ 3067 "rand 0.10.2", 3068] 3069 3070[[package]] 3071name = "quote" 3072version = "1.0.46" 3073source = "registry+https://github.com/rust-lang/crates.io-index" 3074checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368" 3075dependencies = [ 3076 "proc-macro2", 3077] 3078 3079[[package]] 3080name = "r-efi" 3081version = "5.3.0" 3082source = "registry+https://github.com/rust-lang/crates.io-index" 3083checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 3084 3085[[package]] 3086name = "r-efi" 3087version = "6.0.0" 3088source = "registry+https://github.com/rust-lang/crates.io-index" 3089checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 3090 3091[[package]] 3092name = "rancor" 3093version = "0.1.2" 3094source = "registry+https://github.com/rust-lang/crates.io-index" 3095checksum = "daff8b7b3ccf5f7ba270b3e7a0a4d4c701c5797e38dec27c7e2c3dbb830fed1c" 3096dependencies = [ 3097 "ptr_meta", 3098] 3099 3100[[package]] 3101name = "rand" 3102version = "0.8.6" 3103source = "registry+https://github.com/rust-lang/crates.io-index" 3104checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" 3105dependencies = [ 3106 "rand_core 0.6.4", 3107 "serde", 3108] 3109 3110[[package]] 3111name = "rand" 3112version = "0.9.4" 3113source = "registry+https://github.com/rust-lang/crates.io-index" 3114checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" 3115dependencies = [ 3116 "rand_chacha", 3117 "rand_core 0.9.5", 3118] 3119 3120[[package]] 3121name = "rand" 3122version = "0.10.2" 3123source = "registry+https://github.com/rust-lang/crates.io-index" 3124checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" 3125dependencies = [ 3126 "getrandom 0.4.3", 3127 "rand_core 0.10.1", 3128] 3129 3130[[package]] 3131name = "rand_chacha" 3132version = "0.9.0" 3133source = "registry+https://github.com/rust-lang/crates.io-index" 3134checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 3135dependencies = [ 3136 "ppv-lite86", 3137 "rand_core 0.9.5", 3138] 3139 3140[[package]] 3141name = "rand_core" 3142version = "0.6.4" 3143source = "registry+https://github.com/rust-lang/crates.io-index" 3144checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3145dependencies = [ 3146 "serde", 3147] 3148 3149[[package]] 3150name = "rand_core" 3151version = "0.9.5" 3152source = "registry+https://github.com/rust-lang/crates.io-index" 3153checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 3154dependencies = [ 3155 "getrandom 0.3.4", 3156] 3157 3158[[package]] 3159name = "rand_core" 3160version = "0.10.1" 3161source = "registry+https://github.com/rust-lang/crates.io-index" 3162checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" 3163 3164[[package]] 3165name = "rand_xoshiro" 3166version = "0.6.0" 3167source = "registry+https://github.com/rust-lang/crates.io-index" 3168checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" 3169dependencies = [ 3170 "rand_core 0.6.4", 3171] 3172 3173[[package]] 3174name = "rand_xoshiro" 3175version = "0.7.0" 3176source = "registry+https://github.com/rust-lang/crates.io-index" 3177checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41" 3178dependencies = [ 3179 "rand_core 0.9.5", 3180] 3181 3182[[package]] 3183name = "rayon" 3184version = "1.12.0" 3185source = "registry+https://github.com/rust-lang/crates.io-index" 3186checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" 3187dependencies = [ 3188 "either", 3189 "rayon-core", 3190] 3191 3192[[package]] 3193name = "rayon-core" 3194version = "1.13.0" 3195source = "registry+https://github.com/rust-lang/crates.io-index" 3196checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 3197dependencies = [ 3198 "crossbeam-deque", 3199 "crossbeam-utils", 3200] 3201 3202[[package]] 3203name = "redox_syscall" 3204version = "0.5.18" 3205source = "registry+https://github.com/rust-lang/crates.io-index" 3206checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 3207dependencies = [ 3208 "bitflags 2.13.0", 3209] 3210 3211[[package]] 3212name = "ref-cast" 3213version = "1.0.25" 3214source = "registry+https://github.com/rust-lang/crates.io-index" 3215checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 3216dependencies = [ 3217 "ref-cast-impl", 3218] 3219 3220[[package]] 3221name = "ref-cast-impl" 3222version = "1.0.25" 3223source = "registry+https://github.com/rust-lang/crates.io-index" 3224checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 3225dependencies = [ 3226 "proc-macro2", 3227 "quote", 3228 "syn 2.0.118", 3229] 3230 3231[[package]] 3232name = "regex" 3233version = "1.12.4" 3234source = "registry+https://github.com/rust-lang/crates.io-index" 3235checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" 3236dependencies = [ 3237 "aho-corasick", 3238 "memchr", 3239 "regex-automata", 3240 "regex-syntax", 3241] 3242 3243[[package]] 3244name = "regex-automata" 3245version = "0.4.14" 3246source = "registry+https://github.com/rust-lang/crates.io-index" 3247checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 3248dependencies = [ 3249 "aho-corasick", 3250 "memchr", 3251 "regex-syntax", 3252] 3253 3254[[package]] 3255name = "regex-cursor" 3256version = "0.1.5" 3257source = "registry+https://github.com/rust-lang/crates.io-index" 3258checksum = "0497c781d2f982ae8284d2932aee6a877e58a4541daa5e8fadc18cc75c23a61d" 3259dependencies = [ 3260 "log", 3261 "memchr", 3262 "regex-automata", 3263 "regex-syntax", 3264 "ropey", 3265] 3266 3267[[package]] 3268name = "regex-syntax" 3269version = "0.8.11" 3270source = "registry+https://github.com/rust-lang/crates.io-index" 3271checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" 3272 3273[[package]] 3274name = "rend" 3275version = "0.5.4" 3276source = "registry+https://github.com/rust-lang/crates.io-index" 3277checksum = "663ba70707f96e871406fe10d68128412e619b06d1d47cb91c3a4c6501176240" 3278 3279[[package]] 3280name = "repr_offset" 3281version = "0.2.2" 3282source = "registry+https://github.com/rust-lang/crates.io-index" 3283checksum = "fb1070755bd29dffc19d0971cab794e607839ba2ef4b69a9e6fbc8733c1b72ea" 3284dependencies = [ 3285 "tstr", 3286] 3287 3288[[package]] 3289name = "rkyv" 3290version = "0.8.17" 3291source = "registry+https://github.com/rust-lang/crates.io-index" 3292checksum = "815cc8a37159a463064825246cadb07961e25cd9885908606f6d08a98d8f8874" 3293dependencies = [ 3294 "bytes", 3295 "hashbrown 0.17.1", 3296 "indexmap 2.14.0", 3297 "munge", 3298 "ptr_meta", 3299 "rancor", 3300 "rend", 3301 "rkyv_derive", 3302 "tinyvec", 3303 "uuid", 3304] 3305 3306[[package]] 3307name = "rkyv_derive" 3308version = "0.8.17" 3309source = "registry+https://github.com/rust-lang/crates.io-index" 3310checksum = "c0ed1a78a1b19d184b0daa629dd9a024573173ec7d485b287cb369fb3607cc1c" 3311dependencies = [ 3312 "proc-macro2", 3313 "quote", 3314 "syn 2.0.118", 3315] 3316 3317[[package]] 3318name = "ropey" 3319version = "1.6.1" 3320source = "registry+https://github.com/rust-lang/crates.io-index" 3321checksum = "93411e420bcd1a75ddd1dc3caf18c23155eda2c090631a85af21ba19e97093b5" 3322dependencies = [ 3323 "smallvec", 3324 "str_indices", 3325] 3326 3327[[package]] 3328name = "rustc-hash" 3329version = "2.1.3" 3330source = "registry+https://github.com/rust-lang/crates.io-index" 3331checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" 3332 3333[[package]] 3334name = "rustc_version" 3335version = "0.4.1" 3336source = "registry+https://github.com/rust-lang/crates.io-index" 3337checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 3338dependencies = [ 3339 "semver", 3340] 3341 3342[[package]] 3343name = "rustix" 3344version = "0.38.44" 3345source = "registry+https://github.com/rust-lang/crates.io-index" 3346checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 3347dependencies = [ 3348 "bitflags 2.13.0", 3349 "errno", 3350 "libc", 3351 "linux-raw-sys 0.4.15", 3352 "windows-sys 0.59.0", 3353] 3354 3355[[package]] 3356name = "rustix" 3357version = "1.1.4" 3358source = "registry+https://github.com/rust-lang/crates.io-index" 3359checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 3360dependencies = [ 3361 "bitflags 2.13.0", 3362 "errno", 3363 "libc", 3364 "linux-raw-sys 0.12.1", 3365 "windows-sys 0.61.2", 3366] 3367 3368[[package]] 3369name = "rustversion" 3370version = "1.0.22" 3371source = "registry+https://github.com/rust-lang/crates.io-index" 3372checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 3373 3374[[package]] 3375name = "ryu" 3376version = "1.0.23" 3377source = "registry+https://github.com/rust-lang/crates.io-index" 3378checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 3379 3380[[package]] 3381name = "safe_arch" 3382version = "0.7.4" 3383source = "registry+https://github.com/rust-lang/crates.io-index" 3384checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323" 3385dependencies = [ 3386 "bytemuck", 3387] 3388 3389[[package]] 3390name = "same-file" 3391version = "1.0.6" 3392source = "registry+https://github.com/rust-lang/crates.io-index" 3393checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3394dependencies = [ 3395 "winapi-util", 3396] 3397 3398[[package]] 3399name = "scopeguard" 3400version = "1.2.0" 3401source = "registry+https://github.com/rust-lang/crates.io-index" 3402checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3403 3404[[package]] 3405name = "semver" 3406version = "1.0.28" 3407source = "registry+https://github.com/rust-lang/crates.io-index" 3408checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" 3409 3410[[package]] 3411name = "serde" 3412version = "1.0.228" 3413source = "registry+https://github.com/rust-lang/crates.io-index" 3414checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 3415dependencies = [ 3416 "serde_core", 3417 "serde_derive", 3418] 3419 3420[[package]] 3421name = "serde_core" 3422version = "1.0.228" 3423source = "registry+https://github.com/rust-lang/crates.io-index" 3424checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 3425dependencies = [ 3426 "serde_derive", 3427] 3428 3429[[package]] 3430name = "serde_derive" 3431version = "1.0.228" 3432source = "registry+https://github.com/rust-lang/crates.io-index" 3433checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 3434dependencies = [ 3435 "proc-macro2", 3436 "quote", 3437 "syn 2.0.118", 3438] 3439 3440[[package]] 3441name = "serde_json" 3442version = "1.0.150" 3443source = "registry+https://github.com/rust-lang/crates.io-index" 3444checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" 3445dependencies = [ 3446 "itoa", 3447 "memchr", 3448 "serde", 3449 "serde_core", 3450 "zmij", 3451] 3452 3453[[package]] 3454name = "serde_spanned" 3455version = "1.1.1" 3456source = "registry+https://github.com/rust-lang/crates.io-index" 3457checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" 3458dependencies = [ 3459 "serde_core", 3460] 3461 3462[[package]] 3463name = "sha1" 3464version = "0.10.6" 3465source = "registry+https://github.com/rust-lang/crates.io-index" 3466checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3467dependencies = [ 3468 "cfg-if", 3469 "cpufeatures", 3470 "digest", 3471] 3472 3473[[package]] 3474name = "sha1-checked" 3475version = "0.10.0" 3476source = "registry+https://github.com/rust-lang/crates.io-index" 3477checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423" 3478dependencies = [ 3479 "digest", 3480 "sha1", 3481] 3482 3483[[package]] 3484name = "sha2" 3485version = "0.10.9" 3486source = "registry+https://github.com/rust-lang/crates.io-index" 3487checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 3488dependencies = [ 3489 "cfg-if", 3490 "cpufeatures", 3491 "digest", 3492] 3493 3494[[package]] 3495name = "shared_vector" 3496version = "0.4.5" 3497source = "registry+https://github.com/rust-lang/crates.io-index" 3498checksum = "673aacfea9afcf271e69d700140dc2a3e2ff44b1092dd0de71fdd4e5c26672a2" 3499dependencies = [ 3500 "allocator-api2", 3501] 3502 3503[[package]] 3504name = "shell-words" 3505version = "1.1.1" 3506source = "registry+https://github.com/rust-lang/crates.io-index" 3507checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" 3508 3509[[package]] 3510name = "shlex" 3511version = "2.0.1" 3512source = "registry+https://github.com/rust-lang/crates.io-index" 3513checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" 3514 3515[[package]] 3516name = "signal-hook" 3517version = "0.3.18" 3518source = "registry+https://github.com/rust-lang/crates.io-index" 3519checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" 3520dependencies = [ 3521 "libc", 3522 "signal-hook-registry", 3523] 3524 3525[[package]] 3526name = "signal-hook" 3527version = "0.4.4" 3528source = "registry+https://github.com/rust-lang/crates.io-index" 3529checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d" 3530dependencies = [ 3531 "libc", 3532 "signal-hook-registry", 3533] 3534 3535[[package]] 3536name = "signal-hook-mio" 3537version = "0.2.5" 3538source = "registry+https://github.com/rust-lang/crates.io-index" 3539checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" 3540dependencies = [ 3541 "libc", 3542 "mio", 3543 "signal-hook 0.3.18", 3544] 3545 3546[[package]] 3547name = "signal-hook-registry" 3548version = "1.4.8" 3549source = "registry+https://github.com/rust-lang/crates.io-index" 3550checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 3551dependencies = [ 3552 "errno", 3553 "libc", 3554] 3555 3556[[package]] 3557name = "signal-hook-tokio" 3558version = "0.4.0" 3559source = "registry+https://github.com/rust-lang/crates.io-index" 3560checksum = "e513e435a8898a0002270f29d0a708b7879708fb5c4d00e46983ca2d2d378cf0" 3561dependencies = [ 3562 "futures-core", 3563 "libc", 3564 "signal-hook 0.4.4", 3565 "tokio", 3566] 3567 3568[[package]] 3569name = "simdutf8" 3570version = "0.1.5" 3571source = "registry+https://github.com/rust-lang/crates.io-index" 3572checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 3573 3574[[package]] 3575name = "sized-chunks" 3576version = "0.6.5" 3577source = "registry+https://github.com/rust-lang/crates.io-index" 3578checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e" 3579dependencies = [ 3580 "bitmaps 2.1.0", 3581 "typenum", 3582] 3583 3584[[package]] 3585name = "slab" 3586version = "0.4.12" 3587source = "registry+https://github.com/rust-lang/crates.io-index" 3588checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 3589 3590[[package]] 3591name = "slotmap" 3592version = "1.1.1" 3593source = "registry+https://github.com/rust-lang/crates.io-index" 3594checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" 3595dependencies = [ 3596 "version_check", 3597] 3598 3599[[package]] 3600name = "smallvec" 3601version = "1.15.2" 3602source = "registry+https://github.com/rust-lang/crates.io-index" 3603checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" 3604 3605[[package]] 3606name = "smartstring" 3607version = "1.0.1" 3608source = "registry+https://github.com/rust-lang/crates.io-index" 3609checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29" 3610dependencies = [ 3611 "autocfg", 3612 "static_assertions", 3613 "version_check", 3614] 3615 3616[[package]] 3617name = "smawk" 3618version = "0.3.3" 3619source = "registry+https://github.com/rust-lang/crates.io-index" 3620checksum = "e8e2fb0f499abb4d162f2bedad68f5ef91a1682b5a03596ddb67efd37768d100" 3621 3622[[package]] 3623name = "socket2" 3624version = "0.6.4" 3625source = "registry+https://github.com/rust-lang/crates.io-index" 3626checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" 3627dependencies = [ 3628 "libc", 3629 "windows-sys 0.61.2", 3630] 3631 3632[[package]] 3633name = "sonic-number" 3634version = "0.1.2" 3635source = "registry+https://github.com/rust-lang/crates.io-index" 3636checksum = "3775c3390edf958191f1ab1e8c5c188907feebd0f3ce1604cb621f72961dbf32" 3637dependencies = [ 3638 "cfg-if", 3639] 3640 3641[[package]] 3642name = "sonic-rs" 3643version = "0.5.8" 3644source = "registry+https://github.com/rust-lang/crates.io-index" 3645checksum = "d971cc77a245ccf1756dbd1a87c3e7f709c0191464096510d43eec056d0f2c4f" 3646dependencies = [ 3647 "ahash", 3648 "bumpalo", 3649 "bytes", 3650 "cfg-if", 3651 "faststr", 3652 "itoa", 3653 "ref-cast", 3654 "serde", 3655 "simdutf8", 3656 "sonic-number", 3657 "sonic-simd", 3658 "thiserror", 3659 "zmij", 3660] 3661 3662[[package]] 3663name = "sonic-simd" 3664version = "0.1.4" 3665source = "registry+https://github.com/rust-lang/crates.io-index" 3666checksum = "f99e664ecd2d85a68c87e3c7a3cfe691f647ea9e835de984aba4d54a41f817d4" 3667dependencies = [ 3668 "cfg-if", 3669] 3670 3671[[package]] 3672name = "stable_deref_trait" 3673version = "1.2.1" 3674source = "registry+https://github.com/rust-lang/crates.io-index" 3675checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 3676 3677[[package]] 3678name = "static_assertions" 3679version = "1.1.0" 3680source = "registry+https://github.com/rust-lang/crates.io-index" 3681checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3682 3683[[package]] 3684name = "steel-core" 3685version = "0.8.2" 3686source = "git+https://github.com/mattwparas/steel.git#dec633b908afeafeaf62bab457a92e2bf873745a" 3687dependencies = [ 3688 "abi_stable", 3689 "anyhow", 3690 "arc-swap", 3691 "async-ffi", 3692 "bigdecimal", 3693 "bincode", 3694 "chrono", 3695 "codespan-reporting", 3696 "compact_str", 3697 "crossbeam-channel", 3698 "crossbeam-queue", 3699 "crossbeam-utils", 3700 "env_home", 3701 "futures-executor", 3702 "futures-task", 3703 "futures-util", 3704 "getrandom 0.3.4", 3705 "glob", 3706 "httparse", 3707 "icu_casemap", 3708 "im", 3709 "im-lists", 3710 "im-rc", 3711 "js-sys", 3712 "lasso", 3713 "log", 3714 "md-5", 3715 "num-bigint", 3716 "num-integer", 3717 "num-rational", 3718 "num-traits", 3719 "once_cell", 3720 "parking_lot", 3721 "polling", 3722 "rand 0.9.4", 3723 "rustc-hash", 3724 "serde", 3725 "serde_json", 3726 "shared_vector", 3727 "smallvec", 3728 "steel-derive", 3729 "steel-gen", 3730 "steel-imbl", 3731 "steel-parser", 3732 "steel-quickscope", 3733 "steel-rc", 3734 "strsim", 3735 "termimad", 3736 "thin-vec", 3737 "weak-table", 3738 "which", 3739 "xdg", 3740] 3741 3742[[package]] 3743name = "steel-derive" 3744version = "0.8.2" 3745source = "git+https://github.com/mattwparas/steel.git#dec633b908afeafeaf62bab457a92e2bf873745a" 3746dependencies = [ 3747 "proc-macro2", 3748 "quote", 3749 "syn 2.0.118", 3750] 3751 3752[[package]] 3753name = "steel-doc" 3754version = "0.8.2" 3755source = "git+https://github.com/mattwparas/steel.git#dec633b908afeafeaf62bab457a92e2bf873745a" 3756dependencies = [ 3757 "steel-core", 3758] 3759 3760[[package]] 3761name = "steel-gen" 3762version = "0.8.2" 3763source = "git+https://github.com/mattwparas/steel.git#dec633b908afeafeaf62bab457a92e2bf873745a" 3764dependencies = [ 3765 "codegen", 3766 "serde", 3767] 3768 3769[[package]] 3770name = "steel-imbl" 3771version = "7.1.0" 3772source = "registry+https://github.com/rust-lang/crates.io-index" 3773checksum = "f9df38b9569174f63ebe292c0741c6724cb9105de44812b1e330ca3d7570d11d" 3774dependencies = [ 3775 "bitmaps 3.2.1", 3776 "imbl-sized-chunks", 3777 "rand_core 0.9.5", 3778 "rand_xoshiro 0.7.0", 3779 "serde_core", 3780 "version_check", 3781 "wide", 3782] 3783 3784[[package]] 3785name = "steel-parser" 3786version = "0.8.2" 3787source = "git+https://github.com/mattwparas/steel.git#dec633b908afeafeaf62bab457a92e2bf873745a" 3788dependencies = [ 3789 "compact_str", 3790 "dashmap", 3791 "lasso", 3792 "log", 3793 "num-bigint", 3794 "num-rational", 3795 "num-traits", 3796 "once_cell", 3797 "ordered-float", 3798 "pretty", 3799 "rustc-hash", 3800 "serde", 3801 "smallvec", 3802 "thin-vec", 3803] 3804 3805[[package]] 3806name = "steel-quickscope" 3807version = "0.3.2" 3808source = "git+https://github.com/mattwparas/steel.git#dec633b908afeafeaf62bab457a92e2bf873745a" 3809dependencies = [ 3810 "indexmap 2.14.0", 3811 "smallvec", 3812] 3813 3814[[package]] 3815name = "steel-rc" 3816version = "0.8.2" 3817source = "git+https://github.com/mattwparas/steel.git#dec633b908afeafeaf62bab457a92e2bf873745a" 3818dependencies = [ 3819 "dashmap", 3820 "parking_lot", 3821 "rustc-hash", 3822] 3823 3824[[package]] 3825name = "str_indices" 3826version = "0.4.4" 3827source = "registry+https://github.com/rust-lang/crates.io-index" 3828checksum = "d08889ec5408683408db66ad89e0e1f93dff55c73a4ccc71c427d5b277ee47e6" 3829 3830[[package]] 3831name = "strict" 3832version = "0.2.0" 3833source = "registry+https://github.com/rust-lang/crates.io-index" 3834checksum = "f42444fea5b87a39db4218d9422087e66a85d0e7a0963a439b07bcdf91804006" 3835 3836[[package]] 3837name = "strsim" 3838version = "0.11.1" 3839source = "registry+https://github.com/rust-lang/crates.io-index" 3840checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3841 3842[[package]] 3843name = "syn" 3844version = "1.0.109" 3845source = "registry+https://github.com/rust-lang/crates.io-index" 3846checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3847dependencies = [ 3848 "proc-macro2", 3849 "quote", 3850 "unicode-ident", 3851] 3852 3853[[package]] 3854name = "syn" 3855version = "2.0.118" 3856source = "registry+https://github.com/rust-lang/crates.io-index" 3857checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422" 3858dependencies = [ 3859 "proc-macro2", 3860 "quote", 3861 "unicode-ident", 3862] 3863 3864[[package]] 3865name = "synstructure" 3866version = "0.13.2" 3867source = "registry+https://github.com/rust-lang/crates.io-index" 3868checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3869dependencies = [ 3870 "proc-macro2", 3871 "quote", 3872 "syn 2.0.118", 3873] 3874 3875[[package]] 3876name = "tempfile" 3877version = "3.27.0" 3878source = "registry+https://github.com/rust-lang/crates.io-index" 3879checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 3880dependencies = [ 3881 "fastrand", 3882 "getrandom 0.4.3", 3883 "once_cell", 3884 "rustix 1.1.4", 3885 "windows-sys 0.61.2", 3886] 3887 3888[[package]] 3889name = "termcolor" 3890version = "1.4.1" 3891source = "registry+https://github.com/rust-lang/crates.io-index" 3892checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 3893dependencies = [ 3894 "winapi-util", 3895] 3896 3897[[package]] 3898name = "termimad" 3899version = "0.31.3" 3900source = "registry+https://github.com/rust-lang/crates.io-index" 3901checksum = "7301d9c2c4939c97f25376b70d3c13311f8fefdee44092fc361d2a98adc2cbb6" 3902dependencies = [ 3903 "coolor", 3904 "crokey", 3905 "crossbeam", 3906 "lazy-regex", 3907 "minimad", 3908 "serde", 3909 "thiserror", 3910 "unicode-width 0.1.12", 3911] 3912 3913[[package]] 3914name = "termina" 3915version = "0.3.3" 3916source = "registry+https://github.com/rust-lang/crates.io-index" 3917checksum = "9048a889effe34a5cddee0af7f53285198b16dca3be510858d38dfdb3e62a04e" 3918dependencies = [ 3919 "bitflags 2.13.0", 3920 "futures-core", 3921 "parking_lot", 3922 "rustix 1.1.4", 3923 "signal-hook 0.3.18", 3924 "windows-sys 0.61.2", 3925] 3926 3927[[package]] 3928name = "termini" 3929version = "1.0.0" 3930source = "registry+https://github.com/rust-lang/crates.io-index" 3931checksum = "2ad441d87dd98bc5eeb31cf2fb7e4839968763006b478efb38668a3bf9da0d59" 3932dependencies = [ 3933 "home", 3934] 3935 3936[[package]] 3937name = "textwrap" 3938version = "0.16.2" 3939source = "registry+https://github.com/rust-lang/crates.io-index" 3940checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" 3941dependencies = [ 3942 "smawk", 3943 "unicode-linebreak", 3944 "unicode-width 0.2.2", 3945] 3946 3947[[package]] 3948name = "thin-vec" 3949version = "0.2.18" 3950source = "registry+https://github.com/rust-lang/crates.io-index" 3951checksum = "b0f7e269b48f0a7dd0146680fa24b50cc67fc0373f086a5b2f99bd084639b482" 3952dependencies = [ 3953 "serde", 3954] 3955 3956[[package]] 3957name = "thiserror" 3958version = "2.0.18" 3959source = "registry+https://github.com/rust-lang/crates.io-index" 3960checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 3961dependencies = [ 3962 "thiserror-impl", 3963] 3964 3965[[package]] 3966name = "thiserror-impl" 3967version = "2.0.18" 3968source = "registry+https://github.com/rust-lang/crates.io-index" 3969checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 3970dependencies = [ 3971 "proc-macro2", 3972 "quote", 3973 "syn 2.0.118", 3974] 3975 3976[[package]] 3977name = "threadpool" 3978version = "1.8.1" 3979source = "registry+https://github.com/rust-lang/crates.io-index" 3980checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 3981dependencies = [ 3982 "num_cpus", 3983] 3984 3985[[package]] 3986name = "tinystr" 3987version = "0.8.3" 3988source = "registry+https://github.com/rust-lang/crates.io-index" 3989checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" 3990dependencies = [ 3991 "displaydoc", 3992 "serde_core", 3993 "zerovec", 3994] 3995 3996[[package]] 3997name = "tinytemplate" 3998version = "1.2.1" 3999source = "registry+https://github.com/rust-lang/crates.io-index" 4000checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 4001dependencies = [ 4002 "serde", 4003 "serde_json", 4004] 4005 4006[[package]] 4007name = "tinyvec" 4008version = "1.11.0" 4009source = "registry+https://github.com/rust-lang/crates.io-index" 4010checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" 4011dependencies = [ 4012 "tinyvec_macros", 4013] 4014 4015[[package]] 4016name = "tinyvec_macros" 4017version = "0.1.1" 4018source = "registry+https://github.com/rust-lang/crates.io-index" 4019checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4020 4021[[package]] 4022name = "tokio" 4023version = "1.52.3" 4024source = "registry+https://github.com/rust-lang/crates.io-index" 4025checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" 4026dependencies = [ 4027 "bytes", 4028 "libc", 4029 "mio", 4030 "parking_lot", 4031 "pin-project-lite", 4032 "signal-hook-registry", 4033 "socket2", 4034 "tokio-macros", 4035 "windows-sys 0.61.2", 4036] 4037 4038[[package]] 4039name = "tokio-macros" 4040version = "2.7.0" 4041source = "registry+https://github.com/rust-lang/crates.io-index" 4042checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" 4043dependencies = [ 4044 "proc-macro2", 4045 "quote", 4046 "syn 2.0.118", 4047] 4048 4049[[package]] 4050name = "tokio-stream" 4051version = "0.1.18" 4052source = "registry+https://github.com/rust-lang/crates.io-index" 4053checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" 4054dependencies = [ 4055 "futures-core", 4056 "pin-project-lite", 4057 "tokio", 4058] 4059 4060[[package]] 4061name = "toml" 4062version = "1.1.2+spec-1.1.0" 4063source = "registry+https://github.com/rust-lang/crates.io-index" 4064checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee" 4065dependencies = [ 4066 "indexmap 2.14.0", 4067 "serde_core", 4068 "serde_spanned", 4069 "toml_datetime", 4070 "toml_parser", 4071 "toml_writer", 4072 "winnow", 4073] 4074 4075[[package]] 4076name = "toml_datetime" 4077version = "1.1.1+spec-1.1.0" 4078source = "registry+https://github.com/rust-lang/crates.io-index" 4079checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" 4080dependencies = [ 4081 "serde_core", 4082] 4083 4084[[package]] 4085name = "toml_parser" 4086version = "1.1.2+spec-1.1.0" 4087source = "registry+https://github.com/rust-lang/crates.io-index" 4088checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" 4089dependencies = [ 4090 "winnow", 4091] 4092 4093[[package]] 4094name = "toml_writer" 4095version = "1.1.1+spec-1.1.0" 4096source = "registry+https://github.com/rust-lang/crates.io-index" 4097checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" 4098 4099[[package]] 4100name = "tree-house" 4101version = "0.4.0" 4102source = "registry+https://github.com/rust-lang/crates.io-index" 4103checksum = "333476442882205ab249a8ced263ae53db3d0797c727cc3424836a6fb221d7b1" 4104dependencies = [ 4105 "arc-swap", 4106 "hashbrown 0.15.5", 4107 "kstring", 4108 "once_cell", 4109 "regex", 4110 "regex-cursor", 4111 "ropey", 4112 "slab", 4113 "tree-house-bindings", 4114] 4115 4116[[package]] 4117name = "tree-house-bindings" 4118version = "0.3.2" 4119source = "registry+https://github.com/rust-lang/crates.io-index" 4120checksum = "6f5d0eed0db98578618e598b8f6f413f7c172bade1f12f8242d71c38dd5deb0f" 4121dependencies = [ 4122 "cc", 4123 "libloading 0.8.9", 4124 "regex-cursor", 4125 "ropey", 4126 "thiserror", 4127] 4128 4129[[package]] 4130name = "tstr" 4131version = "0.2.4" 4132source = "registry+https://github.com/rust-lang/crates.io-index" 4133checksum = "7f8e0294f14baae476d0dd0a2d780b2e24d66e349a9de876f5126777a37bdba7" 4134dependencies = [ 4135 "tstr_proc_macros", 4136] 4137 4138[[package]] 4139name = "tstr_proc_macros" 4140version = "0.2.2" 4141source = "registry+https://github.com/rust-lang/crates.io-index" 4142checksum = "e78122066b0cb818b8afd08f7ed22f7fdbc3e90815035726f0840d0d26c0747a" 4143 4144[[package]] 4145name = "typed-arena" 4146version = "2.0.2" 4147source = "registry+https://github.com/rust-lang/crates.io-index" 4148checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" 4149 4150[[package]] 4151name = "typenum" 4152version = "1.20.1" 4153source = "registry+https://github.com/rust-lang/crates.io-index" 4154checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" 4155 4156[[package]] 4157name = "typewit" 4158version = "1.15.2" 4159source = "registry+https://github.com/rust-lang/crates.io-index" 4160checksum = "214ca0b2191785cbc06209b9ca1861e048e39b5ba33574b3cedd58363d5bb5f6" 4161 4162[[package]] 4163name = "uluru" 4164version = "3.1.0" 4165source = "registry+https://github.com/rust-lang/crates.io-index" 4166checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da" 4167dependencies = [ 4168 "arrayvec 0.7.8", 4169] 4170 4171[[package]] 4172name = "unicase" 4173version = "2.9.0" 4174source = "registry+https://github.com/rust-lang/crates.io-index" 4175checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 4176 4177[[package]] 4178name = "unicode-bom" 4179version = "2.0.3" 4180source = "registry+https://github.com/rust-lang/crates.io-index" 4181checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217" 4182 4183[[package]] 4184name = "unicode-general-category" 4185version = "1.1.0" 4186source = "registry+https://github.com/rust-lang/crates.io-index" 4187checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f" 4188 4189[[package]] 4190name = "unicode-ident" 4191version = "1.0.24" 4192source = "registry+https://github.com/rust-lang/crates.io-index" 4193checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 4194 4195[[package]] 4196name = "unicode-linebreak" 4197version = "0.1.5" 4198source = "registry+https://github.com/rust-lang/crates.io-index" 4199checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 4200 4201[[package]] 4202name = "unicode-normalization" 4203version = "0.1.25" 4204source = "registry+https://github.com/rust-lang/crates.io-index" 4205checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 4206dependencies = [ 4207 "tinyvec", 4208] 4209 4210[[package]] 4211name = "unicode-segmentation" 4212version = "1.13.3" 4213source = "registry+https://github.com/rust-lang/crates.io-index" 4214checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" 4215 4216[[package]] 4217name = "unicode-width" 4218version = "0.1.12" 4219source = "registry+https://github.com/rust-lang/crates.io-index" 4220checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" 4221 4222[[package]] 4223name = "unicode-width" 4224version = "0.2.2" 4225source = "registry+https://github.com/rust-lang/crates.io-index" 4226checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 4227 4228[[package]] 4229name = "utf8_iter" 4230version = "1.0.4" 4231source = "registry+https://github.com/rust-lang/crates.io-index" 4232checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 4233 4234[[package]] 4235name = "uuid" 4236version = "1.23.4" 4237source = "registry+https://github.com/rust-lang/crates.io-index" 4238checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53" 4239dependencies = [ 4240 "js-sys", 4241 "wasm-bindgen", 4242] 4243 4244[[package]] 4245name = "version_check" 4246version = "0.9.5" 4247source = "registry+https://github.com/rust-lang/crates.io-index" 4248checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4249 4250[[package]] 4251name = "walkdir" 4252version = "2.5.0" 4253source = "registry+https://github.com/rust-lang/crates.io-index" 4254checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4255dependencies = [ 4256 "same-file", 4257 "winapi-util", 4258] 4259 4260[[package]] 4261name = "wasi" 4262version = "0.11.1+wasi-snapshot-preview1" 4263source = "registry+https://github.com/rust-lang/crates.io-index" 4264checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 4265 4266[[package]] 4267name = "wasip2" 4268version = "1.0.4+wasi-0.2.12" 4269source = "registry+https://github.com/rust-lang/crates.io-index" 4270checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" 4271dependencies = [ 4272 "wit-bindgen", 4273] 4274 4275[[package]] 4276name = "wasm-bindgen" 4277version = "0.2.126" 4278source = "registry+https://github.com/rust-lang/crates.io-index" 4279checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" 4280dependencies = [ 4281 "cfg-if", 4282 "once_cell", 4283 "rustversion", 4284 "wasm-bindgen-macro", 4285 "wasm-bindgen-shared", 4286] 4287 4288[[package]] 4289name = "wasm-bindgen-macro" 4290version = "0.2.126" 4291source = "registry+https://github.com/rust-lang/crates.io-index" 4292checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" 4293dependencies = [ 4294 "quote", 4295 "wasm-bindgen-macro-support", 4296] 4297 4298[[package]] 4299name = "wasm-bindgen-macro-support" 4300version = "0.2.126" 4301source = "registry+https://github.com/rust-lang/crates.io-index" 4302checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" 4303dependencies = [ 4304 "bumpalo", 4305 "proc-macro2", 4306 "quote", 4307 "syn 2.0.118", 4308 "wasm-bindgen-shared", 4309] 4310 4311[[package]] 4312name = "wasm-bindgen-shared" 4313version = "0.2.126" 4314source = "registry+https://github.com/rust-lang/crates.io-index" 4315checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" 4316dependencies = [ 4317 "unicode-ident", 4318] 4319 4320[[package]] 4321name = "weak-table" 4322version = "0.3.2" 4323source = "registry+https://github.com/rust-lang/crates.io-index" 4324checksum = "323f4da9523e9a669e1eaf9c6e763892769b1d38c623913647bfdc1532fe4549" 4325 4326[[package]] 4327name = "which" 4328version = "8.0.4" 4329source = "registry+https://github.com/rust-lang/crates.io-index" 4330checksum = "48d7cd18d4acb58fb3cdfe9ea54e6cd96a4e7d4cc45c56338b236e82dad47248" 4331dependencies = [ 4332 "libc", 4333] 4334 4335[[package]] 4336name = "wide" 4337version = "0.7.33" 4338source = "registry+https://github.com/rust-lang/crates.io-index" 4339checksum = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03" 4340dependencies = [ 4341 "bytemuck", 4342 "safe_arch", 4343] 4344 4345[[package]] 4346name = "winapi" 4347version = "0.3.9" 4348source = "registry+https://github.com/rust-lang/crates.io-index" 4349checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4350dependencies = [ 4351 "winapi-i686-pc-windows-gnu", 4352 "winapi-x86_64-pc-windows-gnu", 4353] 4354 4355[[package]] 4356name = "winapi-i686-pc-windows-gnu" 4357version = "0.4.0" 4358source = "registry+https://github.com/rust-lang/crates.io-index" 4359checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4360 4361[[package]] 4362name = "winapi-util" 4363version = "0.1.11" 4364source = "registry+https://github.com/rust-lang/crates.io-index" 4365checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 4366dependencies = [ 4367 "windows-sys 0.61.2", 4368] 4369 4370[[package]] 4371name = "winapi-x86_64-pc-windows-gnu" 4372version = "0.4.0" 4373source = "registry+https://github.com/rust-lang/crates.io-index" 4374checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4375 4376[[package]] 4377name = "windows-core" 4378version = "0.62.2" 4379source = "registry+https://github.com/rust-lang/crates.io-index" 4380checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 4381dependencies = [ 4382 "windows-implement", 4383 "windows-interface", 4384 "windows-link", 4385 "windows-result", 4386 "windows-strings", 4387] 4388 4389[[package]] 4390name = "windows-implement" 4391version = "0.60.2" 4392source = "registry+https://github.com/rust-lang/crates.io-index" 4393checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 4394dependencies = [ 4395 "proc-macro2", 4396 "quote", 4397 "syn 2.0.118", 4398] 4399 4400[[package]] 4401name = "windows-interface" 4402version = "0.59.3" 4403source = "registry+https://github.com/rust-lang/crates.io-index" 4404checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 4405dependencies = [ 4406 "proc-macro2", 4407 "quote", 4408 "syn 2.0.118", 4409] 4410 4411[[package]] 4412name = "windows-link" 4413version = "0.2.1" 4414source = "registry+https://github.com/rust-lang/crates.io-index" 4415checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 4416 4417[[package]] 4418name = "windows-result" 4419version = "0.4.1" 4420source = "registry+https://github.com/rust-lang/crates.io-index" 4421checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 4422dependencies = [ 4423 "windows-link", 4424] 4425 4426[[package]] 4427name = "windows-strings" 4428version = "0.5.1" 4429source = "registry+https://github.com/rust-lang/crates.io-index" 4430checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 4431dependencies = [ 4432 "windows-link", 4433] 4434 4435[[package]] 4436name = "windows-sys" 4437version = "0.59.0" 4438source = "registry+https://github.com/rust-lang/crates.io-index" 4439checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4440dependencies = [ 4441 "windows-targets 0.52.6", 4442] 4443 4444[[package]] 4445name = "windows-sys" 4446version = "0.60.2" 4447source = "registry+https://github.com/rust-lang/crates.io-index" 4448checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 4449dependencies = [ 4450 "windows-targets 0.53.5", 4451] 4452 4453[[package]] 4454name = "windows-sys" 4455version = "0.61.2" 4456source = "registry+https://github.com/rust-lang/crates.io-index" 4457checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 4458dependencies = [ 4459 "windows-link", 4460] 4461 4462[[package]] 4463name = "windows-targets" 4464version = "0.52.6" 4465source = "registry+https://github.com/rust-lang/crates.io-index" 4466checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4467dependencies = [ 4468 "windows_aarch64_gnullvm 0.52.6", 4469 "windows_aarch64_msvc 0.52.6", 4470 "windows_i686_gnu 0.52.6", 4471 "windows_i686_gnullvm 0.52.6", 4472 "windows_i686_msvc 0.52.6", 4473 "windows_x86_64_gnu 0.52.6", 4474 "windows_x86_64_gnullvm 0.52.6", 4475 "windows_x86_64_msvc 0.52.6", 4476] 4477 4478[[package]] 4479name = "windows-targets" 4480version = "0.53.5" 4481source = "registry+https://github.com/rust-lang/crates.io-index" 4482checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 4483dependencies = [ 4484 "windows-link", 4485 "windows_aarch64_gnullvm 0.53.1", 4486 "windows_aarch64_msvc 0.53.1", 4487 "windows_i686_gnu 0.53.1", 4488 "windows_i686_gnullvm 0.53.1", 4489 "windows_i686_msvc 0.53.1", 4490 "windows_x86_64_gnu 0.53.1", 4491 "windows_x86_64_gnullvm 0.53.1", 4492 "windows_x86_64_msvc 0.53.1", 4493] 4494 4495[[package]] 4496name = "windows_aarch64_gnullvm" 4497version = "0.52.6" 4498source = "registry+https://github.com/rust-lang/crates.io-index" 4499checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4500 4501[[package]] 4502name = "windows_aarch64_gnullvm" 4503version = "0.53.1" 4504source = "registry+https://github.com/rust-lang/crates.io-index" 4505checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 4506 4507[[package]] 4508name = "windows_aarch64_msvc" 4509version = "0.52.6" 4510source = "registry+https://github.com/rust-lang/crates.io-index" 4511checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4512 4513[[package]] 4514name = "windows_aarch64_msvc" 4515version = "0.53.1" 4516source = "registry+https://github.com/rust-lang/crates.io-index" 4517checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 4518 4519[[package]] 4520name = "windows_i686_gnu" 4521version = "0.52.6" 4522source = "registry+https://github.com/rust-lang/crates.io-index" 4523checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4524 4525[[package]] 4526name = "windows_i686_gnu" 4527version = "0.53.1" 4528source = "registry+https://github.com/rust-lang/crates.io-index" 4529checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 4530 4531[[package]] 4532name = "windows_i686_gnullvm" 4533version = "0.52.6" 4534source = "registry+https://github.com/rust-lang/crates.io-index" 4535checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4536 4537[[package]] 4538name = "windows_i686_gnullvm" 4539version = "0.53.1" 4540source = "registry+https://github.com/rust-lang/crates.io-index" 4541checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 4542 4543[[package]] 4544name = "windows_i686_msvc" 4545version = "0.52.6" 4546source = "registry+https://github.com/rust-lang/crates.io-index" 4547checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4548 4549[[package]] 4550name = "windows_i686_msvc" 4551version = "0.53.1" 4552source = "registry+https://github.com/rust-lang/crates.io-index" 4553checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 4554 4555[[package]] 4556name = "windows_x86_64_gnu" 4557version = "0.52.6" 4558source = "registry+https://github.com/rust-lang/crates.io-index" 4559checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4560 4561[[package]] 4562name = "windows_x86_64_gnu" 4563version = "0.53.1" 4564source = "registry+https://github.com/rust-lang/crates.io-index" 4565checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 4566 4567[[package]] 4568name = "windows_x86_64_gnullvm" 4569version = "0.52.6" 4570source = "registry+https://github.com/rust-lang/crates.io-index" 4571checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4572 4573[[package]] 4574name = "windows_x86_64_gnullvm" 4575version = "0.53.1" 4576source = "registry+https://github.com/rust-lang/crates.io-index" 4577checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 4578 4579[[package]] 4580name = "windows_x86_64_msvc" 4581version = "0.52.6" 4582source = "registry+https://github.com/rust-lang/crates.io-index" 4583checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4584 4585[[package]] 4586name = "windows_x86_64_msvc" 4587version = "0.53.1" 4588source = "registry+https://github.com/rust-lang/crates.io-index" 4589checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 4590 4591[[package]] 4592name = "winnow" 4593version = "1.0.3" 4594source = "registry+https://github.com/rust-lang/crates.io-index" 4595checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1" 4596 4597[[package]] 4598name = "wit-bindgen" 4599version = "0.57.1" 4600source = "registry+https://github.com/rust-lang/crates.io-index" 4601checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 4602 4603[[package]] 4604name = "writeable" 4605version = "0.6.3" 4606source = "registry+https://github.com/rust-lang/crates.io-index" 4607checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" 4608 4609[[package]] 4610name = "xdg" 4611version = "3.0.0" 4612source = "registry+https://github.com/rust-lang/crates.io-index" 4613checksum = "2fb433233f2df9344722454bc7e96465c9d03bff9d77c248f9e7523fe79585b5" 4614 4615[[package]] 4616name = "xtask" 4617version = "25.7.1" 4618dependencies = [ 4619 "helix-core", 4620 "helix-loader", 4621 "helix-stdx", 4622 "helix-term", 4623 "helix-view", 4624 "ropey", 4625 "toml", 4626] 4627 4628[[package]] 4629name = "yoke" 4630version = "0.8.3" 4631source = "registry+https://github.com/rust-lang/crates.io-index" 4632checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" 4633dependencies = [ 4634 "stable_deref_trait", 4635 "yoke-derive", 4636 "zerofrom", 4637] 4638 4639[[package]] 4640name = "yoke-derive" 4641version = "0.8.2" 4642source = "registry+https://github.com/rust-lang/crates.io-index" 4643checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" 4644dependencies = [ 4645 "proc-macro2", 4646 "quote", 4647 "syn 2.0.118", 4648 "synstructure", 4649] 4650 4651[[package]] 4652name = "zerocopy" 4653version = "0.8.52" 4654source = "registry+https://github.com/rust-lang/crates.io-index" 4655checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f" 4656dependencies = [ 4657 "zerocopy-derive", 4658] 4659 4660[[package]] 4661name = "zerocopy-derive" 4662version = "0.8.52" 4663source = "registry+https://github.com/rust-lang/crates.io-index" 4664checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930" 4665dependencies = [ 4666 "proc-macro2", 4667 "quote", 4668 "syn 2.0.118", 4669] 4670 4671[[package]] 4672name = "zerofrom" 4673version = "0.1.8" 4674source = "registry+https://github.com/rust-lang/crates.io-index" 4675checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" 4676dependencies = [ 4677 "zerofrom-derive", 4678] 4679 4680[[package]] 4681name = "zerofrom-derive" 4682version = "0.1.7" 4683source = "registry+https://github.com/rust-lang/crates.io-index" 4684checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" 4685dependencies = [ 4686 "proc-macro2", 4687 "quote", 4688 "syn 2.0.118", 4689 "synstructure", 4690] 4691 4692[[package]] 4693name = "zerotrie" 4694version = "0.2.4" 4695source = "registry+https://github.com/rust-lang/crates.io-index" 4696checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" 4697dependencies = [ 4698 "displaydoc", 4699 "yoke", 4700 "zerofrom", 4701 "zerovec", 4702] 4703 4704[[package]] 4705name = "zerovec" 4706version = "0.11.6" 4707source = "registry+https://github.com/rust-lang/crates.io-index" 4708checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" 4709dependencies = [ 4710 "serde", 4711 "yoke", 4712 "zerofrom", 4713 "zerovec-derive", 4714] 4715 4716[[package]] 4717name = "zerovec-derive" 4718version = "0.11.3" 4719source = "registry+https://github.com/rust-lang/crates.io-index" 4720checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" 4721dependencies = [ 4722 "proc-macro2", 4723 "quote", 4724 "syn 2.0.118", 4725] 4726 4727[[package]] 4728name = "zlib-rs" 4729version = "0.6.5" 4730source = "registry+https://github.com/rust-lang/crates.io-index" 4731checksum = "5431d5661c32445236631278f27946e444ddafe4684cac70b185272d4f9c52d5" 4732 4733[[package]] 4734name = "zmij" 4735version = "1.0.21" 4736source = "registry+https://github.com/rust-lang/crates.io-index" 4737checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"