| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "addr2line" |
| version = "0.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" |
| 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.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127" |
| dependencies = [ |
| "log", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.75" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" |
| |
| [[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.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.67" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" |
| dependencies = [ |
| "addr2line", |
| "cc", |
| "cfg-if", |
| "libc", |
| "miniz_oxide 0.6.2", |
| "object 0.30.4", |
| "rustc-demangle", |
| ] |
| |
| [[package]] |
| name = "base-db" |
| version = "0.0.0" |
| dependencies = [ |
| "cfg", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "profile", |
| "rust-analyzer-salsa", |
| "rustc-hash", |
| "semver", |
| "span", |
| "stdx", |
| "syntax", |
| "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.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
| |
| [[package]] |
| name = "camino" |
| version = "1.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "cargo-platform" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" |
| 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.0.79" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
| |
| [[package]] |
| name = "cfg" |
| version = "0.0.0" |
| dependencies = [ |
| "arbitrary", |
| "derive_arbitrary", |
| "expect-test", |
| "mbe", |
| "oorandom", |
| "rustc-hash", |
| "syntax", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[package]] |
| name = "chalk-derive" |
| version = "0.95.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "329427f28cd2bddaacd47c4dcd3d7082d315c61fb164394c690fe98c1b6ee9d3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "chalk-ir" |
| version = "0.95.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e1e1659238bd598d0f7dbc5034cf1ff46010a3d6827704c9ed443c8359cb484" |
| dependencies = [ |
| "bitflags 2.4.1", |
| "chalk-derive", |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "chalk-recursive" |
| version = "0.95.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b3e0bff0ba1bed11407384fcec0353aeb6888901e63cb47d04505ec47adad847" |
| dependencies = [ |
| "chalk-derive", |
| "chalk-ir", |
| "chalk-solve", |
| "rustc-hash", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "chalk-solve" |
| version = "0.95.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb9c46d501cf83732a91056c0c846ae7a16d6b3c67a6a6bb5e9cc0a2e91563b6" |
| dependencies = [ |
| "chalk-derive", |
| "chalk-ir", |
| "ena", |
| "indexmap", |
| "itertools", |
| "petgraph", |
| "rustc-hash", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "command-group" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5080df6b0f0ecb76cab30808f00d937ba725cebe266a3da8cd89dff92f2a9916" |
| dependencies = [ |
| "nix 0.26.2", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "countme" |
| version = "3.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636" |
| dependencies = [ |
| "dashmap", |
| "once_cell", |
| "rustc-hash", |
| ] |
| |
| [[package]] |
| name = "cov-mark" |
| version = "2.0.0-pre.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0d48d8f76bd9331f19fe2aaf3821a9f9fb32c3963e1e3d6ce82a8c09cef7444a" |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.5.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" |
| dependencies = [ |
| "autocfg", |
| "cfg-if", |
| "crossbeam-utils", |
| "memoffset", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "ctrlc" |
| version = "3.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "82e95fbd621905b854affdc67943b043a0fbb6ed7385fd5a25650d19a8a6cfdf" |
| dependencies = [ |
| "nix 0.27.1", |
| "windows-sys 0.48.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 = "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 = "dissimilar" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632" |
| |
| [[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.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" |
| |
| [[package]] |
| name = "ena" |
| version = "0.14.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1" |
| dependencies = [ |
| "log", |
| ] |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" |
| |
| [[package]] |
| name = "expect-test" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3" |
| dependencies = [ |
| "dissimilar", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "filetime" |
| version = "0.2.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall 0.3.5", |
| "windows-sys 0.48.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.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" |
| dependencies = [ |
| "crc32fast", |
| "miniz_oxide 0.7.1", |
| ] |
| |
| [[package]] |
| name = "flycheck" |
| version = "0.0.0" |
| dependencies = [ |
| "cargo_metadata", |
| "command-group", |
| "crossbeam-channel", |
| "paths", |
| "rustc-hash", |
| "serde", |
| "serde_json", |
| "stdx", |
| "toolchain", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "form_urlencoded" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" |
| 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 = "gimli" |
| version = "0.27.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.14.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" |
| |
| [[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.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "hir" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "cfg", |
| "either", |
| "hir-def", |
| "hir-expand", |
| "hir-ty", |
| "itertools", |
| "once_cell", |
| "profile", |
| "rustc-hash", |
| "smallvec", |
| "stdx", |
| "syntax", |
| "triomphe", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "hir-def" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "bitflags 2.4.1", |
| "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", |
| "once_cell", |
| "profile", |
| "rustc-dependencies", |
| "rustc-hash", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "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", |
| "profile", |
| "rustc-hash", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "tracing", |
| "triomphe", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "hir-ty" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "bitflags 2.4.1", |
| "chalk-derive", |
| "chalk-ir", |
| "chalk-recursive", |
| "chalk-solve", |
| "cov-mark", |
| "either", |
| "ena", |
| "expect-test", |
| "hir-def", |
| "hir-expand", |
| "intern", |
| "itertools", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "limit", |
| "nohash-hasher", |
| "once_cell", |
| "oorandom", |
| "profile", |
| "project-model", |
| "rustc-dependencies", |
| "rustc-hash", |
| "scoped-tls", |
| "smallvec", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "tracing", |
| "tracing-subscriber", |
| "tracing-tree", |
| "triomphe", |
| "typed-arena", |
| ] |
| |
| [[package]] |
| name = "home" |
| version = "0.5.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" |
| dependencies = [ |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "ide" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "cfg", |
| "cov-mark", |
| "crossbeam-channel", |
| "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", |
| "smallvec", |
| "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", |
| "profile", |
| "smallvec", |
| "sourcegen", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "text-edit", |
| ] |
| |
| [[package]] |
| name = "ide-completion" |
| version = "0.0.0" |
| dependencies = [ |
| "base-db", |
| "cov-mark", |
| "expect-test", |
| "hir", |
| "ide-db", |
| "itertools", |
| "once_cell", |
| "profile", |
| "smallvec", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "text-edit", |
| ] |
| |
| [[package]] |
| name = "ide-db" |
| version = "0.0.0" |
| dependencies = [ |
| "arrayvec", |
| "base-db", |
| "cov-mark", |
| "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", |
| "once_cell", |
| "oorandom", |
| "parser", |
| "profile", |
| "rayon", |
| "rustc-hash", |
| "sourcegen", |
| "span", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "text-edit", |
| "tracing", |
| "triomphe", |
| "xshell", |
| ] |
| |
| [[package]] |
| name = "ide-diagnostics" |
| version = "0.0.0" |
| dependencies = [ |
| "cfg", |
| "cov-mark", |
| "either", |
| "expect-test", |
| "hir", |
| "ide-db", |
| "itertools", |
| "once_cell", |
| "profile", |
| "serde_json", |
| "sourcegen", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "text-edit", |
| ] |
| |
| [[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.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" |
| dependencies = [ |
| "unicode-bidi", |
| "unicode-normalization", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" |
| 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", |
| "triomphe", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" |
| |
| [[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.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98" |
| dependencies = [ |
| "kqueue-sys", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "kqueue-sys" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587" |
| 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.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.150" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" |
| |
| [[package]] |
| name = "libloading" |
| version = "0.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb" |
| dependencies = [ |
| "cfg-if", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "libmimalloc-sys" |
| version = "0.1.33" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f4ac0e912c8ef1b735e92369695618dc5b1819f5a7bf3f167301a3ba1cea515e" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "limit" |
| version = "0.0.0" |
| |
| [[package]] |
| name = "line-index" |
| version = "0.1.1" |
| dependencies = [ |
| "nohash-hasher", |
| "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 = "load-cargo" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "crossbeam-channel", |
| "hir-expand", |
| "ide", |
| "ide-db", |
| "itertools", |
| "proc-macro-api", |
| "project-model", |
| "span", |
| "tracing", |
| "tt", |
| "vfs", |
| "vfs-notify", |
| ] |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" |
| dependencies = [ |
| "autocfg", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" |
| |
| [[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 = "mbe" |
| version = "0.0.0" |
| dependencies = [ |
| "cov-mark", |
| "parser", |
| "rustc-hash", |
| "smallvec", |
| "span", |
| "stdx", |
| "syntax", |
| "test-utils", |
| "tracing", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" |
| |
| [[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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "mimalloc" |
| version = "0.1.37" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e2894987a3459f3ffb755608bd82188f8ed00d0ae077f1edea29c068d639d98" |
| dependencies = [ |
| "libmimalloc-sys", |
| ] |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" |
| dependencies = [ |
| "adler", |
| ] |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" |
| dependencies = [ |
| "adler", |
| ] |
| |
| [[package]] |
| name = "mio" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de" |
| dependencies = [ |
| "libc", |
| "log", |
| "wasi", |
| "windows-sys 0.42.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.26.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "cfg-if", |
| "libc", |
| "static_assertions", |
| ] |
| |
| [[package]] |
| name = "nix" |
| version = "0.27.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" |
| dependencies = [ |
| "bitflags 2.4.1", |
| "cfg-if", |
| "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.4.1", |
| "crossbeam-channel", |
| "filetime", |
| "fsevent-sys", |
| "inotify", |
| "kqueue", |
| "libc", |
| "log", |
| "mio", |
| "walkdir", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "nu-ansi-term" |
| version = "0.49.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68" |
| dependencies = [ |
| "windows-sys 0.48.0", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.30.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.32.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
| |
| [[package]] |
| name = "oorandom" |
| version = "11.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall 0.4.1", |
| "smallvec", |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "parser" |
| version = "0.0.0" |
| dependencies = [ |
| "drop_bomb", |
| "expect-test", |
| "limit", |
| "rustc-dependencies", |
| "sourcegen", |
| "stdx", |
| ] |
| |
| [[package]] |
| name = "paste" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" |
| |
| [[package]] |
| name = "paths" |
| version = "0.0.0" |
| |
| [[package]] |
| name = "percent-encoding" |
| version = "2.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" |
| |
| [[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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" |
| dependencies = [ |
| "fixedbitset", |
| "indexmap", |
| ] |
| |
| [[package]] |
| name = "pin-project-lite" |
| version = "0.2.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" |
| |
| [[package]] |
| name = "proc-macro-api" |
| version = "0.0.0" |
| dependencies = [ |
| "base-db", |
| "indexmap", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "memmap2", |
| "object 0.32.0", |
| "paths", |
| "profile", |
| "serde", |
| "serde_json", |
| "snap", |
| "span", |
| "stdx", |
| "text-size", |
| "tracing", |
| "triomphe", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "proc-macro-srv" |
| version = "0.0.0" |
| dependencies = [ |
| "base-db", |
| "expect-test", |
| "libloading", |
| "mbe", |
| "memmap2", |
| "object 0.32.0", |
| "paths", |
| "proc-macro-api", |
| "proc-macro-test", |
| "span", |
| "stdx", |
| "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", |
| "toolchain", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.69" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "profile" |
| version = "0.0.0" |
| dependencies = [ |
| "cfg-if", |
| "countme", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc", |
| "once_cell", |
| "perf-event", |
| "tikv-jemalloc-ctl", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "project-model" |
| version = "0.0.0" |
| dependencies = [ |
| "anyhow", |
| "base-db", |
| "cargo_metadata", |
| "cfg", |
| "expect-test", |
| "itertools", |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "paths", |
| "profile", |
| "rustc-hash", |
| "semver", |
| "serde", |
| "serde_json", |
| "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.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "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.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_abi" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7816f980fab89e878ff2e916e2077d484e3aa1c619a3cc982c8a417c3dfe45fa" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "ra-ap-rustc_index", |
| "tracing", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_index" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8352918d61aa4afab9f2ed7314cf638976b20949b3d61d2f468c975b0d251f24" |
| dependencies = [ |
| "arrayvec", |
| "ra-ap-rustc_index_macros", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_index_macros" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "66a9424018828155a3e3596515598f90e68427d8f35eff6df7f0856c73fc58a8" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_lexer" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc741c7a78103efab416b562e35bd73c8d4967478575010c86c6062f8d3cbf29" |
| dependencies = [ |
| "unicode-properties", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "ra-ap-rustc_parse_format" |
| version = "0.21.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d557201d71792487bd2bab637ab5be9aa6fff59b88e25e12de180b0f9d2df60f" |
| dependencies = [ |
| "ra-ap-rustc_index", |
| "ra-ap-rustc_lexer", |
| ] |
| |
| [[package]] |
| name = "rayon" |
| version = "1.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" |
| dependencies = [ |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
| dependencies = [ |
| "bitflags 1.3.2", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" |
| dependencies = [ |
| "bitflags 1.3.2", |
| ] |
| |
| [[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", |
| "cfg", |
| "crossbeam-channel", |
| "dissimilar", |
| "expect-test", |
| "flycheck", |
| "hir", |
| "hir-def", |
| "hir-ty", |
| "ide", |
| "ide-db", |
| "ide-ssr", |
| "itertools", |
| "load-cargo", |
| "lsp-server 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "lsp-types", |
| "mbe", |
| "mimalloc", |
| "nohash-hasher", |
| "num_cpus", |
| "oorandom", |
| "parking_lot", |
| "parser", |
| "proc-macro-api", |
| "profile", |
| "project-model", |
| "rayon", |
| "rustc-dependencies", |
| "rustc-hash", |
| "scip", |
| "serde", |
| "serde_json", |
| "sourcegen", |
| "stdx", |
| "syntax", |
| "test-fixture", |
| "test-utils", |
| "tikv-jemallocator", |
| "toolchain", |
| "tracing", |
| "tracing-log", |
| "tracing-subscriber", |
| "tracing-tree", |
| "triomphe", |
| "vfs", |
| "vfs-notify", |
| "walkdir", |
| "winapi", |
| "xflags", |
| "xshell", |
| ] |
| |
| [[package]] |
| name = "rust-analyzer-salsa" |
| version = "0.17.0-pre.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "16c42b8737c320578b441a82daf7cdf8d897468de64e8a774fa54b53a50b6cc0" |
| dependencies = [ |
| "indexmap", |
| "lock_api", |
| "log", |
| "oorandom", |
| "parking_lot", |
| "rust-analyzer-salsa-macros", |
| "rustc-hash", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "rust-analyzer-salsa-macros" |
| version = "0.17.0-pre.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "db72b0883f3592ade2be15a10583c75e0b269ec26e1190800fda2e2ce5ae6634" |
| dependencies = [ |
| "heck", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.23" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
| |
| [[package]] |
| name = "rustc-dependencies" |
| version = "0.0.0" |
| dependencies = [ |
| "ra-ap-rustc_abi", |
| "ra-ap-rustc_index", |
| "ra-ap-rustc_lexer", |
| "ra-ap-rustc_parse_format", |
| ] |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" |
| |
| [[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.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3e84d21062a3ba08d58870c8c36b0c005b2b2261c6ad1bf7042585427c781883" |
| 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.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
| |
| [[package]] |
| name = "semver" |
| version = "1.0.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.193" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.193" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.108" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" |
| dependencies = [ |
| "indexmap", |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_repr" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "sharded-slab" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" |
| dependencies = [ |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" |
| |
| [[package]] |
| name = "smol_str" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "snap" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" |
| |
| [[package]] |
| name = "sourcegen" |
| version = "0.0.0" |
| dependencies = [ |
| "xshell", |
| ] |
| |
| [[package]] |
| name = "span" |
| version = "0.0.0" |
| dependencies = [ |
| "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rust-analyzer-salsa", |
| "stdx", |
| "syntax", |
| "vfs", |
| ] |
| |
| [[package]] |
| name = "static_assertions" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| |
| [[package]] |
| name = "stdx" |
| version = "0.0.0" |
| dependencies = [ |
| "always-assert", |
| "backtrace", |
| "crossbeam-channel", |
| "itertools", |
| "jod-thread", |
| "libc", |
| "miow", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.39" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "synstructure" |
| version = "0.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| "unicode-xid", |
| ] |
| |
| [[package]] |
| name = "syntax" |
| version = "0.0.0" |
| dependencies = [ |
| "cov-mark", |
| "either", |
| "expect-test", |
| "indexmap", |
| "itertools", |
| "once_cell", |
| "parser", |
| "proc-macro2", |
| "profile", |
| "quote", |
| "rayon", |
| "rowan", |
| "rustc-dependencies", |
| "rustc-hash", |
| "smol_str", |
| "sourcegen", |
| "stdx", |
| "test-utils", |
| "text-edit", |
| "triomphe", |
| "ungrammar", |
| ] |
| |
| [[package]] |
| name = "test-fixture" |
| version = "0.0.0" |
| dependencies = [ |
| "base-db", |
| "cfg", |
| "hir-expand", |
| "rustc-hash", |
| "span", |
| "stdx", |
| "test-utils", |
| "tt", |
| ] |
| |
| [[package]] |
| name = "test-utils" |
| version = "0.0.0" |
| dependencies = [ |
| "dissimilar", |
| "profile", |
| "rustc-hash", |
| "stdx", |
| "text-size", |
| ] |
| |
| [[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.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" |
| dependencies = [ |
| "thiserror-impl", |
| ] |
| |
| [[package]] |
| name = "thiserror-impl" |
| version = "1.0.40" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "1.1.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| ] |
| |
| [[package]] |
| name = "tikv-jemalloc-ctl" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1" |
| dependencies = [ |
| "libc", |
| "paste", |
| "tikv-jemalloc-sys", |
| ] |
| |
| [[package]] |
| name = "tikv-jemalloc-sys" |
| version = "0.5.3+5.3.0-patched" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a678df20055b43e57ef8cddde41cdfda9a3c1a060b67f4c5836dfb1d78543ba8" |
| dependencies = [ |
| "cc", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "tikv-jemallocator" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "20612db8a13a6c06d57ec83953694185a367e16945f66565e8028d2c0bd76979" |
| dependencies = [ |
| "libc", |
| "tikv-jemalloc-sys", |
| ] |
| |
| [[package]] |
| name = "time" |
| version = "0.3.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd" |
| dependencies = [ |
| "serde", |
| "time-core", |
| ] |
| |
| [[package]] |
| name = "time-core" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" |
| |
| [[package]] |
| name = "tinyvec" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
| 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 = "toolchain" |
| version = "0.0.0" |
| dependencies = [ |
| "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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "65139ecd2c3f6484c3b99bc01c77afe21e95473630747c7aca525e78b0666675" |
| dependencies = [ |
| "nu-ansi-term", |
| "tracing-core", |
| "tracing-log", |
| "tracing-subscriber", |
| ] |
| |
| [[package]] |
| name = "triomphe" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0c5a71827ac326072b6405552093e2ad2accd25a32fd78d4edc82d98c7f2409" |
| |
| [[package]] |
| name = "tt" |
| version = "0.0.0" |
| dependencies = [ |
| "smol_str", |
| "span", |
| "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.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
| dependencies = [ |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "unicode-bidi" |
| version = "0.3.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" |
| |
| [[package]] |
| name = "unicode-normalization" |
| version = "0.1.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
| dependencies = [ |
| "tinyvec", |
| ] |
| |
| [[package]] |
| name = "unicode-properties" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7f91c8b21fbbaa18853c3d0801c78f4fc94cdb976699bb03e832e75f7fd22f0" |
| |
| [[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.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" |
| 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.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| |
| [[package]] |
| name = "vfs" |
| version = "0.0.0" |
| dependencies = [ |
| "fst", |
| "indexmap", |
| "nohash-hasher", |
| "paths", |
| "rustc-hash", |
| "stdx", |
| ] |
| |
| [[package]] |
| name = "vfs-notify" |
| version = "0.0.0" |
| dependencies = [ |
| "crossbeam-channel", |
| "notify", |
| "paths", |
| "stdx", |
| "tracing", |
| "vfs", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" |
| 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" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| dependencies = [ |
| "winapi-i686-pc-windows-gnu", |
| "winapi-x86_64-pc-windows-gnu", |
| ] |
| |
| [[package]] |
| name = "winapi-i686-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| |
| [[package]] |
| name = "winapi-util" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
| dependencies = [ |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.42.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.42.2", |
| "windows_aarch64_msvc 0.42.2", |
| "windows_i686_gnu 0.42.2", |
| "windows_i686_msvc 0.42.2", |
| "windows_x86_64_gnu 0.42.2", |
| "windows_x86_64_gnullvm 0.42.2", |
| "windows_x86_64_msvc 0.42.2", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| dependencies = [ |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.48.0", |
| "windows_aarch64_msvc 0.48.0", |
| "windows_i686_gnu 0.48.0", |
| "windows_i686_msvc 0.48.0", |
| "windows_x86_64_gnu 0.48.0", |
| "windows_x86_64_gnullvm 0.48.0", |
| "windows_x86_64_msvc 0.48.0", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.42.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |
| |
| [[package]] |
| name = "write-json" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3" |
| |
| [[package]] |
| name = "xflags" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c4554b580522d0ca238369c16b8f6ce34524d61dafe7244993754bbd05f2c2ea" |
| dependencies = [ |
| "xflags-macros", |
| ] |
| |
| [[package]] |
| name = "xflags-macros" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f58e7b3ca8977093aae6b87b6a7730216fc4c53a6530bab5c43a783cd810c1a8" |
| |
| [[package]] |
| name = "xshell" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce2107fe03e558353b4c71ad7626d58ed82efaf56c54134228608893c77023ad" |
| dependencies = [ |
| "xshell-macros", |
| ] |
| |
| [[package]] |
| name = "xshell-macros" |
| version = "0.2.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7e2c411759b501fb9501aac2b1b2d287a6e93e5bdcf13c25306b23e1b716dd0e" |
| |
| [[package]] |
| name = "xtask" |
| version = "0.1.0" |
| dependencies = [ |
| "anyhow", |
| "flate2", |
| "time", |
| "write-json", |
| "xflags", |
| "xshell", |
| "zip", |
| ] |
| |
| [[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", |
| ] |