2019-02-08 21:43:13 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2020-05-12 20:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2020-10-31 14:20:25 +00:00
|
|
|
version = "0.14.0"
|
2020-05-12 20:49:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:20:25 +00:00
|
|
|
checksum = "7c0929d69e78dd9bf5408269919fcbcaeb2e35e5d43e5815517cdc6a8e11a423"
|
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"
|
2020-07-13 12:52:07 +00:00
|
|
|
version = "0.2.3"
|
2020-06-16 17:21:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-13 12:52:07 +00:00
|
|
|
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
|
2020-06-16 17:21:38 +00:00
|
|
|
|
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 = [
|
2020-06-27 15:20:02 +00:00
|
|
|
"winapi 0.3.9",
|
2020-06-22 11:18:10 +00:00
|
|
|
]
|
|
|
|
|
2019-11-13 19:51:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2020-11-05 03:01:19 +00:00
|
|
|
version = "1.0.34"
|
2019-11-13 19:51:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-05 03:01:19 +00:00
|
|
|
checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
|
2019-11-13 19:51:57 +00:00
|
|
|
|
2019-12-05 22:34:12 +00:00
|
|
|
[[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-12-05 22:34:12 +00:00
|
|
|
|
2020-08-12 14:22:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arena"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2019-10-17 15:06:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2020-10-24 14:10:27 +00:00
|
|
|
version = "0.5.2"
|
2019-10-17 15:06:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-24 14:10:27 +00:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2019-10-17 15:06:01 +00:00
|
|
|
|
2020-08-13 15:33:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "assists"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"hir",
|
|
|
|
"ide_db",
|
|
|
|
"itertools",
|
|
|
|
"profile",
|
|
|
|
"rustc-hash",
|
|
|
|
"stdx",
|
|
|
|
"syntax",
|
|
|
|
"test_utils",
|
|
|
|
"text_edit",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
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"
|
2020-11-24 14:13:26 +00:00
|
|
|
version = "0.3.55"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:13:26 +00:00
|
|
|
checksum = "ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-05-12 20:49:42 +00:00
|
|
|
"addr2line",
|
2020-10-11 22:01:50 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
2020-06-16 17:21:38 +00:00
|
|
|
"miniz_oxide",
|
2020-05-12 20:49:42 +00:00
|
|
|
"object",
|
2020-01-30 17:14:20 +00:00
|
|
|
"rustc-demangle",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2019-12-23 14:33:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-06-27 07:09:47 +00:00
|
|
|
version = "0.12.3"
|
2019-12-23 14:33:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-27 07:09:47 +00:00
|
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
2019-12-23 14:33:49 +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"
|
2019-10-17 15:06:01 +00:00
|
|
|
version = "1.2.1"
|
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 = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-06-22 11:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
2020-10-17 18:20:52 +00:00
|
|
|
version = "0.12.0"
|
2019-01-14 13:15:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 18:20:52 +00:00
|
|
|
checksum = "d5a5f7b42f606b7f23674f6f4d877628350682bc40687d3fae65679a58d55345"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-10-24 14:10:27 +00:00
|
|
|
"semver 0.11.0",
|
2020-01-30 17:14:20 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-11-24 14:13:26 +00:00
|
|
|
version = "1.0.65"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:13:26 +00:00
|
|
|
checksum = "95752358c8f7552394baf48cd82695b345628ad3f170d607de3ca03b8dacca15"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-08-13 08:19:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2020-10-21 17:54:04 +00:00
|
|
|
"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"
|
2019-09-30 19:05:46 +00:00
|
|
|
version = "0.1.10"
|
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 = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-10-08 13:43:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2019-10-29 12:01:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chalk-derive"
|
2020-11-20 17:00:34 +00:00
|
|
|
version = "0.43.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 17:00:34 +00:00
|
|
|
checksum = "e2d9e0c8adcced1ab0fea5cb8a38647922893d5b495e363e1814299fd380469b"
|
2019-10-29 12:01:33 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-10 15:44:29 +00:00
|
|
|
"synstructure",
|
2019-10-29 12:01:33 +00:00
|
|
|
]
|
|
|
|
|
2019-04-20 10:34:36 +00:00
|
|
|
[[package]]
|
2020-07-11 17:17:03 +00:00
|
|
|
name = "chalk-ir"
|
2020-11-20 17:00:34 +00:00
|
|
|
version = "0.43.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 17:00:34 +00:00
|
|
|
checksum = "c5218266a5709bc4943de997e64d3fab41c9e9f68efd54a898de53135e987bd3"
|
2019-04-20 10:34:36 +00:00
|
|
|
dependencies = [
|
2020-05-27 19:05:21 +00:00
|
|
|
"chalk-derive",
|
2020-07-11 17:17:03 +00:00
|
|
|
"lazy_static",
|
2019-04-20 10:34:36 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-07-11 17:17:03 +00:00
|
|
|
name = "chalk-recursive"
|
2020-11-20 17:00:34 +00:00
|
|
|
version = "0.43.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 17:00:34 +00:00
|
|
|
checksum = "ed8f34f13fd4f30251f9f6f1dc56f80363201390ecbcac2fdfc8e33036cd9c4a"
|
2019-04-20 10:34:36 +00:00
|
|
|
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",
|
2019-04-20 10:34:36 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chalk-solve"
|
2020-11-20 17:00:34 +00:00
|
|
|
version = "0.43.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-20 17:00:34 +00:00
|
|
|
checksum = "379c9f584488346044709d4c638c38d61a06fe593d4de2ac5f15fd2b0ba4cd9d"
|
2019-04-20 10:34:36 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"chalk-derive",
|
|
|
|
"chalk-ir",
|
2020-05-22 14:40:42 +00:00
|
|
|
"ena",
|
2020-03-27 13:50:08 +00:00
|
|
|
"itertools",
|
2020-01-30 17:14:20 +00:00
|
|
|
"petgraph",
|
|
|
|
"rustc-hash",
|
2020-06-22 11:18:10 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2020-07-11 17:17:03 +00:00
|
|
|
"tracing-tree",
|
2020-06-22 11:18:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-10-01 19:20:18 +00:00
|
|
|
version = "0.4.19"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-01 19:20:18 +00:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
2020-09-27 22:14:50 +00:00
|
|
|
"libc",
|
2020-06-22 11:18:10 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
2020-09-27 22:14:50 +00:00
|
|
|
"winapi 0.3.9",
|
2019-04-20 10:34:36 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
2020-06-27 07:09:47 +00:00
|
|
|
version = "0.1.0"
|
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 = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"bitflags",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2019-10-17 15:06:01 +00:00
|
|
|
[[package]]
|
2020-07-14 00:12:49 +00:00
|
|
|
name = "cmake"
|
2020-11-17 14:39:25 +00:00
|
|
|
version = "0.1.45"
|
2019-10-17 15:06:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-17 14:39:25 +00:00
|
|
|
checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
|
2019-10-17 15:06:01 +00:00
|
|
|
dependencies = [
|
2020-07-14 00:12:49 +00:00
|
|
|
"cc",
|
2019-08-29 13:49:10 +00:00
|
|
|
]
|
|
|
|
|
2020-10-18 10:09:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "completion"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"base_db",
|
2020-09-18 20:40:11 +00:00
|
|
|
"either",
|
2020-10-18 10:09:00 +00:00
|
|
|
"expect-test",
|
|
|
|
"hir",
|
|
|
|
"ide_db",
|
|
|
|
"itertools",
|
|
|
|
"log",
|
|
|
|
"profile",
|
|
|
|
"rustc-hash",
|
|
|
|
"stdx",
|
|
|
|
"syntax",
|
|
|
|
"test_utils",
|
|
|
|
"text_edit",
|
|
|
|
]
|
|
|
|
|
2020-10-13 13:57:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const_fn"
|
2020-11-05 03:01:19 +00:00
|
|
|
version = "0.4.3"
|
2020-10-13 13:57:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-05 03:01:19 +00:00
|
|
|
checksum = "c478836e029dcef17fb47c89023448c64f781a046e0300e257ad8225ae59afab"
|
2020-10-13 13:57:01 +00:00
|
|
|
|
2019-06-26 06:12:46 +00:00
|
|
|
[[package]]
|
2020-06-21 12:58:34 +00:00
|
|
|
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 = [
|
2020-10-24 14:10:27 +00:00
|
|
|
"cfg-if 1.0.0",
|
2019-06-26 06:12:46 +00:00
|
|
|
]
|
|
|
|
|
2018-12-30 20:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2020-09-08 12:50:03 +00:00
|
|
|
version = "0.4.4"
|
2018-12-30 20:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-08 12:50:03 +00:00
|
|
|
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
|
2018-12-30 20:02:26 +00:00
|
|
|
dependencies = [
|
2020-10-13 13:57:01 +00:00
|
|
|
"crossbeam-utils 0.7.2",
|
2020-09-08 12:50:03 +00:00
|
|
|
"maybe-uninit",
|
2018-12-30 20:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-10-13 13:57:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2020-11-30 13:44:03 +00:00
|
|
|
"crossbeam-utils 0.8.1",
|
2020-10-13 13:57:01 +00:00
|
|
|
]
|
|
|
|
|
2019-06-26 06:12:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2020-10-24 14:10:27 +00:00
|
|
|
version = "0.8.0"
|
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 = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
2019-06-26 06:12:46 +00:00
|
|
|
dependencies = [
|
2020-10-24 14:10:27 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-01-30 17:14:20 +00:00
|
|
|
"crossbeam-epoch",
|
2020-11-30 13:44:03 +00:00
|
|
|
"crossbeam-utils 0.8.1",
|
2019-06-26 06:12:46 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2020-11-30 13:44:03 +00:00
|
|
|
version = "0.9.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 13:44:03 +00:00
|
|
|
checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-10-24 14:10:27 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"const_fn",
|
2020-11-30 13:44:03 +00:00
|
|
|
"crossbeam-utils 0.8.1",
|
2020-01-30 17:14:20 +00:00
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2019-11-07 18:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2020-02-22 16:22:09 +00:00
|
|
|
version = "0.7.2"
|
2019-11-07 18:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-22 16:22:09 +00:00
|
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
2019-11-07 18:05:12 +00:00
|
|
|
dependencies = [
|
2020-02-22 16:22:09 +00:00
|
|
|
"autocfg",
|
2020-10-08 13:43:00 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-01-30 17:14:20 +00:00
|
|
|
"lazy_static",
|
2019-11-07 18:05:12 +00:00
|
|
|
]
|
|
|
|
|
2020-10-13 13:57:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2020-11-30 13:44:03 +00:00
|
|
|
version = "0.8.1"
|
2020-10-13 13:57:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 13:44:03 +00:00
|
|
|
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
|
2020-10-13 13:57:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
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"
|
2020-09-18 15:39:25 +00:00
|
|
|
version = "1.6.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-18 15:39:25 +00:00
|
|
|
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"
|
2020-11-19 20:00:56 +00:00
|
|
|
version = "0.8.2"
|
2019-11-30 00:20:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-19 20:00:56 +00:00
|
|
|
checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e"
|
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
|
|
|
]
|
|
|
|
|
2020-06-27 15:53:50 +00:00
|
|
|
[[package]]
|
2020-08-21 11:19:31 +00:00
|
|
|
name = "expect-test"
|
2020-09-02 13:36:03 +00:00
|
|
|
version = "1.0.1"
|
2020-08-21 11:19:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-02 13:36:03 +00:00
|
|
|
checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e"
|
2020-06-27 15:53:50 +00:00
|
|
|
dependencies = [
|
2020-06-27 19:13:49 +00:00
|
|
|
"difference",
|
2020-06-27 15:53:50 +00:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2020-11-11 16:17:48 +00:00
|
|
|
version = "0.2.13"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 16:17:48 +00:00
|
|
|
checksum = "0c122a393ea57648015bf06fbd3d372378992e86b9ff5a7a497b076a28c79efe"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-11-11 16:17:48 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
2020-06-27 07:09:47 +00:00
|
|
|
"winapi 0.3.9",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
2019-04-20 10:34:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2020-05-22 14:40:42 +00:00
|
|
|
version = "0.2.0"
|
2019-04-20 10:34:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-22 14:40:42 +00:00
|
|
|
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
|
2019-04-20 10:34:36 +00:00
|
|
|
|
2020-06-21 12:58:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2020-11-02 16:00:05 +00:00
|
|
|
version = "1.0.19"
|
2020-06-21 12:58:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 16:00:05 +00:00
|
|
|
checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
|
2020-06-21 12:58:34 +00:00
|
|
|
dependencies = [
|
2020-11-02 16:00:05 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-06-21 12:58:34 +00:00
|
|
|
"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",
|
2020-10-13 13:57:01 +00:00
|
|
|
"crossbeam-channel 0.5.0",
|
2020-06-25 07:13:46 +00:00
|
|
|
"jod-thread",
|
|
|
|
"log",
|
|
|
|
"serde_json",
|
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"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent"
|
2020-06-11 09:04:09 +00:00
|
|
|
version = "2.0.2"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 09:04:09 +00:00
|
|
|
checksum = "97f347202c95c98805c216f9e1df210e8ebaec9fdb2365700a43c10797a35e63"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"bitflags",
|
|
|
|
"fsevent-sys",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
2020-06-11 09:04:09 +00:00
|
|
|
version = "3.0.2"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 09:04:09 +00:00
|
|
|
checksum = "77a29c77f1ca394c3e73a9a5d24cfcabb734682d9634fc398f2204a63c994120"
|
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"
|
2020-10-31 14:20:25 +00:00
|
|
|
version = "0.4.5"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:20:25 +00:00
|
|
|
checksum = "d79238883cf0307100b90aba4a755d8051a3182305dfe7f649a1e9dc0517006f"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"bitflags",
|
|
|
|
"fuchsia-zircon-sys",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-10-24 14:10:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generator"
|
|
|
|
version = "0.6.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8cdc09201b2e8ca1b19290cf7e65de2246b8e91fb6874279722189c4de7b94dc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"rustc_version",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-05-12 20:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2020-10-31 14:20:25 +00:00
|
|
|
version = "0.23.0"
|
2020-05-12 20:49:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:20:25 +00:00
|
|
|
checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
|
2019-08-06 11:00:37 +00:00
|
|
|
|
2020-04-04 08:09:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "goblin"
|
2020-05-12 20:49:42 +00:00
|
|
|
version = "0.2.3"
|
2020-04-04 08:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-12 20:49:42 +00:00
|
|
|
checksum = "d20fd25aa456527ce4f544271ae4fea65d2eda4a6561ea56f39fb3ee4f7e3884"
|
2020-04-04 08:09:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"plain",
|
|
|
|
"scroll",
|
|
|
|
]
|
|
|
|
|
2020-07-19 17:09:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2020-09-30 13:49:40 +00:00
|
|
|
version = "0.9.1"
|
2020-07-19 17:09:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-30 13:49:40 +00:00
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
2020-07-19 17:09:01 +00:00
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2018-12-18 09:29:14 +00:00
|
|
|
version = "0.3.1"
|
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 = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
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"
|
2020-10-08 13:43:00 +00:00
|
|
|
version = "0.1.17"
|
2019-10-31 14:31:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 13:43:00 +00:00
|
|
|
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
|
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",
|
|
|
|
"either",
|
|
|
|
"hir_def",
|
|
|
|
"hir_expand",
|
|
|
|
"hir_ty",
|
|
|
|
"itertools",
|
|
|
|
"log",
|
|
|
|
"profile",
|
|
|
|
"rustc-hash",
|
|
|
|
"stdx",
|
|
|
|
"syntax",
|
2020-08-24 09:19:53 +00:00
|
|
|
"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",
|
|
|
|
"arena",
|
|
|
|
"base_db",
|
|
|
|
"cfg",
|
|
|
|
"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",
|
|
|
|
"itertools",
|
|
|
|
"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 = [
|
|
|
|
"arena",
|
|
|
|
"base_db",
|
|
|
|
"either",
|
|
|
|
"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 = [
|
|
|
|
"arena",
|
|
|
|
"arrayvec",
|
|
|
|
"base_db",
|
|
|
|
"chalk-ir",
|
|
|
|
"chalk-recursive",
|
|
|
|
"chalk-solve",
|
|
|
|
"ena",
|
2020-08-21 11:19:31 +00:00
|
|
|
"expect-test",
|
2020-08-13 14:35:29 +00:00
|
|
|
"hir_def",
|
|
|
|
"hir_expand",
|
|
|
|
"itertools",
|
|
|
|
"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 = [
|
2020-06-27 07:09:47 +00:00
|
|
|
"winapi 0.3.9",
|
2020-05-07 19:06:44 +00:00
|
|
|
]
|
|
|
|
|
2020-08-13 15:42:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ide"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"assists",
|
|
|
|
"cfg",
|
2020-10-18 10:09:00 +00:00
|
|
|
"completion",
|
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_db",
|
|
|
|
"indexmap",
|
|
|
|
"itertools",
|
|
|
|
"log",
|
|
|
|
"oorandom",
|
|
|
|
"profile",
|
2020-08-24 09:19:53 +00:00
|
|
|
"pulldown-cmark",
|
|
|
|
"pulldown-cmark-to-cmark",
|
2020-08-13 15:42:52 +00:00
|
|
|
"rustc-hash",
|
|
|
|
"ssr",
|
|
|
|
"stdx",
|
|
|
|
"syntax",
|
|
|
|
"test_utils",
|
|
|
|
"text_edit",
|
2020-08-26 16:56:41 +00:00
|
|
|
"url",
|
2020-08-13 15:42:52 +00:00
|
|
|
]
|
|
|
|
|
2020-08-13 14:39:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ide_db"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"base_db",
|
|
|
|
"either",
|
2020-10-24 08:07:10 +00:00
|
|
|
"expect-test",
|
2020-08-13 14:39:16 +00:00
|
|
|
"fst",
|
|
|
|
"hir",
|
2020-11-28 14:30:39 +00:00
|
|
|
"itertools",
|
2020-08-13 14:39:16 +00:00
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"profile",
|
|
|
|
"rayon",
|
|
|
|
"rustc-hash",
|
|
|
|
"stdx",
|
|
|
|
"syntax",
|
|
|
|
"test_utils",
|
|
|
|
"text_edit",
|
|
|
|
]
|
|
|
|
|
2019-08-17 18:34:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
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"
|
2020-09-08 12:50:03 +00:00
|
|
|
version = "1.6.0"
|
2018-10-07 08:32:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-08 12:50:03 +00:00
|
|
|
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
|
2019-10-22 17:01:26 +00:00
|
|
|
dependencies = [
|
2020-02-22 16:22:09 +00:00
|
|
|
"autocfg",
|
2020-07-19 17:09:01 +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"
|
2020-06-11 09:04:09 +00:00
|
|
|
version = "0.8.3"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 09:04:09 +00:00
|
|
|
checksum = "46dd0a94b393c730779ccfd2a872b67b1eb67be3fc33082e733bdb38b5fde4d4"
|
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"
|
2020-11-11 16:17:48 +00:00
|
|
|
version = "0.1.4"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 16:17:48 +00:00
|
|
|
checksum = "c4563555856585ab3180a5bf0b2f9f8d301a728462afffc8195b3f5394229c55"
|
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"
|
2020-11-19 20:00:56 +00:00
|
|
|
version = "0.1.9"
|
2020-06-27 07:09:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-19 20:00:56 +00:00
|
|
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
2020-09-27 22:14:50 +00:00
|
|
|
dependencies = [
|
2020-10-28 19:37:40 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-27 22:14:50 +00:00
|
|
|
]
|
2020-06-27 07:09:47 +00:00
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
2019-10-10 18:10:24 +00:00
|
|
|
version = "0.1.4"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
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-03-23 23:22:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2020-06-21 15:53:52 +00:00
|
|
|
version = "0.4.6"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-21 15:53:52 +00:00
|
|
|
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
|
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
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2019-01-06 14:05:12 +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
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2020-08-13 08:04:55 +00:00
|
|
|
version = "1.3.0"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-13 08:04:55 +00:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2019-01-06 14:05:12 +00:00
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-10-28 19:37:40 +00:00
|
|
|
version = "0.2.80"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-28 19:37:40 +00:00
|
|
|
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-04-04 08:09:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2020-12-03 15:30:28 +00:00
|
|
|
version = "0.6.6"
|
2020-04-04 08:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:30:28 +00:00
|
|
|
checksum = "e9367bdfa836b7e3cf895867f7a570283444da90562980ec2263d6e1569b16bc"
|
2020-04-04 08:09:36 +00:00
|
|
|
dependencies = [
|
2020-10-24 14:10:27 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-06-27 07:09:47 +00:00
|
|
|
"winapi 0.3.9",
|
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"
|
2020-10-11 22:01:50 +00:00
|
|
|
version = "0.1.18"
|
2019-01-21 22:28:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-11 22:01:50 +00:00
|
|
|
checksum = "82151ff13433c4d403cb15d0e6fbda14b24d65bd1a5b33f7d52ec983cc00752d"
|
2020-07-14 00:12:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"cmake",
|
|
|
|
]
|
2019-01-21 22:28:57 +00:00
|
|
|
|
2019-07-14 16:21:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2020-11-19 20:00:56 +00:00
|
|
|
version = "0.4.2"
|
2019-07-14 16:21:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-19 20:00:56 +00:00
|
|
|
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
|
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"
|
2020-07-16 21:41:22 +00:00
|
|
|
version = "0.4.11"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-16 21:41:22 +00:00
|
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-10-08 13:43:00 +00:00
|
|
|
"cfg-if 0.1.10",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2020-10-24 14:10:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "loom"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0e8460f2f2121162705187214720353c517b97bdfb3494c0b1e33d83ebe4bed"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"generator",
|
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2019-08-30 14:24:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lsp-server"
|
2020-11-16 20:10:13 +00:00
|
|
|
version = "0.5.0"
|
2019-08-30 14:24:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-16 20:10:13 +00:00
|
|
|
checksum = "69b18dfe0e4a380b872aa79d8e0ee6c3d7a9682466e84b83ad807c88b3545f79"
|
2019-08-30 14:24:11 +00:00
|
|
|
dependencies = [
|
2020-10-13 15:05:06 +00:00
|
|
|
"crossbeam-channel 0.5.0",
|
2020-01-30 17:14:20 +00:00
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2019-08-30 14:24:11 +00:00
|
|
|
]
|
|
|
|
|
2019-01-14 10:55:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lsp-types"
|
2020-12-01 13:33:21 +00:00
|
|
|
version = "0.85.0"
|
2019-04-21 12:14:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-01 13:33:21 +00:00
|
|
|
checksum = "857650f3e83fb62f89d15410414e0ed7d0735445020da398d37f65d20a5423b9"
|
2019-01-14 10:55:56 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"base64",
|
|
|
|
"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"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-02-22 16:22:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
|
|
|
|
2020-08-13 08:08:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mbe"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"parser",
|
|
|
|
"rustc-hash",
|
|
|
|
"smallvec",
|
|
|
|
"syntax",
|
|
|
|
"test_utils",
|
|
|
|
"tt",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2020-10-31 14:20:25 +00:00
|
|
|
version = "2.3.4"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:20:25 +00:00
|
|
|
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-04-17 07:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2020-06-27 07:09:47 +00:00
|
|
|
"winapi 0.3.9",
|
2020-04-17 07:47:15 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2020-11-30 13:44:03 +00:00
|
|
|
version = "0.6.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 13:44:03 +00:00
|
|
|
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
|
2019-07-25 15:57:49 +00:00
|
|
|
dependencies = [
|
2020-03-16 20:45:32 +00:00
|
|
|
"autocfg",
|
2019-07-25 15:57:49 +00:00
|
|
|
]
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-07-14 00:12:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mimalloc"
|
2020-10-11 22:01:50 +00:00
|
|
|
version = "0.1.22"
|
2020-07-14 00:12:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-11 22:01:50 +00:00
|
|
|
checksum = "4a5d2c9cb18f9cdc6d88f4aca6d3d8ea89c4c8202d6facfc7e56efdee97b80fa"
|
2020-07-14 00:12:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"libmimalloc-sys",
|
|
|
|
]
|
|
|
|
|
2020-06-16 17:21:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2020-10-08 13:43:00 +00:00
|
|
|
version = "0.4.3"
|
2020-06-16 17:21:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 13:43:00 +00:00
|
|
|
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
|
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"
|
2020-12-02 21:06:36 +00:00
|
|
|
version = "0.6.23"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-02 21:06:36 +00:00
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-10-08 13:43:00 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-01-30 17:14:20 +00:00
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio-extras"
|
2019-12-09 20:35:47 +00:00
|
|
|
version = "2.0.6"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"mio",
|
|
|
|
"slab",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2020-11-30 13:44:03 +00:00
|
|
|
version = "0.2.2"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 13:44:03 +00:00
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2020-11-30 13:44:03 +00:00
|
|
|
version = "0.2.36"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 13:44:03 +00:00
|
|
|
checksum = "d7cf75f38f16cb05ea017784dc6dbfd354f76c223dba37701734c4f5a9337d02"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-10-08 13:43:00 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
2020-06-27 07:09:47 +00:00
|
|
|
"winapi 0.3.9",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2020-10-31 14:20:25 +00:00
|
|
|
version = "5.0.0-pre.4"
|
2019-01-23 17:42:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:20:25 +00:00
|
|
|
checksum = "a8b946889dfdad884379cd56367d93b6d0ce8889cc027d26a69a3a31c0a03bb5"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-06-11 09:04:09 +00:00
|
|
|
"anymap",
|
2020-01-30 17:14:20 +00:00
|
|
|
"bitflags",
|
2020-10-13 13:57:01 +00:00
|
|
|
"crossbeam-channel 0.4.4",
|
2020-01-30 17:14:20 +00:00
|
|
|
"filetime",
|
|
|
|
"fsevent",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"mio-extras",
|
|
|
|
"walkdir",
|
2020-06-27 07:09:47 +00:00
|
|
|
"winapi 0.3.9",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
2020-06-22 11:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-10-31 14:20:25 +00:00
|
|
|
version = "0.1.44"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:20:25 +00:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-10-31 14:20:25 +00:00
|
|
|
version = "0.2.14"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:20:25 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2020-05-12 20:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2020-10-31 14:20:25 +00:00
|
|
|
version = "0.22.0"
|
2020-05-12 20:49:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:20:25 +00:00
|
|
|
checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
|
2020-05-12 20:49:42 +00:00
|
|
|
|
2019-05-07 17:54:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2020-11-17 14:39:25 +00:00
|
|
|
version = "1.5.2"
|
2019-05-07 17:54:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-17 14:39:25 +00:00
|
|
|
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
|
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"
|
2020-06-27 07:09:47 +00:00
|
|
|
version = "0.8.0"
|
2019-11-26 08:29:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-27 07:09:47 +00:00
|
|
|
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
|
2019-11-26 08:29:20 +00:00
|
|
|
dependencies = [
|
2020-10-08 13:43:00 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-01-30 17:14:20 +00:00
|
|
|
"cloudabi",
|
2020-06-27 07:09:47 +00:00
|
|
|
"instant",
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2020-06-27 07:09:47 +00:00
|
|
|
"winapi 0.3.9",
|
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",
|
|
|
|
]
|
|
|
|
|
2019-07-17 14:58:17 +00:00
|
|
|
[[package]]
|
2020-06-14 12:08:28 +00:00
|
|
|
name = "paths"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-06-14 12:08:28 +00:00
|
|
|
|
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]]
|
2020-07-30 07:44:21 +00:00
|
|
|
name = "perf-event"
|
2020-08-18 21:52:29 +00:00
|
|
|
version = "0.4.5"
|
2019-07-17 14:58:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-18 21:52:29 +00:00
|
|
|
checksum = "273069d0b956939ba75e8b5663328b9b7f0dc2e262b3306c6be66c4d87e2240a"
|
2019-07-17 14:58:17 +00:00
|
|
|
dependencies = [
|
2020-07-30 07:44:21 +00:00
|
|
|
"libc",
|
|
|
|
"perf-event-open-sys",
|
2019-07-17 14:58:17 +00:00
|
|
|
]
|
|
|
|
|
2020-06-14 12:08:28 +00:00
|
|
|
[[package]]
|
2020-07-30 07:44:21 +00:00
|
|
|
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"
|
2020-07-30 07:44:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2019-08-17 18:34:31 +00:00
|
|
|
|
2020-10-17 18:20:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
2019-04-20 10:34:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2020-05-24 13:42:11 +00:00
|
|
|
version = "0.5.1"
|
2019-04-20 10:34:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-24 13:42:11 +00:00
|
|
|
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
|
2019-04-20 10:34:36 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"fixedbitset",
|
2020-05-22 14:40:42 +00:00
|
|
|
"indexmap",
|
2019-04-20 10:34:36 +00:00
|
|
|
]
|
|
|
|
|
2019-09-10 10:31:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pico-args"
|
2020-08-10 14:56:16 +00:00
|
|
|
version = "0.3.4"
|
2019-09-10 10:31:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-10 14:56:16 +00:00
|
|
|
checksum = "28b9b4df73455c861d7cbf8be42f01d3b373ed7f02e378d55fa84eafc6f638b1"
|
2019-09-10 10:31:40 +00:00
|
|
|
|
2020-09-30 13:49:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2020-11-24 14:13:26 +00:00
|
|
|
version = "0.2.0"
|
2020-09-30 13:49:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:13:26 +00:00
|
|
|
checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c"
|
2020-09-30 13:49:40 +00:00
|
|
|
|
2020-04-04 08:09:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "plain"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
|
|
|
|
2019-08-15 12:58:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-10-01 19:20:18 +00:00
|
|
|
version = "1.0.24"
|
2019-08-15 12:58:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-01 19:20:18 +00:00
|
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
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 = [
|
2020-10-13 13:57:01 +00:00
|
|
|
"crossbeam-channel 0.5.0",
|
2020-03-28 12:52:45 +00:00
|
|
|
"jod-thread",
|
2020-03-26 20:26:34 +00:00
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
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",
|
|
|
|
"difference",
|
2020-04-04 08:09:36 +00:00
|
|
|
"goblin",
|
|
|
|
"libloading",
|
2020-08-13 08:08:11 +00:00
|
|
|
"mbe",
|
2020-04-17 07:47:15 +00:00
|
|
|
"memmap",
|
2020-08-13 10:07:28 +00:00
|
|
|
"proc_macro_api",
|
2020-08-14 22:19:47 +00:00
|
|
|
"proc_macro_test",
|
2020-04-01 05:11:26 +00:00
|
|
|
"serde_derive",
|
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]]
|
2020-08-14 22:19:47 +00:00
|
|
|
name = "proc_macro_test"
|
|
|
|
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 = [
|
2020-08-12 14:32:36 +00:00
|
|
|
"arena",
|
2020-01-30 17:14:20 +00:00
|
|
|
"backtrace",
|
2020-10-08 13:43:00 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-07-21 17:30:17 +00:00
|
|
|
"libc",
|
2020-01-30 17:14:20 +00:00
|
|
|
"once_cell",
|
2020-07-30 07:44:21 +00:00
|
|
|
"perf-event",
|
2019-03-27 15:09:51 +00:00
|
|
|
]
|
|
|
|
|
2019-02-05 22:10:49 +00:00
|
|
|
[[package]]
|
2020-08-13 10:05:30 +00:00
|
|
|
name = "project_model"
|
|
|
|
version = "0.0.0"
|
2019-02-05 22:10:49 +00:00
|
|
|
dependencies = [
|
2020-02-13 10:10:50 +00:00
|
|
|
"anyhow",
|
2020-08-13 10:05:30 +00:00
|
|
|
"arena",
|
2020-08-13 14:25:38 +00:00
|
|
|
"base_db",
|
2020-01-30 17:14:20 +00:00
|
|
|
"cargo_metadata",
|
2020-08-13 10:05:30 +00:00
|
|
|
"cfg",
|
2020-01-30 17:14:20 +00:00
|
|
|
"log",
|
2020-06-24 11:34:24 +00:00
|
|
|
"paths",
|
2020-08-13 10:07:28 +00:00
|
|
|
"proc_macro_api",
|
2020-01-30 17:14:20 +00:00
|
|
|
"rustc-hash",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-06-24 13:52:07 +00:00
|
|
|
"stdx",
|
2020-08-13 10:05:30 +00:00
|
|
|
"toolchain",
|
2019-02-05 22:10:49 +00:00
|
|
|
]
|
|
|
|
|
2020-06-17 06:53:51 +00:00
|
|
|
[[package]]
|
2020-08-24 09:19:53 +00:00
|
|
|
name = "pulldown-cmark"
|
2020-10-13 17:31:23 +00:00
|
|
|
version = "0.8.0"
|
2020-08-24 09:19:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-13 17:31:23 +00:00
|
|
|
checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
|
2018-12-10 21:09:12 +00:00
|
|
|
dependencies = [
|
2020-08-24 09:19:53 +00:00
|
|
|
"bitflags",
|
|
|
|
"memchr",
|
|
|
|
"unicase",
|
2018-12-10 21:09:12 +00:00
|
|
|
]
|
|
|
|
|
2020-05-08 10:25:36 +00:00
|
|
|
[[package]]
|
2020-08-24 09:19:53 +00:00
|
|
|
name = "pulldown-cmark-to-cmark"
|
2020-10-13 17:31:23 +00:00
|
|
|
version = "6.0.0"
|
2020-08-24 09:19:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-13 17:31:23 +00:00
|
|
|
checksum = "e8f2b9878102358ec65434fdd1a9a161f8648bb2f531acc9260e4d094c96de23"
|
2020-05-08 10:25:36 +00:00
|
|
|
dependencies = [
|
2020-08-24 09:19:53 +00:00
|
|
|
"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"
|
2020-06-07 22:21:38 +00:00
|
|
|
version = "1.0.7"
|
2019-08-15 12:58:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-07 22:21:38 +00:00
|
|
|
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
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"
|
2020-10-24 14:10:27 +00:00
|
|
|
version = "1.5.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-24 14:10:27 +00:00
|
|
|
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
|
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"
|
2020-10-24 14:10:27 +00:00
|
|
|
version = "1.9.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-24 14:10:27 +00:00
|
|
|
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-10-24 14:10:27 +00:00
|
|
|
"crossbeam-channel 0.5.0",
|
2020-01-30 17:14:20 +00:00
|
|
|
"crossbeam-deque",
|
2020-11-30 13:44:03 +00:00
|
|
|
"crossbeam-utils 0.8.1",
|
2020-01-30 17:14:20 +00:00
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2020-07-10 21:14:24 +00:00
|
|
|
version = "0.1.57"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-10 21:14:24 +00:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2020-11-02 16:00:05 +00:00
|
|
|
version = "1.4.2"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 16:00:05 +00:00
|
|
|
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
|
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"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2020-11-02 16:00:05 +00:00
|
|
|
version = "0.6.21"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 16:00:05 +00:00
|
|
|
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2018-10-02 14:07:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rowan"
|
2020-04-25 09:52:10 +00:00
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e081ed6eacce09e243b619ab90f069c27b0cff8a6d0eb8ad2ec935b65853798"
|
2018-10-02 14:07:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"rustc-hash",
|
|
|
|
"smol_str",
|
2020-04-24 21:40:41 +00:00
|
|
|
"text-size",
|
2020-01-30 17:14:20 +00:00
|
|
|
"thin-dst",
|
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 = [
|
|
|
|
"anyhow",
|
2020-08-13 08:19:09 +00:00
|
|
|
"cfg",
|
2020-10-13 15:05:06 +00:00
|
|
|
"crossbeam-channel 0.5.0",
|
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",
|
2020-03-27 13:50:08 +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",
|
2020-07-22 11:42:53 +00:00
|
|
|
"mimalloc",
|
2020-07-29 17:49:10 +00:00
|
|
|
"oorandom",
|
2020-02-18 11:33:16 +00:00
|
|
|
"parking_lot",
|
|
|
|
"pico-args",
|
2020-08-13 08:04:37 +00:00
|
|
|
"proc_macro_srv",
|
2020-08-12 14:32:36 +00:00
|
|
|
"profile",
|
2020-08-13 10:05:30 +00:00
|
|
|
"project_model",
|
2020-06-30 15:00:17 +00:00
|
|
|
"rayon",
|
2020-02-18 11:33:16 +00:00
|
|
|
"rustc-hash",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-08-13 14:45:10 +00:00
|
|
|
"ssr",
|
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",
|
2020-08-12 14:52:28 +00:00
|
|
|
"toolchain",
|
2020-10-23 15:07:06 +00:00
|
|
|
"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",
|
2020-06-27 07:09:47 +00:00
|
|
|
"winapi 0.3.9",
|
2020-02-18 11:33:16 +00:00
|
|
|
]
|
|
|
|
|
2020-04-04 11:22:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-rustc_lexer"
|
2020-11-30 14:29:09 +00:00
|
|
|
version = "691.0.0"
|
2020-04-04 11:22:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 14:29:09 +00:00
|
|
|
checksum = "44bc89d9ca7a78fb82e103b389362c55f03800745f8ba14e068b805cfaf783ec"
|
2020-04-04 11:22:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2020-10-24 14:10:27 +00:00
|
|
|
version = "0.1.18"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-24 14:10:27 +00:00
|
|
|
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2018-10-11 18:07:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
2020-02-10 15:42:56 +00:00
|
|
|
version = "1.1.0"
|
2018-10-11 18:07:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-10 15:42:56 +00:00
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
2018-10-11 18:07:44 +00:00
|
|
|
|
2020-10-24 14:10:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0",
|
|
|
|
]
|
|
|
|
|
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"
|
2020-10-14 10:37:59 +00:00
|
|
|
version = "0.16.0"
|
2019-08-15 12:18:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 10:37:59 +00:00
|
|
|
checksum = "d8fadca2ab5de17acf66d744f4888049ca8f1bb9b8a1ab8afd9d032cc959c5dc"
|
2018-10-07 08:32:02 +00:00
|
|
|
dependencies = [
|
2020-11-30 13:44:03 +00:00
|
|
|
"crossbeam-utils 0.8.1",
|
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"
|
2020-10-14 10:37:59 +00:00
|
|
|
version = "0.16.0"
|
2019-08-15 12:18:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 10:37:59 +00:00
|
|
|
checksum = "cd3904a4ba0a9d0211816177fd34b04c7095443f8cdacd11175064fe541c8fe2"
|
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
|
|
|
]
|
|
|
|
|
2020-03-27 17:56:18 +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
|
|
|
|
2020-04-04 08:09:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scroll"
|
2020-10-11 22:01:50 +00:00
|
|
|
version = "0.10.2"
|
2020-04-04 08:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-11 22:01:50 +00:00
|
|
|
checksum = "fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec"
|
2020-04-04 08:09:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"scroll_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scroll_derive"
|
2020-10-24 14:10:27 +00:00
|
|
|
version = "0.10.4"
|
2020-04-04 08:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-24 14:10:27 +00:00
|
|
|
checksum = "b12bd20b94c7cdfda8c7ba9b92ad0d9a56e3fa018c25fca83b51aa664c9b4c0d"
|
2020-04-04 08:09:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-10-24 14:10:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.7.0",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2020-10-17 18:20:52 +00:00
|
|
|
version = "0.11.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 18:20:52 +00:00
|
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-10-24 14:10:27 +00:00
|
|
|
"semver-parser 0.10.1",
|
2020-01-30 17:14:20 +00:00
|
|
|
"serde",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2020-10-24 14:10:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
2020-10-17 18:20:52 +00:00
|
|
|
version = "0.10.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 18:20:52 +00:00
|
|
|
checksum = "42ef146c2ad5e5f4b037cd6ce2ebb775401729b19a82040c1beac9d36c7d1428"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
]
|
2018-09-18 22:10:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2020-10-17 11:25:22 +00:00
|
|
|
version = "1.0.117"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 11:25:22 +00:00
|
|
|
checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a"
|
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"
|
2020-10-17 11:25:22 +00:00
|
|
|
version = "1.0.117"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-17 11:25:22 +00:00
|
|
|
checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e"
|
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"
|
2020-12-03 15:30:28 +00:00
|
|
|
version = "1.0.60"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:30:28 +00:00
|
|
|
checksum = "1500e84d27fe482ed1dc791a56eddc2f230046a040fa908c08bda1d9fb615779"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-01-21 22:28:57 +00:00
|
|
|
]
|
|
|
|
|
2019-08-17 18:34:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
2020-06-21 15:53:52 +00:00
|
|
|
version = "0.1.6"
|
2019-08-17 18:34:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-21 15:53:52 +00:00
|
|
|
checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
|
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"
|
2020-10-24 14:10:27 +00:00
|
|
|
version = "0.1.0"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-24 14:10:27 +00:00
|
|
|
checksum = "7b4921be914e16899a80adefb821f8ddb7974e3f1250223575a44ed994882127"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2020-10-24 14:10:27 +00:00
|
|
|
"loom",
|
2020-06-22 11:18:10 +00:00
|
|
|
]
|
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
2019-01-06 14:05:12 +00:00
|
|
|
|
2019-11-15 11:45:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2020-11-19 20:00:56 +00:00
|
|
|
version = "1.5.0"
|
2019-11-15 11:45:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-19 20:00:56 +00:00
|
|
|
checksum = "7acad6f34eb9e8a259d3283d1e8c1d34d7415943d4895f65cc73813c7396fc85"
|
2019-11-15 11:45:58 +00:00
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smol_str"
|
2020-09-23 06:45:35 +00:00
|
|
|
version = "0.1.17"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-23 06:45:35 +00:00
|
|
|
checksum = "6ca0f7ce3a29234210f0f4f0b56f8be2e722488b95cb522077943212da3b32eb"
|
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
|
|
|
]
|
|
|
|
|
2020-08-13 14:45:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ssr"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-08-13 14:45:10 +00:00
|
|
|
dependencies = [
|
2020-08-21 11:19:31 +00:00
|
|
|
"expect-test",
|
2020-08-13 14:45:10 +00:00
|
|
|
"hir",
|
|
|
|
"ide_db",
|
2020-08-18 10:39:55 +00:00
|
|
|
"itertools",
|
2020-08-13 14:45:10 +00:00
|
|
|
"rustc-hash",
|
|
|
|
"syntax",
|
|
|
|
"test_utils",
|
|
|
|
"text_edit",
|
|
|
|
]
|
|
|
|
|
2020-03-28 10:01:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stdx"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-03-28 10:01:25 +00:00
|
|
|
|
2019-08-15 12:58:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-11-30 13:44:03 +00:00
|
|
|
version = "1.0.53"
|
2019-08-15 12:58:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 13:44:03 +00:00
|
|
|
checksum = "8833e20724c24de12bbaba5ad230ea61c3eafb05b881c7c9d3cfe8638b187e68"
|
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"
|
2020-06-11 12:55:41 +00:00
|
|
|
version = "0.12.4"
|
2020-04-10 15:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 12:55:41 +00:00
|
|
|
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
|
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",
|
2020-08-21 11:19:31 +00:00
|
|
|
"expect-test",
|
2020-10-21 12:17:00 +00:00
|
|
|
"indexmap",
|
2020-08-12 16:26:51 +00:00
|
|
|
"itertools",
|
|
|
|
"once_cell",
|
|
|
|
"parser",
|
2020-11-27 16:00:03 +00:00
|
|
|
"profile",
|
2020-08-12 16:26:51 +00:00
|
|
|
"rayon",
|
|
|
|
"rowan",
|
|
|
|
"rustc-ap-rustc_lexer",
|
|
|
|
"rustc-hash",
|
|
|
|
"serde",
|
|
|
|
"smol_str",
|
|
|
|
"stdx",
|
|
|
|
"test_utils",
|
|
|
|
"text_edit",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
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 = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"difference",
|
2020-05-24 13:42:11 +00:00
|
|
|
"rustc-hash",
|
2020-01-30 17:14:20 +00:00
|
|
|
"serde_json",
|
2020-06-03 11:26:15 +00:00
|
|
|
"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"
|
2020-04-25 09:52:10 +00:00
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f03e7efdedc3bc78cb2337f1e2785c39e45f5ef762d9e4ebb137fff7380a6d8a"
|
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",
|
|
|
|
]
|
|
|
|
|
2019-11-25 13:12:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thin-dst"
|
2020-03-18 21:17:45 +00:00
|
|
|
version = "1.1.0"
|
2019-11-25 13:12:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-18 21:17:45 +00:00
|
|
|
checksum = "db3c46be180f1af9673ebb27bc1235396f61ef6965b3fe0dbb2e624deb604f0e"
|
2019-11-25 13:12:28 +00:00
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2020-01-12 01:16:35 +00:00
|
|
|
version = "1.0.1"
|
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 = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"lazy_static",
|
2018-12-18 09:45:20 +00:00
|
|
|
]
|
|
|
|
|
2018-12-09 10:13:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "threadpool"
|
2020-05-12 20:49:42 +00:00
|
|
|
version = "1.8.1"
|
2018-12-09 10:13:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-12 20:49:42 +00:00
|
|
|
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
|
2018-12-09 10:13:36 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"num_cpus",
|
2018-12-09 10:13:36 +00:00
|
|
|
]
|
|
|
|
|
2020-06-22 11:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-08-27 16:55:42 +00:00
|
|
|
version = "0.1.44"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-27 16:55:42 +00:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2020-08-27 16:55:42 +00:00
|
|
|
"wasi",
|
2020-06-27 15:20:02 +00:00
|
|
|
"winapi 0.3.9",
|
2020-06-22 11:18:10 +00:00
|
|
|
]
|
|
|
|
|
2020-06-21 15:53:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2020-11-24 14:13:26 +00:00
|
|
|
version = "1.1.0"
|
2020-06-21 15:53:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:13:26 +00:00
|
|
|
checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f"
|
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"
|
2020-11-24 14:13:26 +00:00
|
|
|
version = "0.1.22"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:13:26 +00:00
|
|
|
checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
2020-11-24 14:13:26 +00:00
|
|
|
"cfg-if 1.0.0",
|
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"
|
2020-08-18 21:52:29 +00:00
|
|
|
version = "0.1.11"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-18 21:52:29 +00:00
|
|
|
checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2020-09-30 13:49:40 +00:00
|
|
|
version = "0.1.17"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-30 13:49:40 +00:00
|
|
|
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-serde"
|
2020-09-14 12:43: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"
|
2020-09-14 12:43:26 +00:00
|
|
|
checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2020-11-05 03:01:19 +00:00
|
|
|
version = "0.2.15"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-05 03:01:19 +00:00
|
|
|
checksum = "a1fa8f0c8f4c594e4fc9debc1990deab13238077271ba84dd853d54902ee3401"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"chrono",
|
|
|
|
"lazy_static",
|
|
|
|
"matchers",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
2020-08-13 08:04:55 +00:00
|
|
|
"thread_local",
|
2020-10-08 13:43:00 +00:00
|
|
|
"tracing",
|
2020-06-22 11:18:10 +00:00
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-serde",
|
|
|
|
]
|
|
|
|
|
2020-07-10 16:30:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-tree"
|
2020-09-30 13:49:40 +00:00
|
|
|
version = "0.1.6"
|
2020-07-10 16:30:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-30 13:49:40 +00:00
|
|
|
checksum = "43aac8afb493b08e1e1904956f7407c1e671b9c83b26a17e1bd83d6a3520e350"
|
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",
|
|
|
|
"chrono",
|
|
|
|
"termcolor",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2020-08-12 14:46:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tt"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"smol_str",
|
|
|
|
"stdx",
|
|
|
|
]
|
|
|
|
|
2020-10-17 18:20:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
|
2020-07-29 13:45:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ungrammar"
|
2020-08-27 16:55:42 +00:00
|
|
|
version = "1.1.4"
|
2020-07-29 13:45:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-27 16:55:42 +00:00
|
|
|
checksum = "df0cd89993af555540e2436fc6adb8479b0dbe386339a136397952e9c89e17a9"
|
2020-07-29 13:45:23 +00:00
|
|
|
|
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.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"matches",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2020-11-19 20:00:56 +00:00
|
|
|
version = "0.1.16"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-19 20:00:56 +00:00
|
|
|
checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
|
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"
|
2020-11-30 13:44:03 +00:00
|
|
|
version = "1.7.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 13:44:03 +00:00
|
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2019-08-15 12:58:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-06-27 07:09:47 +00:00
|
|
|
version = "0.2.1"
|
2019-08-15 12:58:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-27 07:09:47 +00:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
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"
|
2020-11-11 16:17:48 +00:00
|
|
|
version = "2.2.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 16:17:48 +00:00
|
|
|
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
|
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.2"
|
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 = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
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",
|
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 = [
|
2020-10-13 13:57:01 +00:00
|
|
|
"crossbeam-channel 0.5.0",
|
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"
|
2020-01-12 01:16:35 +00:00
|
|
|
version = "2.3.1"
|
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 = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"same-file",
|
2020-06-27 07:09:47 +00:00
|
|
|
"winapi 0.3.9",
|
2020-01-30 17:14:20 +00:00
|
|
|
"winapi-util",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2020-08-27 16:55:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2019-01-06 14:05:12 +00:00
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2019-01-06 14:05:12 +00:00
|
|
|
|
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 = [
|
2020-06-27 07:09:47 +00:00
|
|
|
"winapi 0.3.9",
|
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
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
2020-10-16 17:46:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xshell"
|
2020-10-19 11:54:01 +00:00
|
|
|
version = "0.1.6"
|
2020-10-16 17:46:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-19 11:54:01 +00:00
|
|
|
checksum = "3e9bbfccbb2233e6b0473b7870d4b0811a402e9e249a5e8394e768e5a5c9c37d"
|
2020-10-16 17:46:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"xshell-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xshell-macros"
|
2020-10-19 11:54:01 +00:00
|
|
|
version = "0.1.6"
|
2020-10-16 17:46:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-19 11:54:01 +00:00
|
|
|
checksum = "b94f1c632d730a1704b21dc551a4c74fbed713cfa59593708f94943548206134"
|
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",
|
2020-06-21 12:58:34 +00:00
|
|
|
"flate2",
|
2020-01-30 17:14:20 +00:00
|
|
|
"pico-args",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-07-29 13:45:23 +00:00
|
|
|
"ungrammar",
|
2020-01-30 17:14:20 +00:00
|
|
|
"walkdir",
|
2020-08-01 02:09:52 +00:00
|
|
|
"write-json",
|
2020-10-16 17:46:03 +00:00
|
|
|
"xshell",
|
2019-10-17 16:36:55 +00:00
|
|
|
]
|