rust-analyzer/Cargo.lock

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2429 lines
54 KiB
Text
Raw Normal View History

2019-02-08 21:43:13 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-03-25 19:03:20 +00:00
version = 3
2020-05-12 20:49:42 +00:00
[[package]]
name = "addr2line"
2023-02-13 11:55:14 +00:00
version = "0.19.0"
2020-05-12 20:49:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-13 11:55:14 +00:00
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
2020-05-12 20:49:42 +00:00
dependencies = [
"gimli",
]
2020-06-16 17:21:38 +00:00
[[package]]
2020-07-07 14:26:33 +00:00
name = "adler"
2021-03-01 16:13:08 +00:00
version = "1.0.2"
2020-06-16 17:21:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-01 16:13:08 +00:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-06-16 17:21:38 +00:00
2021-01-26 19:11:12 +00:00
[[package]]
name = "always-assert"
version = "0.1.3"
2021-01-26 19:11:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127"
2021-01-26 19:11:12 +00:00
dependencies = [
"log",
]
[[package]]
name = "anyhow"
version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
2021-08-30 20:26:35 +00:00
[[package]]
name = "arbitrary"
version = "1.3.0"
2021-08-30 20:26:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e"
2021-08-30 20:26:35 +00:00
2019-10-17 15:06:01 +00:00
[[package]]
name = "arrayvec"
version = "0.7.4"
2019-10-17 15:06:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2019-10-17 15:06:01 +00:00
2020-07-10 16:30:32 +00:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2023-02-13 11:55:14 +00:00
"hermit-abi 0.1.19",
2020-07-10 16:30:32 +00:00
"libc",
2021-01-28 14:55:34 +00:00
"winapi",
2020-07-10 16:30:32 +00:00
]
2020-01-12 01:16:35 +00:00
[[package]]
name = "autocfg"
2022-02-09 07:14:55 +00:00
version = "1.1.0"
2020-01-12 01:16:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-09 07:14:55 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-01-12 01:16:35 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "backtrace"
2023-02-13 11:55:14 +00:00
version = "0.3.67"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-13 11:55:14 +00:00
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-05-12 20:49:42 +00:00
"addr2line",
2021-05-02 19:17:04 +00:00
"cc",
2021-01-28 14:55:34 +00:00
"cfg-if",
2020-01-30 17:14:20 +00:00
"libc",
"miniz_oxide 0.6.2",
"object 0.30.4",
2020-01-30 17:14:20 +00:00
"rustc-demangle",
2018-09-18 22:10:19 +00:00
]
2020-08-13 14:25:38 +00:00
[[package]]
2022-04-29 14:29:24 +00:00
name = "base-db"
2020-08-13 14:25:38 +00:00
version = "0.0.0"
dependencies = [
"cfg",
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2020-08-13 14:25:38 +00:00
"profile",
"rustc-hash",
"salsa",
"stdx",
2020-08-13 14:25:38 +00:00
"syntax",
2022-04-29 14:29:24 +00:00
"test-utils",
"triomphe",
2020-08-13 14:25:38 +00:00
"tt",
"vfs",
]
2019-01-06 14:05:12 +00:00
[[package]]
name = "bitflags"
2021-08-23 10:25:59 +00:00
version = "1.3.2"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-23 10:25:59 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2018-09-18 22:10:19 +00:00
[[package]]
name = "bitflags"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dbe3c979c178231552ecba20214a8272df4e09f232a87aef4320cf06539aded"
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2021-03-02 12:27:29 +00:00
[[package]]
name = "camino"
version = "1.1.4"
2021-03-02 12:27:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"
2021-03-02 12:27:29 +00:00
dependencies = [
"serde",
]
[[package]]
name = "cargo-platform"
2021-08-13 15:08:24 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-13 15:08:24 +00:00
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
dependencies = [
"serde",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "cargo_metadata"
version = "0.15.4"
2019-01-14 13:15:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
2018-09-18 22:10:19 +00:00
dependencies = [
2021-03-02 12:27:29 +00:00
"camino",
"cargo-platform",
"semver",
2020-01-30 17:14:20 +00:00
"serde",
"serde_json",
2023-02-13 11:55:14 +00:00
"thiserror",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "cc"
version = "1.0.79"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2018-09-18 22:10:19 +00:00
2020-08-13 08:19:09 +00:00
[[package]]
name = "cfg"
version = "0.0.0"
dependencies = [
2021-08-30 20:26:35 +00:00
"arbitrary",
2021-08-31 11:10:16 +00:00
"derive_arbitrary",
"expect-test",
2020-08-13 08:19:09 +00:00
"mbe",
2021-08-30 20:26:35 +00:00
"oorandom",
2020-08-13 08:19:09 +00:00
"rustc-hash",
"syntax",
"tt",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chalk-derive"
2023-09-19 23:56:59 +00:00
version = "0.93.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-19 23:56:59 +00:00
checksum = "264726159011fc7f22c23eb51f49021ece6e71bc358b96e7f2e842db0b14162b"
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"syn 2.0.18",
2020-04-10 15:44:29 +00:00
"synstructure",
]
[[package]]
2020-07-11 17:17:03 +00:00
name = "chalk-ir"
2023-09-19 23:56:59 +00:00
version = "0.93.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-19 23:56:59 +00:00
checksum = "d65c17407d4c756b8f7f84344acb0fb96364d0298822743219bb25769b6d00df"
dependencies = [
"bitflags 1.3.2",
"chalk-derive",
2020-07-11 17:17:03 +00:00
"lazy_static",
]
[[package]]
2020-07-11 17:17:03 +00:00
name = "chalk-recursive"
2023-09-19 23:56:59 +00:00
version = "0.93.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-19 23:56:59 +00:00
checksum = "80e2cf7b70bedaaf3a8cf3c93b6120c2bb65be89389124028e724d19e209686e"
dependencies = [
2020-01-30 17:14:20 +00:00
"chalk-derive",
2020-07-11 17:17:03 +00:00
"chalk-ir",
"chalk-solve",
"rustc-hash",
"tracing",
]
[[package]]
name = "chalk-solve"
2023-09-19 23:56:59 +00:00
version = "0.93.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-19 23:56:59 +00:00
checksum = "afc67c548d3854f64e97e67dc5b7c88513425c5bfa347cff96b7992ae6379288"
dependencies = [
2020-01-30 17:14:20 +00:00
"chalk-derive",
"chalk-ir",
"ena",
"indexmap 1.9.3",
2021-03-01 16:17:03 +00:00
"itertools",
2020-01-30 17:14:20 +00:00
"petgraph",
"rustc-hash",
2020-06-22 11:18:10 +00:00
"tracing",
]
2022-11-23 15:24:03 +00:00
[[package]]
name = "command-group"
version = "2.1.0"
2022-11-23 15:24:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5080df6b0f0ecb76cab30808f00d937ba725cebe266a3da8cd89dff92f2a9916"
2022-11-23 15:24:03 +00:00
dependencies = [
"nix",
"winapi",
]
2021-12-04 13:14:31 +00:00
[[package]]
name = "countme"
2022-03-17 17:10:45 +00:00
version = "3.0.1"
2021-12-04 13:14:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-17 17:10:45 +00:00
checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636"
dependencies = [
2022-03-17 17:10:45 +00:00
"dashmap",
"once_cell",
"rustc-hash",
]
2021-03-08 20:19:44 +00:00
[[package]]
name = "cov-mark"
2021-06-12 20:39:57 +00:00
version = "2.0.0-pre.1"
2021-03-08 20:19:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-12 20:39:57 +00:00
checksum = "0d48d8f76bd9331f19fe2aaf3821a9f9fb32c3963e1e3d6ce82a8c09cef7444a"
2021-03-08 20:19:44 +00:00
2019-06-26 06:12:46 +00:00
[[package]]
name = "crc32fast"
2022-02-09 07:14:55 +00:00
version = "1.3.2"
2019-06-26 06:12:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-09 07:14:55 +00:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2019-06-26 06:12:46 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"cfg-if",
]
2020-10-13 13:57:01 +00:00
[[package]]
name = "crossbeam-channel"
version = "0.5.8"
2020-10-13 13:57:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2020-10-13 13:57:01 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"cfg-if",
"crossbeam-utils",
2020-10-13 13:57:01 +00:00
]
2019-06-26 06:12:46 +00:00
[[package]]
name = "crossbeam-deque"
version = "0.8.3"
2019-06-26 06:12:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2019-06-26 06:12:46 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"cfg-if",
2020-01-30 17:14:20 +00:00
"crossbeam-epoch",
2021-01-28 14:55:34 +00:00
"crossbeam-utils",
2019-06-26 06:12:46 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "crossbeam-epoch"
version = "0.9.15"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2018-09-18 22:10:19 +00:00
dependencies = [
2022-03-17 17:10:45 +00:00
"autocfg",
2021-01-28 14:55:34 +00:00
"cfg-if",
"crossbeam-utils",
"memoffset 0.9.0",
2020-01-30 17:14:20 +00:00
"scopeguard",
2018-09-18 22:10:19 +00:00
]
2020-10-13 13:57:01 +00:00
[[package]]
name = "crossbeam-utils"
version = "0.8.16"
2020-10-13 13:57:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2020-10-13 13:57:01 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"cfg-if",
2020-10-13 13:57:01 +00:00
]
[[package]]
name = "dashmap"
2022-10-18 06:12:49 +00:00
version = "5.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-18 06:12:49 +00:00
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
dependencies = [
"cfg-if",
"hashbrown 0.12.3",
"lock_api",
2022-10-18 06:12:49 +00:00
"once_cell",
2023-02-13 11:55:14 +00:00
"parking_lot_core 0.9.6",
]
2021-08-30 20:26:35 +00:00
[[package]]
name = "derive_arbitrary"
version = "1.3.1"
2021-08-30 20:26:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53e0efad4403bfc52dc201159c4b842a246a14b98c64b55dfd0f2d89729dfeb8"
2021-08-30 20:26:35 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2021-08-30 20:26:35 +00:00
]
[[package]]
name = "dissimilar"
2023-02-13 11:55:14 +00:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-13 11:55:14 +00:00
checksum = "210ec60ae7d710bed8683e333e9d2855a8a56a3e9892b38bad3bb0d4d29b0d5e"
[[package]]
name = "dot"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a74b6c4d4a1cff5f454164363c16b72fa12463ca6b31f4b5f2035a65fa3d5906"
2018-09-18 22:10:19 +00:00
[[package]]
name = "drop_bomb"
2020-08-01 11:47:19 +00:00
version = "0.1.5"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-01 11:47:19 +00:00
checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1"
2018-09-18 22:10:19 +00:00
[[package]]
name = "either"
version = "1.8.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2018-09-18 22:10:19 +00:00
2020-05-01 12:29:03 +00:00
[[package]]
name = "ena"
version = "0.14.2"
2020-05-01 12:29:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
2020-05-01 12:29:03 +00:00
dependencies = [
"log",
]
[[package]]
name = "equivalent"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
[[package]]
2020-08-21 11:19:31 +00:00
name = "expect-test"
version = "1.4.1"
2020-08-21 11:19:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3"
dependencies = [
2021-01-03 13:43:29 +00:00
"dissimilar",
"once_cell",
]
2019-01-06 14:05:12 +00:00
[[package]]
name = "filetime"
version = "0.2.22"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
2019-01-06 14:05:12 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"cfg-if",
2020-01-30 17:14:20 +00:00
"libc",
"redox_syscall 0.3.5",
"windows-sys 0.48.0",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "fixedbitset"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
[[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",
]
2020-06-25 07:13:46 +00:00
[[package]]
name = "flycheck"
2020-08-13 15:42:52 +00:00
version = "0.0.0"
2020-06-25 07:13:46 +00:00
dependencies = [
"cargo_metadata",
2022-11-23 15:24:03 +00:00
"command-group",
2021-01-28 14:55:34 +00:00
"crossbeam-channel",
"paths",
2022-09-20 14:39:17 +00:00
"rustc-hash",
"serde",
2020-06-25 07:13:46 +00:00
"serde_json",
2021-01-07 17:08:34 +00:00
"stdx",
2020-08-12 14:52:28 +00:00
"toolchain",
2021-08-15 12:46:13 +00:00
"tracing",
2020-06-25 07:13:46 +00:00
]
2020-11-11 16:17:48 +00:00
[[package]]
name = "form_urlencoded"
version = "1.2.0"
2020-11-11 16:17:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2020-11-11 16:17:48 +00:00
dependencies = [
"percent-encoding",
]
2019-01-06 14:05:12 +00:00
[[package]]
name = "fsevent-sys"
2022-02-09 07:14:55 +00:00
version = "4.1.0"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-09 07:14:55 +00:00
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"libc",
2019-01-06 14:05:12 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "fst"
2021-06-18 18:31:09 +00:00
version = "0.4.7"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-18 18:31:09 +00:00
checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a"
2018-09-18 22:10:19 +00:00
2020-05-12 20:49:42 +00:00
[[package]]
name = "gimli"
version = "0.27.3"
2020-05-12 20:49:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
2022-01-21 17:44:03 +00:00
[[package]]
name = "hashbrown"
2022-08-23 07:05:52 +00:00
version = "0.12.3"
2022-01-21 17:44:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-23 07:05:52 +00:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-01-21 17:44:03 +00:00
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
2018-09-18 22:10:19 +00:00
[[package]]
name = "heck"
2021-06-22 17:18:48 +00:00
version = "0.3.3"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-22 17:18:48 +00:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"unicode-segmentation",
2019-10-31 14:31:59 +00:00
]
[[package]]
name = "hermit-abi"
version = "0.1.19"
2019-10-31 14:31:59 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2019-10-31 14:31:59 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"libc",
2018-09-18 22:10:19 +00:00
]
2023-02-13 11:55:14 +00:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2020-08-13 14:36:55 +00:00
[[package]]
name = "hir"
version = "0.0.0"
dependencies = [
"arrayvec",
2022-04-29 14:29:24 +00:00
"base-db",
"cfg",
2020-08-13 14:36:55 +00:00
"either",
2022-04-29 14:29:24 +00:00
"hir-def",
"hir-expand",
"hir-ty",
2021-03-01 16:17:03 +00:00
"itertools",
"once_cell",
2020-08-13 14:36:55 +00:00
"profile",
"rustc-hash",
"smallvec",
2020-08-13 14:36:55 +00:00
"stdx",
"syntax",
"triomphe",
"tt",
2020-08-13 14:36:55 +00:00
]
2020-08-13 14:28:27 +00:00
[[package]]
2022-04-29 14:29:24 +00:00
name = "hir-def"
2020-08-13 14:28:27 +00:00
version = "0.0.0"
dependencies = [
"arrayvec",
2022-04-29 14:29:24 +00:00
"base-db",
"bitflags 2.3.2",
2020-08-13 14:28:27 +00:00
"cfg",
2021-03-08 20:19:44 +00:00
"cov-mark",
2022-03-17 17:10:45 +00:00
"dashmap",
2020-08-13 14:28:27 +00:00
"drop_bomb",
"either",
2020-08-21 11:19:31 +00:00
"expect-test",
2020-08-13 14:28:27 +00:00
"fst",
"hashbrown 0.12.3",
2022-04-29 14:29:24 +00:00
"hir-expand",
"indexmap 2.0.0",
2023-02-13 11:55:14 +00:00
"intern",
2021-03-01 16:17:03 +00:00
"itertools",
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2021-07-10 20:49:17 +00:00
"limit",
2020-08-13 14:28:27 +00:00
"mbe",
"once_cell",
"profile",
"rustc-dependencies",
2020-08-13 14:28:27 +00:00
"rustc-hash",
"smallvec",
"stdx",
"syntax",
2022-04-29 14:29:24 +00:00
"test-utils",
2021-08-15 12:46:13 +00:00
"tracing",
"triomphe",
2020-08-13 14:28:27 +00:00
"tt",
]
2020-08-13 14:26:29 +00:00
[[package]]
2022-04-29 14:29:24 +00:00
name = "hir-expand"
2020-08-13 14:26:29 +00:00
version = "0.0.0"
dependencies = [
2022-04-29 14:29:24 +00:00
"base-db",
2021-03-10 18:43:03 +00:00
"cfg",
"cov-mark",
2020-08-13 14:26:29 +00:00
"either",
2022-02-07 19:30:28 +00:00
"expect-test",
"hashbrown 0.12.3",
2023-02-13 11:55:14 +00:00
"intern",
"itertools",
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2021-07-10 20:49:17 +00:00
"limit",
2020-08-13 14:26:29 +00:00
"mbe",
"profile",
"rustc-hash",
"smallvec",
"stdx",
2020-08-13 14:26:29 +00:00
"syntax",
2021-08-15 12:46:13 +00:00
"tracing",
"triomphe",
2020-08-13 14:26:29 +00:00
"tt",
]
2020-08-13 14:35:29 +00:00
[[package]]
2022-04-29 14:29:24 +00:00
name = "hir-ty"
2020-08-13 14:35:29 +00:00
version = "0.0.0"
dependencies = [
"arrayvec",
2022-04-29 14:29:24 +00:00
"base-db",
"bitflags 2.3.2",
2022-10-18 06:12:49 +00:00
"chalk-derive",
2020-08-13 14:35:29 +00:00
"chalk-ir",
"chalk-recursive",
"chalk-solve",
2021-03-08 20:19:44 +00:00
"cov-mark",
2023-03-13 08:42:24 +00:00
"either",
2020-08-13 14:35:29 +00:00
"ena",
2020-08-21 11:19:31 +00:00
"expect-test",
2022-04-29 14:29:24 +00:00
"hir-def",
"hir-expand",
2023-02-13 11:55:14 +00:00
"intern",
2021-03-01 16:17:03 +00:00
"itertools",
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
2021-07-10 20:49:17 +00:00
"limit",
"nohash-hasher",
2020-11-11 02:11:40 +00:00
"once_cell",
"oorandom",
2020-08-13 14:35:29 +00:00
"profile",
2023-02-13 11:55:14 +00:00
"project-model",
"rustc-dependencies",
2020-08-13 14:35:29 +00:00
"rustc-hash",
"scoped-tls",
"smallvec",
"stdx",
"syntax",
2022-04-29 14:29:24 +00:00
"test-utils",
2020-08-13 14:35:29 +00:00
"tracing",
"tracing-subscriber",
"tracing-tree",
"triomphe",
"typed-arena",
2020-08-13 14:35:29 +00:00
]
2020-05-07 19:06:44 +00:00
[[package]]
name = "home"
version = "0.5.5"
2020-05-07 19:06:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
2020-05-07 19:06:44 +00:00
dependencies = [
"windows-sys 0.48.0",
2020-05-07 19:06:44 +00:00
]
2020-08-13 15:42:52 +00:00
[[package]]
name = "ide"
version = "0.0.0"
dependencies = [
"cfg",
2021-03-08 20:19:44 +00:00
"cov-mark",
2022-01-14 09:11:47 +00:00
"crossbeam-channel",
"dot",
2020-08-13 15:42:52 +00:00
"either",
2020-08-21 11:19:31 +00:00
"expect-test",
2020-08-13 15:42:52 +00:00
"hir",
2022-04-29 14:29:24 +00:00
"ide-assists",
"ide-completion",
"ide-db",
"ide-diagnostics",
"ide-ssr",
2021-03-01 16:17:03 +00:00
"itertools",
"nohash-hasher",
2020-08-13 15:42:52 +00:00
"oorandom",
"profile",
"pulldown-cmark",
"pulldown-cmark-to-cmark",
2023-02-13 11:55:14 +00:00
"smallvec",
2020-08-13 15:42:52 +00:00
"stdx",
"syntax",
2022-04-29 14:29:24 +00:00
"test-utils",
"text-edit",
"toolchain",
2021-08-15 12:46:13 +00:00
"tracing",
"triomphe",
"url",
2020-08-13 15:42:52 +00:00
]
[[package]]
2022-04-29 14:29:24 +00:00
name = "ide-assists"
version = "0.0.0"
dependencies = [
2021-03-08 20:19:44 +00:00
"cov-mark",
"either",
"expect-test",
"hir",
2022-04-29 14:29:24 +00:00
"ide-db",
2021-03-01 16:17:03 +00:00
"itertools",
"profile",
"smallvec",
"sourcegen",
"stdx",
"syntax",
2022-04-29 14:29:24 +00:00
"test-utils",
"text-edit",
]
[[package]]
2022-04-29 14:29:24 +00:00
name = "ide-completion"
version = "0.0.0"
dependencies = [
2022-04-29 14:29:24 +00:00
"base-db",
2021-03-08 20:19:44 +00:00
"cov-mark",
"expect-test",
"hir",
2022-04-29 14:29:24 +00:00
"ide-db",
2021-03-01 16:17:03 +00:00
"itertools",
2021-05-27 21:28:14 +00:00
"once_cell",
"profile",
"smallvec",
"stdx",
"syntax",
2022-04-29 14:29:24 +00:00
"test-utils",
"text-edit",
]
2020-08-13 14:39:16 +00:00
[[package]]
2022-04-29 14:29:24 +00:00
name = "ide-db"
2020-08-13 14:39:16 +00:00
version = "0.0.0"
dependencies = [
2021-09-23 13:37:52 +00:00
"arrayvec",
2022-04-29 14:29:24 +00:00
"base-db",
2021-03-08 20:19:44 +00:00
"cov-mark",
2020-08-13 14:39:16 +00:00
"either",
2020-10-24 08:07:10 +00:00
"expect-test",
2020-08-13 14:39:16 +00:00
"fst",
"hir",
"indexmap 2.0.0",
2021-03-01 16:17:03 +00:00
"itertools",
2021-07-10 20:49:17 +00:00
"limit",
"line-index 0.1.0-pre.1",
2022-09-20 14:39:17 +00:00
"memchr",
"nohash-hasher",
2020-08-13 14:39:16 +00:00
"once_cell",
2023-02-20 08:14:12 +00:00
"oorandom",
"parser",
2020-08-13 14:39:16 +00:00
"profile",
"rayon",
"rustc-hash",
2021-10-12 06:59:39 +00:00
"sourcegen",
2020-08-13 14:39:16 +00:00
"stdx",
"syntax",
2022-04-29 14:29:24 +00:00
"test-utils",
"text-edit",
2021-08-15 12:46:13 +00:00
"tracing",
"triomphe",
2021-10-12 06:59:39 +00:00
"xshell",
2020-08-13 14:39:16 +00:00
]
2021-06-14 09:24:58 +00:00
[[package]]
2022-04-29 14:29:24 +00:00
name = "ide-diagnostics"
2021-06-14 09:24:58 +00:00
version = "0.0.0"
dependencies = [
"cfg",
"cov-mark",
"either",
"expect-test",
"hir",
2022-04-29 14:29:24 +00:00
"ide-db",
"itertools",
"once_cell",
"profile",
2022-08-16 08:24:50 +00:00
"serde_json",
"sourcegen",
"stdx",
"syntax",
2022-04-29 14:29:24 +00:00
"test-utils",
"text-edit",
]
2021-06-14 09:24:58 +00:00
2021-02-22 19:14:58 +00:00
[[package]]
2022-04-29 14:29:24 +00:00
name = "ide-ssr"
2021-02-22 19:14:58 +00:00
version = "0.0.0"
dependencies = [
2021-03-08 20:19:44 +00:00
"cov-mark",
2021-02-22 19:14:58 +00:00
"expect-test",
"hir",
2022-04-29 14:29:24 +00:00
"ide-db",
2021-03-01 16:17:03 +00:00
"itertools",
"nohash-hasher",
"parser",
2022-08-30 11:51:24 +00:00
"stdx",
2021-02-22 19:14:58 +00:00
"syntax",
2022-04-29 14:29:24 +00:00
"test-utils",
"text-edit",
"triomphe",
2021-02-22 19:14:58 +00:00
]
2019-08-17 18:34:31 +00:00
[[package]]
name = "idna"
version = "0.4.0"
2019-08-17 18:34:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2019-08-17 18:34:31 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"unicode-bidi",
"unicode-normalization",
2019-08-17 18:34:31 +00:00
]
2018-10-07 08:32:02 +00:00
[[package]]
name = "indexmap"
version = "1.9.3"
2018-10-07 08:32:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2019-10-22 17:01:26 +00:00
dependencies = [
2020-02-22 16:22:09 +00:00
"autocfg",
"hashbrown 0.12.3",
]
[[package]]
name = "indexmap"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
2019-10-22 17:01:26 +00:00
]
2018-10-07 08:32:02 +00:00
2019-01-06 14:05:12 +00:00
[[package]]
name = "inotify"
2021-11-06 15:12:34 +00:00
version = "0.9.6"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-06 15:12:34 +00:00
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
2019-01-06 14:05:12 +00:00
dependencies = [
"bitflags 1.3.2",
2020-01-30 17:14:20 +00:00
"inotify-sys",
"libc",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"libc",
2019-01-06 14:05:12 +00:00
]
2020-06-27 07:09:47 +00:00
[[package]]
name = "instant"
2021-10-27 15:10:58 +00:00
version = "0.1.12"
2020-06-27 07:09:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-27 15:10:58 +00:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2020-09-27 22:14:50 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"cfg-if",
2019-01-06 14:05:12 +00:00
]
2023-02-13 11:55:14 +00:00
[[package]]
name = "intern"
version = "0.0.0"
dependencies = [
"dashmap",
"hashbrown 0.12.3",
2023-02-13 11:55:14 +00:00
"rustc-hash",
"triomphe",
2023-02-13 11:55:14 +00:00
]
2020-12-30 15:39:50 +00:00
[[package]]
name = "itertools"
2022-10-18 06:12:49 +00:00
version = "0.10.5"
2020-12-30 15:39:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-18 06:12:49 +00:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2020-12-30 15:39:50 +00:00
dependencies = [
"either",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "itoa"
version = "1.0.6"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2018-09-18 22:10:19 +00:00
2019-08-21 07:31:33 +00:00
[[package]]
name = "jod-thread"
2020-06-11 12:55:41 +00:00
version = "0.1.2"
2019-08-21 07:31:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-11 12:55:41 +00:00
checksum = "8b23360e99b8717f20aaa4598f5a6541efbe30630039fbc7706cf954a87947ae"
2019-08-21 07:31:33 +00:00
[[package]]
name = "kqueue"
2023-02-13 11:55:14 +00:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-13 11:55:14 +00:00
checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98"
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
2021-08-17 15:27:37 +00:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-17 15:27:37 +00:00
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
dependencies = [
"bitflags 1.3.2",
"libc",
]
2021-01-14 15:47:42 +00:00
[[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"
2021-01-14 15:47:42 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "lazy_static"
2019-08-30 17:23:28 +00:00
version = "1.4.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-09-18 22:10:19 +00:00
[[package]]
name = "libc"
version = "0.2.148"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
2018-09-18 22:10:19 +00:00
2020-04-04 08:09:36 +00:00
[[package]]
name = "libloading"
version = "0.8.0"
2020-04-04 08:09:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
2020-04-04 08:09:36 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"cfg-if",
"windows-sys 0.48.0",
2020-04-04 08:09:36 +00:00
]
2019-01-21 22:28:57 +00:00
[[package]]
2020-07-14 00:12:49 +00:00
name = "libmimalloc-sys"
version = "0.1.33"
2019-01-21 22:28:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4ac0e912c8ef1b735e92369695618dc5b1819f5a7bf3f167301a3ba1cea515e"
2020-07-14 00:12:49 +00:00
dependencies = [
"cc",
2023-02-13 11:55:14 +00:00
"libc",
2020-07-14 00:12:49 +00:00
]
2019-01-21 22:28:57 +00:00
2021-07-10 20:49:17 +00:00
[[package]]
name = "limit"
version = "0.0.0"
[[package]]
name = "line-index"
version = "0.1.0-pre.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cad96769710c1745e11d4f940a8ff36000ade4bbada4285b001cb8aa2f745ce"
dependencies = [
"nohash-hasher",
"text-size",
]
[[package]]
name = "line-index"
version = "0.1.0"
dependencies = [
"nohash-hasher",
"text-size",
]
[[package]]
name = "load-cargo"
version = "0.0.0"
dependencies = [
"anyhow",
"crossbeam-channel",
"ide",
"ide-db",
"itertools",
"proc-macro-api",
"project-model",
"tracing",
"tt",
"vfs",
"vfs-notify",
]
2019-07-14 16:21:50 +00:00
[[package]]
name = "lock_api"
version = "0.4.10"
2019-07-14 16:21:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
2019-07-14 16:21:50 +00:00
dependencies = [
2022-04-17 16:36:08 +00:00
"autocfg",
2020-01-30 17:14:20 +00:00
"scopeguard",
2019-07-14 16:21:50 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "log"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
[[package]]
name = "lsp-server"
2023-08-22 10:42:53 +00:00
version = "0.7.4"
2018-09-18 22:10:19 +00:00
dependencies = [
"crossbeam-channel",
"log",
2023-08-22 10:42:53 +00:00
"lsp-types",
"serde",
"serde_json",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "lsp-server"
version = "0.7.4"
2023-08-22 10:42:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b52dccdf3302eefab8c8a1273047f0a3c3dca4b527c8458d00c09484c8371928"
dependencies = [
2021-01-28 14:55:34 +00:00
"crossbeam-channel",
2020-01-30 17:14:20 +00:00
"log",
"serde",
"serde_json",
]
2019-01-14 10:55:56 +00:00
[[package]]
name = "lsp-types"
2023-02-20 08:14:12 +00:00
version = "0.94.0"
2019-04-21 12:14:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-20 08:14:12 +00:00
checksum = "0b63735a13a1f9cd4f4835223d828ed9c2e35c8c5e61837774399f558b6a1237"
2019-01-14 10:55:56 +00:00
dependencies = [
"bitflags 1.3.2",
2020-01-30 17:14:20 +00:00
"serde",
"serde_json",
"serde_repr",
"url",
2019-01-14 10:55:56 +00:00
]
2020-08-13 08:08:11 +00:00
[[package]]
name = "mbe"
version = "0.0.0"
dependencies = [
2021-03-08 20:19:44 +00:00
"cov-mark",
2020-08-13 08:08:11 +00:00
"parser",
"rustc-hash",
"smallvec",
2021-02-01 20:42:37 +00:00
"stdx",
2020-08-13 08:08:11 +00:00
"syntax",
2022-04-29 14:29:24 +00:00
"test-utils",
2021-08-15 12:46:13 +00:00
"tracing",
2020-08-13 08:08:11 +00:00
"tt",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "memchr"
2022-05-19 15:51:19 +00:00
version = "2.5.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 15:51:19 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2018-09-18 22:10:19 +00:00
2020-04-17 07:47:15 +00:00
[[package]]
name = "memmap2"
version = "0.5.10"
2020-04-17 07:47:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
2020-04-17 07:47:15 +00:00
dependencies = [
"libc",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "memoffset"
version = "0.8.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
2023-02-13 11:55:14 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
dependencies = [
"autocfg",
]
2020-07-14 00:12:49 +00:00
[[package]]
name = "mimalloc"
version = "0.1.37"
2020-07-14 00:12:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e2894987a3459f3ffb755608bd82188f8ed00d0ae077f1edea29c068d639d98"
2020-07-14 00:12:49 +00:00
dependencies = [
"libmimalloc-sys",
]
2022-04-17 16:36:08 +00:00
[[package]]
name = "miniz_oxide"
2023-02-13 11:55:14 +00:00
version = "0.6.2"
2022-04-17 16:36:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-13 11:55:14 +00:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2022-04-17 16:36:08 +00:00
dependencies = [
"adler",
]
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
2019-01-06 14:05:12 +00:00
[[package]]
name = "mio"
2023-02-13 11:55:14 +00:00
version = "0.8.5"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-13 11:55:14 +00:00
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"libc",
"log",
2022-03-17 17:10:45 +00:00
"wasi",
"windows-sys 0.42.0",
2019-01-06 14:05:12 +00:00
]
2021-12-04 13:17:30 +00:00
[[package]]
name = "miow"
2022-11-23 15:24:03 +00:00
version = "0.5.0"
2021-12-04 13:17:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-23 15:24:03 +00:00
checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123"
2021-12-04 13:17:30 +00:00
dependencies = [
"windows-sys 0.42.0",
2022-11-23 15:24:03 +00:00
]
[[package]]
name = "nix"
2023-02-13 11:55:14 +00:00
version = "0.26.2"
2022-11-23 15:24:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-13 11:55:14 +00:00
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
2022-11-23 15:24:03 +00:00
dependencies = [
"bitflags 1.3.2",
2022-11-23 15:24:03 +00:00
"cfg-if",
"libc",
2023-02-13 11:55:14 +00:00
"static_assertions",
2021-12-04 13:17:30 +00:00
]
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
2019-01-06 14:05:12 +00:00
[[package]]
name = "notify"
version = "6.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
2019-01-06 14:05:12 +00:00
dependencies = [
"bitflags 2.3.2",
2021-01-28 14:55:34 +00:00
"crossbeam-channel",
2020-01-30 17:14:20 +00:00
"filetime",
"fsevent-sys",
"inotify",
"kqueue",
2020-01-30 17:14:20 +00:00
"libc",
"log",
2020-01-30 17:14:20 +00:00
"mio",
"walkdir",
"windows-sys 0.48.0",
2021-01-28 14:55:34 +00:00
]
2023-02-13 11:55:14 +00:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "num_cpus"
2023-02-13 11:55:14 +00:00
version = "1.15.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-13 11:55:14 +00:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2018-09-18 22:10:19 +00:00
dependencies = [
2023-02-13 11:55:14 +00:00
"hermit-abi 0.2.6",
2020-01-30 17:14:20 +00:00
"libc",
2018-09-18 22:10:19 +00:00
]
2022-07-03 07:14:48 +00:00
[[package]]
name = "object"
version = "0.30.4"
2022-07-03 07:14:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
dependencies = [
"memchr",
]
[[package]]
name = "object"
2023-08-14 17:27:26 +00:00
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-14 17:27:26 +00:00
checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe"
2022-07-03 07:14:48 +00:00
dependencies = [
"memchr",
]
2019-05-07 17:54:33 +00:00
[[package]]
name = "once_cell"
version = "1.18.0"
2019-05-07 17:54:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2019-05-07 17:54:33 +00:00
2020-07-29 17:49:10 +00:00
[[package]]
name = "oorandom"
2020-11-24 14:13:26 +00:00
version = "11.1.3"
2020-07-29 17:49:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-24 14:13:26 +00:00
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
2020-07-29 17:49:10 +00:00
2023-02-13 11:55:14 +00:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2019-11-26 08:29:20 +00:00
[[package]]
name = "parking_lot"
2021-09-04 07:17:36 +00:00
version = "0.11.2"
2019-11-26 08:29:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-04 07:17:36 +00:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2019-11-26 08:29:20 +00:00
dependencies = [
2020-06-27 07:09:47 +00:00
"instant",
2020-01-30 17:14:20 +00:00
"lock_api",
2023-02-13 11:55:14 +00:00
"parking_lot_core 0.8.6",
]
[[package]]
name = "parking_lot"
2022-06-10 14:30:09 +00:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-10 14:30:09 +00:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
2023-02-13 11:55:14 +00:00
"parking_lot_core 0.9.6",
2019-11-26 08:29:20 +00:00
]
[[package]]
name = "parking_lot_core"
2023-02-13 11:55:14 +00:00
version = "0.8.6"
2019-11-26 08:29:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-13 11:55:14 +00:00
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2019-11-26 08:29:20 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"cfg-if",
2020-06-27 07:09:47 +00:00
"instant",
2020-01-30 17:14:20 +00:00
"libc",
"redox_syscall 0.2.16",
2020-01-30 17:14:20 +00:00
"smallvec",
2021-01-28 14:55:34 +00:00
"winapi",
2019-11-26 08:29:20 +00:00
]
[[package]]
name = "parking_lot_core"
2023-02-13 11:55:14 +00:00
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-13 11:55:14 +00:00
checksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf"
dependencies = [
"cfg-if",
"libc",
"redox_syscall 0.2.16",
"smallvec",
"windows-sys 0.42.0",
]
2020-08-12 15:06:49 +00:00
[[package]]
name = "parser"
version = "0.0.0"
dependencies = [
"drop_bomb",
2021-12-12 18:32:58 +00:00
"expect-test",
2021-12-06 09:47:36 +00:00
"limit",
"rustc-dependencies",
"sourcegen",
2023-02-20 08:14:12 +00:00
"stdx",
2020-08-12 15:06:49 +00:00
]
2021-01-18 18:25:55 +00:00
[[package]]
name = "paste"
version = "1.0.12"
2021-01-18 18:25:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
2021-01-18 18:25:55 +00:00
2019-07-17 14:58:17 +00:00
[[package]]
name = "paths"
2020-08-13 15:42:52 +00:00
version = "0.0.0"
2019-08-17 18:34:31 +00:00
[[package]]
name = "percent-encoding"
version = "2.3.0"
2019-07-17 14:58:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2019-07-17 14:58:17 +00:00
[[package]]
name = "perf-event"
2021-05-02 19:17:04 +00:00
version = "0.4.7"
2019-07-17 14:58:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 19:17:04 +00:00
checksum = "5396562cd2eaa828445d6d34258ae21ee1eb9d40fe626ca7f51c8dccb4af9d66"
2019-07-17 14:58:17 +00:00
dependencies = [
"libc",
"perf-event-open-sys",
2019-07-17 14:58:17 +00:00
]
[[package]]
name = "perf-event-open-sys"
2020-08-27 16:55:42 +00:00
version = "1.0.1"
2019-08-17 18:34:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-27 16:55:42 +00:00
checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
dependencies = [
"libc",
]
2019-08-17 18:34:31 +00:00
[[package]]
name = "petgraph"
2020-05-24 13:42:11 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 13:42:11 +00:00
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
dependencies = [
2020-01-30 17:14:20 +00:00
"fixedbitset",
"indexmap 1.9.3",
]
2020-09-30 13:49:40 +00:00
[[package]]
name = "pin-project-lite"
2022-05-19 15:51:19 +00:00
version = "0.2.9"
2020-09-30 13:49:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 15:51:19 +00:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2020-09-30 13:49:40 +00:00
2019-08-15 12:58:08 +00:00
[[package]]
2022-04-29 14:29:24 +00:00
name = "proc-macro-api"
2020-08-13 15:42:52 +00:00
version = "0.0.0"
2020-03-18 09:47:59 +00:00
dependencies = [
"memmap2",
2023-08-14 17:27:26 +00:00
"object 0.32.0",
"paths",
"profile",
2020-03-26 20:26:34 +00:00
"serde",
"serde_json",
"snap",
2021-02-01 19:24:09 +00:00
"stdx",
2021-08-15 12:46:13 +00:00
"tracing",
"triomphe",
2020-08-13 10:07:28 +00:00
"tt",
2020-03-18 09:47:59 +00:00
]
2020-04-01 05:11:26 +00:00
[[package]]
2022-04-29 14:29:24 +00:00
name = "proc-macro-srv"
2020-08-13 08:04:37 +00:00
version = "0.0.0"
2020-04-01 05:11:26 +00:00
dependencies = [
2021-05-31 15:32:56 +00:00
"expect-test",
2020-04-04 08:09:36 +00:00
"libloading",
2020-08-13 08:08:11 +00:00
"mbe",
"memmap2",
2023-08-14 17:27:26 +00:00
"object 0.32.0",
"paths",
2022-04-29 14:29:24 +00:00
"proc-macro-api",
"proc-macro-test",
"stdx",
2020-08-13 08:04:37 +00:00
"tt",
2020-04-01 05:11:26 +00:00
]
[[package]]
name = "proc-macro-srv-cli"
version = "0.0.0"
dependencies = [
"proc-macro-api",
"proc-macro-srv",
]
2019-03-27 15:09:51 +00:00
[[package]]
2022-04-29 14:29:24 +00:00
name = "proc-macro-test"
version = "0.0.0"
2021-06-09 15:16:52 +00:00
dependencies = [
"cargo_metadata",
2022-04-29 14:29:24 +00:00
"proc-macro-test-impl",
2021-06-09 15:16:52 +00:00
"toolchain",
]
[[package]]
2022-04-29 14:29:24 +00:00
name = "proc-macro-test-impl"
2021-06-09 15:16:52 +00:00
version = "0.0.0"
2022-04-29 14:29:24 +00:00
[[package]]
name = "proc-macro2"
version = "1.0.60"
2022-04-29 14:29:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
2022-04-29 14:29:24 +00:00
dependencies = [
2022-05-19 15:51:19 +00:00
"unicode-ident",
2022-04-29 14:29:24 +00:00
]
2020-08-12 14:32:36 +00:00
[[package]]
name = "profile"
version = "0.0.0"
2019-03-27 15:09:51 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"cfg-if",
2021-12-11 16:39:23 +00:00
"countme",
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc",
2020-01-30 17:14:20 +00:00
"once_cell",
"perf-event",
2021-05-07 19:17:37 +00:00
"tikv-jemalloc-ctl",
2021-06-09 20:55:50 +00:00
"winapi",
2019-03-27 15:09:51 +00:00
]
[[package]]
2022-04-29 14:29:24 +00:00
name = "project-model"
version = "0.0.0"
dependencies = [
"anyhow",
2022-04-29 14:29:24 +00:00
"base-db",
2020-01-30 17:14:20 +00:00
"cargo_metadata",
"cfg",
"expect-test",
"itertools",
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"paths",
2021-01-18 10:25:57 +00:00
"profile",
2020-01-30 17:14:20 +00:00
"rustc-hash",
"semver",
2020-01-30 17:14:20 +00:00
"serde",
"serde_json",
2020-06-24 13:52:07 +00:00
"stdx",
"toolchain",
2021-08-15 12:46:13 +00:00
"tracing",
"triomphe",
]
2022-08-30 11:51:24 +00:00
[[package]]
name = "protobuf"
version = "3.2.0"
2022-08-30 11:51:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b55bad9126f378a853655831eb7363b7b01b81d19f8cb1218861086ca4a1a61e"
2022-08-30 11:51:24 +00:00
dependencies = [
"once_cell",
"protobuf-support",
"thiserror",
]
[[package]]
name = "protobuf-support"
version = "3.2.0"
2022-08-30 11:51:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5d4d7b8601c814cfb36bcebb79f0e61e45e1e93640cf778837833bbed05c372"
2022-08-30 11:51:24 +00:00
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",
]
2020-05-08 10:25:36 +00:00
[[package]]
name = "pulldown-cmark-to-cmark"
2022-10-18 06:12:49 +00:00
version = "10.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-18 06:12:49 +00:00
checksum = "0194e6e1966c23cc5fd988714f85b18d548d773e81965413555d96569931833d"
2020-05-08 10:25:36 +00:00
dependencies = [
"pulldown-cmark",
2020-05-08 10:25:36 +00:00
]
2019-01-31 18:09:43 +00:00
[[package]]
2019-08-15 12:58:08 +00:00
name = "quote"
version = "1.0.28"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
2019-01-31 18:09:43 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
2019-01-31 18:09:43 +00:00
]
2023-09-29 18:42:26 +00:00
[[package]]
name = "ra-ap-rustc_abi"
2023-11-07 21:46:47 +00:00
version = "0.18.0"
2023-09-29 18:42:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-07 21:46:47 +00:00
checksum = "7082716cb2bbcd8b5f062fe950cbbc87f3aba022d6da4168db35af6732a7f15d"
2023-09-29 18:42:26 +00:00
dependencies = [
"bitflags 1.3.2",
2023-11-07 21:46:47 +00:00
"ra-ap-rustc_index 0.18.0",
2023-09-29 18:42:26 +00:00
"tracing",
]
[[package]]
name = "ra-ap-rustc_index"
2023-09-29 18:42:26 +00:00
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 18:42:26 +00:00
checksum = "643ca3609870b1778d9cd1f2a8e4ccb4af0f48f3637cc257a09494d087bd93dc"
dependencies = [
"arrayvec",
"smallvec",
]
2023-11-07 21:46:47 +00:00
[[package]]
name = "ra-ap-rustc_index"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e14b1fc835d6992b128a03a3f3a8365ba9f03e1c656a1670305f63f30d786d"
dependencies = [
"arrayvec",
"smallvec",
]
[[package]]
name = "ra-ap-rustc_lexer"
2023-09-29 18:42:26 +00:00
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 18:42:26 +00:00
checksum = "30ffd24f9ba4f1d25ff27ca1469b8d22a3bdfb12cf644fc8bfcb63121fa5da6b"
dependencies = [
"unicode-properties",
"unicode-xid",
]
2023-11-07 21:46:47 +00:00
[[package]]
name = "ra-ap-rustc_lexer"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1762abb25eb1e37c1823f62b5da0821bbcd870812318db084c9516c2f78d2dcd"
dependencies = [
"unicode-properties",
"unicode-xid",
]
[[package]]
name = "ra-ap-rustc_parse_format"
2023-09-29 18:42:26 +00:00
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 18:42:26 +00:00
checksum = "207b5ac1a21d4926695e03b605ffb9f63d4968e0488e9197c04c512c37303aa7"
dependencies = [
2023-11-07 21:46:47 +00:00
"ra-ap-rustc_index 0.14.0",
"ra-ap-rustc_lexer 0.14.0",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "rayon"
version = "1.7.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"either",
"rayon-core",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "rayon-core"
version = "1.11.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
2018-09-18 22:10:19 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"crossbeam-channel",
2020-01-30 17:14:20 +00:00
"crossbeam-deque",
2021-01-28 14:55:34 +00:00
"crossbeam-utils",
2020-01-30 17:14:20 +00:00
"num_cpus",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "redox_syscall"
2022-08-23 07:05:52 +00:00
version = "0.2.16"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-23 07:05:52 +00:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-01-21 19:00:42 +00:00
dependencies = [
"bitflags 1.3.2",
2021-01-21 19:00:42 +00:00
]
[[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",
]
2018-10-02 14:07:12 +00:00
[[package]]
name = "rowan"
version = "0.15.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64449cfef9483a475ed56ae30e2da5ee96448789fb2aa240a04beb6a055078bf"
2018-10-02 14:07:12 +00:00
dependencies = [
2021-12-11 16:39:23 +00:00
"countme",
"hashbrown 0.12.3",
"memoffset 0.8.0",
2020-01-30 17:14:20 +00:00
"rustc-hash",
2020-04-24 21:40:41 +00:00
"text-size",
2018-10-02 14:07:12 +00:00
]
2020-02-18 11:33:16 +00:00
[[package]]
name = "rust-analyzer"
2020-08-13 15:42:52 +00:00
version = "0.0.0"
2020-02-18 11:33:16 +00:00
dependencies = [
2021-01-26 19:11:12 +00:00
"always-assert",
2020-02-18 11:33:16 +00:00
"anyhow",
2020-08-13 08:19:09 +00:00
"cfg",
2021-01-28 14:55:34 +00:00
"crossbeam-channel",
"dissimilar",
2020-08-21 11:19:31 +00:00
"expect-test",
2020-06-25 07:13:46 +00:00
"flycheck",
2020-08-13 14:36:55 +00:00
"hir",
2022-04-29 14:29:24 +00:00
"hir-def",
"hir-ty",
2020-08-13 15:42:52 +00:00
"ide",
2022-04-29 14:29:24 +00:00
"ide-db",
"ide-ssr",
2021-03-01 16:17:03 +00:00
"itertools",
"load-cargo",
2023-08-22 10:42:53 +00:00
"lsp-server 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
2020-02-18 11:33:16 +00:00
"lsp-types",
2020-08-13 08:08:11 +00:00
"mbe",
"mimalloc",
"mio",
"nohash-hasher",
2022-01-14 09:48:59 +00:00
"num_cpus",
2020-07-29 17:49:10 +00:00
"oorandom",
2022-06-10 14:30:09 +00:00
"parking_lot 0.12.1",
"parking_lot_core 0.9.6",
"parser",
2022-04-29 14:29:24 +00:00
"proc-macro-api",
2020-08-12 14:32:36 +00:00
"profile",
2022-04-29 14:29:24 +00:00
"project-model",
"rayon",
"rustc-dependencies",
2020-02-18 11:33:16 +00:00
"rustc-hash",
2022-08-30 11:51:24 +00:00
"scip",
2020-02-18 11:33:16 +00:00
"serde",
"serde_json",
"sourcegen",
2020-03-28 10:08:19 +00:00
"stdx",
2020-08-12 16:26:51 +00:00
"syntax",
2022-04-29 14:29:24 +00:00
"test-utils",
2021-05-07 19:17:37 +00:00
"tikv-jemallocator",
2020-08-12 14:52:28 +00:00
"toolchain",
"tracing",
2021-08-15 12:46:13 +00:00
"tracing-log",
"tracing-subscriber",
"tracing-tree",
"triomphe",
2020-06-11 09:04:09 +00:00
"vfs",
"vfs-notify",
2021-01-28 14:55:34 +00:00
"winapi",
2021-03-02 12:01:48 +00:00
"xflags",
"xshell",
2020-02-18 11:33:16 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2018-09-18 22:10:19 +00:00
[[package]]
name = "rustc-dependencies"
version = "0.0.0"
dependencies = [
2023-09-29 18:42:26 +00:00
"ra-ap-rustc_abi",
2023-11-07 21:46:47 +00:00
"ra-ap-rustc_index 0.18.0",
"ra-ap-rustc_lexer 0.18.0",
"ra-ap-rustc_parse_format",
]
[[package]]
name = "rustc-hash"
2020-02-10 15:42:56 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-10 15:42:56 +00:00
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2018-09-18 22:10:19 +00:00
[[package]]
name = "ryu"
version = "1.0.13"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2018-09-18 22:10:19 +00:00
2018-10-07 08:32:02 +00:00
[[package]]
name = "salsa"
2021-10-06 20:42:54 +00:00
version = "0.17.0-pre.2"
2019-08-15 12:18:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-06 20:42:54 +00:00
checksum = "9b223dccb46c32753144d0b51290da7230bb4aedcd8379d6b4c9a474c18bf17a"
2018-10-07 08:32:02 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"crossbeam-utils",
"indexmap 1.9.3",
2020-07-03 14:41:58 +00:00
"lock_api",
2020-01-30 17:14:20 +00:00
"log",
2020-07-29 17:49:10 +00:00
"oorandom",
"parking_lot 0.11.2",
2020-01-30 17:14:20 +00:00
"rustc-hash",
"salsa-macros",
"smallvec",
2018-09-18 22:10:19 +00:00
]
2019-01-17 11:11:00 +00:00
[[package]]
name = "salsa-macros"
2021-10-06 20:42:54 +00:00
version = "0.17.0-pre.2"
2019-08-15 12:18:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-06 20:42:54 +00:00
checksum = "ac6c2e352df550bf019da7b16164ed2f7fa107c39653d1311d1bba42d1582ff7"
2019-01-17 11:11:00 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"heck",
"proc-macro2",
"quote",
"syn 1.0.109",
2019-01-17 11:11:00 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "same-file"
2020-01-12 01:16:35 +00:00
version = "1.0.6"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"winapi-util",
2018-09-18 22:10:19 +00:00
]
2022-08-30 11:51:24 +00:00
[[package]]
name = "scip"
version = "0.3.1"
2022-08-30 11:51:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e84d21062a3ba08d58870c8c36b0c005b2b2261c6ad1bf7042585427c781883"
2022-08-30 11:51:24 +00:00
dependencies = [
"protobuf",
]
[[package]]
name = "scoped-tls"
2023-02-13 11:55:14 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-13 11:55:14 +00:00
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2019-05-04 20:40:40 +00:00
[[package]]
name = "scopeguard"
2020-02-17 14:19:55 +00:00
version = "1.1.0"
2019-05-04 20:40:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-17 14:19:55 +00:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-05-04 20:40:40 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "semver"
version = "1.0.17"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"serde",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "serde"
version = "1.0.156"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "314b5b092c0ade17c00142951e50ced110ec27cea304b1037c6969246c2469a4"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"serde_derive",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "serde_derive"
version = "1.0.156"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7e29c4601e36bcec74a223228dce795f4cd3616341a4af93520ca1a837c087d"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"syn 1.0.109",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "serde_json"
version = "1.0.97"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a"
2018-09-18 22:10:19 +00:00
dependencies = [
"indexmap 1.9.3",
2020-01-30 17:14:20 +00:00
"itoa",
"ryu",
"serde",
2019-01-21 22:28:57 +00:00
]
[[package]]
2019-08-17 18:34:31 +00:00
name = "serde_repr"
version = "0.1.12"
2019-08-17 18:34:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
2019-08-17 18:34:31 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"syn 2.0.18",
2019-08-17 18:34:31 +00:00
]
2020-06-22 11:18:10 +00:00
[[package]]
name = "sharded-slab"
2021-10-15 11:12:30 +00:00
version = "0.1.4"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-15 11:12:30 +00:00
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
2020-06-22 11:18:10 +00:00
dependencies = [
"lazy_static",
]
2019-11-15 11:45:58 +00:00
[[package]]
name = "smallvec"
2022-10-18 06:12:49 +00:00
version = "1.10.0"
2019-11-15 11:45:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-18 06:12:49 +00:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2019-11-15 11:45:58 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "smol_str"
version = "0.2.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c"
2021-11-06 15:12:34 +00:00
dependencies = [
"serde",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "snap"
2023-02-13 11:55:14 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-13 11:55:14 +00:00
checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"
[[package]]
name = "sourcegen"
version = "0.0.0"
dependencies = [
"xshell",
]
2023-02-13 11:55:14 +00:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "stdx"
2020-08-13 15:42:52 +00:00
version = "0.0.0"
dependencies = [
2021-01-26 19:11:12 +00:00
"always-assert",
"backtrace",
"crossbeam-channel",
"jod-thread",
"libc",
2022-05-19 15:51:19 +00:00
"miow",
"winapi",
]
2019-08-15 12:58:08 +00:00
[[package]]
name = "syn"
version = "1.0.109"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2019-08-15 12:58:08 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
2022-05-19 15:51:19 +00:00
"unicode-ident",
2019-08-15 12:58:08 +00:00
]
[[package]]
name = "syn"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2020-04-10 15:44:29 +00:00
[[package]]
name = "synstructure"
version = "0.13.0"
2020-04-10 15:44:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06"
2020-04-10 15:44:29 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2020-04-10 15:44:29 +00:00
"unicode-xid",
]
2020-08-12 16:26:51 +00:00
[[package]]
name = "syntax"
version = "0.0.0"
dependencies = [
2021-03-08 20:19:44 +00:00
"cov-mark",
2023-03-13 08:42:24 +00:00
"either",
2020-08-21 11:19:31 +00:00
"expect-test",
"indexmap 2.0.0",
2021-03-01 16:17:03 +00:00
"itertools",
2020-08-12 16:26:51 +00:00
"once_cell",
"parser",
"proc-macro2",
2020-11-27 16:00:03 +00:00
"profile",
"quote",
2020-08-12 16:26:51 +00:00
"rayon",
"rowan",
"rustc-dependencies",
2020-08-12 16:26:51 +00:00
"rustc-hash",
"smol_str",
"sourcegen",
2020-08-12 16:26:51 +00:00
"stdx",
2022-04-29 14:29:24 +00:00
"test-utils",
"text-edit",
"triomphe",
"ungrammar",
2020-08-12 16:26:51 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
2022-04-29 14:29:24 +00:00
name = "test-utils"
2020-08-13 15:42:52 +00:00
version = "0.0.0"
2018-09-18 22:10:19 +00:00
dependencies = [
"dissimilar",
2021-02-09 16:29:40 +00:00
"profile",
2020-05-24 13:42:11 +00:00
"rustc-hash",
"stdx",
2020-04-24 21:40:41 +00:00
"text-size",
2018-09-18 22:10:19 +00:00
]
[[package]]
2022-04-29 14:29:24 +00:00
name = "text-edit"
2020-08-12 15:03:06 +00:00
version = "0.0.0"
dependencies = [
"itertools",
2020-08-12 15:03:06 +00:00
"text-size",
]
2022-04-29 14:29:24 +00:00
[[package]]
name = "text-size"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "288cb548dbe72b652243ea797201f3d481a0609a967980fcc5b2315ea811560a"
2022-08-30 11:51:24 +00:00
[[package]]
name = "thiserror"
version = "1.0.40"
2022-08-30 11:51:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2022-08-30 11:51:24 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.40"
2022-08-30 11:51:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2022-08-30 11:51:24 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2022-08-30 11:51:24 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "thread_local"
version = "1.1.7"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2018-09-18 22:10:19 +00:00
dependencies = [
"cfg-if",
2021-01-23 16:28:59 +00:00
"once_cell",
2018-12-18 09:45:20 +00:00
]
2021-05-07 19:17:37 +00:00
[[package]]
name = "tikv-jemalloc-ctl"
2022-06-10 14:30:09 +00:00
version = "0.5.0"
2021-05-07 19:17:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-10 14:30:09 +00:00
checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1"
2021-05-07 19:17:37 +00:00
dependencies = [
"libc",
"paste",
"tikv-jemalloc-sys",
]
[[package]]
name = "tikv-jemalloc-sys"
version = "0.5.3+5.3.0-patched"
2021-05-07 19:17:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a678df20055b43e57ef8cddde41cdfda9a3c1a060b67f4c5836dfb1d78543ba8"
2021-05-07 19:17:37 +00:00
dependencies = [
"cc",
"libc",
]
[[package]]
name = "tikv-jemallocator"
2022-06-10 14:30:09 +00:00
version = "0.5.0"
2021-05-07 19:17:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-10 14:30:09 +00:00
checksum = "20612db8a13a6c06d57ec83953694185a367e16945f66565e8028d2c0bd76979"
2021-05-07 19:17:37 +00:00
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"
2020-06-21 15:53:52 +00:00
[[package]]
name = "tinyvec"
2022-05-19 15:51:19 +00:00
version = "1.6.0"
2020-06-21 15:53:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 15:51:19 +00:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2020-11-17 14:39:25 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
2020-06-21 15:53:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2020-06-21 15:53:52 +00:00
2020-08-12 14:52:28 +00:00
[[package]]
name = "toolchain"
version = "0.0.0"
dependencies = [
"home",
]
2020-06-21 15:53:52 +00:00
2020-06-22 11:18:10 +00:00
[[package]]
name = "tracing"
2022-10-18 06:12:49 +00:00
version = "0.1.37"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-18 06:12:49 +00:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2020-06-22 11:18:10 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"cfg-if",
2020-09-30 13:49:40 +00:00
"pin-project-lite",
2020-06-22 11:18:10 +00:00
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.26"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
2020-06-22 11:18:10 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2020-06-22 11:18:10 +00:00
]
[[package]]
name = "tracing-core"
version = "0.1.31"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2020-06-22 11:18:10 +00:00
dependencies = [
2022-06-10 14:30:09 +00:00
"once_cell",
2022-02-09 07:14:55 +00:00
"valuable",
2020-06-22 11:18:10 +00:00
]
[[package]]
name = "tracing-log"
2022-05-19 15:51:19 +00:00
version = "0.1.3"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 15:51:19 +00:00
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
2020-06-22 11:18:10 +00:00
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.17"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2020-06-22 11:18:10 +00:00
dependencies = [
"sharded-slab",
2020-08-13 08:04:55 +00:00
"thread_local",
2020-06-22 11:18:10 +00:00
"tracing-core",
2021-08-15 12:46:13 +00:00
"tracing-log",
2020-06-22 11:18:10 +00:00
]
2020-07-10 16:30:32 +00:00
[[package]]
name = "tracing-tree"
version = "0.2.3"
2020-07-10 16:30:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f9742d8df709837409dbb22aa25dd7769c260406f20ff48a2320b80a4a6aed0"
2020-07-10 16:30:32 +00:00
dependencies = [
"atty",
2023-02-13 11:55:14 +00:00
"nu-ansi-term",
2021-09-09 18:09:57 +00:00
"tracing-core",
"tracing-log",
2020-07-10 16:30:32 +00:00
"tracing-subscriber",
]
[[package]]
name = "triomphe"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1ee9bd9239c339d714d657fac840c6d2a4f9c45f4f9ec7b0975113458be78db"
2020-08-12 14:46:20 +00:00
[[package]]
name = "tt"
version = "0.0.0"
dependencies = [
"smol_str",
"stdx",
]
[[package]]
name = "typed-arena"
2023-02-13 11:55:14 +00:00
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-13 11:55:14 +00:00
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
[[package]]
name = "ungrammar"
version = "1.16.1"
2020-12-23 10:22:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e5df347f0bf3ec1d670aad6ca5c6a1859cd9ea61d2113125794654ccced68f"
2020-06-09 03:43:57 +00:00
[[package]]
2020-06-15 02:47:33 +00:00
name = "unicase"
version = "2.6.0"
2020-06-09 03:43:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-15 02:47:33 +00:00
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2020-06-09 03:43:57 +00:00
dependencies = [
2020-06-15 02:47:33 +00:00
"version_check",
2020-06-09 03:43:57 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.13"
2022-05-19 15:51:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-05-19 15:51:19 +00:00
[[package]]
name = "unicode-ident"
version = "1.0.9"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
2018-09-18 22:10:19 +00:00
[[package]]
name = "unicode-normalization"
2022-10-18 06:12:49 +00:00
version = "0.1.22"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-18 06:12:49 +00:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2019-01-23 11:48:57 +00:00
dependencies = [
2020-06-21 15:53:52 +00:00
"tinyvec",
2019-01-23 11:48:57 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "unicode-properties"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7f91c8b21fbbaa18853c3d0801c78f4fc94cdb976699bb03e832e75f7fd22f0"
2018-09-18 22:10:19 +00:00
[[package]]
name = "unicode-segmentation"
version = "1.10.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2018-09-18 22:10:19 +00:00
2019-08-15 12:58:08 +00:00
[[package]]
name = "unicode-xid"
2022-10-18 06:12:49 +00:00
version = "0.2.4"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-18 06:12:49 +00:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2019-08-15 12:58:08 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
2019-08-17 18:34:31 +00:00
name = "url"
version = "2.4.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-11-11 16:17:48 +00:00
"form_urlencoded",
2020-01-30 17:14:20 +00:00
"idna",
"percent-encoding",
"serde",
2018-09-18 22:10:19 +00:00
]
2022-02-09 07:14:55 +00:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2020-06-09 03:43:57 +00:00
[[package]]
2020-06-15 02:47:33 +00:00
name = "version_check"
2022-02-09 07:14:55 +00:00
version = "0.9.4"
2020-06-09 03:43:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-09 07:14:55 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-06-09 03:43:57 +00:00
2020-06-15 11:29:07 +00:00
[[package]]
name = "vfs"
2020-08-13 15:42:52 +00:00
version = "0.0.0"
2020-06-11 09:04:09 +00:00
dependencies = [
2020-07-07 20:53:12 +00:00
"fst",
"indexmap 2.0.0",
"nohash-hasher",
2020-06-11 09:04:09 +00:00
"paths",
"rustc-hash",
2022-08-30 11:51:24 +00:00
"stdx",
2020-06-11 09:04:09 +00:00
]
[[package]]
name = "vfs-notify"
2020-08-13 15:42:52 +00:00
version = "0.0.0"
2020-06-15 11:29:07 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"crossbeam-channel",
2020-06-11 09:04:09 +00:00
"notify",
2020-06-15 11:29:07 +00:00
"paths",
"stdx",
2021-08-15 12:46:13 +00:00
"tracing",
2020-06-11 09:04:09 +00:00
"vfs",
2020-06-15 11:29:07 +00:00
"walkdir",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "walkdir"
version = "2.3.3"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"same-file",
"winapi-util",
2018-09-18 22:10:19 +00:00
]
2022-03-17 17:10:45 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2018-09-18 22:10:19 +00:00
[[package]]
name = "winapi"
2020-06-27 07:09:47 +00:00
version = "0.3.9"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-27 07:09:47 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-09-18 22:10:19 +00:00
[[package]]
name = "winapi-util"
2020-04-22 14:34:53 +00:00
version = "0.1.5"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-22 14:34:53 +00:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2018-09-18 22:10:19 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"winapi",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2018-09-18 22:10:19 +00:00
2021-12-04 13:17:30 +00:00
[[package]]
2022-11-23 15:24:03 +00:00
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",
2022-11-23 15:24:03 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
2021-12-04 13:17:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2021-12-04 13:17:30 +00:00
[[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"
2021-12-04 13:17:30 +00:00
[[package]]
2022-11-23 15:24:03 +00:00
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"
2021-12-04 13:17:30 +00:00
[[package]]
2022-11-23 15:24:03 +00:00
name = "windows_i686_msvc"
version = "0.42.2"
2021-12-04 13:17:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2021-12-04 13:17:30 +00:00
[[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"
2022-11-23 15:24:03 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2022-11-23 15:24:03 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
2021-12-04 13:17:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2021-12-04 13:17:30 +00:00
[[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"
2022-11-23 15:24:03 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2020-08-01 02:09:52 +00:00
[[package]]
name = "write-json"
2020-08-01 11:47:19 +00:00
version = "0.1.2"
2020-08-01 02:09:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-01 11:47:19 +00:00
checksum = "06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3"
2020-08-01 02:09:52 +00:00
[[package]]
name = "xflags"
2023-02-13 11:55:14 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-13 11:55:14 +00:00
checksum = "c4554b580522d0ca238369c16b8f6ce34524d61dafe7244993754bbd05f2c2ea"
dependencies = [
"xflags-macros",
]
[[package]]
name = "xflags-macros"
2023-02-13 11:55:14 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-13 11:55:14 +00:00
checksum = "f58e7b3ca8977093aae6b87b6a7730216fc4c53a6530bab5c43a783cd810c1a8"
2020-10-16 17:46:03 +00:00
[[package]]
name = "xshell"
2023-02-13 11:55:14 +00:00
version = "0.2.3"
2020-10-16 17:46:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-13 11:55:14 +00:00
checksum = "962c039b3a7b16cf4e9a4248397c6585c07547412e7d6a6e035389a802dcfe90"
2020-10-16 17:46:03 +00:00
dependencies = [
"xshell-macros",
]
[[package]]
name = "xshell-macros"
2023-02-13 11:55:14 +00:00
version = "0.2.3"
2020-10-16 17:46:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-13 11:55:14 +00:00
checksum = "1dbabb1cbd15a1d6d12d9ed6b35cc6777d4af87ab3ba155ea37215f20beab80c"
2020-10-16 17:46:03 +00:00
2019-10-17 16:36:55 +00:00
[[package]]
name = "xtask"
version = "0.1.0"
dependencies = [
2020-01-30 17:14:20 +00:00
"anyhow",
"flate2",
2023-02-13 11:55:14 +00:00
"time",
2020-08-01 02:09:52 +00:00
"write-json",
"xflags",
2020-10-16 17:46:03 +00:00
"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",
2019-10-17 16:36:55 +00:00
]