| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "addr2line" |
| version = "0.24.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" |
| dependencies = [ |
| "gimli", |
| ] |
| |
| [[package]] |
| name = "adler2" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| |
| [[package]] |
| name = "allocator-api2" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| |
| [[package]] |
| name = "anstyle" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.75" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" |
| dependencies = [ |
| "addr2line", |
| "cfg-if", |
| "libc", |
| "miniz_oxide", |
| "object", |
| "rustc-demangle", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[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.1", |
| "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 = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" |
| |
| [[package]] |
| name = "borsh" |
| version = "1.5.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" |
| dependencies = [ |
| "cfg_aliases", |
| ] |
| |
| [[package]] |
| name = "boxcar" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36f64beae40a84da1b4b26ff2761a5b895c12adc41dc25aaee1c4f2bbfe97a6e" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| |
| [[package]] |
| name = "camino" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1de8bc0aa9e9385ceb3bf0c152e3a9b9544f6c4a912c8ae504e80c1f0368603" |
| dependencies = [ |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "cargo-platform" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84982c6c0ae343635a3a4ee6dedef965513735c8b183caa7289fa6e27399ebd4" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo-util-schemas" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e63d2780ac94487eb9f1fea7b0d56300abc9eb488800854ca217f102f5caccca" |
| dependencies = [ |
| "semver", |
| "serde", |
| "serde-untagged", |
| "serde-value", |
| "thiserror 1.0.69", |
| "toml", |
| "unicode-xid", |
| "url", |
| ] |
| |
| [[package]] |
| name = "cargo-util-schemas" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7dc1a6f7b5651af85774ae5a34b4e8be397d9cf4bc063b7e6dbd99a841837830" |
| dependencies = [ |
| "semver", |
| "serde", |
| "serde-untagged", |
| "serde-value", |
| "thiserror 2.0.16", |
| "toml", |
| "unicode-xid", |
| "url", |
| ] |
| |
| [[package]] |
| name = "cargo_metadata" |
| version = "0.20.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f7835cfc6135093070e95eb2b53e5d9b5c403dc3a6be6040ee026270aa82502" |
| dependencies = [ |
| "camino", |
| "cargo-platform", |
| "cargo-util-schemas 0.2.0", |
| "semver", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.16", |
| ] |
| |
| [[package]] |
| name = "cargo_metadata" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5cfca2aaa699835ba88faf58a06342a314a950d2b9686165e038286c30316868" |
| dependencies = [ |
| "camino", |
| "cargo-platform", |
| "cargo-util-schemas 0.8.2", |
| "semver", |
| "serde", |
| "serde_json", |
| "thiserror 2.0.16", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.2.38" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "80f41ae168f955c12fb8960b057d70d0ca153fb83182b57d86380443527be7e9" |
| dependencies = [ |
| "find-msvc-tools", |
| "shlex", |
| ] |
| |
| [[package]] |
| name = "cfg" |
| version = "0.0.0" |
| dependencies = [ |
| "arbitrary", |
| "cfg", |
| "expect-test", |
| "intern", |
| "oorandom", |
| "rustc-hash 2.1.1", |
| "syntax", |
| "syntax-bridge", |
| "tracing", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" |
| |
| [[package]] |
| name = "cfg_aliases" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| |
| [[package]] |
| name = "chalk-derive" |
| version = "0.104.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ea9b1e80910f66ae87c772247591432032ef3f6a67367ff17f8343db05beafa" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "chalk-ir" |
| version = "0.104.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7047a516de16226cd17344d41a319d0ea1064bf9e60bd612ab341ab4a34bbfa8" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "chalk-derive", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "4.5.48" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae" |
| dependencies = [ |
| "clap_builder", |
| ] |
| |
| [[package]] |
| name = "clap_builder" |
| version = "4.5.48" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9" |
| dependencies = [ |
| "anstyle", |
| "clap_lex", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" |
| |
| [[package]] |
| name = "cobs" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" |
| dependencies = [ |
| "thiserror 2.0.16", |
| ] |
| |
| [[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.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f1d92727879fb4f24cec33a35e3bff74035541326cbc12ad44ba8886d1927b0" |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[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 = "ctrlc" |
| version = "3.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3" |
| dependencies = [ |
| "dispatch", |
| "nix", |
| "windows-sys 0.61.0", |
| ] |
| |
| [[package]] |
| name = "dashmap" |
| version = "6.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-utils", |
| "hashbrown 0.14.5", |
| "lock_api", |
| "once_cell", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "deranged" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc" |
| dependencies = [ |
| "powerfmt", |
| ] |
| |
| [[package]] |
| name = "derive-where" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f" |
| 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 = "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.0", |
| ] |
| |
| [[package]] |
| name = "dispatch" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" |
| |
| [[package]] |
| name = "displaydoc" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "dissimilar" |
| version = "1.0.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8975ffdaa0ef3661bfe02dbdcc06c9f829dfafe6a3c474de366a8d5e44276921" |
| |
| [[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.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| |
| [[package]] |
| name = "ena" |
| version = "0.14.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5" |
| dependencies = [ |
| "log", |
| ] |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| |
| [[package]] |
| name = "erased-serde" |
| version = "0.4.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "259d404d09818dec19332e31d94558aeb442fea04c817006456c24b5460bbd4b" |
| dependencies = [ |
| "serde", |
| "serde_core", |
| "typeid", |
| ] |
| |
| [[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 = "find-msvc-tools" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959" |
| |
| [[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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| |
| [[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 = "getrandom" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.31.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
| |
| [[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 = [ |
| "allocator-api2", |
| "equivalent", |
| "foldhash", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" |
| |
| [[package]] |
| name = "hashlink" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" |
| dependencies = [ |
| "hashbrown 0.15.5", |
| ] |
| |
| [[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 = "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", |
| "indexmap", |
| "intern", |
| "itertools", |
| "ra-ap-rustc_type_ir", |
| "rustc-hash 2.1.1", |
| "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.9.4", |
| "cfg", |
| "cov-mark", |
| "drop_bomb", |
| "either", |
| "expect-test", |
| "fst", |
| "hir-expand", |
| "indexmap", |
| "intern", |
| "itertools", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "mbe", |
| "query-group-macro", |
| "ra-ap-rustc_abi", |
| "ra-ap-rustc_parse_format", |
| "rustc-hash 2.1.1", |
| "rustc_apfloat", |
| "salsa", |
| "salsa-macros", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "syntax-bridge", |
| "test-fixture", |
| "test-utils", |
| "text-size", |
| "thin-vec", |
| "tracing", |
| "triomphe", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "hir-expand" |
| version = "0.0.0" |
| dependencies = [ |
| "base-db", |
| "cfg", |
| "cov-mark", |
| "either", |
| "expect-test", |
| "intern", |
| "itertools", |
| "mbe", |
| "parser", |
| "query-group-macro", |
| "rustc-hash 2.1.1", |
| "salsa", |
| "salsa-macros", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "syntax-bridge", |
| "tracing", |
| "triomphe", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "hir-ty" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "bitflags 2.9.4", |
| "chalk-derive", |
| "chalk-ir", |
| "cov-mark", |
| "either", |
| "ena", |
| "expect-test", |
| "hir-def", |
| "hir-expand", |
| "indexmap", |
| "intern", |
| "itertools", |
| "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.1", |
| "rustc_apfloat", |
| "salsa", |
| "salsa-macros", |
| "scoped-tls", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "tracing", |
| "tracing-subscriber", |
| "tracing-tree", |
| "triomphe", |
| "typed-arena", |
| ] |
| |
| [[package]] |
| name = "home" |
| version = "0.5.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "icu_collections" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" |
| dependencies = [ |
| "displaydoc", |
| "potential_utf", |
| "yoke", |
| "zerofrom", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_locale_core" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" |
| dependencies = [ |
| "displaydoc", |
| "litemap", |
| "tinystr", |
| "writeable", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" |
| dependencies = [ |
| "displaydoc", |
| "icu_collections", |
| "icu_normalizer_data", |
| "icu_properties", |
| "icu_provider", |
| "smallvec", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_normalizer_data" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" |
| |
| [[package]] |
| name = "icu_properties" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" |
| dependencies = [ |
| "displaydoc", |
| "icu_collections", |
| "icu_locale_core", |
| "icu_properties_data", |
| "icu_provider", |
| "potential_utf", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "icu_properties_data" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" |
| |
| [[package]] |
| name = "icu_provider" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" |
| dependencies = [ |
| "displaydoc", |
| "icu_locale_core", |
| "stable_deref_trait", |
| "tinystr", |
| "writeable", |
| "yoke", |
| "zerofrom", |
| "zerotrie", |
| "zerovec", |
| ] |
| |
| [[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", |
| "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", |
| "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", |
| "smallvec", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ide-db" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "bitflags 2.9.4", |
| "cov-mark", |
| "crossbeam-channel", |
| "either", |
| "expect-test", |
| "fst", |
| "hir", |
| "indexmap", |
| "itertools", |
| "line-index 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "memchr", |
| "nohash-hasher", |
| "parser", |
| "profile", |
| "query-group-macro", |
| "rayon", |
| "rustc-hash 2.1.1", |
| "salsa", |
| "salsa-macros", |
| "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", |
| "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", |
| "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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| dependencies = [ |
| "icu_normalizer", |
| "icu_properties", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.11.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" |
| dependencies = [ |
| "equivalent", |
| "hashbrown 0.16.0", |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "inotify" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "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 = [ |
| "dashmap", |
| "hashbrown 0.14.5", |
| "rustc-hash 2.1.1", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "intrusive-collections" |
| version = "0.9.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "189d0897e4cbe8c75efedf3502c18c887b05046e59d28404d4d8e46cbc4d1e86" |
| dependencies = [ |
| "memoffset", |
| ] |
| |
| [[package]] |
| name = "inventory" |
| version = "0.3.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e" |
| dependencies = [ |
| "rustversion", |
| ] |
| |
| [[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.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
| |
| [[package]] |
| name = "jod-thread" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a037eddb7d28de1d0fc42411f501b53b75838d313908078d6698d064f3029b24" |
| |
| [[package]] |
| name = "kqueue" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" |
| dependencies = [ |
| "kqueue-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "kqueue-sys" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "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 = "libc" |
| version = "0.2.175" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" |
| |
| [[package]] |
| name = "libloading" |
| version = "0.8.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" |
| dependencies = [ |
| "cfg-if", |
| "windows-link 0.2.0", |
| ] |
| |
| [[package]] |
| name = "libmimalloc-sys" |
| version = "0.1.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "libredox" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "line-index" |
| version = "0.1.2" |
| dependencies = [ |
| "nohash-hasher", |
| "oorandom", |
| "text-size", |
| ] |
| |
| [[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", |
| ] |
| |
| [[package]] |
| name = "litemap" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" |
| |
| [[package]] |
| name = "load-cargo" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "crossbeam-channel", |
| "hir-expand", |
| "ide-db", |
| "intern", |
| "itertools", |
| "proc-macro-api", |
| "project-model", |
| "span", |
| "tracing", |
| "tt", |
| "vfs", |
| "vfs-notify", |
| ] |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" |
| dependencies = [ |
| "autocfg", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" |
| |
| [[package]] |
| name = "lsp-server" |
| version = "0.7.9" |
| dependencies = [ |
| "anyhow", |
| "crossbeam-channel", |
| "ctrlc", |
| "log", |
| "lsp-types", |
| "rustc-hash 2.1.1", |
| "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", |
| "cov-mark", |
| "expect-test", |
| "intern", |
| "parser", |
| "ra-ap-rustc_lexer", |
| "rustc-hash 2.1.1", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "syntax-bridge", |
| "test-utils", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" |
| |
| [[package]] |
| name = "memmap2" |
| version = "0.9.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7" |
| 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.48" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8" |
| 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", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" |
| dependencies = [ |
| "libc", |
| "log", |
| "wasi", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "miow" |
| version = "0.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08" |
| dependencies = [ |
| "windows-sys 0.61.0", |
| ] |
| |
| [[package]] |
| name = "nix" |
| version = "0.30.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "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.9.4", |
| "fsevent-sys", |
| "inotify", |
| "kqueue", |
| "libc", |
| "log", |
| "mio", |
| "notify-types", |
| "walkdir", |
| "windows-sys 0.60.2", |
| ] |
| |
| [[package]] |
| name = "notify-types" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d" |
| |
| [[package]] |
| name = "nu-ansi-term" |
| version = "0.50.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" |
| dependencies = [ |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "num-conv" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| |
| [[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 = "object" |
| version = "0.36.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.21.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| |
| [[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 = "ordered-float" |
| version = "2.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" |
| dependencies = [ |
| "num-traits", |
| ] |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.12.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "smallvec", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "parser" |
| version = "0.0.0" |
| dependencies = [ |
| "drop_bomb", |
| "edition", |
| "expect-test", |
| "ra-ap-rustc_lexer", |
| "rustc-literal-escaper 0.0.4", |
| "stdx", |
| "tracing", |
| "winnow", |
| ] |
| |
| [[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.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5396562cd2eaa828445d6d34258ae21ee1eb9d40fe626ca7f51c8dccb4af9d66" |
| dependencies = [ |
| "libc", |
| "perf-event-open-sys", |
| ] |
| |
| [[package]] |
| name = "perf-event-open-sys" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "petgraph" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "54acf3a685220b533e437e264e4d932cfbdc4cc7ec0cd232ed73c08d03b8a7ca" |
| dependencies = [ |
| "fixedbitset", |
| "hashbrown 0.15.5", |
| "indexmap", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| |
| [[package]] |
| name = "portable-atomic" |
| version = "1.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" |
| |
| [[package]] |
| name = "postcard" |
| version = "1.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" |
| dependencies = [ |
| "cobs", |
| "heapless", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "potential_utf" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" |
| dependencies = [ |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "powerfmt" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| |
| [[package]] |
| name = "proc-macro-api" |
| version = "0.0.0" |
| dependencies = [ |
| "indexmap", |
| "intern", |
| "paths", |
| "rustc-hash 2.1.1", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "span", |
| "stdx", |
| "tracing", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "proc-macro-srv" |
| version = "0.0.0" |
| dependencies = [ |
| "expect-test", |
| "intern", |
| "libc", |
| "libloading", |
| "memmap2", |
| "object", |
| "paths", |
| "proc-macro-test", |
| "ra-ap-rustc_lexer", |
| "span", |
| "syntax-bridge", |
| "temp-dir", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "proc-macro-srv-cli" |
| version = "0.0.0" |
| dependencies = [ |
| "clap", |
| "postcard", |
| "proc-macro-api", |
| "proc-macro-srv", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "proc-macro-test" |
| version = "0.0.0" |
| dependencies = [ |
| "cargo_metadata 0.20.0", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.101" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "process-wrap" |
| version = "8.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3ef4f2f0422f23a82ec9f628ea2acd12871c81a9362b02c43c1aa86acfc3ba1" |
| dependencies = [ |
| "indexmap", |
| "nix", |
| "tracing", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "profile" |
| version = "0.0.0" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "perf-event", |
| "tikv-jemalloc-ctl", |
| "windows-sys 0.60.2", |
| ] |
| |
| [[package]] |
| name = "project-model" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "base-db", |
| "cargo_metadata 0.21.0", |
| "cfg", |
| "expect-test", |
| "intern", |
| "itertools", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "paths", |
| "rustc-hash 2.1.1", |
| "semver", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "span", |
| "stdx", |
| "temp-dir", |
| "toolchain", |
| "tracing", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "protobuf" |
| version = "3.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3a7c64d9bf75b1b8d981124c14c179074e8caa7dfe7b6a12e6222ddcd0c8f72" |
| dependencies = [ |
| "once_cell", |
| "protobuf-support", |
| "thiserror 1.0.69", |
| ] |
| |
| [[package]] |
| name = "protobuf-support" |
| version = "3.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b088fd20b938a875ea00843b6faf48579462630015c3788d397ad6a786663252" |
| 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.9.4", |
| "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 = "quote" |
| version = "1.0.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_abi" |
| version = "0.133.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c063a7fef3c49d03837ee9a5d988aad83630c3460b03b32355c279d3fafa7d07" |
| dependencies = [ |
| "bitflags 2.9.4", |
| "ra-ap-rustc_hashes", |
| "ra-ap-rustc_index", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_ast_ir" |
| version = "0.133.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a210dbd77e794b33ff17d2d15750dee44eeabd1330685d69a6bad272d515892a" |
| |
| [[package]] |
| name = "ra-ap-rustc_hashes" |
| version = "0.133.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dea031ea45bb92cd346ed222b35c812e355f304183096ee91bb437b3813c6348" |
| dependencies = [ |
| "rustc-stable-hash", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_index" |
| version = "0.133.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db0114f842b20cba9beb2d9002ca31ae706b47f28ba2d6a49cbf9fd65fa72b9d" |
| dependencies = [ |
| "ra-ap-rustc_index_macros", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_index_macros" |
| version = "0.133.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc738a5bb06fb3893725fbeb3640ff1822bb2aae3f416c4a49f0a706ba89d1cc" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_lexer" |
| version = "0.133.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31c35b3d812cfc101d3f534640c13f24c0ec50ee2249685e4c20b2868609c9ee" |
| dependencies = [ |
| "memchr", |
| "unicode-properties", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_next_trait_solver" |
| version = "0.133.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7b0fa6fb8e0717ebd0836f8de4a6efc954fca1a8652980fd2584dbe448c7d95" |
| 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.133.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33d01bad23470cc749ef607476890aabcc8993ca3ef87d4241d0f6a08c6f9402" |
| dependencies = [ |
| "ra-ap-rustc_lexer", |
| "rustc-literal-escaper 0.0.5", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_pattern_analysis" |
| version = "0.133.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a181cf7943dc16e888046584d6172be95818811b25d695dbacbb4dd71973cc3" |
| dependencies = [ |
| "ra-ap-rustc_index", |
| "rustc-hash 2.1.1", |
| "rustc_apfloat", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_type_ir" |
| version = "0.133.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87c99f33be18d9e50cefef5442822da1f0b416e9a17a483879a9704e08a6a6e6" |
| dependencies = [ |
| "arrayvec", |
| "bitflags 2.9.4", |
| "derive-where", |
| "ena", |
| "indexmap", |
| "ra-ap-rustc_ast_ir", |
| "ra-ap-rustc_index", |
| "ra-ap-rustc_type_ir_macros", |
| "rustc-hash 2.1.1", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_type_ir_macros" |
| version = "0.133.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77b162d65e058abfc058e6b67ae68156cc282fbd78da148c1a7ec77b4230661e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "rayon" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" |
| 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.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" |
| dependencies = [ |
| "bitflags 2.9.4", |
| ] |
| |
| [[package]] |
| name = "redox_users" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| dependencies = [ |
| "getrandom", |
| "libredox", |
| "thiserror 2.0.16", |
| ] |
| |
| [[package]] |
| name = "rowan" |
| version = "0.15.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a58fa8a7ccff2aec4f39cc45bf5f985cec7125ab271cf681c279fd00192b49" |
| dependencies = [ |
| "countme", |
| "hashbrown 0.14.5", |
| "memoffset", |
| "rustc-hash 1.1.0", |
| "text-size", |
| ] |
| |
| [[package]] |
| name = "rust-analyzer" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "base64", |
| "cargo_metadata 0.21.0", |
| "cfg", |
| "crossbeam-channel", |
| "dirs", |
| "dissimilar", |
| "expect-test", |
| "hir", |
| "hir-def", |
| "hir-ty", |
| "ide", |
| "ide-completion", |
| "ide-db", |
| "ide-ssr", |
| "indexmap", |
| "intern", |
| "itertools", |
| "load-cargo", |
| "lsp-server 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "lsp-types", |
| "memchr", |
| "mimalloc", |
| "nohash-hasher", |
| "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.1", |
| "scip", |
| "semver", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "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.60.2", |
| "xflags", |
| "xshell", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| |
| [[package]] |
| name = "rustc-literal-escaper" |
| version = "0.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab03008eb631b703dd16978282ae36c73282e7922fe101a4bd072a40ecea7b8b" |
| |
| [[package]] |
| name = "rustc-literal-escaper" |
| version = "0.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4ee29da77c5a54f42697493cd4c9b9f31b74df666a6c04dfc4fde77abe0438b" |
| |
| [[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.9.4", |
| "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 = "rustversion" |
| version = "1.0.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
| |
| [[package]] |
| name = "salsa" |
| version = "0.24.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27956164373aeec733ac24ff1736de8541234e3a8e7e6f916b28175b5752af3b" |
| dependencies = [ |
| "boxcar", |
| "crossbeam-queue", |
| "crossbeam-utils", |
| "hashbrown 0.15.5", |
| "hashlink", |
| "indexmap", |
| "intrusive-collections", |
| "inventory", |
| "parking_lot", |
| "portable-atomic", |
| "rayon", |
| "rustc-hash 2.1.1", |
| "salsa-macro-rules", |
| "salsa-macros", |
| "smallvec", |
| "thin-vec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "salsa-macro-rules" |
| version = "0.24.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ca3b9d6e47c08b5de4b218e0c5f7ec910b51bce6314e651c8e7b9d154d174da" |
| |
| [[package]] |
| name = "salsa-macros" |
| version = "0.24.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6337b62f2968be6b8afa30017d7564ecbde6832ada47ed2261fb14d0fd402ff4" |
| 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.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fb2b449a5e4660ce817676a0871cd1b4e2ff1023e33a1ac046670fa594b543a2" |
| dependencies = [ |
| "protobuf", |
| ] |
| |
| [[package]] |
| name = "scoped-tls" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
| |
| [[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.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
| dependencies = [ |
| "serde", |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.226" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0dca6411025b24b60bfa7ec1fe1f8e710ac09782dca409ee8237ba74b51295fd" |
| dependencies = [ |
| "serde_core", |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde-untagged" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058" |
| dependencies = [ |
| "erased-serde", |
| "serde", |
| "serde_core", |
| "typeid", |
| ] |
| |
| [[package]] |
| name = "serde-value" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" |
| dependencies = [ |
| "ordered-float", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_core" |
| version = "1.0.226" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba2ba63999edb9dac981fb34b3e5c0d111a69b0924e253ed29d83f7c99e966a4" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.226" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8db53ae22f34573731bafa1db20f04027b2d25e02d8205921b569171699cdb33" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.145" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" |
| dependencies = [ |
| "indexmap", |
| "itoa", |
| "memchr", |
| "ryu", |
| "serde", |
| "serde_core", |
| ] |
| |
| [[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 = "0.6.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 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 = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| |
| [[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.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d" |
| dependencies = [ |
| "borsh", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "span" |
| version = "0.0.0" |
| dependencies = [ |
| "hashbrown 0.14.5", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustc-hash 2.1.1", |
| "salsa", |
| "stdx", |
| "syntax", |
| "text-size", |
| "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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| |
| [[package]] |
| name = "stdx" |
| version = "0.0.0" |
| dependencies = [ |
| "backtrace", |
| "crossbeam-channel", |
| "crossbeam-utils", |
| "itertools", |
| "jod-thread", |
| "libc", |
| "miow", |
| "tracing", |
| "windows-sys 0.60.2", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.106" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" |
| 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", |
| "parser", |
| "rayon", |
| "rowan", |
| "rustc-hash 2.1.1", |
| "rustc-literal-escaper 0.0.4", |
| "rustc_apfloat", |
| "smol_str", |
| "stdx", |
| "test-utils", |
| "tracing", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "syntax-bridge" |
| version = "0.0.0" |
| dependencies = [ |
| "intern", |
| "parser", |
| "rustc-hash 2.1.1", |
| "span", |
| "stdx", |
| "syntax", |
| "test-utils", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "temp-dir" |
| version = "0.1.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83176759e9416cf81ee66cb6508dbfe9c96f20b8b56265a39917551c23c70964" |
| |
| [[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", |
| "rustc-hash 2.1.1", |
| "span", |
| "stdx", |
| "test-utils", |
| "triomphe", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "test-utils" |
| version = "0.0.0" |
| dependencies = [ |
| "dissimilar", |
| "paths", |
| "profile", |
| "rustc-hash 2.1.1", |
| "stdx", |
| "text-size", |
| ] |
| |
| [[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.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d" |
| |
| [[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.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" |
| dependencies = [ |
| "thiserror-impl 2.0.16", |
| ] |
| |
| [[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.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[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.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" |
| dependencies = [ |
| "deranged", |
| "itoa", |
| "libc", |
| "num-conv", |
| "num_threads", |
| "powerfmt", |
| "serde", |
| "time-core", |
| "time-macros", |
| ] |
| |
| [[package]] |
| name = "time-core" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" |
| |
| [[package]] |
| name = "time-macros" |
| version = "0.2.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" |
| dependencies = [ |
| "num-conv", |
| "time-core", |
| ] |
| |
| [[package]] |
| name = "tinystr" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" |
| dependencies = [ |
| "displaydoc", |
| "zerovec", |
| ] |
| |
| [[package]] |
| name = "toml" |
| version = "0.8.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| dependencies = [ |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "toml_edit", |
| ] |
| |
| [[package]] |
| name = "toml_datetime" |
| version = "0.6.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.22.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| dependencies = [ |
| "indexmap", |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "toml_write", |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "toml_write" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| |
| [[package]] |
| name = "toolchain" |
| version = "0.0.0" |
| dependencies = [ |
| "camino", |
| "home", |
| ] |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
| dependencies = [ |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.34" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" |
| 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.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" |
| dependencies = [ |
| "sharded-slab", |
| "thread_local", |
| "time", |
| "tracing-core", |
| "tracing-log", |
| ] |
| |
| [[package]] |
| name = "tracing-tree" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f459ca79f1b0d5f71c54ddfde6debfc59c8b6eeb46808ae492077f739dc7b49c" |
| dependencies = [ |
| "nu-ansi-term", |
| "tracing-core", |
| "tracing-log", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "triomphe" |
| version = "0.1.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85" |
| |
| [[package]] |
| name = "tt" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "intern", |
| "ra-ap-rustc_lexer", |
| "stdx", |
| "text-size", |
| ] |
| |
| [[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 = "ungrammar" |
| version = "1.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3e5df347f0bf3ec1d670aad6ca5c6a1859cd9ea61d2113125794654ccced68f" |
| |
| [[package]] |
| name = "unicase" |
| version = "2.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" |
| |
| [[package]] |
| name = "unicode-properties" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" |
| |
| [[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.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| "serde", |
| ] |
| |
| [[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.1", |
| "stdx", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "vfs-notify" |
| version = "0.0.0" |
| dependencies = [ |
| "crossbeam-channel", |
| "notify", |
| "paths", |
| "rayon", |
| "rustc-hash 2.1.1", |
| "stdx", |
| "tracing", |
| "vfs", |
| "walkdir", |
| ] |
| |
| [[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 = "winapi-util" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| dependencies = [ |
| "windows-sys 0.61.0", |
| ] |
| |
| [[package]] |
| name = "windows" |
| version = "0.61.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" |
| dependencies = [ |
| "windows-collections", |
| "windows-core", |
| "windows-future", |
| "windows-link 0.1.3", |
| "windows-numerics", |
| ] |
| |
| [[package]] |
| name = "windows-collections" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" |
| dependencies = [ |
| "windows-core", |
| ] |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.61.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" |
| dependencies = [ |
| "windows-implement", |
| "windows-interface", |
| "windows-link 0.1.3", |
| "windows-result", |
| "windows-strings", |
| ] |
| |
| [[package]] |
| name = "windows-future" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" |
| dependencies = [ |
| "windows-core", |
| "windows-link 0.1.3", |
| "windows-threading", |
| ] |
| |
| [[package]] |
| name = "windows-implement" |
| version = "0.60.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-interface" |
| version = "0.59.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" |
| |
| [[package]] |
| name = "windows-numerics" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" |
| dependencies = [ |
| "windows-core", |
| "windows-link 0.1.3", |
| ] |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.3.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" |
| dependencies = [ |
| "windows-link 0.1.3", |
| ] |
| |
| [[package]] |
| name = "windows-strings" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" |
| dependencies = [ |
| "windows-link 0.1.3", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.59.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.60.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| dependencies = [ |
| "windows-targets 0.53.3", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.61.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa" |
| dependencies = [ |
| "windows-link 0.2.0", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.52.6", |
| "windows_aarch64_msvc 0.52.6", |
| "windows_i686_gnu 0.52.6", |
| "windows_i686_gnullvm 0.52.6", |
| "windows_i686_msvc 0.52.6", |
| "windows_x86_64_gnu 0.52.6", |
| "windows_x86_64_gnullvm 0.52.6", |
| "windows_x86_64_msvc 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.53.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" |
| dependencies = [ |
| "windows-link 0.1.3", |
| "windows_aarch64_gnullvm 0.53.0", |
| "windows_aarch64_msvc 0.53.0", |
| "windows_i686_gnu 0.53.0", |
| "windows_i686_gnullvm 0.53.0", |
| "windows_i686_msvc 0.53.0", |
| "windows_x86_64_gnu 0.53.0", |
| "windows_x86_64_gnullvm 0.53.0", |
| "windows_x86_64_msvc 0.53.0", |
| ] |
| |
| [[package]] |
| name = "windows-threading" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" |
| dependencies = [ |
| "windows-link 0.1.3", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.53.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" |
| |
| [[package]] |
| name = "winnow" |
| version = "0.7.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" |
| |
| [[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", |
| "proc-macro2", |
| "quote", |
| "stdx", |
| "time", |
| "ungrammar", |
| "write-json", |
| "xflags", |
| "xshell", |
| "zip", |
| ] |
| |
| [[package]] |
| name = "yoke" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" |
| dependencies = [ |
| "serde", |
| "stable_deref_trait", |
| "yoke-derive", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "yoke-derive" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerofrom" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| dependencies = [ |
| "zerofrom-derive", |
| ] |
| |
| [[package]] |
| name = "zerofrom-derive" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerotrie" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" |
| dependencies = [ |
| "displaydoc", |
| "yoke", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "zerovec" |
| version = "0.11.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" |
| dependencies = [ |
| "yoke", |
| "zerofrom", |
| "zerovec-derive", |
| ] |
| |
| [[package]] |
| name = "zerovec-derive" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" |
| 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", |
| ] |