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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "1.0.56"
|
2019-11-13 19:51:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
|
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"
|
2022-02-12 07:25:26 +00:00
|
|
|
version = "1.1.0"
|
2021-08-30 20:26:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-12 07:25:26 +00:00
|
|
|
checksum = "c38b6b6b79f671c25e1a3e785b7b82d7562ffc9cd3efdc98627e5668a2472490"
|
2021-08-30 20:26:35 +00:00
|
|
|
|
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"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "1.1.0"
|
2020-01-12 01:16:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-01-12 01:16:35 +00:00
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "0.3.64"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"
|
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-12-19 17:00:42 +00:00
|
|
|
"object 0.27.1",
|
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"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "1.0.7"
|
2021-03-02 12:27:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "6f3132262930b0522068049f5870a856ab8affc80c70d08b6ecb785771a6fc23"
|
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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.14.2"
|
2019-01-14 13:15:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
|
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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "1.0.73"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
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"
|
2022-03-09 18:50:24 +00:00
|
|
|
version = "0.79.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-09 18:50:24 +00:00
|
|
|
checksum = "0b14364774396379d5c488e73d88e0a6d2b51acd0dac9c8359e2f84c58cf3a16"
|
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"
|
2022-03-09 18:50:24 +00:00
|
|
|
version = "0.79.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-09 18:50:24 +00:00
|
|
|
checksum = "cd571e8931d3075f562a2d460bfe3028a9c7b343876765cce95b6143a76b882e"
|
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"
|
2022-03-09 18:50:24 +00:00
|
|
|
version = "0.79.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-09 18:50:24 +00:00
|
|
|
checksum = "54ceedab35607f4680d02de80f8be005af0ad5c1dcfec56cfd849d33da5fe736"
|
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"
|
2022-03-09 18:50:24 +00:00
|
|
|
version = "0.79.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-09 18:50:24 +00:00
|
|
|
checksum = "9e31bb853cf921365759346db05d833f969e330462432bf38c9c2be1e78a9abd"
|
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",
|
2022-01-21 17:51:21 +00:00
|
|
|
"indexmap",
|
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-12-04 13:14:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "countme"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "3.0.1"
|
2021-12-04 13:14:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636"
|
2021-01-21 16:04:50 +00:00
|
|
|
dependencies = [
|
2022-03-17 17:10:45 +00:00
|
|
|
"dashmap",
|
2021-01-21 16:04:50 +00:00
|
|
|
"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"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "1.3.2"
|
2019-06-26 06:12:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2019-06-26 06:12:46 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2018-12-30 20:02:26 +00:00
|
|
|
]
|
|
|
|
|
2020-10-13 13:57:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.5.3"
|
2020-10-13 13:57:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "fdbfe11fe19ff083c48923cf179540e8cd0535903dc35e178a1fdeeb59aef51f"
|
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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.9.8"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2022-03-17 17:10:45 +00:00
|
|
|
"autocfg",
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.8.8"
|
2020-10-13 13:57:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
|
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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "5.2.0"
|
2022-02-09 07:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "4c8858831f7781322e539ea39e72449c46b059638250c14344fec8d0aa6e539c"
|
2022-02-09 07:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"num_cpus",
|
|
|
|
"parking_lot 0.12.0",
|
|
|
|
]
|
|
|
|
|
2021-08-30 20:26:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_arbitrary"
|
2022-02-12 07:25:26 +00:00
|
|
|
version = "1.1.0"
|
2021-08-30 20:26:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-12 07:25:26 +00:00
|
|
|
checksum = "98e23c06c035dac87bd802d98f368df73a7f2cb05a66ffbd1f377e821fac4af9"
|
2021-08-30 20:26:35 +00:00
|
|
|
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-12-25 14:41:17 +00:00
|
|
|
version = "1.2.2"
|
2020-08-21 11:19:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-25 14:41:17 +00:00
|
|
|
checksum = "7e3e6b28dccda91d8742195c71fbda412112c0c77febf56bf3d895d68b19db16"
|
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"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "4.1.0"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fst"
|
2021-06-18 18:31:09 +00:00
|
|
|
version = "0.4.7"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 18:31:09 +00:00
|
|
|
checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-05-12 20:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
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
|
|
|
|
2022-01-21 17:44:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"
|
|
|
|
|
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",
|
2022-03-11 15:49:41 +00:00
|
|
|
"arrayvec",
|
2020-08-13 14:28:27 +00:00
|
|
|
"base_db",
|
|
|
|
"cfg",
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2022-03-17 17:10:45 +00:00
|
|
|
"dashmap",
|
2020-08-13 14:28:27 +00:00
|
|
|
"drop_bomb",
|
|
|
|
"either",
|
2020-08-21 11:19:31 +00:00
|
|
|
"expect-test",
|
2020-08-13 14:28:27 +00:00
|
|
|
"fst",
|
|
|
|
"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",
|
2022-02-09 07:19:57 +00:00
|
|
|
"lock_api",
|
2020-08-13 14:28:27 +00:00
|
|
|
"mbe",
|
|
|
|
"once_cell",
|
2022-02-09 07:19:57 +00:00
|
|
|
"parking_lot 0.12.0",
|
2020-08-13 14:28:27 +00:00
|
|
|
"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",
|
2022-02-07 19:30:28 +00:00
|
|
|
"expect-test",
|
2022-01-21 17:44:03 +00:00
|
|
|
"hashbrown 0.12.0",
|
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",
|
2021-10-07 18:33:41 +00:00
|
|
|
"typed-arena",
|
2020-08-13 14:35:29 +00:00
|
|
|
]
|
|
|
|
|
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",
|
2022-01-14 09:11:47 +00:00
|
|
|
"crossbeam-channel",
|
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",
|
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-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-02-17 14:53:31 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
|
|
|
"test_utils",
|
|
|
|
"text_edit",
|
|
|
|
]
|
|
|
|
|
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-11-16 11:15:47 +00:00
|
|
|
"indexmap",
|
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",
|
2021-12-18 14:20:38 +00:00
|
|
|
"parser",
|
2020-08-13 14:39:16 +00:00
|
|
|
"profile",
|
|
|
|
"rayon",
|
|
|
|
"rustc-hash",
|
2021-10-12 06:59:39 +00:00
|
|
|
"sourcegen",
|
2020-08-13 14:39:16 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
|
|
|
"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-12-18 14:20:38 +00:00
|
|
|
"parser",
|
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"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "1.8.0"
|
2018-10-07 08:32:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
|
2019-10-22 17:01:26 +00:00
|
|
|
dependencies = [
|
2020-02-22 16:22:09 +00:00
|
|
|
"autocfg",
|
2022-01-21 17:44:03 +00:00
|
|
|
"hashbrown 0.11.2",
|
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-12-07 11:09:42 +00:00
|
|
|
version = "0.10.3"
|
2020-12-30 15:39:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-07 11:09:42 +00:00
|
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
2020-12-30 15:39:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-12-19 16:44:18 +00:00
|
|
|
version = "1.0.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 16:44:18 +00:00
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.2.120"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-04-04 08:09:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "0.7.3"
|
2020-04-04 08:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.1.24"
|
2019-01-21 22:28:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "7705fc40f6ed493f73584abbb324e74f96b358ff60dfe5659a0f8fc12c590a69"
|
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"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "0.4.6"
|
2019-07-14 16:21:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
|
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"
|
2022-02-09 07:22:25 +00:00
|
|
|
version = "0.92.0"
|
2019-04-21 12:14:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:22:25 +00:00
|
|
|
checksum = "e8a69d4142d51b208c9fc3cea68b1a7fcef30354e7aa6ccad07250fd8430fc76"
|
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"
|
2021-12-06 18:47:02 +00:00
|
|
|
version = "0.1.0"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 18:47:02 +00:00
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-08-13 15:08:24 +00:00
|
|
|
version = "0.1.9"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-13 15:08:24 +00:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-08-13 08:08:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mbe"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2020-08-13 08:08:11 +00:00
|
|
|
"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"
|
2022-02-12 07:25:26 +00:00
|
|
|
version = "0.5.3"
|
2020-04-17 07:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-12 07:25:26 +00:00
|
|
|
checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"
|
2020-04-17 07:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-12-04 12:54:54 +00:00
|
|
|
version = "0.6.5"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 12:54:54 +00:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.1.28"
|
2020-07-14 00:12:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "b0dfa131390c2f6bdb3242f65ff271fcdaca5ff7b6c08f28398be7f2280e3926"
|
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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.8.1"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "7ba42135c6a5917b9db9cd7b293e5409e1c6b041e6f9825e92e55a894c63b6f8"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2021-12-04 13:17:30 +00:00
|
|
|
"miow 0.3.7",
|
2021-01-28 14:55:34 +00:00
|
|
|
"ntapi",
|
2022-03-17 17:10:45 +00:00
|
|
|
"wasi",
|
2021-01-28 14:55:34 +00:00
|
|
|
"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
|
|
|
]
|
|
|
|
|
2021-12-04 13:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7377f7792b3afb6a3cba68daa54ca23c032137010460d667fda53a8d66be00e"
|
|
|
|
dependencies = [
|
2022-02-09 07:19:57 +00:00
|
|
|
"windows-sys 0.28.0",
|
2021-12-04 13:17:30 +00:00
|
|
|
]
|
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "5.0.0-pre.14"
|
2019-01-23 17:42:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "d13c22db70a63592e098fb51735bab36646821e6389a0ba171f3549facdf0b74"
|
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"
|
2022-02-12 07:25:26 +00:00
|
|
|
version = "0.3.7"
|
2021-01-28 14:55:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-12 07:25:26 +00:00
|
|
|
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
|
2021-01-28 14:55:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-02-05 14:17:12 +00:00
|
|
|
version = "1.13.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:17:12 +00:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
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",
|
|
|
|
]
|
|
|
|
|
2021-12-19 17:00:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "0.28.3"
|
2021-12-19 17:00:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "40bec70ba014595f99f7aa110b84331ffe1ee9aece7fe6f387cc7e3ecda4d456"
|
2021-12-19 17:00:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2019-05-07 17:54:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "1.10.0"
|
2019-05-07 17:54:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
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",
|
2022-02-09 07:19:57 +00:00
|
|
|
"parking_lot_core 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core 0.9.1",
|
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
|
|
|
]
|
|
|
|
|
2022-02-09 07:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"windows-sys 0.32.0",
|
|
|
|
]
|
|
|
|
|
2020-08-12 15:06:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parser"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"drop_bomb",
|
2021-12-12 18:32:58 +00:00
|
|
|
"expect-test",
|
2021-12-06 09:47:36 +00:00
|
|
|
"limit",
|
2021-12-12 18:32:58 +00:00
|
|
|
"rustc-ap-rustc_lexer",
|
2021-12-26 15:19:09 +00:00
|
|
|
"sourcegen",
|
2020-08-12 15:06:49 +00:00
|
|
|
]
|
|
|
|
|
2021-01-18 18:25:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2021-11-09 18:03:48 +00:00
|
|
|
version = "1.0.6"
|
2021-01-18 18:25:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-09 18:03:48 +00:00
|
|
|
checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"
|
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"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "0.2.8"
|
2020-09-30 13:49:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
2020-09-30 13:49:40 +00:00
|
|
|
|
2019-08-15 12:58:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "1.0.36"
|
2019-08-15 12:58:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
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",
|
2022-02-09 07:14:55 +00:00
|
|
|
"object 0.28.3",
|
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",
|
2022-02-09 07:14:55 +00:00
|
|
|
"object 0.28.3",
|
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-12-11 16:39:23 +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"
|
2022-01-21 17:49:57 +00:00
|
|
|
version = "0.9.1"
|
2020-08-24 09:19:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 17:49:57 +00:00
|
|
|
checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6"
|
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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "10.0.1"
|
2020-08-24 09:19:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "3eafb76310f7dc895b5d83d24f2a00e244fc8a68ef94f4257eb4060984d0385f"
|
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"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "1.0.15"
|
2019-08-15 12:58:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
|
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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.2.11"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
|
2021-01-21 19:00:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "1.5.5"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
|
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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.15.4"
|
2021-01-20 11:04:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "a4c1112d7b23c800be3a0dae244886b71d96b1461b57b31b56e4c679acbe614f"
|
2018-10-02 14:07:12 +00:00
|
|
|
dependencies = [
|
2021-12-11 16:39:23 +00:00
|
|
|
"countme",
|
2022-02-09 07:14:55 +00:00
|
|
|
"hashbrown 0.12.0",
|
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",
|
2022-01-14 09:48:59 +00:00
|
|
|
"num_cpus",
|
2020-07-29 17:49:10 +00:00
|
|
|
"oorandom",
|
2022-02-09 07:19:57 +00:00
|
|
|
"parking_lot 0.12.0",
|
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"
|
2021-12-19 16:44:18 +00:00
|
|
|
version = "1.0.9"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 16:44:18 +00:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
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",
|
2022-02-09 07:19:57 +00:00
|
|
|
"parking_lot 0.11.2",
|
2020-01-30 17:14:20 +00:00
|
|
|
"rustc-hash",
|
|
|
|
"salsa-macros",
|
|
|
|
"smallvec",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2019-01-17 11:11:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "salsa-macros"
|
2021-10-06 20:42:54 +00:00
|
|
|
version = "0.17.0-pre.2"
|
2019-08-15 12:18:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-06 20:42:54 +00:00
|
|
|
checksum = "ac6c2e352df550bf019da7b16164ed2f7fa107c39653d1311d1bba42d1582ff7"
|
2019-01-17 11:11:00 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "1.0.6"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d"
|
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"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "1.0.136"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
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"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "1.0.136"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
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"
|
2022-02-12 07:25:26 +00:00
|
|
|
version = "1.0.79"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-12 07:25:26 +00:00
|
|
|
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
|
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"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "1.8.0"
|
2019-11-15 11:45:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
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",
|
2021-12-04 13:17:30 +00:00
|
|
|
"miow 0.4.0",
|
2021-04-20 13:06:20 +00:00
|
|
|
"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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "1.0.89"
|
2019-08-15 12:58:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "ea297be220d52398dcc07ce15a209fce436d361735ac1db700cab3b6cdfb9f54"
|
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-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 = [
|
2022-02-28 04:13:45 +00:00
|
|
|
"itertools",
|
2020-08-12 15:03:06 +00:00
|
|
|
"text-size",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2022-02-05 14:19:08 +00:00
|
|
|
version = "1.1.4"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 14:19:08 +00:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.4.3+5.2.1-patched.2"
|
2021-05-07 19:17:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"
|
2021-05-07 19:17:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"fs_extra",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tikv-jemallocator"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.4.3"
|
2021-05-07 19:17:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "a5b7bcecfafe4998587d636f9ae9d55eb9d0499877b88757767c346875067098"
|
2021-05-07 19:17:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"tikv-jemalloc-sys",
|
|
|
|
]
|
|
|
|
|
2020-06-21 15:53:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-12-04 12:54:54 +00:00
|
|
|
version = "1.5.1"
|
2020-06-21 15:53:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-04 12:54:54 +00:00
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.1.32"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"
|
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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.1.20"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.1.23"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2022-02-09 07:14:55 +00:00
|
|
|
"valuable",
|
2020-06-22 11:18:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.3.9"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "9e0ab7bdc962035a87fba73f3acca9b8a8d0034c2e6f60b84aeaaddddc155dce"
|
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-12-06 18:47:02 +00:00
|
|
|
version = "0.2.0"
|
2020-07-10 16:30:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 18:47:02 +00:00
|
|
|
checksum = "3ce989c9962c7f61fe084dd4a230eec784649dfc2392467c790007c3a6e134e7"
|
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",
|
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",
|
|
|
|
]
|
|
|
|
|
2021-10-07 18:33:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typed-arena"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
|
|
|
|
|
2020-07-29 13:45:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ungrammar"
|
2022-03-05 22:20:06 +00:00
|
|
|
version = "1.16.1"
|
2020-12-23 10:22:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-05 22:20:06 +00:00
|
|
|
checksum = "a3e5df347f0bf3ec1d670aad6ca5c6a1859cd9ea61d2113125794654ccced68f"
|
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"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "1.9.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
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
|
|
|
]
|
|
|
|
|
2022-02-09 07:14:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2020-06-09 03:43:57 +00:00
|
|
|
[[package]]
|
2020-06-15 02:47:33 +00:00
|
|
|
name = "version_check"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "0.9.4"
|
2020-06-09 03:43:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-06-09 03:43:57 +00:00
|
|
|
|
2020-06-15 11:29:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vfs"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-06-11 09:04:09 +00:00
|
|
|
dependencies = [
|
2020-07-07 20:53:12 +00:00
|
|
|
"fst",
|
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
|
|
|
]
|
|
|
|
|
2022-03-17 17:10:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-27 07:09:47 +00:00
|
|
|
version = "0.3.9"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-27 07:09:47 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-04-22 14:34:53 +00:00
|
|
|
version = "0.1.5"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-22 14:34:53 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"winapi",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-30 17:14:20 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2021-12-04 13:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.28.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "82ca39602d5cbfa692c4b67e3bcbb2751477355141c1ed434c94da4186836ff6"
|
|
|
|
dependencies = [
|
2022-02-09 07:19:57 +00:00
|
|
|
"windows_aarch64_msvc 0.28.0",
|
|
|
|
"windows_i686_gnu 0.28.0",
|
|
|
|
"windows_i686_msvc 0.28.0",
|
|
|
|
"windows_x86_64_gnu 0.28.0",
|
|
|
|
"windows_x86_64_msvc 0.28.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc 0.32.0",
|
|
|
|
"windows_i686_gnu 0.32.0",
|
|
|
|
"windows_i686_msvc 0.32.0",
|
|
|
|
"windows_x86_64_gnu 0.32.0",
|
|
|
|
"windows_x86_64_msvc 0.32.0",
|
2021-12-04 13:17:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.28.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "52695a41e536859d5308cc613b4a022261a274390b25bd29dfff4bf08505f3c2"
|
|
|
|
|
2022-02-09 07:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
|
|
|
|
|
2021-12-04 13:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.28.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f54725ac23affef038fecb177de6c9bf065787c2f432f79e3c373da92f3e1d8a"
|
|
|
|
|
2022-02-09 07:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
|
|
|
|
|
2021-12-04 13:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.28.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d5158a43cc43623c0729d1ad6647e62fa384a3d135fd15108d37c683461f64"
|
|
|
|
|
2022-02-09 07:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
|
|
|
|
|
2021-12-04 13:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.28.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc31f409f565611535130cfe7ee8e6655d3fa99c1c61013981e491921b5ce954"
|
|
|
|
|
2022-02-09 07:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
|
|
|
|
|
2021-12-04 13:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.28.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f2b8c7cbd3bfdddd9ab98769f9746a7fad1bca236554cd032b78d768bc0e89f"
|
|
|
|
|
2022-02-09 07:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
|
|
|
|
|
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"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.2.4"
|
2021-03-01 18:12:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "3f14fe1ed41a5a2b5ef3f565586c4a8a559ee55d3953faab360a771135bdee00"
|
2021-03-01 18:12:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"xflags-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xflags-macros"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "0.2.4"
|
2021-03-01 18:12:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "45d11d5fc2a97287eded8b170ca80533b3c42646dd7fa386a5eb045817921022"
|
2021-03-01 18:12:44 +00:00
|
|
|
|
2020-10-16 17:46:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xshell"
|
2022-03-17 06:53:33 +00:00
|
|
|
version = "0.2.1"
|
2020-10-16 17:46:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 06:53:33 +00:00
|
|
|
checksum = "4884417669886d3abff14feec797179526ade713f212e54ec08b19bc6bdc86aa"
|
2020-10-16 17:46:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"xshell-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xshell-macros"
|
2022-03-17 06:53:33 +00:00
|
|
|
version = "0.2.1"
|
2020-10-16 17:46:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 06:53:33 +00:00
|
|
|
checksum = "37d92065701c3611323f96eac5475b995421fc7eb2bcba1336cdd80b9b2fb68f"
|
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
|
|
|
]
|