2019-02-08 21:43:13 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-25 19:03:20 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-05-12 20:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-01-21 07:43:54 +00:00
|
|
|
version = "0.19.0"
|
2020-05-12 20:49:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:43:54 +00:00
|
|
|
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
|
2020-05-12 20:49:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2020-06-16 17:21:38 +00:00
|
|
|
[[package]]
|
2020-07-07 14:26:33 +00:00
|
|
|
name = "adler"
|
2021-03-01 16:13:08 +00:00
|
|
|
version = "1.0.2"
|
2020-06-16 17:21:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 16:13:08 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-06-16 17:21:38 +00:00
|
|
|
|
2021-01-26 19:11:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "always-assert"
|
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",
|
|
|
|
]
|
|
|
|
|
2019-11-13 19:51:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-01-20 18:54:37 +00:00
|
|
|
version = "1.0.68"
|
2019-11-13 19:51:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 18:54:37 +00:00
|
|
|
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
|
2019-11-13 19:51:57 +00:00
|
|
|
|
2019-12-05 22:34:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anymap"
|
2022-06-10 14:30:09 +00:00
|
|
|
version = "1.0.0-beta.2"
|
2019-12-05 22:34:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-10 14:30:09 +00:00
|
|
|
checksum = "8f1f8f5a6f3d50d89e3797d7593a50f96bb2aaa20ca0cc7be1fb673232c91d72"
|
2019-12-05 22:34:12 +00:00
|
|
|
|
2021-08-30 20:26:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
2023-01-21 07:39:37 +00:00
|
|
|
version = "1.2.2"
|
2021-08-30 20:26:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:39:37 +00:00
|
|
|
checksum = "b0224938f92e7aef515fac2ff2d18bd1115c1394ddf4a092e0c87e8be9499ee5"
|
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 = [
|
2023-01-21 06:49:50 +00:00
|
|
|
"hermit-abi 0.1.19",
|
2020-07-10 16:30:32 +00:00
|
|
|
"libc",
|
2021-01-28 14:55:34 +00:00
|
|
|
"winapi",
|
2020-07-10 16:30:32 +00:00
|
|
|
]
|
|
|
|
|
2020-01-12 01:16:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "1.1.0"
|
2020-01-12 01:16:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-01-12 01:16:35 +00:00
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-01-21 07:43:54 +00:00
|
|
|
version = "0.3.67"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:43:54 +00:00
|
|
|
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-05-12 20:49:42 +00:00
|
|
|
"addr2line",
|
2021-05-02 19:17:04 +00:00
|
|
|
"cc",
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
2023-01-21 07:56:46 +00:00
|
|
|
"miniz_oxide",
|
2023-01-21 07:48:38 +00:00
|
|
|
"object",
|
2020-01-30 17:14:20 +00:00
|
|
|
"rustc-demangle",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2020-08-13 14:25:38 +00:00
|
|
|
[[package]]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "base-db"
|
2020-08-13 14:25:38 +00:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"cfg",
|
|
|
|
"profile",
|
|
|
|
"rustc-hash",
|
|
|
|
"salsa",
|
2021-10-28 17:19:30 +00:00
|
|
|
"stdx",
|
2020-08-13 14:25:38 +00:00
|
|
|
"syntax",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
2020-08-13 14:25:38 +00:00
|
|
|
"tt",
|
|
|
|
"vfs",
|
|
|
|
]
|
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-23 10:25:59 +00:00
|
|
|
version = "1.3.2"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-23 10:25:59 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2023-01-01 16:52:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
2021-03-02 12:27:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "1.1.2"
|
2021-03-02 12:27:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "c77df041dc383319cc661b428b6961a005db4d6808d5e12536931b1ca9556055"
|
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"
|
2023-01-21 07:35:28 +00:00
|
|
|
version = "0.15.2"
|
2019-01-14 13:15:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:35:28 +00:00
|
|
|
checksum = "982a0cf6a99c350d7246035613882e376d58cebe571785abc5da4f648d53ac0a"
|
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",
|
2023-01-21 07:35:28 +00:00
|
|
|
"thiserror",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "1.0.78"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
|
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-12-05 16:29:23 +00:00
|
|
|
version = "0.88.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 16:29:23 +00:00
|
|
|
checksum = "4df80a3fbc1f0e59f560eeeebca94bf655566a8ad3023c210a109deb6056455a"
|
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-12-05 16:29:23 +00:00
|
|
|
version = "0.88.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 16:29:23 +00:00
|
|
|
checksum = "f39e5272016916956298cceea5147006f897972c274a768ed4d6e074efe5d3fb"
|
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-12-05 16:29:23 +00:00
|
|
|
version = "0.88.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 16:29:23 +00:00
|
|
|
checksum = "d9d60b42ad7478d3e027e2f9ea4e99fbbb8fdee0c8c3cf068be269f57e603618"
|
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-12-05 16:29:23 +00:00
|
|
|
version = "0.88.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 16:29:23 +00:00
|
|
|
checksum = "ab30620ea5b36819525eaab2204f4b8e1842fc7ee36826424a28bef59ae7fecf"
|
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
|
|
|
]
|
|
|
|
|
2022-11-05 15:28:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "command-group"
|
2023-01-15 08:20:25 +00:00
|
|
|
version = "2.0.1"
|
2022-11-05 15:28:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-15 08:20:25 +00:00
|
|
|
checksum = "026c3922235f9f7d78f21251a026f3acdeb7cce3deba107fe09a4bfa63d850a2"
|
2022-11-05 15:28:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"nix",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-12-04 13:14:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "countme"
|
2022-03-17 17:10:45 +00:00
|
|
|
version = "3.0.1"
|
2021-12-04 13:14:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 17:10:45 +00:00
|
|
|
checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636"
|
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-08-19 18:22:43 +00:00
|
|
|
version = "0.5.6"
|
2020-10-13 13:57:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 18:22:43 +00:00
|
|
|
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
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"
|
2022-08-19 18:22:43 +00:00
|
|
|
version = "0.8.2"
|
2019-06-26 06:12:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 18:22:43 +00:00
|
|
|
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
|
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"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "0.9.13"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
|
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",
|
2023-01-21 07:57:51 +00:00
|
|
|
"memoffset 0.7.1",
|
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"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "0.8.14"
|
2020-10-13 13:57:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
|
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
|
|
|
]
|
|
|
|
|
2021-01-21 16:04:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2022-10-15 09:54:25 +00:00
|
|
|
version = "5.4.0"
|
2022-02-09 07:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 09:54:25 +00:00
|
|
|
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
|
2022-02-09 07:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-07-03 07:02:15 +00:00
|
|
|
"hashbrown",
|
2022-06-10 13:59:46 +00:00
|
|
|
"lock_api",
|
2022-10-15 09:54:25 +00:00
|
|
|
"once_cell",
|
2023-01-21 07:57:51 +00:00
|
|
|
"parking_lot_core 0.9.6",
|
2022-02-09 07:19:57 +00:00
|
|
|
]
|
|
|
|
|
2021-08-30 20:26:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_arbitrary"
|
2023-01-21 07:39:37 +00:00
|
|
|
version = "1.2.2"
|
2021-08-30 20:26:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:39:37 +00:00
|
|
|
checksum = "cf460bbff5f571bfc762da5102729f59f338be7db17a21fade44c5c4f5005350"
|
2021-08-30 20:26:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-12-31 12:05:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dissimilar"
|
2023-01-21 06:50:34 +00:00
|
|
|
version = "1.0.6"
|
2020-12-31 12:05:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 06:50:34 +00:00
|
|
|
checksum = "210ec60ae7d710bed8683e333e9d2855a8a56a3e9892b38bad3bb0d4d29b0d5e"
|
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"
|
2022-08-19 18:22:43 +00:00
|
|
|
version = "1.8.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 18:22:43 +00:00
|
|
|
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
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"
|
2022-07-19 11:00:45 +00:00
|
|
|
version = "1.4.0"
|
2020-08-21 11:19:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-19 11:00:45 +00:00
|
|
|
checksum = "1d4661aca38d826eb7c72fe128e4238220616de4c0cc00db7bfc38e2e1364dd3"
|
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"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "0.2.19"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9"
|
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",
|
2023-01-21 07:57:51 +00:00
|
|
|
"windows-sys",
|
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"
|
2023-01-21 07:56:46 +00:00
|
|
|
version = "1.0.25"
|
2020-06-21 12:58:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:56:46 +00:00
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
2020-06-21 12:58:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2023-01-21 07:56:46 +00:00
|
|
|
"miniz_oxide",
|
2020-06-21 12:58:34 +00:00
|
|
|
]
|
|
|
|
|
2020-06-25 07:13:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flycheck"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-06-25 07:13:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"cargo_metadata",
|
2022-11-05 15:28:04 +00:00
|
|
|
"command-group",
|
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",
|
2022-08-18 21:41:17 +00:00
|
|
|
"rustc-hash",
|
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"
|
2022-10-15 09:57:30 +00:00
|
|
|
version = "1.1.0"
|
2020-11-11 16:17:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 09:57:30 +00:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2020-11-11 16:17:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"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"
|
2023-01-21 07:43:54 +00:00
|
|
|
version = "0.27.0"
|
2020-05-12 20:49:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:43:54 +00:00
|
|
|
checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793"
|
2019-08-06 11:00:37 +00:00
|
|
|
|
2022-01-21 17:44:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-08-19 18:22:43 +00:00
|
|
|
version = "0.12.3"
|
2022-01-21 17:44:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 18:22:43 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-01-21 17:44:03 +00:00
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-22 17:18:48 +00:00
|
|
|
version = "0.3.3"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-22 17:18:48 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"unicode-segmentation",
|
2019-10-31 14:31:59 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-06-30 14:03:31 +00:00
|
|
|
version = "0.1.19"
|
2019-10-31 14:31:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 14:03:31 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2019-10-31 14:31:59 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2023-01-21 06:49:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-08-13 14:36:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hir"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
2022-04-29 14:29:24 +00:00
|
|
|
"base-db",
|
2021-05-07 20:35:43 +00:00
|
|
|
"cfg",
|
2020-08-13 14:36:55 +00:00
|
|
|
"either",
|
2022-04-29 14:29:24 +00:00
|
|
|
"hir-def",
|
|
|
|
"hir-expand",
|
|
|
|
"hir-ty",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
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]]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "hir-def"
|
2020-08-13 14:28:27 +00:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"anymap",
|
2022-03-11 15:49:41 +00:00
|
|
|
"arrayvec",
|
2022-04-29 14:29:24 +00:00
|
|
|
"base-db",
|
2022-04-07 14:13:37 +00:00
|
|
|
"bitflags",
|
2020-08-13 14:28:27 +00:00
|
|
|
"cfg",
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2022-03-17 17:10:45 +00:00
|
|
|
"dashmap",
|
2020-08-13 14:28:27 +00:00
|
|
|
"drop_bomb",
|
|
|
|
"either",
|
2020-08-21 11:19:31 +00:00
|
|
|
"expect-test",
|
2020-08-13 14:28:27 +00:00
|
|
|
"fst",
|
2022-07-03 07:02:15 +00:00
|
|
|
"hashbrown",
|
2022-04-29 14:29:24 +00:00
|
|
|
"hir-expand",
|
2022-12-06 22:29:38 +00:00
|
|
|
"hkalbasi-rustc-ap-rustc_abi",
|
|
|
|
"hkalbasi-rustc-ap-rustc_index",
|
2020-08-13 14:28:27 +00:00
|
|
|
"indexmap",
|
2023-01-09 18:29:28 +00:00
|
|
|
"intern",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
2021-01-17 06:52:57 +00:00
|
|
|
"la-arena",
|
2021-07-10 20:49:17 +00:00
|
|
|
"limit",
|
2020-08-13 14:28:27 +00:00
|
|
|
"mbe",
|
|
|
|
"once_cell",
|
|
|
|
"profile",
|
|
|
|
"rustc-hash",
|
|
|
|
"smallvec",
|
|
|
|
"stdx",
|
|
|
|
"syntax",
|
2022-04-29 14:29:24 +00:00
|
|
|
"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]]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "hir-expand"
|
2020-08-13 14:26:29 +00:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2022-04-29 14:29:24 +00:00
|
|
|
"base-db",
|
2021-03-10 18:43:03 +00:00
|
|
|
"cfg",
|
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-07-03 07:02:15 +00:00
|
|
|
"hashbrown",
|
2023-01-09 18:29:28 +00:00
|
|
|
"intern",
|
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",
|
2022-07-06 17:49:05 +00:00
|
|
|
"smallvec",
|
2022-06-24 11:03:13 +00:00
|
|
|
"stdx",
|
2020-08-13 14:26:29 +00:00
|
|
|
"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]]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "hir-ty"
|
2020-08-13 14:35:29 +00:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
2022-04-29 14:29:24 +00:00
|
|
|
"base-db",
|
2023-01-05 11:06:49 +00:00
|
|
|
"bitflags",
|
2022-10-13 15:39:14 +00:00
|
|
|
"chalk-derive",
|
2020-08-13 14:35:29 +00:00
|
|
|
"chalk-ir",
|
|
|
|
"chalk-recursive",
|
|
|
|
"chalk-solve",
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2020-08-13 14:35:29 +00:00
|
|
|
"ena",
|
2020-08-21 11:19:31 +00:00
|
|
|
"expect-test",
|
2022-04-29 14:29:24 +00:00
|
|
|
"hir-def",
|
|
|
|
"hir-expand",
|
2022-12-06 22:29:38 +00:00
|
|
|
"hkalbasi-rustc-ap-rustc_index",
|
2023-01-09 18:29:28 +00:00
|
|
|
"intern",
|
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",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
2020-08-13 14:35:29 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"tracing-tree",
|
2021-10-07 18:33:41 +00:00
|
|
|
"typed-arena",
|
2020-08-13 14:35:29 +00:00
|
|
|
]
|
|
|
|
|
2022-12-06 22:29:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hkalbasi-rustc-ap-rustc_abi"
|
2022-12-21 20:34:01 +00:00
|
|
|
version = "0.0.20221221"
|
2022-12-06 22:29:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-21 20:34:01 +00:00
|
|
|
checksum = "adabaadad9aa7576f97af02241cdf5554d62fb3d51a84cb05d77ba28edd3013f"
|
2022-12-06 22:29:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"hkalbasi-rustc-ap-rustc_index",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hkalbasi-rustc-ap-rustc_index"
|
2022-12-21 20:34:01 +00:00
|
|
|
version = "0.0.20221221"
|
2022-12-06 22:29:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-21 20:34:01 +00:00
|
|
|
checksum = "f4d3c48474e09afb0f5efbd6f758e05411699301a113c47d454d28ec7059d00e"
|
2022-12-06 22:29:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2020-05-07 19:06:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2022-10-15 09:53:26 +00:00
|
|
|
version = "0.5.4"
|
2020-05-07 19:06:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 09:53:26 +00:00
|
|
|
checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408"
|
2020-05-07 19:06:44 +00:00
|
|
|
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",
|
2022-04-29 14:29:24 +00:00
|
|
|
"ide-assists",
|
|
|
|
"ide-completion",
|
|
|
|
"ide-db",
|
|
|
|
"ide-diagnostics",
|
|
|
|
"ide-ssr",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
2020-08-13 15:42:52 +00:00
|
|
|
"oorandom",
|
|
|
|
"profile",
|
2020-08-24 09:19:53 +00:00
|
|
|
"pulldown-cmark",
|
|
|
|
"pulldown-cmark-to-cmark",
|
2023-01-13 14:03:37 +00:00
|
|
|
"smallvec",
|
2020-08-13 15:42:52 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
|
|
|
"text-edit",
|
2022-04-17 11:33:39 +00:00
|
|
|
"toolchain",
|
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]]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "ide-assists"
|
2021-02-22 18:47:48 +00:00
|
|
|
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",
|
2022-04-29 14:29:24 +00:00
|
|
|
"ide-db",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
2021-02-22 18:47:48 +00:00
|
|
|
"profile",
|
2022-12-31 13:08:53 +00:00
|
|
|
"smallvec",
|
2021-07-03 19:11:03 +00:00
|
|
|
"sourcegen",
|
2021-02-22 18:47:48 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
|
|
|
"text-edit",
|
2021-02-22 18:47:48 +00:00
|
|
|
]
|
|
|
|
|
2021-02-17 14:53:31 +00:00
|
|
|
[[package]]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "ide-completion"
|
2021-02-17 14:53:31 +00:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2022-04-29 14:29:24 +00:00
|
|
|
"base-db",
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2021-02-17 14:53:31 +00:00
|
|
|
"expect-test",
|
|
|
|
"hir",
|
2022-04-29 14:29:24 +00:00
|
|
|
"ide-db",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
2021-05-27 21:28:14 +00:00
|
|
|
"once_cell",
|
2021-02-17 14:53:31 +00:00
|
|
|
"profile",
|
2021-10-04 19:44:33 +00:00
|
|
|
"smallvec",
|
2021-02-17 14:53:31 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
|
|
|
"text-edit",
|
2021-02-17 14:53:31 +00:00
|
|
|
]
|
|
|
|
|
2020-08-13 14:39:16 +00:00
|
|
|
[[package]]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "ide-db"
|
2020-08-13 14:39:16 +00:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-09-23 13:37:52 +00:00
|
|
|
"arrayvec",
|
2022-04-29 14:29:24 +00:00
|
|
|
"base-db",
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2020-08-13 14:39:16 +00:00
|
|
|
"either",
|
2020-10-24 08:07:10 +00:00
|
|
|
"expect-test",
|
2020-08-13 14:39:16 +00:00
|
|
|
"fst",
|
|
|
|
"hir",
|
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",
|
2022-09-16 14:26:54 +00:00
|
|
|
"memchr",
|
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",
|
2022-04-29 14:29:24 +00:00
|
|
|
"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]]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "ide-diagnostics"
|
2021-06-14 09:24:58 +00:00
|
|
|
version = "0.0.0"
|
2021-06-14 10:15:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg",
|
|
|
|
"cov-mark",
|
|
|
|
"either",
|
|
|
|
"expect-test",
|
|
|
|
"hir",
|
2022-04-29 14:29:24 +00:00
|
|
|
"ide-db",
|
2021-06-14 10:15:05 +00:00
|
|
|
"itertools",
|
|
|
|
"profile",
|
2022-07-28 18:08:44 +00:00
|
|
|
"serde_json",
|
2021-07-03 19:11:03 +00:00
|
|
|
"sourcegen",
|
2021-06-14 10:15:05 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
|
|
|
"text-edit",
|
2021-06-14 10:15:05 +00:00
|
|
|
]
|
2021-06-14 09:24:58 +00:00
|
|
|
|
2021-02-22 19:14:58 +00:00
|
|
|
[[package]]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "ide-ssr"
|
2021-02-22 19:14:58 +00:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2021-02-22 19:14:58 +00:00
|
|
|
"expect-test",
|
|
|
|
"hir",
|
2022-04-29 14:29:24 +00:00
|
|
|
"ide-db",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
2021-12-18 14:20:38 +00:00
|
|
|
"parser",
|
2022-08-25 18:31:02 +00:00
|
|
|
"stdx",
|
2021-02-22 19:14:58 +00:00
|
|
|
"syntax",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
|
|
|
"text-edit",
|
2021-02-22 19:14:58 +00:00
|
|
|
]
|
|
|
|
|
2019-08-17 18:34:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-10-15 09:57:30 +00:00
|
|
|
version = "0.3.0"
|
2019-08-17 18:34:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 09:57:30 +00:00
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
2019-08-17 18:34:31 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-08-17 18:34:31 +00:00
|
|
|
]
|
|
|
|
|
2018-10-07 08:32:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-01-21 07:46:31 +00:00
|
|
|
version = "1.9.2"
|
2018-10-07 08:32:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:46:31 +00:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
2019-10-22 17:01:26 +00:00
|
|
|
dependencies = [
|
2020-02-22 16:22:09 +00:00
|
|
|
"autocfg",
|
2022-07-03 07:02:15 +00:00
|
|
|
"hashbrown",
|
2019-10-22 17:01:26 +00:00
|
|
|
]
|
2018-10-07 08:32:02 +00:00
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2021-11-06 15:12:34 +00:00
|
|
|
version = "0.9.6"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-06 15:12:34 +00:00
|
|
|
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"bitflags",
|
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
2021-01-18 18:13:24 +00:00
|
|
|
version = "0.1.5"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-18 18:13:24 +00:00
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
2020-06-27 07:09:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-10-27 15:10:58 +00:00
|
|
|
version = "0.1.12"
|
2020-06-27 07:09:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 15:10:58 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-09-27 22:14:50 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
2023-01-09 18:29:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "intern"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"dashmap",
|
|
|
|
"hashbrown",
|
|
|
|
"once_cell",
|
|
|
|
"rustc-hash",
|
|
|
|
]
|
|
|
|
|
2020-12-30 15:39:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-10-03 06:02:42 +00:00
|
|
|
version = "0.10.5"
|
2020-12-30 15:39:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-03 06:02:42 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2020-12-30 15:39:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "1.0.5"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
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"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "1.0.7"
|
2021-08-17 15:17:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98"
|
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"
|
2023-01-15 08:20:25 +00:00
|
|
|
version = "0.2.139"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-15 08:20:25 +00:00
|
|
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-04-04 08:09:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2023-01-21 07:51:35 +00:00
|
|
|
version = "0.7.4"
|
2020-04-04 08:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:51:35 +00:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
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"
|
2023-01-21 07:53:13 +00:00
|
|
|
version = "0.1.30"
|
2019-01-21 22:28:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:53:13 +00:00
|
|
|
checksum = "dd8c7cbf8b89019683667e347572e6d55a7df7ea36b0c4ce69961b0cde67b174"
|
2020-07-14 00:12:49 +00:00
|
|
|
dependencies = [
|
2021-03-08 15:39:11 +00:00
|
|
|
"cc",
|
2023-01-21 07:53:13 +00:00
|
|
|
"libc",
|
2020-07-14 00:12:49 +00:00
|
|
|
]
|
2019-01-21 22:28:57 +00:00
|
|
|
|
2021-07-10 20:49:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "limit"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2019-07-14 16:21:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-10-15 09:54:25 +00:00
|
|
|
version = "0.4.9"
|
2019-07-14 16:21:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 09:54:25 +00:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2019-07-14 16:21:50 +00:00
|
|
|
dependencies = [
|
2022-04-17 16:36:08 +00:00
|
|
|
"autocfg",
|
2020-01-30 17:14:20 +00:00
|
|
|
"scopeguard",
|
2019-07-14 16:21:50 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-19 15:51:19 +00:00
|
|
|
version = "0.4.17"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-19 15:51:19 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
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"
|
2022-09-07 11:52:55 +00:00
|
|
|
version = "0.7.0"
|
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",
|
2022-05-14 10:33:48 +00:00
|
|
|
"lsp-types",
|
2020-01-30 17:14:20 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2019-08-30 14:24:11 +00:00
|
|
|
]
|
|
|
|
|
2019-01-14 10:55:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lsp-types"
|
2022-10-25 11:43:26 +00:00
|
|
|
version = "0.93.2"
|
2019-04-21 12:14:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-25 11:43:26 +00:00
|
|
|
checksum = "9be6e9c7e2d18f651974370d7aff703f9513e0df6e464fd795660edc77e6ca51"
|
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",
|
|
|
|
]
|
|
|
|
|
2020-08-13 08:08:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mbe"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2020-08-13 08:08:11 +00:00
|
|
|
"parser",
|
|
|
|
"rustc-hash",
|
|
|
|
"smallvec",
|
2021-02-01 20:42:37 +00:00
|
|
|
"stdx",
|
2020-08-13 08:08:11 +00:00
|
|
|
"syntax",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
2021-08-15 12:46:13 +00:00
|
|
|
"tracing",
|
2020-08-13 08:08:11 +00:00
|
|
|
"tt",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-05-19 15:51:19 +00:00
|
|
|
version = "2.5.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-19 15:51:19 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-04-17 07:47:15 +00:00
|
|
|
[[package]]
|
2021-02-02 15:25:17 +00:00
|
|
|
name = "memmap2"
|
2023-01-21 06:44:25 +00:00
|
|
|
version = "0.5.8"
|
2020-04-17 07:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 06:44:25 +00:00
|
|
|
checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
|
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
|
|
|
|
2023-01-21 07:57:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-07-14 00:12:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mimalloc"
|
2023-01-21 07:53:13 +00:00
|
|
|
version = "0.1.34"
|
2020-07-14 00:12:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:53:13 +00:00
|
|
|
checksum = "9dcb174b18635f7561a0c6c9fc2ce57218ac7523cf72c50af80e2d79ab8f3ba1"
|
2020-07-14 00:12:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"libmimalloc-sys",
|
|
|
|
]
|
|
|
|
|
2023-01-21 07:43:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "0.8.5"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2022-03-17 17:10:45 +00:00
|
|
|
"wasi",
|
2023-01-21 07:57:51 +00:00
|
|
|
"windows-sys",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
2021-12-04 13:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2022-11-13 21:23:56 +00:00
|
|
|
version = "0.5.0"
|
2021-12-04 13:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-13 21:23:56 +00:00
|
|
|
checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123"
|
2021-12-04 13:17:30 +00:00
|
|
|
dependencies = [
|
2023-01-21 07:57:51 +00:00
|
|
|
"windows-sys",
|
2021-12-04 13:17:30 +00:00
|
|
|
]
|
|
|
|
|
2022-11-05 15:28:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "0.26.2"
|
2022-11-05 15:28:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
|
2022-11-05 15:28:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-01-15 08:20:25 +00:00
|
|
|
"static_assertions",
|
2022-11-05 15:28:04 +00:00
|
|
|
]
|
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2022-10-15 10:03:39 +00:00
|
|
|
version = "5.0.0"
|
2019-01-23 17:42:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 10:03:39 +00:00
|
|
|
checksum = "ed2c66da08abae1c024c01d635253e402341b4060a12e99b31c7594063bf490a"
|
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",
|
|
|
|
]
|
|
|
|
|
2023-01-21 07:31:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-01-21 06:49:50 +00:00
|
|
|
version = "1.15.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 06:49:50 +00:00
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2023-01-21 06:49:50 +00:00
|
|
|
"hermit-abi 0.2.6",
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2023-01-21 07:43:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.30.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b8c786513eb403643f2a88c244c2aaa270ef2153f55094587d0c48a3cf22a83"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2019-05-07 17:54:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-01-21 06:48:46 +00:00
|
|
|
version = "1.17.0"
|
2019-05-07 17:54:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 06:48:46 +00:00
|
|
|
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
2019-05-07 17:54:33 +00:00
|
|
|
|
2020-07-29 17:49:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
2020-11-24 14:13:26 +00:00
|
|
|
version = "11.1.3"
|
2020-07-29 17:49:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 14:13:26 +00:00
|
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
2020-07-29 17:49:10 +00:00
|
|
|
|
2023-01-21 07:31:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2019-11-26 08:29:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-09-04 07:17:36 +00:00
|
|
|
version = "0.11.2"
|
2019-11-26 08:29:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-04 07:17:36 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2019-11-26 08:29:20 +00:00
|
|
|
dependencies = [
|
2020-06-27 07:09:47 +00:00
|
|
|
"instant",
|
2020-01-30 17:14:20 +00:00
|
|
|
"lock_api",
|
2023-01-21 07:57:51 +00:00
|
|
|
"parking_lot_core 0.8.6",
|
2022-02-09 07:19:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-06-10 14:30:09 +00:00
|
|
|
version = "0.12.1"
|
2022-02-09 07:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-10 14:30:09 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2022-02-09 07:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2023-01-21 07:57:51 +00:00
|
|
|
"parking_lot_core 0.9.6",
|
2019-11-26 08:29:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "0.8.6"
|
2019-11-26 08:29:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
2019-11-26 08:29:20 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2020-06-27 07:09:47 +00:00
|
|
|
"instant",
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
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"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "0.9.6"
|
2022-02-09 07:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf"
|
2022-02-09 07:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2023-01-21 07:57:51 +00:00
|
|
|
"windows-sys",
|
2022-02-09 07:19:57 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "1.0.11"
|
2021-01-18 18:25:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
|
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"
|
2022-10-15 09:57:30 +00:00
|
|
|
version = "2.2.0"
|
2019-07-17 14:58:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 09:57:30 +00:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
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-05-19 15:51:19 +00:00
|
|
|
version = "0.2.9"
|
2020-09-30 13:49:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-19 15:51:19 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2020-09-30 13:49:40 +00:00
|
|
|
|
2019-08-15 12:58:08 +00:00
|
|
|
[[package]]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "proc-macro-api"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-03-18 09:47:59 +00:00
|
|
|
dependencies = [
|
2021-05-04 00:20:47 +00:00
|
|
|
"memmap2",
|
2023-01-21 07:48:38 +00:00
|
|
|
"object",
|
2021-07-17 13:54:48 +00:00
|
|
|
"paths",
|
2021-04-22 18:25:29 +00:00
|
|
|
"profile",
|
2020-03-26 20:26:34 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-12-11 14:14:42 +00:00
|
|
|
"snap",
|
2021-02-01 19:24:09 +00:00
|
|
|
"stdx",
|
2021-08-15 12:46:13 +00:00
|
|
|
"tracing",
|
2020-08-13 10:07:28 +00:00
|
|
|
"tt",
|
2020-03-18 09:47:59 +00:00
|
|
|
]
|
|
|
|
|
2020-04-01 05:11:26 +00:00
|
|
|
[[package]]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "proc-macro-srv"
|
2020-08-13 08:04:37 +00:00
|
|
|
version = "0.0.0"
|
2020-04-01 05:11:26 +00:00
|
|
|
dependencies = [
|
2021-05-31 15:32:56 +00:00
|
|
|
"expect-test",
|
2020-04-04 08:09:36 +00:00
|
|
|
"libloading",
|
2020-08-13 08:08:11 +00:00
|
|
|
"mbe",
|
2021-02-02 15:25:17 +00:00
|
|
|
"memmap2",
|
2023-01-21 07:48:38 +00:00
|
|
|
"object",
|
2021-07-17 14:40:13 +00:00
|
|
|
"paths",
|
2022-04-29 14:29:24 +00:00
|
|
|
"proc-macro-api",
|
|
|
|
"proc-macro-test",
|
2020-08-13 08:04:37 +00:00
|
|
|
"tt",
|
2020-04-01 05:11:26 +00:00
|
|
|
]
|
|
|
|
|
2022-07-23 20:47:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-srv-cli"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-srv",
|
|
|
|
]
|
|
|
|
|
2019-03-27 15:09:51 +00:00
|
|
|
[[package]]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "proc-macro-test"
|
2020-08-14 22:19:47 +00:00
|
|
|
version = "0.0.0"
|
2021-06-09 15:16:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"cargo_metadata",
|
2022-04-29 14:29:24 +00:00
|
|
|
"proc-macro-test-impl",
|
2021-06-09 15:16:52 +00:00
|
|
|
"toolchain",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "proc-macro-test-impl"
|
2021-06-09 15:16:52 +00:00
|
|
|
version = "0.0.0"
|
2020-08-14 22:19:47 +00:00
|
|
|
|
2022-04-29 14:29:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-01-21 07:52:19 +00:00
|
|
|
version = "1.0.50"
|
2022-04-29 14:29:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:52:19 +00:00
|
|
|
checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
|
2022-04-29 14:29:24 +00:00
|
|
|
dependencies = [
|
2022-05-19 15:51:19 +00:00
|
|
|
"unicode-ident",
|
2022-04-29 14:29:24 +00:00
|
|
|
]
|
|
|
|
|
2020-08-12 14:32:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "profile"
|
|
|
|
version = "0.0.0"
|
2019-03-27 15:09:51 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2021-12-11 16:39:23 +00:00
|
|
|
"countme",
|
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]]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "project-model"
|
2020-08-13 10:05:30 +00:00
|
|
|
version = "0.0.0"
|
2019-02-05 22:10:49 +00:00
|
|
|
dependencies = [
|
2020-02-13 10:10:50 +00:00
|
|
|
"anyhow",
|
2022-04-29 14:29:24 +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
|
|
|
]
|
|
|
|
|
2022-06-11 01:29:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "protobuf"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ee4a7d8b91800c8f167a6268d1a1026607368e1adc84e98fe044aeb905302f7"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"protobuf-support",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protobuf-support"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ca157fe12fc7ee2e315f2f735e27df41b3d97cdd70ea112824dac1ffb08ee1c"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-06-17 06:53:51 +00:00
|
|
|
[[package]]
|
2020-08-24 09:19:53 +00:00
|
|
|
name = "pulldown-cmark"
|
2022-08-19 18:22:43 +00:00
|
|
|
version = "0.9.2"
|
2020-08-24 09:19:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 18:22:43 +00:00
|
|
|
checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
|
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-10-15 10:00:41 +00:00
|
|
|
version = "10.0.4"
|
2020-08-24 09:19:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 10:00:41 +00:00
|
|
|
checksum = "0194e6e1966c23cc5fd988714f85b18d548d773e81965413555d96569931833d"
|
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"
|
2023-01-21 07:49:17 +00:00
|
|
|
version = "1.0.23"
|
2019-08-15 12:58:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:49:17 +00:00
|
|
|
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
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"
|
2023-01-21 07:54:19 +00:00
|
|
|
version = "1.6.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:54:19 +00:00
|
|
|
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-01-21 07:54:19 +00:00
|
|
|
version = "1.10.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:54:19 +00:00
|
|
|
checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-channel",
|
2020-01-30 17:14:20 +00:00
|
|
|
"crossbeam-deque",
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-utils",
|
2020-01-30 17:14:20 +00:00
|
|
|
"num_cpus",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-08-19 18:22:43 +00:00
|
|
|
version = "0.2.16"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 18:22:43 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-01-21 19:00:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "1.7.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
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"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "0.6.28"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2018-10-02 14:07:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rowan"
|
2022-10-15 09:58:57 +00:00
|
|
|
version = "0.15.10"
|
2021-01-20 11:04:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 09:58:57 +00:00
|
|
|
checksum = "5811547e7ba31e903fe48c8ceab10d40d70a101f3d15523c847cce91aa71f332"
|
2018-10-02 14:07:12 +00:00
|
|
|
dependencies = [
|
2021-12-11 16:39:23 +00:00
|
|
|
"countme",
|
2022-07-03 07:02:15 +00:00
|
|
|
"hashbrown",
|
2023-01-21 07:57:51 +00:00
|
|
|
"memoffset 0.6.5",
|
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",
|
2022-04-29 14:29:24 +00:00
|
|
|
"hir-def",
|
|
|
|
"hir-ty",
|
2020-08-13 15:42:52 +00:00
|
|
|
"ide",
|
2022-04-29 14:29:24 +00:00
|
|
|
"ide-db",
|
|
|
|
"ide-ssr",
|
2021-03-01 16:17:03 +00:00
|
|
|
"itertools",
|
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-06-10 14:30:09 +00:00
|
|
|
"parking_lot 0.12.1",
|
2022-04-29 14:29:24 +00:00
|
|
|
"proc-macro-api",
|
|
|
|
"proc-macro-srv",
|
2020-08-12 14:32:36 +00:00
|
|
|
"profile",
|
2022-04-29 14:29:24 +00:00
|
|
|
"project-model",
|
2020-06-30 15:00:17 +00:00
|
|
|
"rayon",
|
2020-02-18 11:33:16 +00:00
|
|
|
"rustc-hash",
|
2022-06-11 01:29:04 +00:00
|
|
|
"scip",
|
2020-02-18 11:33:16 +00:00
|
|
|
"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",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
2020-02-18 11:33:16 +00:00
|
|
|
"threadpool",
|
2021-05-07 19:17:37 +00:00
|
|
|
"tikv-jemallocator",
|
2020-08-12 14:52:28 +00:00
|
|
|
"toolchain",
|
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"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "1.0.12"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
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
|
|
|
]
|
|
|
|
|
2022-06-11 01:29:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scip"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2bfbb10286f69fad7c78db71004b7839bf957788359fe0c479f029f9849136b"
|
|
|
|
dependencies = [
|
|
|
|
"protobuf",
|
|
|
|
]
|
|
|
|
|
2020-03-27 17:56:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2023-01-21 07:33:36 +00:00
|
|
|
version = "1.0.1"
|
2020-03-27 17:56:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:33:36 +00:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2020-03-27 17:56:18 +00:00
|
|
|
|
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"
|
2023-01-21 06:45:47 +00:00
|
|
|
version = "1.0.16"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 06:45:47 +00:00
|
|
|
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
|
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"
|
2023-01-20 18:57:27 +00:00
|
|
|
version = "1.0.152"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 18:57:27 +00:00
|
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
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"
|
2023-01-20 18:57:27 +00:00
|
|
|
version = "1.0.152"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 18:57:27 +00:00
|
|
|
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
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"
|
2023-01-20 18:57:27 +00:00
|
|
|
version = "1.0.91"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 18:57:27 +00:00
|
|
|
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
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"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "0.1.10"
|
2019-08-17 18:34:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "9a5ec9fa74a20ebbe5d9ac23dac1fc96ba0ecfe9f50f2843b52e537b10fbcb4e"
|
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-10-06 12:28:50 +00:00
|
|
|
version = "1.10.0"
|
2019-11-15 11:45:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-06 12:28:50 +00:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2019-11-15 11:45:58 +00:00
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smol_str"
|
2022-05-03 10:57:40 +00:00
|
|
|
version = "0.1.23"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-03 10:57:40 +00:00
|
|
|
checksum = "7475118a28b7e3a2e157ce0131ba8c5526ea96e90ee601d9f6bb2e286a35ab44"
|
2021-11-06 15:12:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-12-11 14:14:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "snap"
|
2023-01-21 07:56:07 +00:00
|
|
|
version = "1.1.0"
|
2020-12-11 14:14:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:56:07 +00:00
|
|
|
checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"
|
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",
|
|
|
|
]
|
|
|
|
|
2023-01-15 08:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
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",
|
2022-05-19 15:51:19 +00:00
|
|
|
"miow",
|
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"
|
2023-01-20 18:57:27 +00:00
|
|
|
version = "1.0.107"
|
2019-08-15 12:58:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 18:57:27 +00:00
|
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
2019-08-15 12:58:08 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-19 15:51:19 +00:00
|
|
|
"unicode-ident",
|
2019-08-15 12:58:08 +00:00
|
|
|
]
|
|
|
|
|
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",
|
2022-04-29 14:29:24 +00:00
|
|
|
"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]]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "test-utils"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
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]]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "text-edit"
|
2020-08-12 15:03:06 +00:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2022-02-28 04:13:45 +00:00
|
|
|
"itertools",
|
2020-08-12 15:03:06 +00:00
|
|
|
"text-size",
|
|
|
|
]
|
|
|
|
|
2022-04-29 14:29:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "text-size"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "288cb548dbe72b652243ea797201f3d481a0609a967980fcc5b2315ea811560a"
|
|
|
|
|
2022-06-11 01:29:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "1.0.38"
|
2022-06-11 01:29:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
2022-06-11 01:29:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "1.0.38"
|
2022-06-11 01:29:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
2022-06-11 01:29:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-06-10 14:30:09 +00:00
|
|
|
version = "0.5.0"
|
2021-05-07 19:17:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-10 14:30:09 +00:00
|
|
|
checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1"
|
2021-05-07 19:17:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"paste",
|
|
|
|
"tikv-jemalloc-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tikv-jemalloc-sys"
|
2022-10-15 10:06:10 +00:00
|
|
|
version = "0.5.2+5.3.0-patched"
|
2021-05-07 19:17:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 10:06:10 +00:00
|
|
|
checksum = "ec45c14da997d0925c7835883e4d5c181f196fa142f8c19d7643d1e9af2592c3"
|
2021-05-07 19:17:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"fs_extra",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tikv-jemallocator"
|
2022-06-10 14:30:09 +00:00
|
|
|
version = "0.5.0"
|
2021-05-07 19:17:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-10 14:30:09 +00:00
|
|
|
checksum = "20612db8a13a6c06d57ec83953694185a367e16945f66565e8028d2c0bd76979"
|
2021-05-07 19:17:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"tikv-jemalloc-sys",
|
|
|
|
]
|
|
|
|
|
2023-01-01 16:52:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
|
|
|
2020-06-21 15:53:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-05-19 15:51:19 +00:00
|
|
|
version = "1.6.0"
|
2020-06-21 15:53:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-19 15:51:19 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2020-11-17 14:39:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.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-10-08 18:30:04 +00:00
|
|
|
version = "0.1.37"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-08 18:30:04 +00:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2020-09-30 13:49:40 +00:00
|
|
|
"pin-project-lite",
|
2020-06-22 11:18:10 +00:00
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2022-10-08 18:30:04 +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-10-08 18:30:04 +00:00
|
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-10-08 18:30:04 +00:00
|
|
|
version = "0.1.30"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-08 18:30:04 +00:00
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
2022-06-10 14:30:09 +00:00
|
|
|
"once_cell",
|
2022-02-09 07:14:55 +00:00
|
|
|
"valuable",
|
2020-06-22 11:18:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2022-05-19 15:51:19 +00:00
|
|
|
version = "0.1.3"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-19 15:51:19 +00:00
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2022-10-08 18:30:04 +00:00
|
|
|
version = "0.3.16"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-08 18:30:04 +00:00
|
|
|
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
2022-07-03 07:12:58 +00:00
|
|
|
"once_cell",
|
2020-06-22 11:18:10 +00:00
|
|
|
"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"
|
2023-01-21 07:31:38 +00:00
|
|
|
version = "0.2.2"
|
2020-07-10 16:30:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:31:38 +00:00
|
|
|
checksum = "758e983ab7c54fee18403994507e7f212b9005e957ce7984996fac8d11facedb"
|
2020-07-10 16:30:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2023-01-21 07:31:38 +00:00
|
|
|
"nu-ansi-term",
|
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"
|
2023-01-21 07:33:52 +00:00
|
|
|
version = "2.0.2"
|
2021-10-07 18:33:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:33:52 +00:00
|
|
|
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
2021-10-07 18:33:41 +00:00
|
|
|
|
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"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "0.3.10"
|
2022-05-19 15:51:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
|
2022-05-19 15:51:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "1.0.6"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-10-15 10:06:10 +00:00
|
|
|
version = "0.1.22"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 10:06:10 +00:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2019-01-23 11:48:57 +00:00
|
|
|
dependencies = [
|
2020-06-21 15:53:52 +00:00
|
|
|
"tinyvec",
|
2019-01-23 11:48:57 +00:00
|
|
|
]
|
2018-09-18 22:10:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2022-10-15 10:06:10 +00:00
|
|
|
version = "1.10.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 10:06:10 +00:00
|
|
|
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2019-08-15 12:58:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-10-15 10:06:10 +00:00
|
|
|
version = "0.2.4"
|
2019-08-15 12:58:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 10:06:10 +00:00
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
2019-08-15 12:58:08 +00:00
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
2019-08-17 18:34:31 +00:00
|
|
|
name = "url"
|
2022-10-15 09:57:30 +00:00
|
|
|
version = "2.3.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-15 09:57:30 +00:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-11-11 16:17:48 +00:00
|
|
|
"form_urlencoded",
|
2020-01-30 17:14:20 +00:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2022-02-09 07:14:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2020-06-09 03:43:57 +00:00
|
|
|
[[package]]
|
2020-06-15 02:47:33 +00:00
|
|
|
name = "version_check"
|
2022-02-09 07:14:55 +00:00
|
|
|
version = "0.9.4"
|
2020-06-09 03:43:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:14:55 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-06-09 03:43:57 +00:00
|
|
|
|
2020-06-15 11:29:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vfs"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-06-11 09:04:09 +00:00
|
|
|
dependencies = [
|
2020-07-07 20:53:12 +00:00
|
|
|
"fst",
|
2021-04-01 11:01:59 +00:00
|
|
|
"indexmap",
|
2020-06-11 09:04:09 +00:00
|
|
|
"paths",
|
|
|
|
"rustc-hash",
|
2022-08-25 18:31:02 +00:00
|
|
|
"stdx",
|
2020-06-11 09:04:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vfs-notify"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-06-15 11:29:07 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-channel",
|
2020-06-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]]
|
2022-11-13 21:23:56 +00:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
2021-12-04 13:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-13 21:23:56 +00:00
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
2023-01-21 07:57:51 +00:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2022-11-13 21:23:56 +00:00
|
|
|
"windows_x86_64_gnullvm",
|
2023-01-21 07:57:51 +00:00
|
|
|
"windows_x86_64_msvc",
|
2022-11-13 21:23:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "0.42.1"
|
2022-11-13 21:23:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
2021-12-04 13:17:30 +00:00
|
|
|
|
2022-02-09 07:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "0.42.1"
|
2022-02-09 07:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
2021-12-04 13:17:30 +00:00
|
|
|
|
2022-02-09 07:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "0.42.1"
|
2022-02-09 07:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
2022-02-09 07:19:57 +00:00
|
|
|
|
2021-12-04 13:17:30 +00:00
|
|
|
[[package]]
|
2022-11-13 21:23:56 +00:00
|
|
|
name = "windows_i686_msvc"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "0.42.1"
|
2021-12-04 13:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
2021-12-04 13:17:30 +00:00
|
|
|
|
2022-02-09 07:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "0.42.1"
|
2022-11-13 21:23:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
2022-11-13 21:23:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "0.42.1"
|
2022-02-09 07:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
2022-02-09 07:19:57 +00:00
|
|
|
|
2022-11-13 21:23:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-01-21 07:57:51 +00:00
|
|
|
version = "0.42.1"
|
2022-11-13 21:23:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:57:51 +00:00
|
|
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
2022-11-13 21:23:56 +00:00
|
|
|
|
2020-08-01 02:09:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "write-json"
|
2020-08-01 11:47:19 +00:00
|
|
|
version = "0.1.2"
|
2020-08-01 02:09:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-01 11:47:19 +00:00
|
|
|
checksum = "06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3"
|
2020-08-01 02:09:52 +00:00
|
|
|
|
2021-03-01 18:12:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xflags"
|
2023-01-21 07:49:51 +00:00
|
|
|
version = "0.3.1"
|
2021-03-01 18:12:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:49:51 +00:00
|
|
|
checksum = "c4554b580522d0ca238369c16b8f6ce34524d61dafe7244993754bbd05f2c2ea"
|
2021-03-01 18:12:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"xflags-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xflags-macros"
|
2023-01-21 07:49:51 +00:00
|
|
|
version = "0.3.1"
|
2021-03-01 18:12:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:49:51 +00:00
|
|
|
checksum = "f58e7b3ca8977093aae6b87b6a7730216fc4c53a6530bab5c43a783cd810c1a8"
|
2021-03-01 18:12:44 +00:00
|
|
|
|
2020-10-16 17:46:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xshell"
|
2023-01-21 07:50:08 +00:00
|
|
|
version = "0.2.3"
|
2020-10-16 17:46:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:50:08 +00:00
|
|
|
checksum = "962c039b3a7b16cf4e9a4248397c6585c07547412e7d6a6e035389a802dcfe90"
|
2020-10-16 17:46:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"xshell-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xshell-macros"
|
2023-01-21 07:50:08 +00:00
|
|
|
version = "0.2.3"
|
2020-10-16 17:46:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-21 07:50:08 +00:00
|
|
|
checksum = "1dbabb1cbd15a1d6d12d9ed6b35cc6777d4af87ab3ba155ea37215f20beab80c"
|
2020-10-16 17:46:03 +00:00
|
|
|
|
2019-10-17 16:36:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xtask"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"anyhow",
|
2020-06-21 12:58:34 +00:00
|
|
|
"flate2",
|
2023-02-01 17:06:09 +00:00
|
|
|
"time",
|
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",
|
2023-01-01 16:52:47 +00:00
|
|
|
"zip",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2023-02-01 17:06:09 +00:00
|
|
|
version = "0.6.4"
|
2023-01-01 16:52:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-01 17:06:09 +00:00
|
|
|
checksum = "0445d0fbc924bb93539b4316c11afb121ea39296f99a3c4c9edad09e3658cdef"
|
2023-01-01 16:52:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"crc32fast",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"flate2",
|
|
|
|
"time",
|
2019-10-17 16:36:55 +00:00
|
|
|
]
|