rust-analyzer/Cargo.lock

1942 lines
41 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"
2021-07-31 07:25:13 +00:00
version = "0.16.0"
2020-05-12 20:49:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-31 07:25:13 +00:00
checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
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"
2021-02-05 15:09:45 +00:00
version = "0.1.2"
2021-01-26 19:11:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-05 15:09:45 +00:00
checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"
2021-01-26 19:11:12 +00:00
dependencies = [
"log",
]
2020-06-22 11:18:10 +00:00
[[package]]
name = "ansi_term"
2020-07-10 16:30:32 +00:00
version = "0.12.1"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-10 16:30:32 +00:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
2020-06-22 11:18:10 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"winapi",
2020-06-22 11:18:10 +00:00
]
[[package]]
name = "anyhow"
2021-08-23 10:25:59 +00:00
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-23 10:25:59 +00:00
checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf"
[[package]]
name = "anymap"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344"
2019-10-17 15:06:01 +00:00
[[package]]
name = "arrayvec"
2021-06-18 18:31:09 +00:00
version = "0.7.1"
2019-10-17 15:06:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-18 18:31:09 +00:00
checksum = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd"
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 = [
"hermit-abi",
"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"
2020-08-21 17:14:44 +00:00
version = "1.0.1"
2020-01-12 01:16:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-21 17:14:44 +00:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-01-12 01:16:35 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "backtrace"
2021-07-31 07:25:13 +00:00
version = "0.3.61"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-31 07:25:13 +00:00
checksum = "e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01"
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",
2020-06-16 17:21:38 +00:00
"miniz_oxide",
2021-07-31 08:25:03 +00:00
"object",
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]]
name = "base_db"
version = "0.0.0"
dependencies = [
"cfg",
"profile",
"rustc-hash",
"salsa",
"stdx",
"syntax",
"test_utils",
"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
2021-03-02 12:27:29 +00:00
[[package]]
name = "camino"
2021-07-31 07:25:13 +00:00
version = "1.0.5"
2021-03-02 12:27:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-31 07:25:13 +00:00
checksum = "52d74260d9bf6944e2208aa46841b4b8f0d7ffc0849a06837b2f510337f86b2b"
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.14.0"
2019-01-14 13:15:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c297bd3135f558552f99a0daa180876984ea2c4ffa7470314540dff8c654109a"
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",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "cc"
2021-07-24 08:16:32 +00:00
version = "1.0.69"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-24 08:16:32 +00:00
checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
2018-09-18 22:10:19 +00:00
2020-08-13 08:19:09 +00:00
[[package]]
name = "cfg"
version = "0.0.0"
dependencies = [
"expect-test",
2020-08-13 08:19:09 +00:00
"mbe",
"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"
2021-08-07 11:11:58 +00:00
version = "0.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-07 11:11:58 +00:00
checksum = "1b29a4ef88867aee29bc709976d9b0a20ddb2c52aeca0bd635893a74fa77d7f6"
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"syn",
2020-04-10 15:44:29 +00:00
"synstructure",
]
[[package]]
2020-07-11 17:17:03 +00:00
name = "chalk-ir"
2021-08-07 11:11:58 +00:00
version = "0.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-07 11:11:58 +00:00
checksum = "3efd5b260d23af3daebae111ea4066604dd3cdb18ca610358ab2e2a7aab71461"
dependencies = [
2020-12-23 09:41:03 +00:00
"bitflags",
"chalk-derive",
2020-07-11 17:17:03 +00:00
"lazy_static",
]
[[package]]
2020-07-11 17:17:03 +00:00
name = "chalk-recursive"
2021-08-07 11:11:58 +00:00
version = "0.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-07 11:11:58 +00:00
checksum = "7c8089c69051fa6bfdadb67f6dc951881f99fef6814e0e0c27c47218e34d8adb"
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"
2021-08-07 11:11:58 +00:00
version = "0.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-07 11:11:58 +00:00
checksum = "3ad0c276126d7787577d22f82785d8f2795318ad30349e66b487a6d6a591e351"
dependencies = [
2020-01-30 17:14:20 +00:00
"chalk-derive",
"chalk-ir",
"ena",
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",
]
[[package]]
name = "countme"
2021-01-28 15:59:54 +00:00
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-28 15:59:54 +00:00
checksum = "328b822bdcba4d4e402be8d9adb6eebf269f969f8eadef977a553ff3c4fbcb58"
dependencies = [
"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"
2020-10-24 14:10:27 +00:00
version = "1.2.1"
2019-06-26 06:12:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-24 14:10:27 +00:00
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
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.1"
2020-10-13 13:57:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
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"
2021-07-31 07:25:13 +00:00
version = "0.8.1"
2019-06-26 06:12:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-31 07:25:13 +00:00
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
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"
2021-05-30 11:48:10 +00:00
version = "0.9.5"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-30 11:48:10 +00:00
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
2018-09-18 22:10:19 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"cfg-if",
"crossbeam-utils",
2020-01-30 17:14:20 +00:00
"lazy_static",
2021-01-19 19:11:42 +00:00
"memoffset",
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"
2021-05-30 11:48:10 +00:00
version = "0.8.5"
2020-10-13 13:57:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-30 11:48:10 +00:00
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
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
"lazy_static",
]
[[package]]
name = "dashmap"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
dependencies = [
2021-01-28 14:55:34 +00:00
"cfg-if",
"num_cpus",
]
[[package]]
name = "dissimilar"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc4b29f4b9bb94bf267d57269fd0706d343a160937108e9619fe380645428abb"
[[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.6.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2018-09-18 22:10:19 +00:00
2020-05-01 12:29:03 +00:00
[[package]]
name = "ena"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
dependencies = [
"log",
]
2019-11-30 00:20:48 +00:00
[[package]]
name = "env_logger"
2021-07-24 08:16:32 +00:00
version = "0.9.0"
2019-11-30 00:20:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-24 08:16:32 +00:00
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
2019-11-30 00:20:48 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"log",
2019-11-30 00:20:48 +00:00
]
[[package]]
2020-08-21 11:19:31 +00:00
name = "expect-test"
2021-01-03 13:43:29 +00:00
version = "1.1.0"
2020-08-21 11:19:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-03 13:43:29 +00:00
checksum = "2300477aab3a378f2ca00a4fbd4dc713654ab7ed790e4017493cb33656280633"
dependencies = [
2021-01-03 13:43:29 +00:00
"dissimilar",
"once_cell",
]
2019-01-06 14:05:12 +00:00
[[package]]
name = "filetime"
2021-08-13 15:08:24 +00:00
version = "0.2.15"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-13 15:08:24 +00:00
checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
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",
2021-02-15 14:49:36 +00:00
"redox_syscall",
2021-01-28 14:55:34 +00:00
"winapi",
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"
2021-01-29 15:12:39 +00:00
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-29 15:12:39 +00:00
checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
dependencies = [
2021-01-28 14:55:34 +00:00
"cfg-if",
"crc32fast",
"libc",
"miniz_oxide",
]
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",
2021-01-28 14:55:34 +00:00
"crossbeam-channel",
2020-06-25 07:13:46 +00:00
"jod-thread",
"log",
"paths",
"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",
2020-06-25 07:13:46 +00:00
]
2020-11-11 16:17:48 +00:00
[[package]]
name = "form_urlencoded"
2021-02-20 19:15:26 +00:00
version = "1.0.1"
2020-11-11 16:17:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 19:15:26 +00:00
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
2020-11-11 16:17:48 +00:00
dependencies = [
"matches",
"percent-encoding",
]
2021-01-18 18:25:55 +00:00
[[package]]
name = "fs_extra"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
2019-01-06 14:05:12 +00:00
[[package]]
name = "fsevent-sys"
2021-05-30 11:48:10 +00:00
version = "4.0.0"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-30 11:48:10 +00:00
checksum = "5c0e564d24da983c053beff1bb7178e237501206840a3e6bf4e267b9e8ae734a"
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"
2021-07-31 07:25:13 +00:00
version = "0.25.0"
2020-05-12 20:49:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-31 07:25:13 +00:00
checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
2020-07-19 17:09:01 +00:00
[[package]]
name = "hashbrown"
version = "0.11.2"
2020-07-19 17:09:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2020-07-19 17:09:01 +00:00
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
]
2020-08-13 14:36:55 +00:00
[[package]]
name = "hir"
version = "0.0.0"
dependencies = [
"arrayvec",
"base_db",
"cfg",
2020-08-13 14:36:55 +00:00
"either",
"hir_def",
"hir_expand",
"hir_ty",
"indexmap",
2021-03-01 16:17:03 +00:00
"itertools",
2020-08-13 14:36:55 +00:00
"log",
"once_cell",
2020-08-13 14:36:55 +00:00
"profile",
"rustc-hash",
"smallvec",
2020-08-13 14:36:55 +00:00
"stdx",
"syntax",
"tt",
2020-08-13 14:36:55 +00:00
]
2020-08-13 14:28:27 +00:00
[[package]]
name = "hir_def"
version = "0.0.0"
dependencies = [
"anymap",
"base_db",
"cfg",
2021-03-08 20:19:44 +00:00
"cov-mark",
2021-04-01 17:46:43 +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",
"hir_expand",
"indexmap",
2021-03-01 16:17:03 +00:00
"itertools",
"la-arena",
2021-07-10 20:49:17 +00:00
"limit",
2020-08-13 14:28:27 +00:00
"log",
"mbe",
"once_cell",
"profile",
"rustc-hash",
"smallvec",
"stdx",
"syntax",
"test_utils",
"tt",
]
2020-08-13 14:26:29 +00:00
[[package]]
name = "hir_expand"
version = "0.0.0"
dependencies = [
"base_db",
2021-03-10 18:43:03 +00:00
"cfg",
"cov-mark",
2020-08-13 14:26:29 +00:00
"either",
"expect-test",
"la-arena",
2021-07-10 20:49:17 +00:00
"limit",
2020-08-13 14:26:29 +00:00
"log",
"mbe",
"parser",
"profile",
"rustc-hash",
"syntax",
"test_utils",
"tt",
]
2020-08-13 14:35:29 +00:00
[[package]]
name = "hir_ty"
version = "0.0.0"
dependencies = [
"arrayvec",
"base_db",
"chalk-ir",
"chalk-recursive",
"chalk-solve",
2021-03-08 20:19:44 +00:00
"cov-mark",
2020-08-13 14:35:29 +00:00
"ena",
2020-08-21 11:19:31 +00:00
"expect-test",
2020-08-13 14:35:29 +00:00
"hir_def",
"hir_expand",
2021-03-01 16:17:03 +00:00
"itertools",
"la-arena",
2021-07-10 20:49:17 +00:00
"limit",
2020-08-13 14:35:29 +00:00
"log",
2020-11-11 02:11:40 +00:00
"once_cell",
2020-08-13 14:35:29 +00:00
"profile",
"rustc-hash",
"scoped-tls",
"smallvec",
"stdx",
"syntax",
"test_utils",
"tracing",
"tracing-subscriber",
"tracing-tree",
]
2020-05-07 19:06:44 +00:00
[[package]]
name = "home"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
dependencies = [
2021-01-28 14:55:34 +00:00
"winapi",
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",
"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",
"ide_assists",
"ide_completion",
2020-08-13 15:42:52 +00:00
"ide_db",
"ide_diagnostics",
2021-02-22 19:14:58 +00:00
"ide_ssr",
2020-08-13 15:42:52 +00:00
"indexmap",
2021-03-01 16:17:03 +00:00
"itertools",
2020-08-13 15:42:52 +00:00
"log",
"oorandom",
"profile",
"pulldown-cmark",
"pulldown-cmark-to-cmark",
2020-08-13 15:42:52 +00:00
"rustc-hash",
"stdx",
"syntax",
"test_utils",
"text_edit",
"url",
2020-08-13 15:42:52 +00:00
]
[[package]]
name = "ide_assists"
version = "0.0.0"
dependencies = [
2021-03-08 20:19:44 +00:00
"cov-mark",
"either",
"expect-test",
"hir",
"ide_db",
"indexmap",
2021-03-01 16:17:03 +00:00
"itertools",
"profile",
"rustc-hash",
"sourcegen",
"stdx",
"syntax",
"test_utils",
"text_edit",
]
[[package]]
name = "ide_completion"
version = "0.0.0"
dependencies = [
"base_db",
2021-03-08 20:19:44 +00:00
"cov-mark",
"either",
"expect-test",
"hir",
"ide_db",
2021-03-01 16:17:03 +00:00
"itertools",
"log",
2021-05-27 21:28:14 +00:00
"once_cell",
"profile",
"rustc-hash",
"sourcegen",
"stdx",
"syntax",
"test_utils",
"text_edit",
"xshell",
]
2020-08-13 14:39:16 +00:00
[[package]]
name = "ide_db"
version = "0.0.0"
dependencies = [
"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",
2021-03-01 16:17:03 +00:00
"itertools",
2021-07-10 20:49:17 +00:00
"limit",
2020-08-13 14:39:16 +00:00
"log",
"once_cell",
"profile",
"rayon",
"rustc-hash",
"stdx",
"syntax",
"test_utils",
"text_edit",
]
2021-06-14 09:24:58 +00:00
[[package]]
name = "ide_diagnostics"
version = "0.0.0"
dependencies = [
"cfg",
"cov-mark",
"either",
"expect-test",
"hir",
"ide_db",
"itertools",
"profile",
"rustc-hash",
"sourcegen",
"stdx",
"syntax",
"test_utils",
"text_edit",
]
2021-06-14 09:24:58 +00:00
2021-02-22 19:14:58 +00:00
[[package]]
name = "ide_ssr"
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",
"ide_db",
2021-03-01 16:17:03 +00:00
"itertools",
2021-02-22 19:14:58 +00:00
"rustc-hash",
"syntax",
"test_utils",
"text_edit",
]
2019-08-17 18:34:31 +00:00
[[package]]
name = "idna"
2021-04-21 16:20:18 +00:00
version = "0.2.3"
2019-08-17 18:34:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-21 16:20:18 +00:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2019-08-17 18:34:31 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"matches",
"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.7.0"
2018-10-07 08:32:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
2019-10-22 17:01:26 +00:00
dependencies = [
2020-02-22 16:22:09 +00:00
"autocfg",
2021-01-19 09:05:27 +00:00
"hashbrown",
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-05-24 13:31:54 +00:00
version = "0.9.3"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-24 13:31:54 +00:00
checksum = "b031475cb1b103ee221afb806a23d35e0570bf7271d7588762ceba8127ed43b3"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"bitflags",
"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-07-24 08:16:32 +00:00
version = "0.1.10"
2020-06-27 07:09:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-24 08:16:32 +00:00
checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
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
]
2020-12-30 15:39:50 +00:00
[[package]]
name = "itertools"
2021-06-18 18:31:09 +00:00
version = "0.10.1"
2020-12-30 15:39:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-18 18:31:09 +00:00
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
2020-12-30 15:39:50 +00:00
dependencies = [
"either",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "itoa"
2021-08-23 10:25:59 +00:00
version = "0.4.8"
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 = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
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"
2021-08-17 15:27:37 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-17 15:27:37 +00:00
checksum = "058a107a784f8be94c7d35c1300f4facced2e93d2fbe5b1452b44e905ddca4a9"
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",
"libc",
]
2021-01-14 15:47:42 +00:00
[[package]]
name = "la-arena"
2021-07-20 11:33:08 +00:00
version = "0.2.1"
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"
2021-08-23 10:25:59 +00:00
version = "0.2.100"
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 = "a1fa8cddc8fbbee11227ef194b5317ed014b8acbf15139bd716a18ad3fe99ec5"
2018-09-18 22:10:19 +00:00
2020-04-04 08:09:36 +00:00
[[package]]
name = "libloading"
version = "0.7.0"
2020-04-04 08:09:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
2020-04-04 08:09:36 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"cfg-if",
"winapi",
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"
2021-06-18 18:31:09 +00:00
version = "0.1.22"
2019-01-21 22:28:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-18 18:31:09 +00:00
checksum = "1d1b8479c593dba88c2741fc50b92e13dbabbbe0bd504d979f244ccc1a5b1c01"
2020-07-14 00:12:49 +00:00
dependencies = [
"cc",
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"
2019-07-14 16:21:50 +00:00
[[package]]
name = "lock_api"
2021-05-02 19:17:04 +00:00
version = "0.4.4"
2019-07-14 16:21:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 19:17:04 +00:00
checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
2019-07-14 16:21:50 +00:00
dependencies = [
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"
2021-01-27 12:22:19 +00:00
version = "0.4.14"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-27 12:22:19 +00:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2018-09-18 22:10:19 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"cfg-if",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "lsp-server"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c351c75989da23b355226dc188dc2b52538a7f4f218d70fd7393c6b62b110444"
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"
2021-06-18 18:31:09 +00:00
version = "0.89.2"
2019-04-21 12:14:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-18 18:31:09 +00:00
checksum = "852e0dedfd52cc32325598b2631e0eba31b7b708959676a9f837042f276b09a2"
2019-01-14 10:55:56 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"bitflags",
"serde",
"serde_json",
"serde_repr",
"url",
2019-01-14 10:55:56 +00:00
]
2020-06-22 11:18:10 +00:00
[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
"regex-automata",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "matches"
2021-08-13 15:08:24 +00:00
version = "0.1.9"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-13 15:08:24 +00:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2018-09-18 22:10:19 +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
"log",
"parser",
2021-02-05 11:57:32 +00:00
"profile",
2020-08-13 08:08:11 +00:00
"rustc-hash",
"smallvec",
2021-02-01 20:42:37 +00:00
"stdx",
2020-08-13 08:08:11 +00:00
"syntax",
"test_utils",
"tt",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "memchr"
2021-08-23 10:25:59 +00:00
version = "2.4.1"
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 = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2018-09-18 22:10:19 +00:00
2020-04-17 07:47:15 +00:00
[[package]]
name = "memmap2"
2021-08-23 10:25:59 +00:00
version = "0.3.1"
2020-04-17 07:47:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-23 10:25:59 +00:00
checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357"
2020-04-17 07:47:15 +00:00
dependencies = [
"libc",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "memoffset"
2021-05-30 11:48:10 +00:00
version = "0.6.4"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-30 11:48:10 +00:00
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
dependencies = [
"autocfg",
]
2018-09-18 22:10:19 +00:00
2020-07-14 00:12:49 +00:00
[[package]]
name = "mimalloc"
2021-06-18 18:31:09 +00:00
version = "0.1.26"
2020-07-14 00:12:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-18 18:31:09 +00:00
checksum = "fb74897ce508e6c49156fd1476fc5922cbc6e75183c65e399c765a09122e5130"
2020-07-14 00:12:49 +00:00
dependencies = [
"libmimalloc-sys",
]
2020-06-16 17:21:38 +00:00
[[package]]
name = "miniz_oxide"
2021-02-25 15:34:48 +00:00
version = "0.4.4"
2020-06-16 17:21:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-25 15:34:48 +00:00
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2020-06-16 17:21:38 +00:00
dependencies = [
2020-07-07 14:26:33 +00:00
"adler",
2020-09-14 12:43:26 +00:00
"autocfg",
2020-06-16 17:21:38 +00:00
]
2019-01-06 14:05:12 +00:00
[[package]]
name = "mio"
2021-06-22 17:18:48 +00:00
version = "0.7.13"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-22 17:18:48 +00:00
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"libc",
"log",
"miow",
2021-01-28 14:55:34 +00:00
"ntapi",
"winapi",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "miow"
version = "0.3.7"
2019-01-06 14:05:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2019-01-06 14:05:12 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"winapi",
2019-01-06 14:05:12 +00:00
]
[[package]]
name = "notify"
2021-08-17 15:27:37 +00:00
version = "5.0.0-pre.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-17 15:27:37 +00:00
checksum = "20a629259bb2c87a884bb76f6086c8637919de6d074754341c12e5dd3aed6326"
2019-01-06 14:05:12 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"bitflags",
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",
"mio",
"walkdir",
2021-01-28 14:55:34 +00:00
"winapi",
]
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi",
2019-01-06 14:05:12 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "num_cpus"
2020-04-16 13:13:44 +00:00
version = "1.13.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-16 13:13:44 +00:00
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"hermit-abi",
"libc",
2018-09-18 22:10:19 +00:00
]
2021-07-31 07:25:13 +00:00
[[package]]
name = "object"
2021-08-23 10:25:59 +00:00
version = "0.26.1"
2021-07-31 07:25:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-23 10:25:59 +00:00
checksum = "ee2766204889d09937d00bfbb7fec56bb2a199e2ade963cab19185d8a6104c7c"
2021-07-31 07:25:13 +00:00
dependencies = [
"memchr",
]
2019-05-07 17:54:33 +00:00
[[package]]
name = "once_cell"
2021-06-18 18:31:09 +00:00
version = "1.8.0"
2019-05-07 17:54:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-18 18:31:09 +00:00
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
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
2019-11-26 08:29:20 +00:00
[[package]]
name = "parking_lot"
2020-11-19 20:00:56 +00:00
version = "0.11.1"
2019-11-26 08:29:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-19 20:00:56 +00:00
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
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",
"parking_lot_core",
2019-11-26 08:29:20 +00:00
]
[[package]]
name = "parking_lot_core"
2021-02-15 14:49:36 +00:00
version = "0.8.3"
2019-11-26 08:29:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-15 14:49:36 +00:00
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
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",
2021-02-15 14:49:36 +00:00
"redox_syscall",
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
]
2020-08-12 15:06:49 +00:00
[[package]]
name = "parser"
version = "0.0.0"
dependencies = [
"drop_bomb",
]
2021-01-18 18:25:55 +00:00
[[package]]
name = "paste"
2021-08-13 15:08:24 +00:00
version = "1.0.5"
2021-01-18 18:25:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-13 15:08:24 +00:00
checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
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"
dependencies = [
"serde",
]
2019-08-17 18:34:31 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
2019-07-17 14:58:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-30 17:14:20 +00:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
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",
]
2020-09-30 13:49:40 +00:00
[[package]]
name = "pin-project-lite"
version = "0.2.7"
2020-09-30 13:49:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
2020-09-30 13:49:40 +00:00
2019-08-15 12:58:08 +00:00
[[package]]
name = "proc-macro2"
2021-07-24 08:16:32 +00:00
version = "1.0.28"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-24 08:16:32 +00:00
checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"
2019-08-15 12:58:08 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"unicode-xid",
2019-08-15 12:58:08 +00:00
]
2020-06-15 02:47:33 +00:00
[[package]]
2020-08-13 10:07:28 +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 = [
2021-01-28 14:55:34 +00:00
"crossbeam-channel",
2020-03-28 12:52:45 +00:00
"jod-thread",
2020-03-26 20:26:34 +00:00
"log",
"memmap2",
2021-07-31 08:25:03 +00:00
"object",
"paths",
"profile",
2020-03-26 20:26:34 +00:00
"serde",
"serde_json",
"snap",
2021-02-01 19:24:09 +00:00
"stdx",
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]]
2020-08-13 08:04:37 +00:00
name = "proc_macro_srv"
version = "0.0.0"
2020-04-01 05:11:26 +00:00
dependencies = [
"cargo_metadata",
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",
2021-07-31 08:25:03 +00:00
"object",
"paths",
2020-08-13 10:07:28 +00:00
"proc_macro_api",
"proc_macro_test",
2020-04-09 17:43:47 +00:00
"test_utils",
2020-08-13 08:04:37 +00:00
"toolchain",
"tt",
2020-04-01 05:11:26 +00:00
]
2019-03-27 15:09:51 +00:00
[[package]]
name = "proc_macro_test"
version = "0.0.0"
2021-06-09 15:16:52 +00:00
dependencies = [
"cargo_metadata",
"proc_macro_test_impl",
"toolchain",
]
[[package]]
name = "proc_macro_test_impl"
version = "0.0.0"
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",
"countme",
"la-arena",
"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]]
name = "project_model"
version = "0.0.0"
dependencies = [
"anyhow",
2020-08-13 14:25:38 +00:00
"base_db",
2020-01-30 17:14:20 +00:00
"cargo_metadata",
"cfg",
"expect-test",
"la-arena",
2020-01-30 17:14:20 +00:00
"log",
"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",
]
[[package]]
name = "pulldown-cmark"
2020-10-13 17:31:23 +00:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-13 17:31:23 +00:00
checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
dependencies = [
"bitflags",
"memchr",
"unicase",
]
2020-05-08 10:25:36 +00:00
[[package]]
name = "pulldown-cmark-to-cmark"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95048382115a9da7be92ad51c84064d585b7da17472dcaa7f5eed8853c4c3707"
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"
2021-02-15 14:49:36 +00:00
version = "1.0.9"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-15 14:49:36 +00:00
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
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
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "rayon"
2021-05-24 13:31:54 +00:00
version = "1.5.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-24 13:31:54 +00:00
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-06-16 17:21:38 +00:00
"autocfg",
2020-01-30 17:14:20 +00:00
"crossbeam-deque",
"either",
"rayon-core",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "rayon-core"
2021-05-24 13:31:54 +00:00
version = "1.9.1"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-24 13:31:54 +00:00
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
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
"lazy_static",
"num_cpus",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "redox_syscall"
2021-08-13 15:08:24 +00:00
version = "0.2.10"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-13 15:08:24 +00:00
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
2021-01-21 19:00:42 +00:00
dependencies = [
"bitflags",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "regex"
2021-05-24 13:31:54 +00:00
version = "1.5.4"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-24 13:31:54 +00:00
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"regex-syntax",
2018-09-18 22:10:19 +00:00
]
2020-06-22 11:18:10 +00:00
[[package]]
name = "regex-automata"
2021-06-22 17:18:48 +00:00
version = "0.1.10"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-22 17:18:48 +00:00
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2020-06-22 11:18:10 +00:00
dependencies = [
"regex-syntax",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "regex-syntax"
2021-05-02 19:17:04 +00:00
version = "0.6.25"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 19:17:04 +00:00
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2018-09-18 22:10:19 +00:00
2018-10-02 14:07:12 +00:00
[[package]]
name = "rowan"
2021-08-23 21:22:31 +00:00
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-23 21:22:31 +00:00
checksum = "4a938f42b9c73aeece236481f37adb3debb7dfe3ae347cd6a45b5797d9ce4250"
2018-10-02 14:07:12 +00:00
dependencies = [
"countme",
2021-01-19 09:05:27 +00:00
"hashbrown",
2021-01-19 19:11:42 +00:00
"memoffset",
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-02-18 11:33:16 +00:00
"env_logger",
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",
2020-08-13 14:28:27 +00:00
"hir_def",
2020-08-13 14:35:29 +00:00
"hir_ty",
2020-08-13 15:42:52 +00:00
"ide",
2020-08-13 14:39:16 +00:00
"ide_db",
2021-02-22 19:14:58 +00:00
"ide_ssr",
2021-03-01 16:17:03 +00:00
"itertools",
2020-02-18 11:33:16 +00:00
"jod-thread",
"log",
"lsp-server",
"lsp-types",
2020-08-13 08:08:11 +00:00
"mbe",
"mimalloc",
2020-07-29 17:49:10 +00:00
"oorandom",
2020-02-18 11:33:16 +00:00
"parking_lot",
"proc_macro_api",
2020-08-13 08:04:37 +00:00
"proc_macro_srv",
2020-08-12 14:32:36 +00:00
"profile",
"project_model",
"rayon",
2020-02-18 11:33:16 +00:00
"rustc-hash",
"serde",
"serde_json",
"sourcegen",
2020-03-28 10:08:19 +00:00
"stdx",
2020-08-12 16:26:51 +00:00
"syntax",
2020-02-18 11:33:16 +00:00
"test_utils",
2020-08-12 15:03:06 +00:00
"text_edit",
2020-02-18 11:33:16 +00:00
"threadpool",
2021-05-07 19:17:37 +00:00
"tikv-jemallocator",
2020-08-12 14:52:28 +00:00
"toolchain",
"tracing",
"tracing-subscriber",
"tracing-tree",
2020-08-12 14:46:20 +00:00
"tt",
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
]
[[package]]
name = "rustc-ap-rustc_lexer"
2021-07-10 15:51:35 +00:00
version = "725.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-10 15:51:35 +00:00
checksum = "f950742ef8a203aa7661aad3ab880438ddeb7f95d4b837c30d65db1a2c5df68e"
dependencies = [
"unicode-xid",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "rustc-demangle"
2021-06-22 17:18:48 +00:00
version = "0.1.20"
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 = "dead70b0b5e03e9c814bcb6b01e03e68f7c57a80aa48c72ec92152ab3e818d49"
2018-09-18 22:10:19 +00:00
[[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"
2020-06-03 13:43:27 +00:00
version = "1.0.5"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-03 13:43:27 +00:00
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2018-09-18 22:10:19 +00:00
2018-10-07 08:32:02 +00:00
[[package]]
name = "salsa"
2021-05-29 19:10:00 +00:00
version = "0.17.0-pre.1"
2019-08-15 12:18:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 19:10:00 +00:00
checksum = "58038261ea8cd5a7730c4d8c97a22063d7c7eb1c2809e55c3c15f0a5903e5582"
2018-10-07 08:32:02 +00:00
dependencies = [
2021-01-28 14:55:34 +00:00
"crossbeam-utils",
2020-01-30 17:14:20 +00:00
"indexmap",
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",
2020-01-30 17:14:20 +00:00
"parking_lot",
"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-05-29 19:10:00 +00:00
version = "0.17.0-pre.1"
2019-08-15 12:18:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-29 19:10:00 +00:00
checksum = "2e2fc060627fa5d44bffac98f6089b9497779e2deccc26687f60adc2638e32fb"
2019-01-17 11:11:00 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"heck",
"proc-macro2",
"quote",
"syn",
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
]
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
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"
2021-07-31 07:25:13 +00:00
version = "1.0.4"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-31 07:25:13 +00:00
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
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"
2021-08-23 10:25:59 +00:00
version = "1.0.128"
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 = "1056a0db1978e9dbf0f6e4fca677f6f9143dc1c19de346f22cac23e422196834"
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"
2021-08-23 10:25:59 +00:00
version = "1.0.128"
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 = "13af2fbb8b60a8950d6c72a56d2095c28870367cc8e10c55e9745bac4995a2c4"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"syn",
2018-09-18 22:10:19 +00:00
]
[[package]]
name = "serde_json"
2021-07-31 07:25:13 +00:00
version = "1.0.66"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-31 07:25:13 +00:00
checksum = "336b10da19a12ad094b59d870ebde26a45402e5b470add4b5fd03c5048a32127"
2018-09-18 22:10:19 +00:00
dependencies = [
"indexmap",
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"
2021-05-24 13:31:54 +00:00
version = "0.1.7"
2019-08-17 18:34:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-24 13:31:54 +00:00
checksum = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5"
2019-08-17 18:34:31 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"syn",
2019-08-17 18:34:31 +00:00
]
2020-06-22 11:18:10 +00:00
[[package]]
name = "sharded-slab"
2021-08-13 15:08:24 +00:00
version = "0.1.3"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-13 15:08:24 +00:00
checksum = "740223c51853f3145fe7c90360d2d4232f2b62e3449489c207eccde818979982"
2020-06-22 11:18:10 +00:00
dependencies = [
"lazy_static",
]
2019-11-15 11:45:58 +00:00
[[package]]
name = "smallvec"
version = "1.6.1"
2019-11-15 11:45:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
2019-11-15 11:45:58 +00:00
2018-09-18 22:10:19 +00:00
[[package]]
name = "smol_str"
version = "0.1.18"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0"
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 = "snap"
2021-05-02 19:17:04 +00:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 19:17:04 +00:00
checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"
[[package]]
name = "sourcegen"
version = "0.0.0"
dependencies = [
"xshell",
]
[[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",
"libc",
"miow",
"winapi",
]
2019-08-15 12:58:08 +00:00
[[package]]
name = "syn"
2021-08-23 10:25:59 +00:00
version = "1.0.75"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-23 10:25:59 +00:00
checksum = "b7f58f7e8eaa0009c5fec437aabf511bd9933e4b2d7407bd05273c01a8906ea7"
2019-08-15 12:58:08 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"proc-macro2",
"quote",
"unicode-xid",
2019-08-15 12:58:08 +00:00
]
2020-04-10 15:44:29 +00:00
[[package]]
name = "synstructure"
2021-07-24 08:16:32 +00:00
version = "0.12.5"
2020-04-10 15:44:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-24 08:16:32 +00:00
checksum = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa"
2020-04-10 15:44:29 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"unicode-xid",
]
2020-08-12 16:26:51 +00:00
[[package]]
name = "syntax"
version = "0.0.0"
dependencies = [
"arrayvec",
2021-03-08 20:19:44 +00:00
"cov-mark",
2020-08-21 11:19:31 +00:00
"expect-test",
"indexmap",
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-ap-rustc_lexer",
"rustc-hash",
"serde",
"smol_str",
"sourcegen",
2020-08-12 16:26:51 +00:00
"stdx",
"test_utils",
"text_edit",
"ungrammar",
2020-08-12 16:26:51 +00:00
]
2018-12-18 13:38:05 +00:00
[[package]]
2020-07-10 16:30:32 +00:00
name = "termcolor"
2020-11-19 20:00:56 +00:00
version = "1.1.2"
2019-01-14 13:27:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-19 20:00:56 +00:00
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
2019-01-14 13:27:08 +00:00
dependencies = [
2020-07-10 16:30:32 +00:00
"winapi-util",
2019-01-14 13:27:08 +00:00
]
2018-09-18 22:10:19 +00:00
[[package]]
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]]
2020-04-24 21:40:41 +00:00
name = "text-size"
2021-01-13 17:10:46 +00:00
version = "1.1.0"
2020-04-25 09:52:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-13 17:10:46 +00:00
checksum = "288cb548dbe72b652243ea797201f3d481a0609a967980fcc5b2315ea811560a"
2018-09-18 22:10:19 +00:00
2020-08-12 15:03:06 +00:00
[[package]]
name = "text_edit"
version = "0.0.0"
dependencies = [
"text-size",
]
2018-09-18 22:10:19 +00:00
[[package]]
name = "thread_local"
version = "1.1.3"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
2018-09-18 22:10:19 +00:00
dependencies = [
2021-01-23 16:28:59 +00:00
"once_cell",
2018-12-18 09:45:20 +00:00
]
[[package]]
name = "threadpool"
2020-05-12 20:49:42 +00:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-12 20:49:42 +00:00
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
2020-01-30 17:14:20 +00:00
"num_cpus",
]
2021-05-07 19:17:37 +00:00
[[package]]
name = "tikv-jemalloc-ctl"
2021-08-13 15:08:24 +00:00
version = "0.4.2"
2021-05-07 19:17:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-13 15:08:24 +00:00
checksum = "eb833c46ecbf8b6daeccb347cefcabf9c1beb5c9b0f853e1cec45632d9963e69"
2021-05-07 19:17:37 +00:00
dependencies = [
"libc",
"paste",
"tikv-jemalloc-sys",
]
[[package]]
name = "tikv-jemalloc-sys"
2021-08-13 15:08:24 +00:00
version = "0.4.2+5.2.1-patched.2"
2021-05-07 19:17:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-13 15:08:24 +00:00
checksum = "5844e429d797c62945a566f8da4e24c7fe3fbd5d6617fd8bf7a0b7dc1ee0f22e"
2021-05-07 19:17:37 +00:00
dependencies = [
"cc",
"fs_extra",
"libc",
]
[[package]]
name = "tikv-jemallocator"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c14a5a604eb8715bc5785018a37d00739b180bcf609916ddf4393d33d49ccdf"
dependencies = [
"libc",
"tikv-jemalloc-sys",
]
2020-06-21 15:53:52 +00:00
[[package]]
name = "tinyvec"
2021-07-24 08:16:32 +00:00
version = "1.3.1"
2020-06-21 15:53:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-24 08:16:32 +00:00
checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338"
2020-11-17 14:39:25 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
2020-06-21 15:53:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-17 14:39:25 +00:00
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
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"
2021-05-02 19:17:04 +00:00
version = "0.1.26"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 19:17:04 +00:00
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
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.15"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
2020-06-22 11:18:10 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
2021-08-23 10:25:59 +00:00
version = "0.1.19"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-23 10:25:59 +00:00
checksum = "2ca517f43f0fb96e0c3072ed5c275fe5eece87e8cb52f4a77b69226d3b1c9df8"
2020-06-22 11:18:10 +00:00
dependencies = [
"lazy_static",
]
[[package]]
name = "tracing-log"
2021-02-20 19:15:26 +00:00
version = "0.1.2"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 19:15:26 +00:00
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
2020-06-22 11:18:10 +00:00
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2021-08-23 10:25:59 +00:00
version = "0.2.20"
2020-06-22 11:18:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-23 10:25:59 +00:00
checksum = "b9cbe87a2fa7e35900ce5de20220a582a9483a7063811defce79d7cbd59d4cfe"
2020-06-22 11:18:10 +00:00
dependencies = [
"lazy_static",
"matchers",
"regex",
"sharded-slab",
2020-08-13 08:04:55 +00:00
"thread_local",
"tracing",
2020-06-22 11:18:10 +00:00
"tracing-core",
]
2020-07-10 16:30:32 +00:00
[[package]]
name = "tracing-tree"
2021-03-10 18:47:12 +00:00
version = "0.1.9"
2020-07-10 16:30:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-10 18:47:12 +00:00
checksum = "1712b40907f8d9bc2bc66763ab61dec914b7123d7149e59feb0d4e2a95fc4967"
2020-07-10 16:30:32 +00:00
dependencies = [
2020-07-19 17:09:01 +00:00
"ansi_term",
2020-07-10 16:30:32 +00:00
"atty",
"termcolor",
"tracing",
"tracing-log",
2020-07-10 16:30:32 +00:00
"tracing-subscriber",
]
2020-08-12 14:46:20 +00:00
[[package]]
name = "tt"
version = "0.0.0"
dependencies = [
"smol_str",
"stdx",
]
[[package]]
name = "ungrammar"
2021-08-13 15:08:24 +00:00
version = "1.14.4"
2020-12-23 10:22:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-13 15:08:24 +00:00
checksum = "0d6e36d57b143472488b1594fe25c376fa9683bccfd80d858b2180c97806835b"
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"
2021-08-13 15:08:24 +00:00
version = "0.3.6"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-13 15:08:24 +00:00
checksum = "246f4c42e67e7a4e3c6106ff716a5d067d4132a642840b242e357e468a2a0085"
2018-09-18 22:10:19 +00:00
[[package]]
name = "unicode-normalization"
2021-06-22 17:18:48 +00:00
version = "0.1.19"
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 = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
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-segmentation"
version = "1.8.0"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
2018-09-18 22:10:19 +00:00
2019-08-15 12:58:08 +00:00
[[package]]
name = "unicode-xid"
2021-05-02 19:17:04 +00:00
version = "0.2.2"
2019-08-15 12:58:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 19:17:04 +00:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
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"
2021-05-24 13:31:54 +00:00
version = "2.2.2"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-24 13:31:54 +00:00
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
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",
"matches",
"percent-encoding",
"serde",
2018-09-18 22:10:19 +00:00
]
2020-06-09 03:43:57 +00:00
[[package]]
2020-06-15 02:47:33 +00:00
name = "version_check"
version = "0.9.3"
2020-06-09 03:43:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
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",
2020-06-11 09:04:09 +00:00
"paths",
"rustc-hash",
]
[[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-15 11:29:07 +00:00
"jod-thread",
2020-06-11 09:04:09 +00:00
"log",
"notify",
2020-06-15 11:29:07 +00:00
"paths",
"rustc-hash",
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.2"
2018-09-18 22:10:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2018-09-18 22:10:19 +00:00
dependencies = [
2020-01-30 17:14:20 +00:00
"same-file",
2021-01-28 14:55:34 +00:00
"winapi",
2020-01-30 17:14:20 +00:00
"winapi-util",
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
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"
2021-07-24 08:16:32 +00:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-24 08:16:32 +00:00
checksum = "2c2854f07e689d7388420d1c73512073630df31ec5ddf18554f64aea0ae73775"
dependencies = [
"xflags-macros",
]
[[package]]
name = "xflags-macros"
2021-07-24 08:16:32 +00:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-24 08:16:32 +00:00
checksum = "da260301476ad19a4733a0e930db8227a48ea04561e235a5102978145ec69fcc"
2020-10-16 17:46:03 +00:00
[[package]]
name = "xshell"
2021-05-30 11:48:10 +00:00
version = "0.1.14"
2020-10-16 17:46:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-30 11:48:10 +00:00
checksum = "c640362f1b150e186b76e88606e4b01a7b2f1d56cc50fcc184ddb683fb567c23"
2020-10-16 17:46:03 +00:00
dependencies = [
"xshell-macros",
]
[[package]]
name = "xshell-macros"
2021-05-30 11:48:10 +00:00
version = "0.1.14"
2020-10-16 17:46:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-30 11:48:10 +00:00
checksum = "0607c095c96c1d8420ce4a018a0954fb15d73d5eb59b521a05a0f04cffc05059"
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",
2020-08-01 02:09:52 +00:00
"write-json",
"xflags",
2020-10-16 17:46:03 +00:00
"xshell",
2019-10-17 16:36:55 +00:00
]