| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "addr2line" |
| version = "0.22.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" |
| dependencies = [ |
| "gimli", |
| ] |
| |
| [[package]] |
| name = "adler" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
| |
| [[package]] |
| name = "always-assert" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1078fa1ce1e34b1872d8611ad921196d76bdd7027e949fbe31231abde201892" |
| dependencies = [ |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.86" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" |
| |
| [[package]] |
| name = "arbitrary" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" |
| |
| [[package]] |
| name = "arrayvec" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.73" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" |
| dependencies = [ |
| "addr2line", |
| "cc", |
| "cfg-if", |
| "libc", |
| "miniz_oxide", |
| "object 0.36.3", |
| "rustc-demangle", |
| ] |
| |
| [[package]] |
| name = "base-db" |
| version = "0.0.0" |
| dependencies = [ |
| "cfg", |
| "intern", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "lz4_flex", |
| "rustc-hash", |
| "salsa", |
| "semver", |
| "span", |
| "stdx", |
| "syntax", |
| "tracing", |
| "triomphe", |
| "vfs", |
| ] |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| |
| [[package]] |
| name = "camino" |
| version = "1.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo-platform" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo_metadata" |
| version = "0.18.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" |
| dependencies = [ |
| "camino", |
| "cargo-platform", |
| "semver", |
| "serde", |
| "serde_json", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292" |
| |
| [[package]] |
| name = "cfg" |
| version = "0.0.0" |
| dependencies = [ |
| "arbitrary", |
| "derive_arbitrary", |
| "expect-test", |
| "intern", |
| "oorandom", |
| "rustc-hash", |
| "syntax", |
| "syntax-bridge", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[package]] |
| name = "cfg_aliases" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" |
| |
| [[package]] |
| name = "chalk-derive" |
| version = "0.98.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9426c8fd0fe61c3da880b801d3b510524df17843a8f9ec1f5b9cec24fb7412df" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "chalk-ir" |
| version = "0.98.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d5f2eb1cd6054da221bd1ac0197fb2fe5e2caf3dcb93619398fc1433f8f09093" |
| dependencies = [ |
| "bitflags 2.6.0", |
| "chalk-derive", |
| ] |
| |
| [[package]] |
| name = "chalk-recursive" |
| version = "0.98.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "129dc03458f71cfb9c3cd621c9c68166a94e87b85b16ccd29af015d7ff9a1c61" |
| dependencies = [ |
| "chalk-derive", |
| "chalk-ir", |
| "chalk-solve", |
| "rustc-hash", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "chalk-solve" |
| version = "0.98.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d7e8a8c1e928f98cdf227b868416ef21dcd8cc3c61b347576d783713444d41c8" |
| dependencies = [ |
| "chalk-derive", |
| "chalk-ir", |
| "ena", |
| "indexmap", |
| "itertools", |
| "petgraph", |
| "rustc-hash", |
| "tracing", |
| ] |
| |
| [[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.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0570650661aa447e7335f1d5e4f499d8e58796e617bedc9267d971e51c8b49d4" |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.5.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
| 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-utils" |
| version = "0.8.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" |
| |
| [[package]] |
| name = "ctrlc" |
| version = "3.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345" |
| dependencies = [ |
| "nix", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "dashmap" |
| version = "5.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" |
| dependencies = [ |
| "cfg-if", |
| "hashbrown", |
| "lock_api", |
| "once_cell", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "deranged" |
| version = "0.3.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
| dependencies = [ |
| "powerfmt", |
| ] |
| |
| [[package]] |
| name = "derive_arbitrary" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "directories" |
| version = "5.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" |
| dependencies = [ |
| "dirs-sys", |
| ] |
| |
| [[package]] |
| name = "dirs" |
| version = "5.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" |
| dependencies = [ |
| "dirs-sys", |
| ] |
| |
| [[package]] |
| name = "dirs-sys" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
| dependencies = [ |
| "libc", |
| "option-ext", |
| "redox_users", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "dissimilar" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d" |
| |
| [[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 = "either" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
| |
| [[package]] |
| name = "expect-test" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0" |
| dependencies = [ |
| "dissimilar", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "filetime" |
| version = "0.2.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf401df4a4e3872c4fe8151134cf483738e74b67fc934d6532c882b3d24a4550" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "libredox", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "fixedbitset" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" |
| |
| [[package]] |
| name = "flate2" |
| version = "1.0.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "form_urlencoded" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
| 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.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.29.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.14.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| |
| [[package]] |
| name = "heck" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
| |
| [[package]] |
| name = "hir" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "cfg", |
| "either", |
| "hir-def", |
| "hir-expand", |
| "hir-ty", |
| "intern", |
| "itertools", |
| "rustc-hash", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "tracing", |
| "triomphe", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "hir-def" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "bitflags 2.6.0", |
| "cfg", |
| "cov-mark", |
| "dashmap", |
| "drop_bomb", |
| "either", |
| "expect-test", |
| "fst", |
| "hashbrown", |
| "hir-expand", |
| "indexmap", |
| "intern", |
| "itertools", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "limit", |
| "mbe", |
| "ra-ap-rustc_abi", |
| "ra-ap-rustc_parse_format", |
| "rustc-hash", |
| "rustc_apfloat", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "syntax-bridge", |
| "test-fixture", |
| "test-utils", |
| "tracing", |
| "triomphe", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "hir-expand" |
| version = "0.0.0" |
| dependencies = [ |
| "base-db", |
| "cfg", |
| "cov-mark", |
| "either", |
| "expect-test", |
| "hashbrown", |
| "intern", |
| "itertools", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "limit", |
| "mbe", |
| "parser", |
| "rustc-hash", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "syntax-bridge", |
| "tracing", |
| "triomphe", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "hir-ty" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "bitflags 2.6.0", |
| "chalk-derive", |
| "chalk-ir", |
| "chalk-recursive", |
| "chalk-solve", |
| "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)", |
| "limit", |
| "nohash-hasher", |
| "oorandom", |
| "project-model", |
| "ra-ap-rustc_abi", |
| "ra-ap-rustc_index", |
| "ra-ap-rustc_pattern_analysis", |
| "rustc-hash", |
| "rustc_apfloat", |
| "scoped-tls", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "tracing", |
| "tracing-subscriber", |
| "tracing-tree", |
| "triomphe", |
| "typed-arena", |
| ] |
| |
| [[package]] |
| name = "home" |
| version = "0.5.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" |
| dependencies = [ |
| "windows-sys 0.52.0", |
| ] |
| |
| [[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", |
| "text-edit", |
| "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", |
| "text-edit", |
| "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", |
| "text-edit", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ide-db" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "bitflags 2.6.0", |
| "cov-mark", |
| "crossbeam-channel", |
| "either", |
| "expect-test", |
| "fst", |
| "hir", |
| "indexmap", |
| "itertools", |
| "limit", |
| "line-index 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "memchr", |
| "nohash-hasher", |
| "parser", |
| "profile", |
| "rayon", |
| "rustc-hash", |
| "span", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "text-edit", |
| "tracing", |
| "triomphe", |
| ] |
| |
| [[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", |
| "text-edit", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ide-ssr" |
| version = "0.0.0" |
| dependencies = [ |
| "cov-mark", |
| "expect-test", |
| "hir", |
| "ide-db", |
| "itertools", |
| "nohash-hasher", |
| "parser", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "text-edit", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "idna" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" |
| dependencies = [ |
| "unicode-bidi", |
| "unicode-normalization", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0" |
| dependencies = [ |
| "equivalent", |
| "hashbrown", |
| ] |
| |
| [[package]] |
| name = "inotify" |
| version = "0.9.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "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", |
| "rustc-hash", |
| "sptr", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" |
| |
| [[package]] |
| name = "jod-thread" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b23360e99b8717f20aaa4598f5a6541efbe30630039fbc7706cf954a87947ae" |
| |
| [[package]] |
| name = "kqueue" |
| version = "1.0.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" |
| 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.155" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" |
| |
| [[package]] |
| name = "libloading" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" |
| dependencies = [ |
| "cfg-if", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "libmimalloc-sys" |
| version = "0.1.39" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "libredox" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" |
| dependencies = [ |
| "bitflags 2.6.0", |
| "libc", |
| "redox_syscall", |
| ] |
| |
| [[package]] |
| name = "limit" |
| version = "0.0.0" |
| |
| [[package]] |
| name = "line-index" |
| version = "0.1.1" |
| dependencies = [ |
| "nohash-hasher", |
| "oorandom", |
| "text-size", |
| ] |
| |
| [[package]] |
| name = "line-index" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67d61795376ae2683928c218fda7d7d7db136fd38c06b7552904667f0d55580a" |
| dependencies = [ |
| "nohash-hasher", |
| "text-size", |
| ] |
| |
| [[package]] |
| name = "linked-hash-map" |
| version = "0.5.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" |
| |
| [[package]] |
| name = "load-cargo" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "crossbeam-channel", |
| "hir-expand", |
| "ide-db", |
| "intern", |
| "itertools", |
| "paths", |
| "proc-macro-api", |
| "project-model", |
| "span", |
| "tracing", |
| "tt", |
| "vfs", |
| "vfs-notify", |
| ] |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
| dependencies = [ |
| "autocfg", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" |
| |
| [[package]] |
| name = "lsp-server" |
| version = "0.7.6" |
| dependencies = [ |
| "crossbeam-channel", |
| "ctrlc", |
| "log", |
| "lsp-types", |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "lsp-server" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "248f65b78f6db5d8e1b1604b4098a28b43d21a8eb1deeca22b1c421b276c7095" |
| dependencies = [ |
| "crossbeam-channel", |
| "log", |
| "serde", |
| "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 = "lz4_flex" |
| version = "0.11.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" |
| |
| [[package]] |
| name = "mbe" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "cov-mark", |
| "intern", |
| "parser", |
| "rustc-hash", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "syntax-bridge", |
| "test-utils", |
| "tracing", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
| |
| [[package]] |
| name = "memmap2" |
| version = "0.5.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" |
| 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.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633" |
| dependencies = [ |
| "libmimalloc-sys", |
| ] |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" |
| dependencies = [ |
| "adler", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "0.8.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" |
| dependencies = [ |
| "libc", |
| "log", |
| "wasi", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "miow" |
| version = "0.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044" |
| dependencies = [ |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "nix" |
| version = "0.28.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" |
| dependencies = [ |
| "bitflags 2.6.0", |
| "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 = "6.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" |
| dependencies = [ |
| "bitflags 2.6.0", |
| "crossbeam-channel", |
| "filetime", |
| "fsevent-sys", |
| "inotify", |
| "kqueue", |
| "libc", |
| "log", |
| "mio", |
| "walkdir", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[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_cpus" |
| version = "1.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.33.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d8dd6c0cdf9429bce006e1362bfce61fa1bfd8c898a643ed8d2b471934701d3d" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.36.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
| |
| [[package]] |
| name = "oorandom" |
| version = "11.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" |
| |
| [[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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "smallvec", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "parser" |
| version = "0.0.0" |
| dependencies = [ |
| "drop_bomb", |
| "expect-test", |
| "limit", |
| "ra-ap-rustc_lexer", |
| "stdx", |
| "tracing", |
| ] |
| |
| [[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", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
| |
| [[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.6.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" |
| dependencies = [ |
| "fixedbitset", |
| "indexmap", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" |
| |
| [[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.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" |
| dependencies = [ |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "proc-macro-api" |
| version = "0.0.0" |
| dependencies = [ |
| "base-db", |
| "indexmap", |
| "intern", |
| "paths", |
| "rustc-hash", |
| "serde", |
| "serde_json", |
| "span", |
| "stdx", |
| "tracing", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "proc-macro-srv" |
| version = "0.0.0" |
| dependencies = [ |
| "base-db", |
| "expect-test", |
| "intern", |
| "libloading", |
| "memmap2", |
| "object 0.33.0", |
| "paths", |
| "proc-macro-api", |
| "proc-macro-test", |
| "ra-ap-rustc_lexer", |
| "snap", |
| "span", |
| "stdx", |
| "syntax-bridge", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "proc-macro-srv-cli" |
| version = "0.0.0" |
| dependencies = [ |
| "proc-macro-api", |
| "proc-macro-srv", |
| ] |
| |
| [[package]] |
| name = "proc-macro-test" |
| version = "0.0.0" |
| dependencies = [ |
| "cargo_metadata", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.86" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "process-wrap" |
| version = "8.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38ee68ae331824036479c84060534b18254c864fa73366c58d86db3b7b811619" |
| dependencies = [ |
| "indexmap", |
| "nix", |
| "tracing", |
| "windows", |
| ] |
| |
| [[package]] |
| name = "profile" |
| version = "0.0.0" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "perf-event", |
| "tikv-jemalloc-ctl", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "project-model" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "base-db", |
| "cargo_metadata", |
| "cfg", |
| "expect-test", |
| "intern", |
| "itertools", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "paths", |
| "rustc-hash", |
| "semver", |
| "serde", |
| "serde_json", |
| "span", |
| "stdx", |
| "toolchain", |
| "tracing", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "protobuf" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b55bad9126f378a853655831eb7363b7b01b81d19f8cb1218861086ca4a1a61e" |
| dependencies = [ |
| "once_cell", |
| "protobuf-support", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "protobuf-support" |
| version = "3.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a5d4d7b8601c814cfb36bcebb79f0e61e45e1e93640cf778837833bbed05c372" |
| dependencies = [ |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.9.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" |
| dependencies = [ |
| "bitflags 2.6.0", |
| "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 = "quote" |
| version = "1.0.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_abi" |
| version = "0.63.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b011c39d409940a890414e3a7b239762ac16d88029ad71b050a8374831b93790" |
| dependencies = [ |
| "bitflags 2.6.0", |
| "ra-ap-rustc_index", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_index" |
| version = "0.63.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9027acdee649b0b27eb10b7db5be833efee3362d394935c5eed8f0745a9d43ce" |
| dependencies = [ |
| "arrayvec", |
| "ra-ap-rustc_index_macros", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_index_macros" |
| version = "0.63.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "540b86dc0384141ac8e825fc2874cd44bffd4277d99d8ec63ee416f1a98d5997" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_lexer" |
| version = "0.63.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3bdf98bb457b47b9ae4aeebf867d0ca440c86925e0b6381658c4a02589748c9d" |
| dependencies = [ |
| "unicode-properties", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_parse_format" |
| version = "0.63.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e8fe3556ab6311bb775220563a300e2bf62ec56404521fe0c511a583937683d5" |
| dependencies = [ |
| "ra-ap-rustc_index", |
| "ra-ap-rustc_lexer", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_pattern_analysis" |
| version = "0.63.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1709080fdeb5db630e1c2644026c2962aaa32416cd92f0190c04b0c21e114b91" |
| dependencies = [ |
| "ra-ap-rustc_index", |
| "rustc-hash", |
| "rustc_apfloat", |
| "smallvec", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| dependencies = [ |
| "libc", |
| "rand_chacha", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| dependencies = [ |
| "getrandom", |
| ] |
| |
| [[package]] |
| name = "rayon" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
| dependencies = [ |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" |
| dependencies = [ |
| "bitflags 2.6.0", |
| ] |
| |
| [[package]] |
| name = "redox_users" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" |
| dependencies = [ |
| "getrandom", |
| "libredox", |
| "thiserror", |
| ] |
| |
| [[package]] |
| name = "rowan" |
| version = "0.15.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a58fa8a7ccff2aec4f39cc45bf5f985cec7125ab271cf681c279fd00192b49" |
| dependencies = [ |
| "countme", |
| "hashbrown", |
| "memoffset", |
| "rustc-hash", |
| "text-size", |
| ] |
| |
| [[package]] |
| name = "rust-analyzer" |
| version = "0.0.0" |
| dependencies = [ |
| "always-assert", |
| "anyhow", |
| "cargo_metadata", |
| "cfg", |
| "crossbeam-channel", |
| "dirs", |
| "dissimilar", |
| "expect-test", |
| "hir", |
| "hir-def", |
| "hir-ty", |
| "ide", |
| "ide-db", |
| "ide-ssr", |
| "intern", |
| "itertools", |
| "load-cargo", |
| "lsp-server 0.7.6 (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", |
| "rayon", |
| "rustc-hash", |
| "scip", |
| "semver", |
| "serde", |
| "serde_json", |
| "stdx", |
| "syntax", |
| "syntax-bridge", |
| "test-fixture", |
| "test-utils", |
| "tikv-jemallocator", |
| "toml", |
| "toolchain", |
| "tracing", |
| "tracing-subscriber", |
| "tracing-tree", |
| "triomphe", |
| "vfs", |
| "vfs-notify", |
| "walkdir", |
| "windows-sys 0.52.0", |
| "xflags", |
| "xshell", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.24" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| |
| [[package]] |
| name = "rustc_apfloat" |
| version = "0.2.1+llvm-462a31f5a5ab" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "886d94c63c812a8037c4faca2607453a0fa4cf82f734665266876b022244543f" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
| |
| [[package]] |
| name = "salsa" |
| version = "0.0.0" |
| dependencies = [ |
| "dissimilar", |
| "expect-test", |
| "indexmap", |
| "itertools", |
| "linked-hash-map", |
| "lock_api", |
| "oorandom", |
| "parking_lot", |
| "rand", |
| "rustc-hash", |
| "salsa-macros", |
| "smallvec", |
| "tracing", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "salsa-macros" |
| version = "0.0.0" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[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.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5dc1bd66649133af84ab62436ddd2856c2605182b02dec2cd197f684dfe15ef" |
| 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.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.206" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b3e4cd94123dd520a128bcd11e34d9e9e423e7e3e50425cb1b4b1e3549d0284" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.206" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fabfb6138d2383ea8208cf98ccf69cdfb1aff4088460681d84189aa259762f97" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.124" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d" |
| dependencies = [ |
| "indexmap", |
| "itoa", |
| "memchr", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_repr" |
| version = "0.1.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_spanned" |
| version = "0.6.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" |
| 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 = "smallvec" |
| version = "1.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
| |
| [[package]] |
| name = "smol_str" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "snap" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" |
| |
| [[package]] |
| name = "span" |
| version = "0.0.0" |
| dependencies = [ |
| "hashbrown", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustc-hash", |
| "salsa", |
| "stdx", |
| "syntax", |
| "text-size", |
| "vfs", |
| ] |
| |
| [[package]] |
| name = "sptr" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a" |
| |
| [[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 = [ |
| "always-assert", |
| "backtrace", |
| "crossbeam-channel", |
| "itertools", |
| "jod-thread", |
| "libc", |
| "miow", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.74" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "synstructure" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "syntax" |
| version = "0.0.0" |
| dependencies = [ |
| "cov-mark", |
| "either", |
| "expect-test", |
| "indexmap", |
| "itertools", |
| "parser", |
| "ra-ap-rustc_lexer", |
| "rayon", |
| "rowan", |
| "rustc-hash", |
| "rustc_apfloat", |
| "smol_str", |
| "stdx", |
| "test-utils", |
| "text-edit", |
| "tracing", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "syntax-bridge" |
| version = "0.0.0" |
| dependencies = [ |
| "intern", |
| "parser", |
| "rustc-hash", |
| "span", |
| "stdx", |
| "syntax", |
| "test-utils", |
| "tracing", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "test-fixture" |
| version = "0.0.0" |
| dependencies = [ |
| "base-db", |
| "cfg", |
| "hir-expand", |
| "intern", |
| "rustc-hash", |
| "span", |
| "stdx", |
| "test-utils", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "test-utils" |
| version = "0.0.0" |
| dependencies = [ |
| "dissimilar", |
| "paths", |
| "profile", |
| "rustc-hash", |
| "stdx", |
| "text-size", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "text-edit" |
| version = "0.0.0" |
| dependencies = [ |
| "itertools", |
| "text-size", |
| ] |
| |
| [[package]] |
| name = "text-size" |
| version = "1.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233" |
| |
| [[package]] |
| name = "thiserror" |
| version = "1.0.63" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.63" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| ] |
| |
| [[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.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" |
| dependencies = [ |
| "deranged", |
| "num-conv", |
| "powerfmt", |
| "serde", |
| "time-core", |
| ] |
| |
| [[package]] |
| name = "time-core" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
| |
| [[package]] |
| name = "tinyvec" |
| version = "1.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" |
| dependencies = [ |
| "tinyvec_macros", |
| ] |
| |
| [[package]] |
| name = "tinyvec_macros" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| |
| [[package]] |
| name = "toml" |
| version = "0.8.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" |
| dependencies = [ |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "toml_edit", |
| ] |
| |
| [[package]] |
| name = "toml_datetime" |
| version = "0.6.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "toml_edit" |
| version = "0.22.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" |
| dependencies = [ |
| "indexmap", |
| "serde", |
| "serde_spanned", |
| "toml_datetime", |
| "winnow", |
| ] |
| |
| [[package]] |
| name = "toolchain" |
| version = "0.0.0" |
| dependencies = [ |
| "camino", |
| "home", |
| ] |
| |
| [[package]] |
| name = "tracing" |
| version = "0.1.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" |
| dependencies = [ |
| "pin-project-lite", |
| "tracing-attributes", |
| "tracing-core", |
| ] |
| |
| [[package]] |
| name = "tracing-attributes" |
| version = "0.1.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "tracing-core" |
| version = "0.1.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" |
| 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.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" |
| dependencies = [ |
| "sharded-slab", |
| "thread_local", |
| "tracing-core", |
| "tracing-log", |
| ] |
| |
| [[package]] |
| name = "tracing-tree" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b56c62d2c80033cb36fae448730a2f2ef99410fe3ecbffc916681a32f6807dbe" |
| dependencies = [ |
| "nu-ansi-term", |
| "tracing-core", |
| "tracing-log", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "triomphe" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6631e42e10b40c0690bf92f404ebcfe6e1fdb480391d15f17cc8e96eeed5369" |
| dependencies = [ |
| "serde", |
| "stable_deref_trait", |
| ] |
| |
| [[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 = "ungrammar" |
| version = "1.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a3e5df347f0bf3ec1d670aad6ca5c6a1859cd9ea61d2113125794654ccced68f" |
| |
| [[package]] |
| name = "unicase" |
| version = "2.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" |
| dependencies = [ |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "unicode-bidi" |
| version = "0.3.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| |
| [[package]] |
| name = "unicode-normalization" |
| version = "0.1.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" |
| dependencies = [ |
| "tinyvec", |
| ] |
| |
| [[package]] |
| name = "unicode-properties" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
| |
| [[package]] |
| name = "url" |
| version = "2.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" |
| dependencies = [ |
| "form_urlencoded", |
| "idna", |
| "percent-encoding", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "valuable" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| |
| [[package]] |
| name = "vfs" |
| version = "0.0.0" |
| dependencies = [ |
| "crossbeam-channel", |
| "fst", |
| "indexmap", |
| "nohash-hasher", |
| "paths", |
| "rustc-hash", |
| "stdx", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "vfs-notify" |
| version = "0.0.0" |
| dependencies = [ |
| "crossbeam-channel", |
| "notify", |
| "paths", |
| "rayon", |
| "rustc-hash", |
| "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.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
| dependencies = [ |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "windows" |
| version = "0.56.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132" |
| dependencies = [ |
| "windows-core", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-core" |
| version = "0.56.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6" |
| dependencies = [ |
| "windows-implement", |
| "windows-interface", |
| "windows-result", |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-implement" |
| version = "0.56.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-interface" |
| version = "0.56.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "windows-result" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" |
| dependencies = [ |
| "windows-targets 0.52.6", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| dependencies = [ |
| "windows-targets 0.48.5", |
| ] |
| |
| [[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-targets" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.48.5", |
| "windows_aarch64_msvc 0.48.5", |
| "windows_i686_gnu 0.48.5", |
| "windows_i686_msvc 0.48.5", |
| "windows_x86_64_gnu 0.48.5", |
| "windows_x86_64_gnullvm 0.48.5", |
| "windows_x86_64_msvc 0.48.5", |
| ] |
| |
| [[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", |
| "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_aarch64_gnullvm" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| |
| [[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_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| |
| [[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_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| |
| [[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_gnullvm" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| |
| [[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_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| |
| [[package]] |
| name = "winnow" |
| version = "0.6.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "write-json" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23f6174b2566cc4a74f95e1367ec343e7fa80c93cc8087f5c4a3d6a1088b2118" |
| |
| [[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.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6db0ab86eae739efd1b054a8d3d16041914030ac4e01cd1dca0cf252fd8b6437" |
| dependencies = [ |
| "xshell-macros", |
| ] |
| |
| [[package]] |
| name = "xshell-macros" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9d422e8e38ec76e2f06ee439ccc765e9c6a9638b9e7c9f2e8255e4d41e8bd852" |
| |
| [[package]] |
| name = "xtask" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "directories", |
| "flate2", |
| "itertools", |
| "proc-macro2", |
| "quote", |
| "stdx", |
| "time", |
| "ungrammar", |
| "write-json", |
| "xflags", |
| "xshell", |
| "zip", |
| ] |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.7.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" |
| dependencies = [ |
| "byteorder", |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.7.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "zip" |
| version = "0.6.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" |
| dependencies = [ |
| "byteorder", |
| "crc32fast", |
| "crossbeam-utils", |
| "flate2", |
| "time", |
| ] |