2019-02-08 21:43:13 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-25 19:03:20 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-05-12 20:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2021-11-06 15:12:34 +00:00
|
|
|
version = "0.17.0"
|
2020-05-12 20:49:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 15:12:34 +00:00
|
|
|
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
|
2020-05-12 20:49:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2020-06-16 17:21:38 +00:00
|
|
|
[[package]]
|
2020-07-07 14:26:33 +00:00
|
|
|
name = "adler"
|
2021-03-01 16:13:08 +00:00
|
|
|
version = "1.0.2"
|
2020-06-16 17:21:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 16:13:08 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-06-16 17:21:38 +00:00
|
|
|
|
2021-01-26 19:11:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "always-assert"
|
2021-02-05 15:09:45 +00:00
|
|
|
version = "0.1.2"
|
2021-01-26 19:11:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-05 15:09:45 +00:00
|
|
|
checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"
|
2021-01-26 19:11:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2020-06-22 11:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2020-07-10 16:30:32 +00:00
|
|
|
version = "0.12.1"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-10 16:30:32 +00:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"winapi",
|
2020-06-22 11:18:10 +00:00
|
|
|
]
|
|
|
|
|
2019-11-13 19:51:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2021-11-06 15:12:34 +00:00
|
|
|
version = "1.0.45"
|
2019-11-13 19:51:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 15:12:34 +00:00
|
|
|
checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7"
|
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
|
|
|
|
2021-08-30 20:26:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "577b08a4acd7b99869f863c50011b01eb73424ccc798ecd996f2e24817adfca7"
|
|
|
|
|
2019-10-17 15:06:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2021-10-27 15:10:58 +00:00
|
|
|
version = "0.7.2"
|
2019-10-17 15:06:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 15:10:58 +00:00
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
2019-10-17 15:06:01 +00:00
|
|
|
|
2020-07-10 16:30:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2021-01-28 14:55:34 +00:00
|
|
|
"winapi",
|
2020-07-10 16:30:32 +00:00
|
|
|
]
|
|
|
|
|
2020-01-12 01:16:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-08-21 17:14:44 +00:00
|
|
|
version = "1.0.1"
|
2020-01-12 01:16:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-21 17:14:44 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-01-12 01:16:35 +00:00
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2021-11-06 15:12:34 +00:00
|
|
|
version = "0.3.63"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 15:12:34 +00:00
|
|
|
checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-05-12 20:49:42 +00:00
|
|
|
"addr2line",
|
2021-05-02 19:17:04 +00:00
|
|
|
"cc",
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
2020-06-16 17:21:38 +00:00
|
|
|
"miniz_oxide",
|
2021-10-30 06:02:45 +00:00
|
|
|
"object",
|
2020-01-30 17:14:20 +00:00
|
|
|
"rustc-demangle",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2020-08-13 14:25:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base_db"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"cfg",
|
|
|
|
"profile",
|
|
|
|
"rustc-hash",
|
|
|
|
"salsa",
|
2021-10-28 17:19:30 +00:00
|
|
|
"stdx",
|
2020-08-13 14:25:38 +00:00
|
|
|
"syntax",
|
|
|
|
"test_utils",
|
|
|
|
"tt",
|
|
|
|
"vfs",
|
|
|
|
]
|
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-23 10:25:59 +00:00
|
|
|
version = "1.3.2"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-23 10:25:59 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2021-03-02 12:27:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2021-07-31 07:25:13 +00:00
|
|
|
version = "1.0.5"
|
2021-03-02 12:27:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-31 07:25:13 +00:00
|
|
|
checksum = "52d74260d9bf6944e2208aa46841b4b8f0d7ffc0849a06837b2f510337f86b2b"
|
2021-03-02 12:27:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-01-11 13:27:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo-platform"
|
2021-08-13 15:08:24 +00:00
|
|
|
version = "0.1.2"
|
2021-01-11 13:27:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-13 15:08:24 +00:00
|
|
|
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
|
2021-01-11 13:27:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
2021-10-27 15:10:58 +00:00
|
|
|
version = "0.14.1"
|
2019-01-14 13:15:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 15:10:58 +00:00
|
|
|
checksum = "ba2ae6de944143141f6155a473a6b02f66c7c3f9f47316f802f80204ebfe6e12"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2021-03-02 12:27:29 +00:00
|
|
|
"camino",
|
2021-01-11 13:27:16 +00:00
|
|
|
"cargo-platform",
|
2021-01-04 22:02:16 +00:00
|
|
|
"semver",
|
2020-01-30 17:14:20 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-10-15 11:12:30 +00:00
|
|
|
version = "1.0.71"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-15 11:12:30 +00:00
|
|
|
checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-08-13 08:19:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-08-30 20:26:35 +00:00
|
|
|
"arbitrary",
|
2021-08-31 11:10:16 +00:00
|
|
|
"derive_arbitrary",
|
2020-10-21 17:54:04 +00:00
|
|
|
"expect-test",
|
2020-08-13 08:19:09 +00:00
|
|
|
"mbe",
|
2021-08-30 20:26:35 +00:00
|
|
|
"oorandom",
|
2020-08-13 08:19:09 +00:00
|
|
|
"rustc-hash",
|
|
|
|
"syntax",
|
|
|
|
"tt",
|
|
|
|
]
|
2018-09-18 22:10:19 +00:00
|
|
|
|
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"
|
2021-10-27 15:12:30 +00:00
|
|
|
version = "0.72.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 15:12:30 +00:00
|
|
|
checksum = "50947a8c71b9a6ee75d6c3b74eb320f58668f872a5ca1347a2b664989fbc8ac8"
|
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"
|
2021-10-27 15:12:30 +00:00
|
|
|
version = "0.72.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 15:12:30 +00:00
|
|
|
checksum = "39fba0a2f05527fb93c5039803c1f1ffaff5d6cebdff936386e1a5cbe7646283"
|
2019-04-20 10:34:36 +00:00
|
|
|
dependencies = [
|
2020-12-23 09:41:03 +00:00
|
|
|
"bitflags",
|
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"
|
2021-10-27 15:12:30 +00:00
|
|
|
version = "0.72.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 15:12:30 +00:00
|
|
|
checksum = "d01108bc48af1d40e69b3b7f6923323e904c32476d4974750c474c1f94343e5c"
|
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"
|
2021-10-27 15:12:30 +00:00
|
|
|
version = "0.72.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 15:12:30 +00:00
|
|
|
checksum = "ff759b94bbb114254ba01b7a7459f8fa78ae98801a814946ce7ed6d5973c8a06"
|
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",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
2020-01-30 17:14:20 +00:00
|
|
|
"petgraph",
|
|
|
|
"rustc-hash",
|
2020-06-22 11:18:10 +00:00
|
|
|
"tracing",
|
2019-04-20 10:34:36 +00:00
|
|
|
]
|
|
|
|
|
2021-01-21 16:04:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "countme"
|
2021-01-28 15:59:54 +00:00
|
|
|
version = "2.0.4"
|
2021-01-21 16:04:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-28 15:59:54 +00:00
|
|
|
checksum = "328b822bdcba4d4e402be8d9adb6eebf269f969f8eadef977a553ff3c4fbcb58"
|
2021-01-21 16:04:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"dashmap",
|
|
|
|
"once_cell",
|
|
|
|
"rustc-hash",
|
|
|
|
]
|
|
|
|
|
2021-03-08 20:19:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cov-mark"
|
2021-06-12 20:39:57 +00:00
|
|
|
version = "2.0.0-pre.1"
|
2021-03-08 20:19:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-12 20:39:57 +00:00
|
|
|
checksum = "0d48d8f76bd9331f19fe2aaf3821a9f9fb32c3963e1e3d6ce82a8c09cef7444a"
|
2021-03-08 20:19:44 +00:00
|
|
|
|
2019-06-26 06:12:46 +00:00
|
|
|
[[package]]
|
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 = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2018-12-30 20:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-10-13 13:57:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2021-04-13 12:19:47 +00:00
|
|
|
version = "0.5.1"
|
2020-10-13 13:57:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-13 12:19:47 +00:00
|
|
|
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
|
2020-10-13 13:57:01 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
2020-10-13 13:57:01 +00:00
|
|
|
]
|
|
|
|
|
2019-06-26 06:12:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2021-07-31 07:25:13 +00:00
|
|
|
version = "0.8.1"
|
2019-06-26 06:12:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-31 07:25:13 +00:00
|
|
|
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
|
2019-06-26 06:12:46 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2020-01-30 17:14:20 +00:00
|
|
|
"crossbeam-epoch",
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-utils",
|
2019-06-26 06:12:46 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2021-05-30 11:48:10 +00:00
|
|
|
version = "0.9.5"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-30 11:48:10 +00:00
|
|
|
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
2020-01-30 17:14:20 +00:00
|
|
|
"lazy_static",
|
2021-01-19 19:11:42 +00:00
|
|
|
"memoffset",
|
2020-01-30 17:14:20 +00:00
|
|
|
"scopeguard",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2020-10-13 13:57:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2021-05-30 11:48:10 +00:00
|
|
|
version = "0.8.5"
|
2020-10-13 13:57:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-30 11:48:10 +00:00
|
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
2020-10-13 13:57:01 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2020-10-13 13:57:01 +00:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-01-21 16:04:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
|
|
|
version = "4.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
|
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2021-01-21 16:04:50 +00:00
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2021-08-30 20:26:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_arbitrary"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b24629208e87a2d8b396ff43b15c4afb0a69cea3fbbaa9ed9b92b7c02f0aed73"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-12-31 12:05:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dissimilar"
|
2021-10-01 15:50:52 +00:00
|
|
|
version = "1.0.3"
|
2020-12-31 12:05:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 15:50:52 +00:00
|
|
|
checksum = "31ad93652f40969dead8d4bf897a41e9462095152eb21c56e5830537e41179dd"
|
2020-12-31 12:05:19 +00:00
|
|
|
|
2021-05-11 14:15:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dot"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a74b6c4d4a1cff5f454164363c16b72fa12463ca6b31f4b5f2035a65fa3d5906"
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "drop_bomb"
|
2020-08-01 11:47:19 +00:00
|
|
|
version = "0.1.5"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-01 11:47:19 +00:00
|
|
|
checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
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",
|
|
|
|
]
|
|
|
|
|
2020-06-27 15:53:50 +00:00
|
|
|
[[package]]
|
2020-08-21 11:19:31 +00:00
|
|
|
name = "expect-test"
|
2021-10-09 14:17:16 +00:00
|
|
|
version = "1.2.0-pre.1"
|
2020-08-21 11:19:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-09 14:17:16 +00:00
|
|
|
checksum = "3a2f1664bc69648747878bfe3430ad9b58bc8d9b50b3b1df9f3c081345e33197"
|
2020-06-27 15:53:50 +00:00
|
|
|
dependencies = [
|
2021-01-03 13:43:29 +00:00
|
|
|
"dissimilar",
|
2020-06-27 15:53:50 +00:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2021-08-13 15:08:24 +00:00
|
|
|
version = "0.2.15"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-13 15:08:24 +00:00
|
|
|
checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
2021-02-15 14:49:36 +00:00
|
|
|
"redox_syscall",
|
2021-01-28 14:55:34 +00:00
|
|
|
"winapi",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2021-10-01 15:50:52 +00:00
|
|
|
version = "1.0.22"
|
2020-06-21 12:58:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 15:50:52 +00:00
|
|
|
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
|
2020-06-21 12:58:34 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
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",
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-channel",
|
2020-06-25 07:13:46 +00:00
|
|
|
"jod-thread",
|
2021-07-17 14:40:13 +00:00
|
|
|
"paths",
|
2021-04-18 23:36:29 +00:00
|
|
|
"serde",
|
2020-06-25 07:13:46 +00:00
|
|
|
"serde_json",
|
2021-01-07 17:08:34 +00:00
|
|
|
"stdx",
|
2020-08-12 14:52:28 +00:00
|
|
|
"toolchain",
|
2021-08-15 12:46:13 +00:00
|
|
|
"tracing",
|
2020-06-25 07:13:46 +00:00
|
|
|
]
|
|
|
|
|
2020-11-11 16:17:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-02-20 19:15:26 +00:00
|
|
|
version = "1.0.1"
|
2020-11-11 16:17:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-20 19:15:26 +00:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-11-11 16:17:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-01-18 18:25:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs_extra"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
|
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
2021-05-30 11:48:10 +00:00
|
|
|
version = "4.0.0"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-30 11:48:10 +00:00
|
|
|
checksum = "5c0e564d24da983c053beff1bb7178e237501206840a3e6bf4e267b9e8ae734a"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fst"
|
2021-06-18 18:31:09 +00:00
|
|
|
version = "0.4.7"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 18:31:09 +00:00
|
|
|
checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-05-12 20:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2021-11-06 15:12:34 +00:00
|
|
|
version = "0.26.1"
|
2020-05-12 20:49:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 15:12:34 +00:00
|
|
|
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
|
2019-08-06 11:00:37 +00:00
|
|
|
|
2020-07-19 17:09:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-06-30 14:03:31 +00:00
|
|
|
version = "0.11.2"
|
2020-07-19 17:09:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 14:03:31 +00:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2020-07-19 17:09:01 +00:00
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-22 17:18:48 +00:00
|
|
|
version = "0.3.3"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-22 17:18:48 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"unicode-segmentation",
|
2019-10-31 14:31:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-06-30 14:03:31 +00:00
|
|
|
version = "0.1.19"
|
2019-10-31 14:31:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 14:03:31 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2019-10-31 14:31:59 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2020-08-13 14:36:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hir"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"base_db",
|
2021-05-07 20:35:43 +00:00
|
|
|
"cfg",
|
2020-08-13 14:36:55 +00:00
|
|
|
"either",
|
|
|
|
"hir_def",
|
|
|
|
"hir_expand",
|
|
|
|
"hir_ty",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
2021-06-12 14:49:41 +00:00
|
|
|
"once_cell",
|
2020-08-13 14:36:55 +00:00
|
|
|
"profile",
|
|
|
|
"rustc-hash",
|
2021-03-15 13:51:20 +00:00
|
|
|
"smallvec",
|
2020-08-13 14:36:55 +00:00
|
|
|
"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",
|
|
|
|
"base_db",
|
|
|
|
"cfg",
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2021-04-01 17:46:43 +00:00
|
|
|
"dashmap",
|
2020-08-13 14:28:27 +00:00
|
|
|
"drop_bomb",
|
|
|
|
"either",
|
2020-08-21 11:19:31 +00:00
|
|
|
"expect-test",
|
2020-08-13 14:28:27 +00:00
|
|
|
"fst",
|
|
|
|
"hir_expand",
|
|
|
|
"indexmap",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
2021-01-17 06:52:57 +00:00
|
|
|
"la-arena",
|
2021-07-10 20:49:17 +00:00
|
|
|
"limit",
|
2020-08-13 14:28:27 +00:00
|
|
|
"mbe",
|
|
|
|
"once_cell",
|
|
|
|
"profile",
|
|
|
|
"rustc-hash",
|
|
|
|
"smallvec",
|
|
|
|
"stdx",
|
|
|
|
"syntax",
|
|
|
|
"test_utils",
|
2021-08-15 12:46:13 +00:00
|
|
|
"tracing",
|
2020-08-13 14:28:27 +00:00
|
|
|
"tt",
|
|
|
|
]
|
|
|
|
|
2020-08-13 14:26:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hir_expand"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"base_db",
|
2021-03-10 18:43:03 +00:00
|
|
|
"cfg",
|
fix: avoid pathological macro expansions
Today, rust-analyzer (and rustc, and bat, and IntelliJ) fail badly on
some kinds of maliciously constructed code, like a deep sequence of
nested parenthesis.
"Who writes 100k nested parenthesis" you'd ask?
Well, in a language with macros, a run-away macro expansion might do
that (see the added tests)! Such expansion can be broad, rather than
deep, so it bypasses recursion check at the macro-expansion layer, but
triggers deep recursion in parser.
In the ideal world, the parser would just handle deeply nested structs
gracefully. We'll get there some day, but at the moment, let's try to be
simple, and just avoid expanding macros with unbalanced parenthesis in
the first place.
closes #9358
2021-08-09 13:06:49 +00:00
|
|
|
"cov-mark",
|
2020-08-13 14:26:29 +00:00
|
|
|
"either",
|
2021-03-10 20:05:02 +00:00
|
|
|
"expect-test",
|
2021-08-25 16:57:24 +00:00
|
|
|
"itertools",
|
2021-01-17 06:52:57 +00:00
|
|
|
"la-arena",
|
2021-07-10 20:49:17 +00:00
|
|
|
"limit",
|
2020-08-13 14:26:29 +00:00
|
|
|
"mbe",
|
|
|
|
"profile",
|
|
|
|
"rustc-hash",
|
|
|
|
"syntax",
|
2021-08-15 12:46:13 +00:00
|
|
|
"tracing",
|
2020-08-13 14:26:29 +00:00
|
|
|
"tt",
|
|
|
|
]
|
|
|
|
|
2020-08-13 14:35:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hir_ty"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"base_db",
|
|
|
|
"chalk-ir",
|
|
|
|
"chalk-recursive",
|
|
|
|
"chalk-solve",
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2020-08-13 14:35:29 +00:00
|
|
|
"ena",
|
2020-08-21 11:19:31 +00:00
|
|
|
"expect-test",
|
2020-08-13 14:35:29 +00:00
|
|
|
"hir_def",
|
|
|
|
"hir_expand",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
2021-01-17 06:52:57 +00:00
|
|
|
"la-arena",
|
2021-07-10 20:49:17 +00:00
|
|
|
"limit",
|
2020-11-11 02:11:40 +00:00
|
|
|
"once_cell",
|
2020-08-13 14:35:29 +00:00
|
|
|
"profile",
|
|
|
|
"rustc-hash",
|
|
|
|
"scoped-tls",
|
|
|
|
"smallvec",
|
|
|
|
"stdx",
|
|
|
|
"syntax",
|
|
|
|
"test_utils",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"tracing-tree",
|
|
|
|
]
|
|
|
|
|
2020-05-07 19:06:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
|
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"winapi",
|
2020-05-07 19:06:44 +00:00
|
|
|
]
|
|
|
|
|
2020-08-13 15:42:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ide"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"cfg",
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2021-05-11 14:15:31 +00:00
|
|
|
"dot",
|
2020-08-13 15:42:52 +00:00
|
|
|
"either",
|
2020-08-21 11:19:31 +00:00
|
|
|
"expect-test",
|
2020-08-13 15:42:52 +00:00
|
|
|
"hir",
|
2021-02-22 18:47:48 +00:00
|
|
|
"ide_assists",
|
2021-02-17 14:53:31 +00:00
|
|
|
"ide_completion",
|
2020-08-13 15:42:52 +00:00
|
|
|
"ide_db",
|
2021-06-14 10:15:05 +00:00
|
|
|
"ide_diagnostics",
|
2021-02-22 19:14:58 +00:00
|
|
|
"ide_ssr",
|
2020-08-13 15:42:52 +00:00
|
|
|
"indexmap",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
2020-08-13 15:42:52 +00:00
|
|
|
"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",
|
|
|
|
"stdx",
|
|
|
|
"syntax",
|
|
|
|
"test_utils",
|
|
|
|
"text_edit",
|
2021-08-15 12:46:13 +00:00
|
|
|
"tracing",
|
2020-08-26 16:56:41 +00:00
|
|
|
"url",
|
2020-08-13 15:42:52 +00:00
|
|
|
]
|
|
|
|
|
2021-02-22 18:47:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ide_assists"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2021-02-22 18:47:48 +00:00
|
|
|
"either",
|
|
|
|
"expect-test",
|
|
|
|
"hir",
|
|
|
|
"ide_db",
|
2021-07-29 15:17:45 +00:00
|
|
|
"indexmap",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
2021-02-22 18:47:48 +00:00
|
|
|
"profile",
|
|
|
|
"rustc-hash",
|
2021-07-03 19:11:03 +00:00
|
|
|
"sourcegen",
|
2021-02-22 18:47:48 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
|
|
|
"test_utils",
|
|
|
|
"text_edit",
|
|
|
|
]
|
|
|
|
|
2021-02-17 14:53:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ide_completion"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"base_db",
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2021-02-17 14:53:31 +00:00
|
|
|
"either",
|
|
|
|
"expect-test",
|
|
|
|
"hir",
|
|
|
|
"ide_db",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
2021-05-27 21:28:14 +00:00
|
|
|
"once_cell",
|
2021-02-17 14:53:31 +00:00
|
|
|
"profile",
|
|
|
|
"rustc-hash",
|
2021-10-04 19:44:33 +00:00
|
|
|
"smallvec",
|
2021-07-03 19:11:03 +00:00
|
|
|
"sourcegen",
|
2021-02-17 14:53:31 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
|
|
|
"test_utils",
|
|
|
|
"text_edit",
|
2021-07-03 19:11:03 +00:00
|
|
|
"xshell",
|
2021-02-17 14:53:31 +00:00
|
|
|
]
|
|
|
|
|
2020-08-13 14:39:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ide_db"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-09-23 13:37:52 +00:00
|
|
|
"arrayvec",
|
2020-08-13 14:39:16 +00:00
|
|
|
"base_db",
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2020-08-13 14:39:16 +00:00
|
|
|
"either",
|
2020-10-24 08:07:10 +00:00
|
|
|
"expect-test",
|
2020-08-13 14:39:16 +00:00
|
|
|
"fst",
|
|
|
|
"hir",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
2021-07-10 20:49:17 +00:00
|
|
|
"limit",
|
2020-08-13 14:39:16 +00:00
|
|
|
"once_cell",
|
|
|
|
"profile",
|
|
|
|
"rayon",
|
|
|
|
"rustc-hash",
|
2021-10-12 06:59:39 +00:00
|
|
|
"sourcegen",
|
2020-08-13 14:39:16 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
|
|
|
"test_utils",
|
|
|
|
"text_edit",
|
2021-08-15 12:46:13 +00:00
|
|
|
"tracing",
|
2021-10-12 06:59:39 +00:00
|
|
|
"xshell",
|
2020-08-13 14:39:16 +00:00
|
|
|
]
|
|
|
|
|
2021-06-14 09:24:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ide_diagnostics"
|
|
|
|
version = "0.0.0"
|
2021-06-14 10:15:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg",
|
|
|
|
"cov-mark",
|
|
|
|
"either",
|
|
|
|
"expect-test",
|
|
|
|
"hir",
|
|
|
|
"ide_db",
|
|
|
|
"itertools",
|
|
|
|
"profile",
|
|
|
|
"rustc-hash",
|
2021-07-03 19:11:03 +00:00
|
|
|
"sourcegen",
|
2021-06-14 10:15:05 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
|
|
|
"test_utils",
|
|
|
|
"text_edit",
|
|
|
|
]
|
2021-06-14 09:24:58 +00:00
|
|
|
|
2021-02-22 19:14:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ide_ssr"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2021-02-22 19:14:58 +00:00
|
|
|
"expect-test",
|
|
|
|
"hir",
|
|
|
|
"ide_db",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
2021-02-22 19:14:58 +00:00
|
|
|
"rustc-hash",
|
|
|
|
"syntax",
|
|
|
|
"test_utils",
|
|
|
|
"text_edit",
|
|
|
|
]
|
|
|
|
|
2019-08-17 18:34:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-04-21 16:20:18 +00:00
|
|
|
version = "0.2.3"
|
2019-08-17 18:34:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-21 16:20:18 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2019-08-17 18:34:31 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-08-17 18:34:31 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 08:32:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-06-30 14:03:31 +00:00
|
|
|
version = "1.7.0"
|
2018-10-07 08:32:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 14:03:31 +00:00
|
|
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
2019-10-22 17:01:26 +00:00
|
|
|
dependencies = [
|
2020-02-22 16:22:09 +00:00
|
|
|
"autocfg",
|
2021-01-19 09:05:27 +00:00
|
|
|
"hashbrown",
|
2019-10-22 17:01:26 +00:00
|
|
|
]
|
2018-10-07 08:32:02 +00:00
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2021-11-06 15:12:34 +00:00
|
|
|
version = "0.9.6"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 15:12:34 +00:00
|
|
|
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"bitflags",
|
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
2021-01-18 18:13:24 +00:00
|
|
|
version = "0.1.5"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-18 18:13:24 +00:00
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
2020-06-27 07:09:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-10-27 15:10:58 +00:00
|
|
|
version = "0.1.12"
|
2020-06-27 07:09:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 15:10:58 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-09-27 22:14:50 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
2020-12-30 15:39:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2021-06-18 18:31:09 +00:00
|
|
|
version = "0.10.1"
|
2020-12-30 15:39:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 18:31:09 +00:00
|
|
|
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
|
2020-12-30 15:39:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-08-23 10:25:59 +00:00
|
|
|
version = "0.4.8"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-23 10:25:59 +00:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2019-08-21 07:31:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jod-thread"
|
2020-06-11 12:55:41 +00:00
|
|
|
version = "0.1.2"
|
2019-08-21 07:31:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 12:55:41 +00:00
|
|
|
checksum = "8b23360e99b8717f20aaa4598f5a6541efbe30630039fbc7706cf954a87947ae"
|
2019-08-21 07:31:33 +00:00
|
|
|
|
2021-08-17 15:17:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kqueue"
|
2021-08-17 15:27:37 +00:00
|
|
|
version = "1.0.4"
|
2021-08-17 15:17:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-17 15:27:37 +00:00
|
|
|
checksum = "058a107a784f8be94c7d35c1300f4facced2e93d2fbe5b1452b44e905ddca4a9"
|
2021-08-17 15:17:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"kqueue-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kqueue-sys"
|
2021-08-17 15:27:37 +00:00
|
|
|
version = "1.0.3"
|
2021-08-17 15:17:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-17 15:27:37 +00:00
|
|
|
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
|
2021-08-17 15:17:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-14 15:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "la-arena"
|
2021-10-05 03:10:25 +00:00
|
|
|
version = "0.3.0"
|
2021-01-14 15:47:42 +00:00
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-08-30 17:23:28 +00:00
|
|
|
version = "1.4.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-11-06 15:12:34 +00:00
|
|
|
version = "0.2.106"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 15:12:34 +00:00
|
|
|
checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-04-04 08:09:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2021-10-15 11:12:30 +00:00
|
|
|
version = "0.7.1"
|
2020-04-04 08:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-15 11:12:30 +00:00
|
|
|
checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
|
2020-04-04 08:09:36 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
|
|
|
"winapi",
|
2020-04-04 08:09:36 +00:00
|
|
|
]
|
|
|
|
|
2019-01-21 22:28:57 +00:00
|
|
|
[[package]]
|
2020-07-14 00:12:49 +00:00
|
|
|
name = "libmimalloc-sys"
|
2021-06-18 18:31:09 +00:00
|
|
|
version = "0.1.22"
|
2019-01-21 22:28:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 18:31:09 +00:00
|
|
|
checksum = "1d1b8479c593dba88c2741fc50b92e13dbabbbe0bd504d979f244ccc1a5b1c01"
|
2020-07-14 00:12:49 +00:00
|
|
|
dependencies = [
|
2021-03-08 15:39:11 +00:00
|
|
|
"cc",
|
2020-07-14 00:12:49 +00:00
|
|
|
]
|
2019-01-21 22:28:57 +00:00
|
|
|
|
2021-07-10 20:49:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "limit"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2019-07-14 16:21:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2021-09-04 07:17:36 +00:00
|
|
|
version = "0.4.5"
|
2019-07-14 16:21:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-04 07:17:36 +00:00
|
|
|
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
|
2019-07-14 16:21:50 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"scopeguard",
|
2019-07-14 16:21:50 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-01-27 12:22:19 +00:00
|
|
|
version = "0.4.14"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-27 12:22:19 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2019-08-30 14:24:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lsp-server"
|
2021-06-30 14:03:31 +00:00
|
|
|
version = "0.5.2"
|
2019-08-30 14:24:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 14:03:31 +00:00
|
|
|
checksum = "c351c75989da23b355226dc188dc2b52538a7f4f218d70fd7393c6b62b110444"
|
2019-08-30 14:24:11 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-channel",
|
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"
|
2021-11-06 15:12:34 +00:00
|
|
|
version = "0.91.1"
|
2019-04-21 12:14:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 15:12:34 +00:00
|
|
|
checksum = "2368312c59425dd133cb9a327afee65be0a633a8ce471d248e2202a48f8f68ae"
|
2019-01-14 10:55:56 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"bitflags",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"url",
|
2019-01-14 10:55:56 +00:00
|
|
|
]
|
|
|
|
|
2020-06-22 11:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-08-13 15:08:24 +00:00
|
|
|
version = "0.1.9"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-13 15:08:24 +00:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-08-13 08:08:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mbe"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2021-08-25 17:22:22 +00:00
|
|
|
"expect-test",
|
2020-08-13 08:08:11 +00:00
|
|
|
"parser",
|
|
|
|
"rustc-hash",
|
|
|
|
"smallvec",
|
2021-02-01 20:42:37 +00:00
|
|
|
"stdx",
|
2020-08-13 08:08:11 +00:00
|
|
|
"syntax",
|
|
|
|
"test_utils",
|
2021-08-15 12:46:13 +00:00
|
|
|
"tracing",
|
2020-08-13 08:08:11 +00:00
|
|
|
"tt",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-08-23 10:25:59 +00:00
|
|
|
version = "2.4.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-23 10:25:59 +00:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-04-17 07:47:15 +00:00
|
|
|
[[package]]
|
2021-02-02 15:25:17 +00:00
|
|
|
name = "memmap2"
|
2021-10-01 15:55:52 +00:00
|
|
|
version = "0.5.0"
|
2020-04-17 07:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 15:55:52 +00:00
|
|
|
checksum = "4647a11b578fead29cdbb34d4adef8dd3dc35b876c9c6d5240d83f205abfe96e"
|
2020-04-17 07:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-05-30 11:48:10 +00:00
|
|
|
version = "0.6.4"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-30 11:48:10 +00:00
|
|
|
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
|
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"
|
2021-06-18 18:31:09 +00:00
|
|
|
version = "0.1.26"
|
2020-07-14 00:12:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 18:31:09 +00:00
|
|
|
checksum = "fb74897ce508e6c49156fd1476fc5922cbc6e75183c65e399c765a09122e5130"
|
2020-07-14 00:12:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"libmimalloc-sys",
|
|
|
|
]
|
|
|
|
|
2020-06-16 17:21:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2021-02-25 15:34:48 +00:00
|
|
|
version = "0.4.4"
|
2020-06-16 17:21:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-25 15:34:48 +00:00
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
2020-06-16 17:21:38 +00:00
|
|
|
dependencies = [
|
2020-07-07 14:26:33 +00:00
|
|
|
"adler",
|
2020-09-14 12:43:26 +00:00
|
|
|
"autocfg",
|
2020-06-16 17:21:38 +00:00
|
|
|
]
|
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-10-27 15:10:58 +00:00
|
|
|
version = "0.7.14"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 15:10:58 +00:00
|
|
|
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
2021-01-28 14:55:34 +00:00
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-03-23 18:44:26 +00:00
|
|
|
version = "0.3.7"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-23 18:44:26 +00:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"winapi",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2021-10-01 15:57:04 +00:00
|
|
|
version = "5.0.0-pre.13"
|
2019-01-23 17:42:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 15:57:04 +00:00
|
|
|
checksum = "245d358380e2352c2d020e8ee62baac09b3420f1f6c012a31326cfced4ad487d"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"bitflags",
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-channel",
|
2020-01-30 17:14:20 +00:00
|
|
|
"filetime",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
2021-08-17 15:17:02 +00:00
|
|
|
"kqueue",
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"walkdir",
|
2021-01-28 14:55:34 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-04-16 13:13:44 +00:00
|
|
|
version = "1.13.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-16 13:13:44 +00:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2021-10-27 15:10:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.27.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2019-05-07 17:54:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-06-18 18:31:09 +00:00
|
|
|
version = "1.8.0"
|
2019-05-07 17:54:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 18:31:09 +00:00
|
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
2019-05-07 17:54:33 +00:00
|
|
|
|
2020-07-29 17:49:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
2020-11-24 14:13:26 +00:00
|
|
|
version = "11.1.3"
|
2020-07-29 17:49:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:13:26 +00:00
|
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
2020-07-29 17:49:10 +00:00
|
|
|
|
2019-11-26 08:29:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-09-04 07:17:36 +00:00
|
|
|
version = "0.11.2"
|
2019-11-26 08:29:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-04 07:17:36 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2019-11-26 08:29:20 +00:00
|
|
|
dependencies = [
|
2020-06-27 07:09:47 +00:00
|
|
|
"instant",
|
2020-01-30 17:14:20 +00:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
2019-11-26 08:29:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-09-04 07:17:36 +00:00
|
|
|
version = "0.8.5"
|
2019-11-26 08:29:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-04 07:17:36 +00:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2019-11-26 08:29:20 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2020-06-27 07:09:47 +00:00
|
|
|
"instant",
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
2021-02-15 14:49:36 +00:00
|
|
|
"redox_syscall",
|
2020-01-30 17:14:20 +00:00
|
|
|
"smallvec",
|
2021-01-28 14:55:34 +00:00
|
|
|
"winapi",
|
2019-11-26 08:29:20 +00:00
|
|
|
]
|
|
|
|
|
2020-08-12 15:06:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parser"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"drop_bomb",
|
|
|
|
]
|
|
|
|
|
2021-01-18 18:25:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2021-08-13 15:08:24 +00:00
|
|
|
version = "1.0.5"
|
2021-01-18 18:25:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-13 15:08:24 +00:00
|
|
|
checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
|
2021-01-18 18:25:55 +00:00
|
|
|
|
2019-07-17 14:58:17 +00:00
|
|
|
[[package]]
|
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"
|
2021-05-02 19:17:04 +00:00
|
|
|
version = "0.4.7"
|
2019-07-17 14:58:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-02 19:17:04 +00:00
|
|
|
checksum = "5396562cd2eaa828445d6d34258ae21ee1eb9d40fe626ca7f51c8dccb4af9d66"
|
2019-07-17 14:58:17 +00:00
|
|
|
dependencies = [
|
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
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2020-09-30 13:49:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-06-30 14:03:31 +00:00
|
|
|
version = "0.2.7"
|
2020-09-30 13:49:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 14:03:31 +00:00
|
|
|
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
|
2020-09-30 13:49:40 +00:00
|
|
|
|
2019-08-15 12:58:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-10-27 15:10:58 +00:00
|
|
|
version = "1.0.32"
|
2019-08-15 12:58:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 15:10:58 +00:00
|
|
|
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
|
2019-08-15 12:58:08 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"unicode-xid",
|
2019-08-15 12:58:08 +00:00
|
|
|
]
|
|
|
|
|
2020-06-15 02:47:33 +00:00
|
|
|
[[package]]
|
2020-08-13 10:07:28 +00:00
|
|
|
name = "proc_macro_api"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-03-18 09:47:59 +00:00
|
|
|
dependencies = [
|
2021-05-04 00:20:47 +00:00
|
|
|
"memmap2",
|
2021-10-30 06:02:45 +00:00
|
|
|
"object",
|
2021-07-17 13:54:48 +00:00
|
|
|
"paths",
|
2021-04-22 18:25:29 +00:00
|
|
|
"profile",
|
2020-03-26 20:26:34 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-12-11 14:14:42 +00:00
|
|
|
"snap",
|
2021-02-01 19:24:09 +00:00
|
|
|
"stdx",
|
2021-08-15 12:46:13 +00:00
|
|
|
"tracing",
|
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 = [
|
2021-05-31 15:32:56 +00:00
|
|
|
"expect-test",
|
2020-04-04 08:09:36 +00:00
|
|
|
"libloading",
|
2020-08-13 08:08:11 +00:00
|
|
|
"mbe",
|
2021-02-02 15:25:17 +00:00
|
|
|
"memmap2",
|
2021-10-30 06:02:45 +00:00
|
|
|
"object",
|
2021-07-17 14:40:13 +00:00
|
|
|
"paths",
|
2020-08-13 10:07:28 +00:00
|
|
|
"proc_macro_api",
|
2020-08-14 22:19:47 +00:00
|
|
|
"proc_macro_test",
|
2020-08-13 08:04:37 +00:00
|
|
|
"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"
|
2021-06-09 15:16:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"cargo_metadata",
|
|
|
|
"proc_macro_test_impl",
|
|
|
|
"toolchain",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc_macro_test_impl"
|
|
|
|
version = "0.0.0"
|
2020-08-14 22:19:47 +00:00
|
|
|
|
2020-08-12 14:32:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "profile"
|
|
|
|
version = "0.0.0"
|
2019-03-27 15:09:51 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2021-01-21 16:04:50 +00:00
|
|
|
"countme",
|
2021-01-17 06:52:57 +00:00
|
|
|
"la-arena",
|
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",
|
2021-05-07 19:17:37 +00:00
|
|
|
"tikv-jemalloc-ctl",
|
2021-06-09 20:55:50 +00:00
|
|
|
"winapi",
|
2019-03-27 15:09:51 +00:00
|
|
|
]
|
|
|
|
|
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 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",
|
internal: add simple smoke test for project model
Our project model code is rather complicated -- the logic for lowering
from `cargo metadata` to `CrateGraph` is fiddly and special-case. So
far, we survived without testing this at all, but this increasingly
seems like a poor option.
So this PR introduces a simple tests just to detect the most obvious
failures. The idea here is that, although we rely on external processes
(cargo & rustc), we are actually using their stable interfaces, so we
might just mock out the outputs.
Long term, I would like to try to virtualize IO here, so as to do such
mocking in a more principled way, but lets start simple.
Should we forgo the mocking and just call `cargo metadata` directly
perhaps? Touch question -- I personally feel that fast, in-process tests
are more important in this case than any extra assurance we get from
running the real thing.
Super-long term, we would probably want to extend our heavy tests to
cover more use-cases, but we should figure a way to do that without
slowing the tests down for everyone.
Perhaps we need two-tiered bors system, where we pull from `master` into
`release` branch only when an additional set of tests passes?
2021-07-20 12:38:20 +00:00
|
|
|
"expect-test",
|
2021-01-17 06:52:57 +00:00
|
|
|
"la-arena",
|
2020-06-24 11:34:24 +00:00
|
|
|
"paths",
|
2021-01-18 10:25:57 +00:00
|
|
|
"profile",
|
2020-01-30 17:14:20 +00:00
|
|
|
"rustc-hash",
|
2021-07-18 08:29:22 +00:00
|
|
|
"semver",
|
2020-01-30 17:14:20 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-06-24 13:52:07 +00:00
|
|
|
"stdx",
|
2020-08-13 10:05:30 +00:00
|
|
|
"toolchain",
|
2021-08-15 12:46:13 +00:00
|
|
|
"tracing",
|
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"
|
2021-10-01 15:50:52 +00:00
|
|
|
version = "6.0.4"
|
2020-08-24 09:19:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 15:50:52 +00:00
|
|
|
checksum = "1f5925e2c68fb0c3c189cd0f6bbcf1e16402a070d4fcaf7600e239e8302dd0e8"
|
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"
|
2021-10-15 11:12:30 +00:00
|
|
|
version = "1.0.10"
|
2019-08-15 12:58:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-15 11:12:30 +00:00
|
|
|
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
|
2019-01-31 18:09:43 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"proc-macro2",
|
2019-01-31 18:09:43 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2021-05-24 13:31:54 +00:00
|
|
|
version = "1.5.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-24 13:31:54 +00:00
|
|
|
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-06-16 17:21:38 +00:00
|
|
|
"autocfg",
|
2020-01-30 17:14:20 +00:00
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2021-05-24 13:31:54 +00:00
|
|
|
version = "1.9.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-24 13:31:54 +00:00
|
|
|
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-channel",
|
2020-01-30 17:14:20 +00:00
|
|
|
"crossbeam-deque",
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-utils",
|
2020-01-30 17:14:20 +00:00
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-08-13 15:08:24 +00:00
|
|
|
version = "0.2.10"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-13 15:08:24 +00:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-01-21 19:00:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-05-24 13:31:54 +00:00
|
|
|
version = "1.5.4"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-24 13:31:54 +00:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"regex-syntax",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2020-06-22 11:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2021-06-22 17:18:48 +00:00
|
|
|
version = "0.1.10"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-22 17:18:48 +00:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-05-02 19:17:04 +00:00
|
|
|
version = "0.6.25"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-02 19:17:04 +00:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2018-10-02 14:07:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rowan"
|
2021-10-01 15:50:52 +00:00
|
|
|
version = "0.14.1"
|
2021-01-20 11:04:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 15:50:52 +00:00
|
|
|
checksum = "4f77412a3d1f26af0c0783c23b3555a301b1a49805cba7bf9a7827a9e9e285f0"
|
2018-10-02 14:07:12 +00:00
|
|
|
dependencies = [
|
2021-01-21 16:04:50 +00:00
|
|
|
"countme",
|
2021-01-19 09:05:27 +00:00
|
|
|
"hashbrown",
|
2021-01-19 19:11:42 +00:00
|
|
|
"memoffset",
|
2020-01-30 17:14:20 +00:00
|
|
|
"rustc-hash",
|
2020-04-24 21:40:41 +00:00
|
|
|
"text-size",
|
2018-10-02 14:07:12 +00:00
|
|
|
]
|
|
|
|
|
2020-02-18 11:33:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-analyzer"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-02-18 11:33:16 +00:00
|
|
|
dependencies = [
|
2021-01-26 19:11:12 +00:00
|
|
|
"always-assert",
|
2020-02-18 11:33:16 +00:00
|
|
|
"anyhow",
|
2020-08-13 08:19:09 +00:00
|
|
|
"cfg",
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-channel",
|
2020-12-31 12:05:19 +00:00
|
|
|
"dissimilar",
|
2020-08-21 11:19:31 +00:00
|
|
|
"expect-test",
|
2020-06-25 07:13:46 +00:00
|
|
|
"flycheck",
|
2020-08-13 14:36:55 +00:00
|
|
|
"hir",
|
2020-08-13 14:28:27 +00:00
|
|
|
"hir_def",
|
2020-08-13 14:35:29 +00:00
|
|
|
"hir_ty",
|
2020-08-13 15:42:52 +00:00
|
|
|
"ide",
|
2020-08-13 14:39:16 +00:00
|
|
|
"ide_db",
|
2021-02-22 19:14:58 +00:00
|
|
|
"ide_ssr",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
2020-02-18 11:33:16 +00:00
|
|
|
"jod-thread",
|
|
|
|
"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",
|
2021-08-22 10:32:00 +00:00
|
|
|
"proc_macro_api",
|
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",
|
2021-07-03 19:11:03 +00:00
|
|
|
"sourcegen",
|
2020-03-28 10:08:19 +00:00
|
|
|
"stdx",
|
2020-08-12 16:26:51 +00:00
|
|
|
"syntax",
|
2020-02-18 11:33:16 +00:00
|
|
|
"test_utils",
|
|
|
|
"threadpool",
|
2021-05-07 19:17:37 +00:00
|
|
|
"tikv-jemallocator",
|
2020-08-12 14:52:28 +00:00
|
|
|
"toolchain",
|
2020-10-23 15:07:06 +00:00
|
|
|
"tracing",
|
2021-08-15 12:46:13 +00:00
|
|
|
"tracing-log",
|
2020-10-23 15:07:06 +00:00
|
|
|
"tracing-subscriber",
|
|
|
|
"tracing-tree",
|
2020-08-12 14:46:20 +00:00
|
|
|
"tt",
|
2020-06-11 09:04:09 +00:00
|
|
|
"vfs",
|
|
|
|
"vfs-notify",
|
2021-01-28 14:55:34 +00:00
|
|
|
"winapi",
|
2021-03-02 12:01:48 +00:00
|
|
|
"xflags",
|
2021-07-04 09:42:35 +00:00
|
|
|
"xshell",
|
2020-02-18 11:33:16 +00:00
|
|
|
]
|
|
|
|
|
2020-04-04 11:22:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-rustc_lexer"
|
2021-07-10 15:51:35 +00:00
|
|
|
version = "725.0.0"
|
2020-04-04 11:22:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-10 15:51:35 +00:00
|
|
|
checksum = "f950742ef8a203aa7661aad3ab880438ddeb7f95d4b837c30d65db1a2c5df68e"
|
2020-04-04 11:22:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2021-09-04 07:17:36 +00:00
|
|
|
version = "0.1.21"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-04 07:17:36 +00:00
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
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
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2020-06-03 13:43:27 +00:00
|
|
|
version = "1.0.5"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-03 13:43:27 +00:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2018-10-07 08:32:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "salsa"
|
2021-10-06 20:42:54 +00:00
|
|
|
version = "0.17.0-pre.2"
|
2019-08-15 12:18:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-06 20:42:54 +00:00
|
|
|
checksum = "9b223dccb46c32753144d0b51290da7230bb4aedcd8379d6b4c9a474c18bf17a"
|
2018-10-07 08:32:02 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-utils",
|
2020-01-30 17:14:20 +00:00
|
|
|
"indexmap",
|
2020-07-03 14:41:58 +00:00
|
|
|
"lock_api",
|
2020-01-30 17:14:20 +00:00
|
|
|
"log",
|
2020-07-29 17:49:10 +00:00
|
|
|
"oorandom",
|
2020-01-30 17:14:20 +00:00
|
|
|
"parking_lot",
|
|
|
|
"rustc-hash",
|
|
|
|
"salsa-macros",
|
|
|
|
"smallvec",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2019-01-17 11:11:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "salsa-macros"
|
2021-10-06 20:42:54 +00:00
|
|
|
version = "0.17.0-pre.2"
|
2019-08-15 12:18:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-06 20:42:54 +00:00
|
|
|
checksum = "ac6c2e352df550bf019da7b16164ed2f7fa107c39653d1311d1bba42d1582ff7"
|
2019-01-17 11:11:00 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
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
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2021-07-31 07:25:13 +00:00
|
|
|
version = "1.0.4"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-31 07:25:13 +00:00
|
|
|
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"serde",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-09-04 07:17:36 +00:00
|
|
|
version = "1.0.130"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-04 07:17:36 +00:00
|
|
|
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"serde_derive",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-09-04 07:17:36 +00:00
|
|
|
version = "1.0.130"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-04 07:17:36 +00:00
|
|
|
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-11-06 15:12:34 +00:00
|
|
|
version = "1.0.69"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 15:12:34 +00:00
|
|
|
checksum = "e466864e431129c7e0d3476b92f20458e5879919a0596c6472738d9fa2d342f8"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-12-02 14:31:24 +00:00
|
|
|
"indexmap",
|
2020-01-30 17:14:20 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-01-21 22:28:57 +00:00
|
|
|
]
|
|
|
|
|
2020-12-23 11:21:58 +00:00
|
|
|
[[package]]
|
2019-08-17 18:34:31 +00:00
|
|
|
name = "serde_repr"
|
2021-05-24 13:31:54 +00:00
|
|
|
version = "0.1.7"
|
2019-08-17 18:34:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-24 13:31:54 +00:00
|
|
|
checksum = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5"
|
2019-08-17 18:34:31 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-08-17 18:34:31 +00:00
|
|
|
]
|
|
|
|
|
2020-06-22 11:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2021-10-15 11:12:30 +00:00
|
|
|
version = "0.1.4"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-15 11:12:30 +00:00
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2019-11-15 11:45:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-10-01 15:50:52 +00:00
|
|
|
version = "1.7.0"
|
2019-11-15 11:45:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 15:50:52 +00:00
|
|
|
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
|
2019-11-15 11:45:58 +00:00
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smol_str"
|
2021-11-06 15:12:34 +00:00
|
|
|
version = "0.1.21"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 15:12:34 +00:00
|
|
|
checksum = "61d15c83e300cce35b7c8cd39ff567c1ef42dde6d4a1a38dbdbf9a59902261bd"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-12-11 14:14:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "snap"
|
2021-05-02 19:17:04 +00:00
|
|
|
version = "1.0.5"
|
2020-12-11 14:14:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-02 19:17:04 +00:00
|
|
|
checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"
|
2020-12-11 14:14:42 +00:00
|
|
|
|
2021-07-03 19:11:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sourcegen"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"xshell",
|
|
|
|
]
|
|
|
|
|
2020-03-28 10:01:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stdx"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2021-01-14 11:55:13 +00:00
|
|
|
dependencies = [
|
2021-01-26 19:11:12 +00:00
|
|
|
"always-assert",
|
2021-01-14 11:55:13 +00:00
|
|
|
"backtrace",
|
2021-04-20 13:06:20 +00:00
|
|
|
"libc",
|
|
|
|
"miow",
|
|
|
|
"winapi",
|
2021-01-14 11:55:13 +00:00
|
|
|
]
|
2020-03-28 10:01:25 +00:00
|
|
|
|
2019-08-15 12:58:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-10-27 15:10:58 +00:00
|
|
|
version = "1.0.81"
|
2019-08-15 12:58:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 15:10:58 +00:00
|
|
|
checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
|
2019-08-15 12:58:08 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2019-08-15 12:58:08 +00:00
|
|
|
]
|
|
|
|
|
2020-04-10 15:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2021-10-15 11:12:30 +00:00
|
|
|
version = "0.12.6"
|
2020-04-10 15:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-15 11:12:30 +00:00
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
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 = [
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2020-08-21 11:19:31 +00:00
|
|
|
"expect-test",
|
2020-10-21 12:17:00 +00:00
|
|
|
"indexmap",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
2020-08-12 16:26:51 +00:00
|
|
|
"once_cell",
|
|
|
|
"parser",
|
2021-07-03 19:11:03 +00:00
|
|
|
"proc-macro2",
|
2020-11-27 16:00:03 +00:00
|
|
|
"profile",
|
2021-07-03 19:11:03 +00:00
|
|
|
"quote",
|
2020-08-12 16:26:51 +00:00
|
|
|
"rayon",
|
|
|
|
"rowan",
|
|
|
|
"rustc-ap-rustc_lexer",
|
|
|
|
"rustc-hash",
|
|
|
|
"smol_str",
|
2021-07-03 19:11:03 +00:00
|
|
|
"sourcegen",
|
2020-08-12 16:26:51 +00:00
|
|
|
"stdx",
|
|
|
|
"test_utils",
|
|
|
|
"text_edit",
|
2021-07-03 19:11:03 +00:00
|
|
|
"ungrammar",
|
2020-08-12 16:26:51 +00:00
|
|
|
]
|
|
|
|
|
2018-12-18 13:38:05 +00:00
|
|
|
[[package]]
|
2020-07-10 16:30:32 +00:00
|
|
|
name = "termcolor"
|
2020-11-19 20:00:56 +00:00
|
|
|
version = "1.1.2"
|
2019-01-14 13:27:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-19 20:00:56 +00:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2019-01-14 13:27:08 +00:00
|
|
|
dependencies = [
|
2020-07-10 16:30:32 +00:00
|
|
|
"winapi-util",
|
2019-01-14 13:27:08 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "test_utils"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2021-01-06 17:13:29 +00:00
|
|
|
"dissimilar",
|
2021-02-09 16:29:40 +00:00
|
|
|
"profile",
|
2020-05-24 13:42:11 +00:00
|
|
|
"rustc-hash",
|
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"
|
2021-01-13 17:10:46 +00:00
|
|
|
version = "1.1.0"
|
2020-04-25 09:52:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-13 17:10:46 +00:00
|
|
|
checksum = "288cb548dbe72b652243ea797201f3d481a0609a967980fcc5b2315ea811560a"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-08-12 15:03:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "text_edit"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"text-size",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2021-02-04 19:42:45 +00:00
|
|
|
version = "1.1.3"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 19:42:45 +00:00
|
|
|
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2021-01-23 16:28:59 +00:00
|
|
|
"once_cell",
|
2018-12-18 09:45:20 +00:00
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2021-05-07 19:17:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tikv-jemalloc-ctl"
|
2021-08-13 15:08:24 +00:00
|
|
|
version = "0.4.2"
|
2021-05-07 19:17:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-13 15:08:24 +00:00
|
|
|
checksum = "eb833c46ecbf8b6daeccb347cefcabf9c1beb5c9b0f853e1cec45632d9963e69"
|
2021-05-07 19:17:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"paste",
|
|
|
|
"tikv-jemalloc-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tikv-jemalloc-sys"
|
2021-08-13 15:08:24 +00:00
|
|
|
version = "0.4.2+5.2.1-patched.2"
|
2021-05-07 19:17:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-13 15:08:24 +00:00
|
|
|
checksum = "5844e429d797c62945a566f8da4e24c7fe3fbd5d6617fd8bf7a0b7dc1ee0f22e"
|
2021-05-07 19:17:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"fs_extra",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tikv-jemallocator"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c14a5a604eb8715bc5785018a37d00739b180bcf609916ddf4393d33d49ccdf"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"tikv-jemalloc-sys",
|
|
|
|
]
|
|
|
|
|
2020-06-21 15:53:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-10-01 15:50:52 +00:00
|
|
|
version = "1.5.0"
|
2020-06-21 15:53:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 15:50:52 +00:00
|
|
|
checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7"
|
2020-11-17 14:39:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
2020-06-21 15:53:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-17 14:39:25 +00:00
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-06-21 15:53:52 +00:00
|
|
|
|
2020-08-12 14:52:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toolchain"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"home",
|
|
|
|
]
|
2020-06-21 15:53:52 +00:00
|
|
|
|
2020-06-22 11:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2021-10-15 11:12:30 +00:00
|
|
|
version = "0.1.29"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-15 11:12:30 +00:00
|
|
|
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2020-09-30 13:49:40 +00:00
|
|
|
"pin-project-lite",
|
2020-06-22 11:18:10 +00:00
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2021-10-15 11:12:30 +00:00
|
|
|
version = "0.1.18"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-15 11:12:30 +00:00
|
|
|
checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2021-10-15 11:12:30 +00:00
|
|
|
version = "0.1.21"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-15 11:12:30 +00:00
|
|
|
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2021-02-20 19:15:26 +00:00
|
|
|
version = "0.1.2"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-20 19:15:26 +00:00
|
|
|
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2021-10-15 11:12:30 +00:00
|
|
|
version = "0.2.25"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-15 11:12:30 +00:00
|
|
|
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"matchers",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
2020-08-13 08:04:55 +00:00
|
|
|
"thread_local",
|
2020-10-08 13:43:00 +00:00
|
|
|
"tracing",
|
2020-06-22 11:18:10 +00:00
|
|
|
"tracing-core",
|
2021-08-15 12:46:13 +00:00
|
|
|
"tracing-log",
|
2020-06-22 11:18:10 +00:00
|
|
|
]
|
|
|
|
|
2020-07-10 16:30:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-tree"
|
2021-09-09 18:09:57 +00:00
|
|
|
version = "0.1.10"
|
2020-07-10 16:30:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 18:09:57 +00:00
|
|
|
checksum = "4d850f81a21b3877d4360a079c35b7b78f2674f2dafa5c9d381c53c65acebea3"
|
2020-07-10 16:30:32 +00:00
|
|
|
dependencies = [
|
2020-07-19 17:09:01 +00:00
|
|
|
"ansi_term",
|
2020-07-10 16:30:32 +00:00
|
|
|
"atty",
|
|
|
|
"termcolor",
|
2021-09-09 18:09:57 +00:00
|
|
|
"tracing-core",
|
2021-01-04 22:02:16 +00:00
|
|
|
"tracing-log",
|
2020-07-10 16:30:32 +00:00
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2020-08-12 14:46:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tt"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"smol_str",
|
|
|
|
"stdx",
|
|
|
|
]
|
|
|
|
|
2020-07-29 13:45:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ungrammar"
|
2021-10-19 12:15:47 +00:00
|
|
|
version = "1.14.9"
|
2020-12-23 10:22:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-19 12:15:47 +00:00
|
|
|
checksum = "66be59c2fd880e3d76d1a6cf6d34114008f1d8af2748d4ad9d39ea712f14fda9"
|
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"
|
2021-10-15 11:12:30 +00:00
|
|
|
version = "0.3.7"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-15 11:12:30 +00:00
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-06-22 17:18:48 +00:00
|
|
|
version = "0.1.19"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-22 17:18:48 +00:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2019-01-23 11:48:57 +00:00
|
|
|
dependencies = [
|
2020-06-21 15:53:52 +00:00
|
|
|
"tinyvec",
|
2019-01-23 11:48:57 +00:00
|
|
|
]
|
2018-09-18 22:10:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-07-09 15:01:55 +00:00
|
|
|
version = "1.8.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-09 15:01:55 +00:00
|
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2019-08-15 12:58:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-05-02 19:17:04 +00:00
|
|
|
version = "0.2.2"
|
2019-08-15 12:58:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-02 19:17:04 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2019-08-15 12:58:08 +00:00
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
2019-08-17 18:34:31 +00:00
|
|
|
name = "url"
|
2021-05-24 13:31:54 +00:00
|
|
|
version = "2.2.2"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-24 13:31:54 +00:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-11-11 16:17:48 +00:00
|
|
|
"form_urlencoded",
|
2020-01-30 17:14:20 +00:00
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2020-06-09 03:43:57 +00:00
|
|
|
[[package]]
|
2020-06-15 02:47:33 +00:00
|
|
|
name = "version_check"
|
2021-03-23 18:44:26 +00:00
|
|
|
version = "0.9.3"
|
2020-06-09 03:43:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-23 18:44:26 +00:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2020-06-09 03:43:57 +00:00
|
|
|
|
2020-06-15 11:29:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vfs"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-06-11 09:04:09 +00:00
|
|
|
dependencies = [
|
2020-07-07 20:53:12 +00:00
|
|
|
"fst",
|
2021-04-01 11:01:59 +00:00
|
|
|
"indexmap",
|
2020-06-11 09:04:09 +00:00
|
|
|
"paths",
|
|
|
|
"rustc-hash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vfs-notify"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-06-15 11:29:07 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-channel",
|
2020-06-15 11:29:07 +00:00
|
|
|
"jod-thread",
|
2020-06-11 09:04:09 +00:00
|
|
|
"notify",
|
2020-06-15 11:29:07 +00:00
|
|
|
"paths",
|
2021-08-15 12:46:13 +00:00
|
|
|
"tracing",
|
2020-06-11 09:04:09 +00:00
|
|
|
"vfs",
|
2020-06-15 11:29:07 +00:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-03-23 18:44:26 +00:00
|
|
|
version = "2.3.2"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-23 18:44:26 +00:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"same-file",
|
2021-01-28 14:55:34 +00:00
|
|
|
"winapi",
|
2020-01-30 17:14:20 +00:00
|
|
|
"winapi-util",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-27 07:09:47 +00:00
|
|
|
version = "0.3.9"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-27 07:09:47 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-04-22 14:34:53 +00:00
|
|
|
version = "0.1.5"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-22 14:34:53 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"winapi",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-08-01 02:09:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "write-json"
|
2020-08-01 11:47:19 +00:00
|
|
|
version = "0.1.2"
|
2020-08-01 02:09:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-01 11:47:19 +00:00
|
|
|
checksum = "06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3"
|
2020-08-01 02:09:52 +00:00
|
|
|
|
2021-03-01 18:12:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xflags"
|
2021-07-24 08:16:32 +00:00
|
|
|
version = "0.2.3"
|
2021-03-01 18:12:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-24 08:16:32 +00:00
|
|
|
checksum = "2c2854f07e689d7388420d1c73512073630df31ec5ddf18554f64aea0ae73775"
|
2021-03-01 18:12:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"xflags-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xflags-macros"
|
2021-07-24 08:16:32 +00:00
|
|
|
version = "0.2.3"
|
2021-03-01 18:12:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-24 08:16:32 +00:00
|
|
|
checksum = "da260301476ad19a4733a0e930db8227a48ea04561e235a5102978145ec69fcc"
|
2021-03-01 18:12:44 +00:00
|
|
|
|
2020-10-16 17:46:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xshell"
|
2021-09-09 18:09:57 +00:00
|
|
|
version = "0.1.17"
|
2020-10-16 17:46:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 18:09:57 +00:00
|
|
|
checksum = "eaad2035244c56da05573d4d7fda5f903c60a5f35b9110e157a14a1df45a9f14"
|
2020-10-16 17:46:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"xshell-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xshell-macros"
|
2021-09-09 18:09:57 +00:00
|
|
|
version = "0.1.17"
|
2020-10-16 17:46:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-09 18:09:57 +00:00
|
|
|
checksum = "4916a4a3cad759e499a3620523bf9545cc162d7a06163727dde97ce9aaa4cf39"
|
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-08-01 02:09:52 +00:00
|
|
|
"write-json",
|
2021-03-01 18:12:44 +00:00
|
|
|
"xflags",
|
2020-10-16 17:46:03 +00:00
|
|
|
"xshell",
|
2019-10-17 16:36:55 +00:00
|
|
|
]
|