| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "addr2line" |
| version = "0.25.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" |
| dependencies = [ |
| "gimli", |
| ] |
| |
| [[package]] |
| name = "adler2" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "1.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "allocator-api2" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| |
| [[package]] |
| name = "anes" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
| |
| [[package]] |
| name = "anstyle" |
| version = "1.0.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.102" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| |
| [[package]] |
| name = "arbitrary" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" |
| dependencies = [ |
| "derive_arbitrary", |
| ] |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| |
| [[package]] |
| name = "atomic-polyfill" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4" |
| dependencies = [ |
| "critical-section", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.76" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" |
| dependencies = [ |
| "addr2line", |
| "cfg-if", |
| "libc", |
| "miniz_oxide", |
| "object 0.37.3", |
| "rustc-demangle", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "base-db" |
| version = "0.0.0" |
| dependencies = [ |
| "cfg", |
| "dashmap", |
| "indexmap", |
| "intern", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "query-group-macro", |
| "rustc-hash 2.1.2", |
| "salsa", |
| "salsa-macros", |
| "semver", |
| "span", |
| "syntax", |
| "tracing", |
| "triomphe", |
| "vfs", |
| ] |
| |
| [[package]] |
| name = "base64" |
| version = "0.22.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| |
| [[package]] |
| name = "bit-set" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" |
| dependencies = [ |
| "bit-vec", |
| ] |
| |
| [[package]] |
| name = "bit-vec" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84d7ced0ae9557296835c32bf1b1e02b44c746701f898460fb000d7eaa84f00a" |
| |
| [[package]] |
| name = "block2" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" |
| dependencies = [ |
| "objc2", |
| ] |
| |
| [[package]] |
| name = "borsh" |
| version = "1.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a" |
| dependencies = [ |
| "bytes", |
| "cfg_aliases", |
| ] |
| |
| [[package]] |
| name = "boxcar" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36f64beae40a84da1b4b26ff2761a5b895c12adc41dc25aaee1c4f2bbfe97a6e" |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.20.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| |
| [[package]] |
| name = "bytes" |
| version = "1.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| |
| [[package]] |
| name = "camino" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48" |
| dependencies = [ |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "cargo-platform" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd0061da739915fae12ea00e16397555ed4371a6bb285431aab930f61b0aa4ba" |
| dependencies = [ |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "cargo_metadata" |
| version = "0.23.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9" |
| dependencies = [ |
| "camino", |
| "cargo-platform", |
| "semver", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.18", |
| ] |
| |
| [[package]] |
| name = "cast" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
| |
| [[package]] |
| name = "cc" |
| version = "1.2.63" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f" |
| dependencies = [ |
| "find-msvc-tools", |
| "shlex", |
| ] |
| |
| [[package]] |
| name = "cfg" |
| version = "0.0.0" |
| dependencies = [ |
| "arbitrary", |
| "cfg", |
| "expect-test", |
| "intern", |
| "oorandom", |
| "rustc-hash 2.1.2", |
| "syntax", |
| "syntax-bridge", |
| "tracing", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| |
| [[package]] |
| name = "cfg_aliases" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| |
| [[package]] |
| name = "ciborium" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" |
| dependencies = [ |
| "ciborium-io", |
| "ciborium-ll", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "ciborium-io" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" |
| |
| [[package]] |
| name = "ciborium-ll" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" |
| dependencies = [ |
| "ciborium-io", |
| "half", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "4.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" |
| dependencies = [ |
| "clap_builder", |
| ] |
| |
| [[package]] |
| name = "clap_builder" |
| version = "4.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" |
| dependencies = [ |
| "anstyle", |
| "clap_lex", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" |
| |
| [[package]] |
| name = "cobs" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" |
| dependencies = [ |
| "thiserror 2.0.18", |
| ] |
| |
| [[package]] |
| name = "countme" |
| version = "3.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636" |
| |
| [[package]] |
| name = "cov-mark" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90863d8442510cddf7f46618c4f92413774635771a3e80830c8b30d183420b14" |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "criterion" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1c047a62b0cc3e145fa84415a3191f628e980b194c2755aa12300a4e6cbd928" |
| dependencies = [ |
| "anes", |
| "cast", |
| "ciborium", |
| "clap", |
| "criterion-plot", |
| "itertools 0.13.0", |
| "num-traits", |
| "oorandom", |
| "plotters", |
| "rayon", |
| "regex", |
| "serde", |
| "serde_json", |
| "tinytemplate", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "criterion-plot" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b1bcc0dc7dfae599d84ad0b1a55f80cde8af3725da8313b528da95ef783e338" |
| dependencies = [ |
| "cast", |
| "itertools 0.13.0", |
| ] |
| |
| [[package]] |
| name = "critical-section" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.5.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| dependencies = [ |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-queue" |
| version = "0.3.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| |
| [[package]] |
| name = "crunchy" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| |
| [[package]] |
| name = "ctrlc" |
| version = "3.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0b1fab2ae45819af2d0731d60f2afe17227ebb1a1538a236da84c93e9a60162" |
| dependencies = [ |
| "dispatch2", |
| "nix", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "dashmap" |
| version = "6.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-utils", |
| "hashbrown 0.14.5", |
| "lock_api", |
| "once_cell", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "deranged" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" |
| dependencies = [ |
| "powerfmt", |
| ] |
| |
| [[package]] |
| name = "derive-where" |
| version = "1.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d08b3a0bcc0d079199cd476b2cae8435016ec11d1c0986c6901c5ac223041534" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "derive_arbitrary" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "dhat" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "98cd11d84628e233de0ce467de10b8633f4ddaecafadefc86e13b84b8739b827" |
| dependencies = [ |
| "backtrace", |
| "lazy_static", |
| "mintex", |
| "parking_lot", |
| "rustc-hash 1.1.0", |
| "serde", |
| "serde_json", |
| "thousands", |
| ] |
| |
| [[package]] |
| name = "dirs" |
| version = "6.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| dependencies = [ |
| "dirs-sys", |
| ] |
| |
| [[package]] |
| name = "dirs-sys" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| dependencies = [ |
| "libc", |
| "option-ext", |
| "redox_users", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "dispatch2" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" |
| dependencies = [ |
| "bitflags 2.12.1", |
| "block2", |
| "libc", |
| "objc2", |
| ] |
| |
| [[package]] |
| name = "displaydoc" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "dissimilar" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "aeda16ab4059c5fd2a83f2b9c9e9c981327b18aa8e3b313f7e6563799d4f093e" |
| |
| [[package]] |
| name = "dot" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a74b6c4d4a1cff5f454164363c16b72fa12463ca6b31f4b5f2035a65fa3d5906" |
| |
| [[package]] |
| name = "drop_bomb" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1" |
| |
| [[package]] |
| name = "edition" |
| version = "0.0.0" |
| |
| [[package]] |
| name = "either" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" |
| |
| [[package]] |
| name = "embedded-io" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" |
| |
| [[package]] |
| name = "embedded-io" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" |
| |
| [[package]] |
| name = "ena" |
| version = "0.14.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eabffdaee24bd1bf95c5ef7cec31260444317e72ea56c4c91750e8b7ee58d5f1" |
| dependencies = [ |
| "log", |
| ] |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| |
| [[package]] |
| name = "errno" |
| version = "0.3.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "expect-test" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63af43ff4431e848fb47472a920f14fa71c24de13255a5692e93d4e90302acb0" |
| dependencies = [ |
| "dissimilar", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "fastrand" |
| version = "2.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" |
| |
| [[package]] |
| name = "find-msvc-tools" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| |
| [[package]] |
| name = "fixedbitset" |
| version = "0.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" |
| |
| [[package]] |
| name = "flate2" |
| version = "1.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| |
| [[package]] |
| name = "form_urlencoded" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| dependencies = [ |
| "percent-encoding", |
| ] |
| |
| [[package]] |
| name = "fsevent-sys" |
| version = "4.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "fst" |
| version = "0.4.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a" |
| |
| [[package]] |
| name = "futures-core" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| |
| [[package]] |
| name = "futures-task" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| |
| [[package]] |
| name = "futures-util" |
| version = "0.3.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| dependencies = [ |
| "futures-core", |
| "futures-task", |
| "pin-project-lite", |
| "slab", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "r-efi 5.3.0", |
| "wasip2", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "r-efi 6.0.0", |
| "wasip2", |
| "wasip3", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.32.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" |
| |
| [[package]] |
| name = "half" |
| version = "2.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
| dependencies = [ |
| "cfg-if", |
| "crunchy", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "hash32" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" |
| dependencies = [ |
| "byteorder", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.14.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.15.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| dependencies = [ |
| "foldhash 0.1.5", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| dependencies = [ |
| "foldhash 0.2.0", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.17.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| dependencies = [ |
| "allocator-api2", |
| "equivalent", |
| "foldhash 0.2.0", |
| ] |
| |
| [[package]] |
| name = "hashlink" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea0b22561a9c04a7cb1a302c013e0259cd3b4bb619f145b32f72b8b4bcbed230" |
| dependencies = [ |
| "hashbrown 0.16.1", |
| ] |
| |
| [[package]] |
| name = "heapless" |
| version = "0.7.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" |
| dependencies = [ |
| "atomic-polyfill", |
| "hash32", |
| "rustc_version", |
| "serde", |
| "spin", |
| "stable_deref_trait", |
| ] |
| |
| [[package]] |
| name = "heck" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| |
| [[package]] |
| name = "hir" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "cfg", |
| "either", |
| "expect-test", |
| "hir-def", |
| "hir-expand", |
| "hir-ty", |
| "intern", |
| "itertools 0.14.0", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "ra-ap-rustc_type_ir", |
| "rustc-hash 2.1.2", |
| "serde_json", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "syntax-bridge", |
| "test-fixture", |
| "test-utils", |
| "tracing", |
| "tracing-subscriber", |
| "tracing-tree", |
| "triomphe", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "hir-def" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "bitflags 2.12.1", |
| "cfg", |
| "cov-mark", |
| "drop_bomb", |
| "either", |
| "expect-test", |
| "fst", |
| "hir-expand", |
| "indexmap", |
| "intern", |
| "itertools 0.14.0", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "query-group-macro", |
| "ra-ap-rustc_abi", |
| "ra-ap-rustc_parse_format", |
| "rustc-hash 2.1.2", |
| "rustc_apfloat", |
| "salsa", |
| "salsa-macros", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "syntax-bridge", |
| "test-fixture", |
| "test-utils", |
| "thin-vec", |
| "tracing", |
| "triomphe", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "hir-expand" |
| version = "0.0.0" |
| dependencies = [ |
| "base-db", |
| "cfg", |
| "cov-mark", |
| "either", |
| "expect-test", |
| "intern", |
| "itertools 0.14.0", |
| "mbe", |
| "parser", |
| "query-group-macro", |
| "rustc-hash 2.1.2", |
| "salsa", |
| "salsa-macros", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "syntax-bridge", |
| "thin-vec", |
| "tracing", |
| "triomphe", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "hir-ty" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "bitflags 2.12.1", |
| "cov-mark", |
| "either", |
| "ena", |
| "expect-test", |
| "hir-def", |
| "hir-expand", |
| "indexmap", |
| "intern", |
| "itertools 0.14.0", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "macros", |
| "oorandom", |
| "petgraph", |
| "project-model", |
| "query-group-macro", |
| "ra-ap-rustc_abi", |
| "ra-ap-rustc_ast_ir", |
| "ra-ap-rustc_index", |
| "ra-ap-rustc_next_trait_solver", |
| "ra-ap-rustc_pattern_analysis", |
| "ra-ap-rustc_type_ir", |
| "rustc-hash 2.1.2", |
| "rustc_apfloat", |
| "salsa", |
| "salsa-macros", |
| "serde", |
| "serde_derive", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "thin-vec", |
| "tracing", |
| "tracing-subscriber", |
| "tracing-tree", |
| "triomphe", |
| "typed-arena", |
| ] |
| |
| [[package]] |
| name = "home" |
| version = "0.5.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "icu_collections" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| dependencies = [ |
| "displaydoc", |
| "potential_utf", |
| "utf8_iter", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locale_core" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| dependencies = [ |
| "displaydoc", |
| "litemap", |
| "tinystr", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| dependencies = [ |
| "icu_collections", |
| "icu_normalizer_data", |
| "icu_properties", |
| "icu_provider", |
| "smallvec", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer_data" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| |
| [[package]] |
| name = "icu_properties" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| dependencies = [ |
| "icu_collections", |
| "icu_locale_core", |
| "icu_properties_data", |
| "icu_provider", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_properties_data" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| |
| [[package]] |
| name = "icu_provider" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| dependencies = [ |
| "displaydoc", |
| "icu_locale_core", |
| "writeable", |
| "yoke", |
| "zerofrom", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "id-arena" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| |
| [[package]] |
| name = "ide" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "cfg", |
| "cov-mark", |
| "dot", |
| "either", |
| "expect-test", |
| "hir", |
| "ide-assists", |
| "ide-completion", |
| "ide-db", |
| "ide-diagnostics", |
| "ide-ssr", |
| "itertools 0.14.0", |
| "macros", |
| "nohash-hasher", |
| "oorandom", |
| "profile", |
| "pulldown-cmark", |
| "pulldown-cmark-to-cmark", |
| "rustc_apfloat", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "toolchain", |
| "tracing", |
| "triomphe", |
| "url", |
| ] |
| |
| [[package]] |
| name = "ide-assists" |
| version = "0.0.0" |
| dependencies = [ |
| "cov-mark", |
| "either", |
| "expect-test", |
| "hir", |
| "ide-db", |
| "itertools 0.14.0", |
| "smallvec", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ide-completion" |
| version = "0.0.0" |
| dependencies = [ |
| "base-db", |
| "cov-mark", |
| "expect-test", |
| "hir", |
| "ide-db", |
| "itertools 0.14.0", |
| "macros", |
| "smallvec", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ide-db" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "bitflags 2.12.1", |
| "cov-mark", |
| "crossbeam-channel", |
| "either", |
| "expect-test", |
| "fst", |
| "hir", |
| "itertools 0.14.0", |
| "line-index 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "macros", |
| "memchr", |
| "nohash-hasher", |
| "parser", |
| "profile", |
| "rayon", |
| "rustc-hash 2.1.2", |
| "salsa", |
| "salsa-macros", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "tracing", |
| "triomphe", |
| "vfs", |
| ] |
| |
| [[package]] |
| name = "ide-diagnostics" |
| version = "0.0.0" |
| dependencies = [ |
| "cfg", |
| "cov-mark", |
| "either", |
| "expect-test", |
| "hir", |
| "ide-db", |
| "itertools 0.14.0", |
| "paths", |
| "serde_json", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ide-ssr" |
| version = "0.0.0" |
| dependencies = [ |
| "cov-mark", |
| "expect-test", |
| "hir", |
| "ide-db", |
| "itertools 0.14.0", |
| "parser", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "idna" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| dependencies = [ |
| "idna_adapter", |
| "smallvec", |
| "utf8_iter", |
| ] |
| |
| [[package]] |
| name = "idna_adapter" |
| version = "1.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" |
| dependencies = [ |
| "icu_normalizer", |
| "icu_properties", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| dependencies = [ |
| "equivalent", |
| "hashbrown 0.17.1", |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "inotify" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "533e68a5842e734946fe159fb03fc9bbbb254f590dd0d8ad321ae5ff7beca2c1" |
| dependencies = [ |
| "bitflags 2.12.1", |
| "inotify-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "inotify-sys" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "intern" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "dashmap", |
| "hashbrown 0.14.5", |
| "rayon", |
| "rustc-hash 2.1.2", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "intrusive-collections" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "80e165935eba36cb526af8389effd2005a741adcbb6ed32106cc68e3f7b92960" |
| dependencies = [ |
| "memoffset", |
| ] |
| |
| [[package]] |
| name = "inventory" |
| version = "0.3.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b" |
| dependencies = [ |
| "rustversion", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| |
| [[package]] |
| name = "jod-thread" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a037eddb7d28de1d0fc42411f501b53b75838d313908078d6698d064f3029b24" |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.99" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11" |
| dependencies = [ |
| "cfg-if", |
| "futures-util", |
| "once_cell", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "kqueue" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "273c0752728918e0ac4976f2b275b6fefb9ecd400585dec929419f3844cd87b5" |
| dependencies = [ |
| "kqueue-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "kqueue-sys" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07293a4e297ac234359b510362495713f75ea345d5307140414f20c69ffeb087" |
| dependencies = [ |
| "bitflags 2.12.1", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "la-arena" |
| version = "0.3.1" |
| |
| [[package]] |
| name = "la-arena" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3752f229dcc5a481d60f385fa479ff46818033d881d2d801aa27dffcfb5e8306" |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| |
| [[package]] |
| name = "leb128fmt" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.186" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" |
| |
| [[package]] |
| name = "libloading" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" |
| dependencies = [ |
| "cfg-if", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "libmimalloc-sys" |
| version = "0.1.49" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a45a52f43e1c16f667ccfe4dd8c85b7f7c204fd5e3bf46c5b0db9a5c3c0b8e9" |
| dependencies = [ |
| "cc", |
| ] |
| |
| [[package]] |
| name = "libredox" |
| version = "0.1.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f02ab6bace2054fb888a3c16f990117b579d14a3088e472d63c6011fa185c9d3" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "line-index" |
| version = "0.1.2" |
| dependencies = [ |
| "nohash-hasher", |
| "oorandom", |
| "text-size 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "line-index" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3e27e0ed5a392a7f5ba0b3808a2afccff16c64933312c84b57618b49d1209bd2" |
| dependencies = [ |
| "nohash-hasher", |
| "text-size 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| |
| [[package]] |
| name = "litemap" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" |
| |
| [[package]] |
| name = "load-cargo" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "crossbeam-channel", |
| "hir-expand", |
| "ide-db", |
| "intern", |
| "itertools 0.14.0", |
| "proc-macro-api", |
| "project-model", |
| "span", |
| "tracing", |
| "tt", |
| "vfs", |
| "vfs-notify", |
| ] |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| dependencies = [ |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "113b30b4cd05f7c06868fdb2854f66a7b9fece9a48425351cd532e810d74024f" |
| |
| [[package]] |
| name = "lsp-server" |
| version = "0.7.9" |
| dependencies = [ |
| "anyhow", |
| "crossbeam-channel", |
| "ctrlc", |
| "log", |
| "lsp-types", |
| "rustc-hash 2.1.2", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "toolchain", |
| ] |
| |
| [[package]] |
| name = "lsp-server" |
| version = "0.7.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d6ada348dbc2703cbe7637b2dda05cff84d3da2819c24abcb305dd613e0ba2e" |
| dependencies = [ |
| "crossbeam-channel", |
| "log", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "lsp-types" |
| version = "0.95.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "158c1911354ef73e8fe42da6b10c0484cb65c7f1007f28022e847706c1ab6984" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "serde", |
| "serde_json", |
| "serde_repr", |
| "url", |
| ] |
| |
| [[package]] |
| name = "macros" |
| version = "0.0.0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "mbe" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "bitflags 2.12.1", |
| "cov-mark", |
| "expect-test", |
| "intern", |
| "parser", |
| "ra-ap-rustc_lexer", |
| "rustc-hash 2.1.2", |
| "salsa", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "syntax-bridge", |
| "test-utils", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" |
| |
| [[package]] |
| name = "memmap2" |
| version = "0.9.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "mimalloc" |
| version = "0.1.52" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d4139bb28d14ad1facf21d5eb8825051b326e172d216b39f6d31df53cc97862" |
| dependencies = [ |
| "libmimalloc-sys", |
| ] |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| dependencies = [ |
| "adler2", |
| "simd-adler32", |
| ] |
| |
| [[package]] |
| name = "mintex" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c505b3e17ed6b70a7ed2e67fbb2c560ee327353556120d6e72f5232b6880d536" |
| |
| [[package]] |
| name = "mio" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" |
| dependencies = [ |
| "libc", |
| "log", |
| "wasi", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "miow" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "nix" |
| version = "0.31.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" |
| dependencies = [ |
| "bitflags 2.12.1", |
| "cfg-if", |
| "cfg_aliases", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "nohash-hasher" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" |
| |
| [[package]] |
| name = "notify" |
| version = "8.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" |
| dependencies = [ |
| "bitflags 2.12.1", |
| "fsevent-sys", |
| "inotify", |
| "kqueue", |
| "libc", |
| "log", |
| "mio", |
| "notify-types", |
| "walkdir", |
| "windows-sys 0.60.2", |
| ] |
| |
| [[package]] |
| name = "notify-types" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42b8cfee0e339a0337359f3c88165702ac6e600dc01c0cc9579a92d62b08477a" |
| dependencies = [ |
| "bitflags 2.12.1", |
| ] |
| |
| [[package]] |
| name = "nu-ansi-term" |
| version = "0.50.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "num-conv" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441" |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "num_threads" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "objc2" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" |
| dependencies = [ |
| "objc2-encode", |
| ] |
| |
| [[package]] |
| name = "objc2-encode" |
| version = "4.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" |
| |
| [[package]] |
| name = "object" |
| version = "0.36.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.37.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.21.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| |
| [[package]] |
| name = "oorandom" |
| version = "11.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" |
| |
| [[package]] |
| name = "option-ext" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.12.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "smallvec", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "parser" |
| version = "0.0.0" |
| dependencies = [ |
| "drop_bomb", |
| "edition", |
| "expect-test", |
| "ra-ap-rustc_lexer", |
| "rustc-literal-escaper", |
| "stdx", |
| "tracing", |
| "winnow 0.7.15", |
| ] |
| |
| [[package]] |
| name = "paste" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| |
| [[package]] |
| name = "paths" |
| version = "0.0.0" |
| dependencies = [ |
| "camino", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| |
| [[package]] |
| name = "perf-event" |
| version = "0.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4d6393d9238342159080d79b78cb59c67399a8e7ecfa5d410bd614169e4e823" |
| dependencies = [ |
| "libc", |
| "perf-event-open-sys", |
| ] |
| |
| [[package]] |
| name = "perf-event-open-sys" |
| version = "4.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7c44fb1c7651a45a3652c4afc6e754e40b3d6e6556f1487e2b230bfc4f33c2a8" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "petgraph" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455" |
| dependencies = [ |
| "fixedbitset", |
| "hashbrown 0.15.5", |
| "indexmap", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| |
| [[package]] |
| name = "plotters" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" |
| dependencies = [ |
| "num-traits", |
| "plotters-backend", |
| "plotters-svg", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "plotters-backend" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" |
| |
| [[package]] |
| name = "plotters-svg" |
| version = "0.3.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" |
| dependencies = [ |
| "plotters-backend", |
| ] |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" |
| |
| [[package]] |
| name = "postcard" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" |
| dependencies = [ |
| "cobs", |
| "embedded-io 0.4.0", |
| "embedded-io 0.6.1", |
| "heapless", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "potential_utf" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" |
| dependencies = [ |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "powerfmt" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| dependencies = [ |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "prettyplease" |
| version = "0.2.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| dependencies = [ |
| "proc-macro2", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "proc-macro-api" |
| version = "0.0.0" |
| dependencies = [ |
| "indexmap", |
| "intern", |
| "paths", |
| "postcard", |
| "proc-macro-srv", |
| "rayon", |
| "rustc-hash 2.1.2", |
| "semver", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "span", |
| "stdx", |
| "tracing", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "proc-macro-srv" |
| version = "0.0.0" |
| dependencies = [ |
| "expect-test", |
| "intern", |
| "libc", |
| "libloading", |
| "line-index 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "memmap2", |
| "object 0.36.7", |
| "paths", |
| "proc-macro-test", |
| "span", |
| "temp-dir", |
| ] |
| |
| [[package]] |
| name = "proc-macro-srv-cli" |
| version = "0.0.0" |
| dependencies = [ |
| "clap", |
| "expect-test", |
| "intern", |
| "paths", |
| "proc-macro-api", |
| "proc-macro-srv", |
| "proc-macro-test", |
| "span", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "proc-macro-test" |
| version = "0.0.0" |
| dependencies = [ |
| "cargo_metadata", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.106" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "process-wrap" |
| version = "9.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e842efad9119158434d193c6682e2ebee4b44d6ad801d7b349623b3f57cdf55" |
| dependencies = [ |
| "indexmap", |
| "nix", |
| "tracing", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "profile" |
| version = "0.0.0" |
| dependencies = [ |
| "libc", |
| "perf-event", |
| "tikv-jemalloc-ctl", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "project-model" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "base-db", |
| "cargo_metadata", |
| "cfg", |
| "expect-test", |
| "intern", |
| "itertools 0.14.0", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "paths", |
| "rustc-hash 2.1.2", |
| "semver", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "span", |
| "stdx", |
| "temp-dir", |
| "toml", |
| "toolchain", |
| "tracing", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "proptest" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744" |
| dependencies = [ |
| "bit-set", |
| "bit-vec", |
| "bitflags 2.12.1", |
| "num-traits", |
| "rand", |
| "rand_chacha", |
| "rand_xorshift", |
| "regex-syntax", |
| "rusty-fork", |
| "tempfile", |
| "unarray", |
| ] |
| |
| [[package]] |
| name = "protobuf" |
| version = "3.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4" |
| dependencies = [ |
| "once_cell", |
| "protobuf-support", |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "protobuf-support" |
| version = "3.7.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6" |
| dependencies = [ |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.9.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" |
| dependencies = [ |
| "bitflags 2.12.1", |
| "memchr", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark-to-cmark" |
| version = "10.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0194e6e1966c23cc5fd988714f85b18d548d773e81965413555d96569931833d" |
| dependencies = [ |
| "pulldown-cmark", |
| ] |
| |
| [[package]] |
| name = "query-group-macro" |
| version = "0.0.0" |
| dependencies = [ |
| "expect-test", |
| "proc-macro2", |
| "quote", |
| "salsa", |
| "salsa-macros", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "quick-error" |
| version = "1.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.45" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "r-efi" |
| version = "5.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| |
| [[package]] |
| name = "r-efi" |
| version = "6.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| |
| [[package]] |
| name = "ra-ap-rustc_abi" |
| version = "0.165.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2f25a779e21ca3bba6795193b16508c8ab159f96ee4b07349893fd272065b525" |
| dependencies = [ |
| "bitflags 2.12.1", |
| "ra-ap-rustc_hashes", |
| "ra-ap-rustc_index", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_ast_ir" |
| version = "0.165.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0218ca6c7b096466e85a497e6150c39be5b7bc36637fe62c1cd20370a9d9aac7" |
| |
| [[package]] |
| name = "ra-ap-rustc_hashes" |
| version = "0.165.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6b410bacf1a7c8038f376fa6283003784d568ac012e35fc0aeefa9a5ab11a2e" |
| dependencies = [ |
| "rustc-stable-hash", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_index" |
| version = "0.165.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2271b55e4a5d0cc0cbe9bdf8056c07ac69e32919a48ce66722ed0526d62588c3" |
| dependencies = [ |
| "ra-ap-rustc_index_macros", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_index_macros" |
| version = "0.165.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6a89e743fb881a1e13544e3395a5ad9ad9280d56384256a121066119abd7af2" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_lexer" |
| version = "0.165.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a6d7c9cc05e0e6b72a214a455a106d9b22b0494164d50a657b17bd319534c218" |
| dependencies = [ |
| "memchr", |
| "unicode-ident", |
| "unicode-properties", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_next_trait_solver" |
| version = "0.165.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb3017c2f0ace80b8e6068b9c613aa56ed50e0374bf44a891447511f1264e40d" |
| dependencies = [ |
| "derive-where", |
| "ra-ap-rustc_index", |
| "ra-ap-rustc_type_ir", |
| "ra-ap-rustc_type_ir_macros", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_parse_format" |
| version = "0.165.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a737f844bdef8ac5ab54dadf2f34704b4d06beef9236d71080bb34db697220b" |
| dependencies = [ |
| "ra-ap-rustc_lexer", |
| "rustc-literal-escaper", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_pattern_analysis" |
| version = "0.165.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6de3d4c7d6078cce3c40c55717b8b15002a80b9fa8849faea496a365324861b4" |
| dependencies = [ |
| "ra-ap-rustc_index", |
| "rustc-hash 2.1.2", |
| "rustc_apfloat", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_type_ir" |
| version = "0.165.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8c5d9a4d3e7bee7313599bc6d794037247ac0165f03857379cf4fc3097199e05" |
| dependencies = [ |
| "arrayvec", |
| "bitflags 2.12.1", |
| "derive-where", |
| "ena", |
| "indexmap", |
| "ra-ap-rustc_abi", |
| "ra-ap-rustc_ast_ir", |
| "ra-ap-rustc_index", |
| "ra-ap-rustc_type_ir_macros", |
| "rustc-hash 2.1.2", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_type_ir_macros" |
| version = "0.165.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "024598d1f54272acd83d28c121f8a2e82e216dd7be1e40158b66b2d12fa214c0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" |
| dependencies = [ |
| "rand_chacha", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" |
| dependencies = [ |
| "getrandom 0.3.4", |
| ] |
| |
| [[package]] |
| name = "rand_xorshift" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" |
| dependencies = [ |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rayon" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" |
| dependencies = [ |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.5.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| dependencies = [ |
| "bitflags 2.12.1", |
| ] |
| |
| [[package]] |
| name = "redox_users" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| dependencies = [ |
| "getrandom 0.2.17", |
| "libredox", |
| "thiserror 2.0.18", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.4.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| |
| [[package]] |
| name = "rowan" |
| version = "0.15.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62f509095fc8cc0c8c8564016771d458079c11a8d857e65861f045145c0d3208" |
| dependencies = [ |
| "countme", |
| "hashbrown 0.14.5", |
| "memoffset", |
| "rustc-hash 1.1.0", |
| "text-size 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rust-analyzer" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "base64", |
| "cargo_metadata", |
| "cfg", |
| "crossbeam-channel", |
| "dhat", |
| "dirs", |
| "dissimilar", |
| "expect-test", |
| "hir", |
| "hir-def", |
| "hir-ty", |
| "ide", |
| "ide-completion", |
| "ide-db", |
| "ide-ssr", |
| "indexmap", |
| "intern", |
| "itertools 0.14.0", |
| "load-cargo", |
| "lsp-server 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "lsp-types", |
| "memchr", |
| "mimalloc", |
| "num_cpus", |
| "oorandom", |
| "parking_lot", |
| "parser", |
| "paths", |
| "proc-macro-api", |
| "process-wrap", |
| "profile", |
| "project-model", |
| "ra-ap-rustc_type_ir", |
| "rayon", |
| "rustc-hash 2.1.2", |
| "scip", |
| "semver", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "smallvec", |
| "stdx", |
| "syntax", |
| "syntax-bridge", |
| "tenthash", |
| "test-fixture", |
| "test-utils", |
| "tikv-jemallocator", |
| "toml", |
| "toolchain", |
| "tracing", |
| "tracing-subscriber", |
| "tracing-tree", |
| "triomphe", |
| "vfs", |
| "vfs-notify", |
| "walkdir", |
| "windows-sys 0.61.2", |
| "xflags", |
| "xshell", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "2.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" |
| |
| [[package]] |
| name = "rustc-literal-escaper" |
| version = "0.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8be87abb9e40db7466e0681dc8ecd9dcfd40360cb10b4c8fe24a7c4c3669b198" |
| |
| [[package]] |
| name = "rustc-stable-hash" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "781442f29170c5c93b7185ad559492601acdc71d5bb0706f5868094f45cfcd08" |
| |
| [[package]] |
| name = "rustc_apfloat" |
| version = "0.2.3+llvm-462a31f5a5ab" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "486c2179b4796f65bfe2ee33679acf0927ac83ecf583ad6c91c3b4570911b9ad" |
| dependencies = [ |
| "bitflags 2.12.1", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "rustc_version" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| dependencies = [ |
| "semver", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "1.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| dependencies = [ |
| "bitflags 2.12.1", |
| "errno", |
| "libc", |
| "linux-raw-sys", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "rustversion" |
| version = "1.0.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| |
| [[package]] |
| name = "rusty-fork" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2" |
| dependencies = [ |
| "fnv", |
| "quick-error", |
| "tempfile", |
| "wait-timeout", |
| ] |
| |
| [[package]] |
| name = "salsa" |
| version = "0.27.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adfc1e32b8d1a486e3a45a5480fb5dca7912f49262a8916a67378064da4fe1ab" |
| dependencies = [ |
| "boxcar", |
| "crossbeam-queue", |
| "crossbeam-utils", |
| "hashbrown 0.17.1", |
| "hashlink", |
| "indexmap", |
| "intrusive-collections", |
| "inventory", |
| "parking_lot", |
| "portable-atomic", |
| "rayon", |
| "rustc-hash 2.1.2", |
| "salsa-macro-rules", |
| "salsa-macros", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| "typeid", |
| ] |
| |
| [[package]] |
| name = "salsa-macro-rules" |
| version = "0.27.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67dad477a3e3a484a7c2311c1d25160fb270214981be24022de7de8a206a3300" |
| |
| [[package]] |
| name = "salsa-macros" |
| version = "0.27.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "943f70e101fb3bd599960e79e719e70d85142730e5b45f3269246086ed218562" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "same-file" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "scip" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4d0e81b39f590b2edbe2369760641511898ed34062aed2e18e6d05eead3d6b7" |
| dependencies = [ |
| "protobuf", |
| ] |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| dependencies = [ |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| dependencies = [ |
| "serde_core", |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_core" |
| version = "1.0.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.150" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" |
| dependencies = [ |
| "indexmap", |
| "itoa", |
| "memchr", |
| "serde", |
| "serde_core", |
| "zmij", |
| ] |
| |
| [[package]] |
| name = "serde_repr" |
| version = "0.1.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_spanned" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" |
| dependencies = [ |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "serde_test" |
| version = "1.0.177" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f901ee573cab6b3060453d2d5f0bae4e6d628c23c0a962ff9b5f1d7c8d4f1ed" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "sharded-slab" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| dependencies = [ |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "shlex" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| |
| [[package]] |
| name = "simd-adler32" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" |
| |
| [[package]] |
| name = "slab" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| |
| [[package]] |
| name = "smol_str" |
| version = "0.3.6" |
| dependencies = [ |
| "arbitrary", |
| "borsh", |
| "criterion", |
| "proptest", |
| "rand", |
| "serde", |
| "serde_core", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "smol_str" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523" |
| dependencies = [ |
| "borsh", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "span" |
| version = "0.0.0" |
| dependencies = [ |
| "hashbrown 0.17.1", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustc-hash 2.1.2", |
| "salsa", |
| "stdx", |
| "syntax", |
| "text-size 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "vfs", |
| ] |
| |
| [[package]] |
| name = "spin" |
| version = "0.9.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| dependencies = [ |
| "lock_api", |
| ] |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| |
| [[package]] |
| name = "static_assertions" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| |
| [[package]] |
| name = "stdx" |
| version = "0.0.0" |
| dependencies = [ |
| "backtrace", |
| "crossbeam-channel", |
| "crossbeam-utils", |
| "itertools 0.14.0", |
| "jod-thread", |
| "libc", |
| "miow", |
| "tracing", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.117" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "synstructure" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "syntax" |
| version = "0.0.0" |
| dependencies = [ |
| "either", |
| "expect-test", |
| "itertools 0.14.0", |
| "parser", |
| "rayon", |
| "rowan", |
| "rustc-hash 2.1.2", |
| "rustc-literal-escaper", |
| "rustc_apfloat", |
| "smallvec", |
| "smol_str 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "stdx", |
| "test-utils", |
| "tracing", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "syntax-bridge" |
| version = "0.0.0" |
| dependencies = [ |
| "expect-test", |
| "intern", |
| "parser", |
| "rustc-hash 2.1.2", |
| "span", |
| "stdx", |
| "syntax", |
| "test-utils", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "temp-dir" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "016ef9739649996fcc983b9c588fe3d557cf216d4d98503ce1b057ab5a66d689" |
| |
| [[package]] |
| name = "tempfile" |
| version = "3.27.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| dependencies = [ |
| "fastrand", |
| "getrandom 0.4.2", |
| "once_cell", |
| "rustix", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "tenthash" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5c4bcc0a4fa333239f43662d15fbf995f384b2aeaf89c4ab4c83353d6cbb952" |
| |
| [[package]] |
| name = "test-fixture" |
| version = "0.0.0" |
| dependencies = [ |
| "base-db", |
| "cfg", |
| "hir-expand", |
| "intern", |
| "paths", |
| "span", |
| "stdx", |
| "test-utils", |
| "triomphe", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "test-utils" |
| version = "0.0.0" |
| dependencies = [ |
| "dissimilar", |
| "paths", |
| "profile", |
| "rustc-hash 2.1.2", |
| "stdx", |
| "text-size 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "text-size" |
| version = "1.1.1" |
| dependencies = [ |
| "serde", |
| "serde_test", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "text-size" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233" |
| |
| [[package]] |
| name = "thin-vec" |
| version = "0.2.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0f7e269b48f0a7dd0146680fa24b50cc67fc0373f086a5b2f99bd084639b482" |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| dependencies = [ |
| "thiserror-impl 1.0.69", |
| ] |
| |
| [[package]] |
| name = "thiserror" |
| version = "2.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| dependencies = [ |
| "thiserror-impl 2.0.18", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "2.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "thousands" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "tikv-jemalloc-ctl" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c" |
| dependencies = [ |
| "libc", |
| "paste", |
| "tikv-jemalloc-sys", |
| ] |
| |
| [[package]] |
| name = "tikv-jemalloc-sys" |
| version = "0.5.4+5.3.0-patched" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "tikv-jemallocator" |
| version = "0.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca" |
| dependencies = [ |
| "libc", |
| "tikv-jemalloc-sys", |
| ] |
| |
| [[package]] |
| name = "time" |
| version = "0.3.47" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" |
| dependencies = [ |
| "deranged", |
| "itoa", |
| "libc", |
| "num-conv", |
| "num_threads", |
| "powerfmt", |
| "serde_core", |
| "time-core", |
| "time-macros", |
| ] |
| |
| [[package]] |
| name = "time-core" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" |
| |
| [[package]] |
| name = "time-macros" |
| version = "0.2.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" |
| dependencies = [ |
| "num-conv", |
| "time-core", |
| ] |
| |
| [[package]] |
| name = "tinystr" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" |
| dependencies = [ |
| "displaydoc", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "tinytemplate" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" |
| dependencies = [ |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "1.1.2+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee" |
| dependencies = [ |
| "indexmap", |
| "serde_core", |
| "serde_spanned", |
| "toml_datetime", |
| "toml_parser", |
| "toml_writer", |
| "winnow 1.0.3", |
| ] |
| |
| [[package]] |
| name = "toml_datetime" |
| version = "1.1.1+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" |
| dependencies = [ |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "toml_parser" |
| version = "1.1.2+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" |
| dependencies = [ |
| "winnow 1.0.3", |
| ] |
| |
| [[package]] |
| name = "toml_writer" |
| version = "1.1.1+spec-1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" |
| |
| [[package]] |
| name = "toolchain" |
| version = "0.0.0" |
| dependencies = [ |
| "camino", |
| "home", |
| ] |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| dependencies = [ |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| dependencies = [ |
| "once_cell", |
| "valuable", |
| ] |
| |
| [[package]] |
| name = "tracing-log" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| dependencies = [ |
| "log", |
| "once_cell", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-subscriber" |
| version = "0.3.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| dependencies = [ |
| "sharded-slab", |
| "thread_local", |
| "time", |
| "tracing-core", |
| "tracing-log", |
| ] |
| |
| [[package]] |
| name = "tracing-tree" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac87aa03b6a4d5a7e4810d1a80c19601dbe0f8a837e9177f23af721c7ba7beec" |
| dependencies = [ |
| "nu-ansi-term", |
| "tracing-core", |
| "tracing-log", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "triomphe" |
| version = "0.1.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" |
| |
| [[package]] |
| name = "tt" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "indexmap", |
| "intern", |
| "ra-ap-rustc_lexer", |
| "rustc-hash 2.1.2", |
| "span", |
| "stdx", |
| "text-size 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "typed-arena" |
| version = "2.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" |
| |
| [[package]] |
| name = "typeid" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" |
| |
| [[package]] |
| name = "unarray" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" |
| |
| [[package]] |
| name = "ungrammar" |
| version = "1.16.1" |
| |
| [[package]] |
| name = "ungrammar" |
| version = "1.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3e5df347f0bf3ec1d670aad6ca5c6a1859cd9ea61d2113125794654ccced68f" |
| |
| [[package]] |
| name = "ungrammar2json" |
| version = "1.0.0" |
| dependencies = [ |
| "ungrammar 1.16.1", |
| "write-json", |
| ] |
| |
| [[package]] |
| name = "unicase" |
| version = "2.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| |
| [[package]] |
| name = "unicode-properties" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| |
| [[package]] |
| name = "url" |
| version = "2.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| "serde", |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "utf8_iter" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| |
| [[package]] |
| name = "valuable" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| |
| [[package]] |
| name = "vfs" |
| version = "0.0.0" |
| dependencies = [ |
| "crossbeam-channel", |
| "fst", |
| "indexmap", |
| "nohash-hasher", |
| "paths", |
| "rustc-hash 2.1.2", |
| "stdx", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "vfs-notify" |
| version = "0.0.0" |
| dependencies = [ |
| "crossbeam-channel", |
| "notify", |
| "paths", |
| "rayon", |
| "rustc-hash 2.1.2", |
| "stdx", |
| "tracing", |
| "vfs", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "wait-timeout" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| dependencies = [ |
| "same-file", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "wasi" |
| version = "0.11.1+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| |
| [[package]] |
| name = "wasip2" |
| version = "1.0.3+wasi-0.2.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" |
| dependencies = [ |
| "wit-bindgen 0.57.1", |
| ] |
| |
| [[package]] |
| name = "wasip3" |
| version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| dependencies = [ |
| "wit-bindgen 0.51.0", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.122" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "rustversion", |
| "wasm-bindgen-macro", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.122" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.122" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e" |
| dependencies = [ |
| "bumpalo", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.122" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "wasm-encoder" |
| version = "0.244.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| dependencies = [ |
| "leb128fmt", |
| "wasmparser", |
| ] |
| |
| [[package]] |
| name = "wasm-metadata" |
| version = "0.244.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| dependencies = [ |
| "anyhow", |
| "indexmap", |
| "wasm-encoder", |
| "wasmparser", |
| ] |
| |
| [[package]] |
| name = "wasmparser" |
| version = "0.244.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| dependencies = [ |
| "bitflags 2.12.1", |
| "hashbrown 0.15.5", |
| "indexmap", |
| "semver", |
| ] |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.99" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6d621441cfc37b84979402712047321980c178f299193a3589d05b99e8763436" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| dependencies = [ |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "windows" |
| version = "0.62.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" |
| dependencies = [ |
| "windows-collections", |
| "windows-core", |
| "windows-future", |
| "windows-numerics", |
| ] |
| |
| [[package]] |
| name = "windows-collections" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" |
| dependencies = [ |
| "windows-core", |
| ] |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.62.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| dependencies = [ |
| "windows-implement", |
| "windows-interface", |
| "windows-link", |
| "windows-result", |
| "windows-strings", |
| ] |
| |
| [[package]] |
| name = "windows-future" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" |
| dependencies = [ |
| "windows-core", |
| "windows-link", |
| "windows-threading", |
| ] |
| |
| [[package]] |
| name = "windows-implement" |
| version = "0.60.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-interface" |
| version = "0.59.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| |
| [[package]] |
| name = "windows-numerics" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" |
| dependencies = [ |
| "windows-core", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-strings" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.60.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| dependencies = [ |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.61.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.53.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| dependencies = [ |
| "windows-link", |
| "windows_aarch64_gnullvm", |
| "windows_aarch64_msvc", |
| "windows_i686_gnu", |
| "windows_i686_gnullvm", |
| "windows_i686_msvc", |
| "windows_x86_64_gnu", |
| "windows_x86_64_gnullvm", |
| "windows_x86_64_msvc", |
| ] |
| |
| [[package]] |
| name = "windows-threading" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.53.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| |
| [[package]] |
| name = "winnow" |
| version = "0.7.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" |
| |
| [[package]] |
| name = "winnow" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1" |
| |
| [[package]] |
| name = "wit-bindgen" |
| version = "0.51.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| dependencies = [ |
| "wit-bindgen-rust-macro", |
| ] |
| |
| [[package]] |
| name = "wit-bindgen" |
| version = "0.57.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" |
| |
| [[package]] |
| name = "wit-bindgen-core" |
| version = "0.51.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| dependencies = [ |
| "anyhow", |
| "heck", |
| "wit-parser", |
| ] |
| |
| [[package]] |
| name = "wit-bindgen-rust" |
| version = "0.51.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| dependencies = [ |
| "anyhow", |
| "heck", |
| "indexmap", |
| "prettyplease", |
| "syn", |
| "wasm-metadata", |
| "wit-bindgen-core", |
| "wit-component", |
| ] |
| |
| [[package]] |
| name = "wit-bindgen-rust-macro" |
| version = "0.51.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| dependencies = [ |
| "anyhow", |
| "prettyplease", |
| "proc-macro2", |
| "quote", |
| "syn", |
| "wit-bindgen-core", |
| "wit-bindgen-rust", |
| ] |
| |
| [[package]] |
| name = "wit-component" |
| version = "0.244.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| dependencies = [ |
| "anyhow", |
| "bitflags 2.12.1", |
| "indexmap", |
| "log", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "wasm-encoder", |
| "wasm-metadata", |
| "wasmparser", |
| "wit-parser", |
| ] |
| |
| [[package]] |
| name = "wit-parser" |
| version = "0.244.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| dependencies = [ |
| "anyhow", |
| "id-arena", |
| "indexmap", |
| "log", |
| "semver", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "unicode-xid", |
| "wasmparser", |
| ] |
| |
| [[package]] |
| name = "write-json" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23f6174b2566cc4a74f95e1367ec343e7fa80c93cc8087f5c4a3d6a1088b2118" |
| |
| [[package]] |
| name = "writeable" |
| version = "0.6.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" |
| |
| [[package]] |
| name = "xflags" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d9e15fbb3de55454b0106e314b28e671279009b363e6f1d8e39fdc3bf048944" |
| dependencies = [ |
| "xflags-macros", |
| ] |
| |
| [[package]] |
| name = "xflags-macros" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "672423d4fea7ffa2f6c25ba60031ea13dc6258070556f125cc4d790007d4a155" |
| |
| [[package]] |
| name = "xshell" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e7290c623014758632efe00737145b6867b66292c42167f2ec381eb566a373d" |
| dependencies = [ |
| "xshell-macros", |
| ] |
| |
| [[package]] |
| name = "xshell-macros" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32ac00cd3f8ec9c1d33fb3e7958a82df6989c42d747bd326c822b1d625283547" |
| |
| [[package]] |
| name = "xtask" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "edition", |
| "either", |
| "flate2", |
| "itertools 0.14.0", |
| "proc-macro2", |
| "quote", |
| "stdx", |
| "time", |
| "ungrammar 1.16.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "write-json", |
| "xflags", |
| "xshell", |
| "zip", |
| ] |
| |
| [[package]] |
| name = "yoke" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" |
| dependencies = [ |
| "stable_deref_trait", |
| "yoke-derive", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "yoke-derive" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.8.50" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b065d4f0e55f82fae73202e189638116a87c55ab6b8e6c2721e13dd9d854ad1" |
| dependencies = [ |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.8.50" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b631b19d36a892ab55420c92dbc83ccd79274f25be714855d3074aa71cab639" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "zerofrom" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" |
| dependencies = [ |
| "zerofrom-derive", |
| ] |
| |
| [[package]] |
| name = "zerofrom-derive" |
| version = "0.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerotrie" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" |
| dependencies = [ |
| "displaydoc", |
| "yoke", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "zerovec" |
| version = "0.11.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" |
| dependencies = [ |
| "yoke", |
| "zerofrom", |
| "zerovec-derive", |
| ] |
| |
| [[package]] |
| name = "zerovec-derive" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "zip" |
| version = "4.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "caa8cd6af31c3b31c6631b8f483848b91589021b28fffe50adada48d4f4d2ed1" |
| dependencies = [ |
| "arbitrary", |
| "crc32fast", |
| "flate2", |
| "indexmap", |
| "memchr", |
| "time", |
| ] |
| |
| [[package]] |
| name = "zmij" |
| version = "1.0.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |