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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.21.0"
|
2020-05-12 20:49:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
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"
|
2024-01-18 02:27:38 +00:00
|
|
|
version = "0.2.0"
|
2021-01-26 19:11:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 02:27:38 +00:00
|
|
|
checksum = "a1078fa1ce1e34b1872d8611ad921196d76bdd7027e949fbe31231abde201892"
|
2021-01-26 19:11:12 +00:00
|
|
|
dependencies = [
|
2024-01-18 02:27:38 +00:00
|
|
|
"tracing",
|
2021-01-26 19:11:12 +00:00
|
|
|
]
|
|
|
|
|
2019-11-13 19:51:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.0.80"
|
2019-11-13 19:51:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1"
|
2019-11-13 19:51:57 +00:00
|
|
|
|
2021-08-30 20:26:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
2023-11-15 19:22:34 +00:00
|
|
|
version = "1.3.2"
|
2021-08-30 20:26:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 19:22:34 +00:00
|
|
|
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
|
2021-08-30 20:26:35 +00:00
|
|
|
|
2019-10-17 15:06:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2023-07-17 13:49:15 +00:00
|
|
|
version = "0.7.4"
|
2019-10-17 15:06:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 13:49:15 +00:00
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2019-10-17 15:06:01 +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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.3.69"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
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",
|
2024-03-05 11:00:21 +00:00
|
|
|
"miniz_oxide",
|
|
|
|
"object 0.32.2",
|
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",
|
2023-07-17 13:49:15 +00:00
|
|
|
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2024-01-10 09:53:11 +00:00
|
|
|
"lz4_flex",
|
2020-08-13 14:25:38 +00:00
|
|
|
"rustc-hash",
|
2024-02-07 15:29:46 +00:00
|
|
|
"salsa",
|
2023-12-19 11:53:10 +00:00
|
|
|
"semver",
|
2023-12-18 12:30:41 +00:00
|
|
|
"span",
|
2021-10-28 17:19:30 +00:00
|
|
|
"stdx",
|
2020-08-13 14:25:38 +00:00
|
|
|
"syntax",
|
2024-01-18 02:27:38 +00:00
|
|
|
"tracing",
|
2023-06-05 09:04:23 +00:00
|
|
|
"triomphe",
|
2020-08-13 14:25:38 +00:00
|
|
|
"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-06-05 09:04:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "2.4.2"
|
2023-06-05 09:04:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
2023-06-05 09:04:23 +00:00
|
|
|
|
2023-01-09 18:36:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.5.0"
|
2023-01-09 18:36:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2023-01-09 18:36:22 +00:00
|
|
|
|
2021-03-02 12:27:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.1.6"
|
2021-03-02 12:27:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"
|
2021-03-02 12:27:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-01-11 13:27:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo-platform"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.1.7"
|
2021-01-11 13:27:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "694c8807f2ae16faecc43dc17d74b3eb042482789fd0eb64b39a2e04e087053f"
|
2021-01-11 13:27:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
2023-11-15 19:18:49 +00:00
|
|
|
version = "0.18.1"
|
2019-01-14 13:15:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 19:18:49 +00:00
|
|
|
checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
|
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-02-13 11:55:14 +00:00
|
|
|
"thiserror",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-01-10 09:53:11 +00:00
|
|
|
version = "1.0.90"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 09:53:11 +00:00
|
|
|
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
|
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"
|
2024-04-07 10:19:44 +00:00
|
|
|
version = "0.97.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-07 10:19:44 +00:00
|
|
|
checksum = "92a0aedc4ac2adc5c0b7dc9ec38c5c816284ad28da6d4ecd01873b9683f54972"
|
2019-10-29 12:01:33 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-06 04:06:23 +00:00
|
|
|
"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"
|
2024-04-07 10:19:44 +00:00
|
|
|
version = "0.97.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-07 10:19:44 +00:00
|
|
|
checksum = "db18493569b190f7266a04901e520fc3a5c00564475154287906f8a27302c119"
|
2019-04-20 10:34:36 +00:00
|
|
|
dependencies = [
|
2024-03-05 11:00:21 +00:00
|
|
|
"bitflags 2.4.2",
|
2020-05-27 19:05:21 +00:00
|
|
|
"chalk-derive",
|
2019-04-20 10:34:36 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-07-11 17:17:03 +00:00
|
|
|
name = "chalk-recursive"
|
2024-04-07 10:19:44 +00:00
|
|
|
version = "0.97.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-07 10:19:44 +00:00
|
|
|
checksum = "ae4ba8ce5bd2e1b59f1f79495bc8704db09a8285e51cc5ddf01d9baee1bf447d"
|
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"
|
2024-04-07 10:19:44 +00:00
|
|
|
version = "0.97.0"
|
2020-10-07 19:11:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-07 10:19:44 +00:00
|
|
|
checksum = "b2ec1b3b7f7b1ec38f099ef39c2bc3ea29335be1b8316d114baff46d96d131e9"
|
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",
|
2023-11-26 11:06:36 +00:00
|
|
|
"indexmap",
|
2023-11-25 18:38:11 +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-23 15:24:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "command-group"
|
2023-06-05 09:04:23 +00:00
|
|
|
version = "2.1.0"
|
2022-11-23 15:24:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-05 09:04:23 +00:00
|
|
|
checksum = "5080df6b0f0ecb76cab30808f00d937ba725cebe266a3da8cd89dff92f2a9916"
|
2022-11-23 15:24:03 +00:00
|
|
|
dependencies = [
|
2024-03-05 11:00:21 +00:00
|
|
|
"nix 0.26.4",
|
2022-11-23 15:24:03 +00:00
|
|
|
"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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.4.0"
|
2019-06-26 06:12:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
|
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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.5.12"
|
2020-10-13 13:57:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
|
2020-10-13 13:57:01 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-utils",
|
2020-10-13 13:57:01 +00:00
|
|
|
]
|
|
|
|
|
2019-06-26 06:12:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.8.5"
|
2019-06-26 06:12:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2019-06-26 06:12:46 +00:00
|
|
|
dependencies = [
|
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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.9.18"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-utils",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2020-10-13 13:57:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.8.19"
|
2020-10-13 13:57:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
|
2020-10-13 13:57:01 +00:00
|
|
|
|
2023-11-14 20:37:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "3.4.2"
|
2023-11-14 20:37:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b"
|
2023-11-14 20:37:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"nix 0.27.1",
|
2024-03-05 11:00:21 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-14 20:37:40 +00:00
|
|
|
]
|
|
|
|
|
2021-01-21 16:04:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2023-12-07 10:48:58 +00:00
|
|
|
version = "5.5.3"
|
2022-02-09 07:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-07 10:48:58 +00:00
|
|
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
2022-02-09 07:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-12-07 10:48:58 +00:00
|
|
|
"hashbrown",
|
2022-06-10 13:59:46 +00:00
|
|
|
"lock_api",
|
2022-10-18 06:12:49 +00:00
|
|
|
"once_cell",
|
2023-11-26 11:06:36 +00:00
|
|
|
"parking_lot_core",
|
2022-02-09 07:19:57 +00:00
|
|
|
]
|
|
|
|
|
2024-03-05 11:00:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
|
|
|
|
2021-08-30 20:26:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_arbitrary"
|
2023-11-15 19:22:34 +00:00
|
|
|
version = "1.3.2"
|
2021-08-30 20:26:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 19:22:34 +00:00
|
|
|
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
|
2021-08-30 20:26:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-06 04:06:23 +00:00
|
|
|
"syn",
|
2021-08-30 20:26:35 +00:00
|
|
|
]
|
|
|
|
|
2024-04-07 08:41:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "directories"
|
|
|
|
version = "5.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"option-ext",
|
|
|
|
"redox_users",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2020-12-31 12:05:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dissimilar"
|
2023-11-15 11:34:56 +00:00
|
|
|
version = "1.0.7"
|
2020-12-31 12:05:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 11:34:56 +00:00
|
|
|
checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632"
|
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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.10.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-05-01 12:29:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ena"
|
2023-06-05 09:04:23 +00:00
|
|
|
version = "0.14.2"
|
2020-05-01 12:29:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-05 09:04:23 +00:00
|
|
|
checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
|
2020-05-01 12:29:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2023-07-17 13:49:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.0.1"
|
2023-07-17 13:49:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-07-17 13:49:15 +00:00
|
|
|
|
2020-06-27 15:53:50 +00:00
|
|
|
[[package]]
|
2020-08-21 11:19:31 +00:00
|
|
|
name = "expect-test"
|
2023-06-05 09:04:23 +00:00
|
|
|
version = "1.4.1"
|
2020-08-21 11:19:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-05 09:04:23 +00:00
|
|
|
checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3"
|
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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.2.23"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
|
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",
|
2024-03-05 11:00:21 +00:00
|
|
|
"redox_syscall",
|
|
|
|
"windows-sys 0.52.0",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
2019-04-20 10:34:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2023-11-15 11:31:45 +00:00
|
|
|
version = "0.4.2"
|
2019-04-20 10:34:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 11:31:45 +00:00
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
2019-04-20 10:34:36 +00:00
|
|
|
|
2020-06-21 12:58:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.0.28"
|
2020-06-21 12:58:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
2020-06-21 12:58:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2024-03-05 11:00:21 +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-23 15:24:03 +00:00
|
|
|
"command-group",
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-channel",
|
2021-07-17 14:40:13 +00:00
|
|
|
"paths",
|
2022-09-20 14:39: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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.2.1"
|
2020-11-11 16:17:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2020-11-11 16:17:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2024-02-07 15:29:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-02-07 15:30:07 +00:00
|
|
|
version = "0.2.12"
|
2024-02-07 15:29:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-07 15:30:07 +00:00
|
|
|
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
2024-02-07 15:29:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-02-07 15:30:07 +00:00
|
|
|
"wasi",
|
2024-02-07 15:29:46 +00:00
|
|
|
]
|
|
|
|
|
2020-05-12 20:49:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.28.1"
|
2020-05-12 20:49:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
2019-08-06 11:00:37 +00:00
|
|
|
|
2022-01-21 17:44:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-12-07 10:48:58 +00:00
|
|
|
version = "0.14.3"
|
2022-01-21 17:44:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-07 10:48:58 +00:00
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
2023-07-17 13:49:15 +00:00
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-11-26 11:06:36 +00:00
|
|
|
version = "0.4.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 11:06:36 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2019-10-31 14:31:59 +00:00
|
|
|
|
2023-02-13 11:55:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.3.9"
|
2023-02-13 11:55:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-02-13 11:55:14 +00:00
|
|
|
|
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",
|
2023-11-25 18:38:11 +00:00
|
|
|
"itertools",
|
2021-06-12 14:49:41 +00:00
|
|
|
"once_cell",
|
2020-08-13 14:36:55 +00:00
|
|
|
"rustc-hash",
|
2021-03-15 13:51:20 +00:00
|
|
|
"smallvec",
|
2024-01-27 15:36:01 +00:00
|
|
|
"span",
|
2020-08-13 14:36:55 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
2024-01-18 02:27:38 +00:00
|
|
|
"tracing",
|
2023-06-05 09:04:23 +00:00
|
|
|
"triomphe",
|
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 = [
|
2022-03-11 15:49:41 +00:00
|
|
|
"arrayvec",
|
2022-04-29 14:29:24 +00:00
|
|
|
"base-db",
|
2024-03-05 11:00:21 +00:00
|
|
|
"bitflags 2.4.2",
|
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",
|
2023-12-07 10:48:58 +00:00
|
|
|
"hashbrown",
|
2022-04-29 14:29:24 +00:00
|
|
|
"hir-expand",
|
2023-11-26 11:06:36 +00:00
|
|
|
"indexmap",
|
2023-02-13 11:55:14 +00:00
|
|
|
"intern",
|
2023-11-25 18:38:11 +00:00
|
|
|
"itertools",
|
2023-07-17 13:49:15 +00:00
|
|
|
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2021-07-10 20:49:17 +00:00
|
|
|
"limit",
|
2020-08-13 14:28:27 +00:00
|
|
|
"mbe",
|
|
|
|
"once_cell",
|
|
|
|
"profile",
|
2024-01-08 14:39:35 +00:00
|
|
|
"ra-ap-rustc_abi",
|
2024-01-08 14:30:26 +00:00
|
|
|
"ra-ap-rustc_parse_format",
|
2020-08-13 14:28:27 +00:00
|
|
|
"rustc-hash",
|
|
|
|
"smallvec",
|
2023-12-18 12:30:41 +00:00
|
|
|
"span",
|
2020-08-13 14:28:27 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
2023-12-18 13:53:11 +00:00
|
|
|
"test-fixture",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
2021-08-15 12:46:13 +00:00
|
|
|
"tracing",
|
2023-06-05 09:04:23 +00:00
|
|
|
"triomphe",
|
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",
|
2023-12-07 10:48:58 +00:00
|
|
|
"hashbrown",
|
2023-02-13 11:55:14 +00:00
|
|
|
"intern",
|
2023-11-25 18:38:11 +00:00
|
|
|
"itertools",
|
2023-07-17 13:49:15 +00:00
|
|
|
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2021-07-10 20:49:17 +00:00
|
|
|
"limit",
|
2020-08-13 14:26:29 +00:00
|
|
|
"mbe",
|
2024-01-30 15:57:40 +00:00
|
|
|
"parser",
|
2020-08-13 14:26:29 +00:00
|
|
|
"rustc-hash",
|
2022-07-06 17:49:05 +00:00
|
|
|
"smallvec",
|
2023-12-18 12:30:41 +00:00
|
|
|
"span",
|
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",
|
2023-06-05 09:04:23 +00:00
|
|
|
"triomphe",
|
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",
|
2024-03-05 11:00:21 +00:00
|
|
|
"bitflags 2.4.2",
|
2022-10-18 06:12:49 +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",
|
2023-03-13 08:42:24 +00:00
|
|
|
"either",
|
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",
|
2024-01-06 14:04:58 +00:00
|
|
|
"indexmap",
|
2023-02-13 11:55:14 +00:00
|
|
|
"intern",
|
2023-11-25 18:38:11 +00:00
|
|
|
"itertools",
|
2023-07-17 13:49:15 +00:00
|
|
|
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2021-07-10 20:49:17 +00:00
|
|
|
"limit",
|
2023-06-05 09:04:23 +00:00
|
|
|
"nohash-hasher",
|
2020-11-11 02:11:40 +00:00
|
|
|
"once_cell",
|
2023-07-17 13:49:15 +00:00
|
|
|
"oorandom",
|
2023-02-13 11:55:14 +00:00
|
|
|
"project-model",
|
2024-01-08 14:39:35 +00:00
|
|
|
"ra-ap-rustc_abi",
|
2024-03-07 15:40:04 +00:00
|
|
|
"ra-ap-rustc_index",
|
2024-01-16 23:28:05 +00:00
|
|
|
"ra-ap-rustc_pattern_analysis",
|
2020-08-13 14:35:29 +00:00
|
|
|
"rustc-hash",
|
|
|
|
"scoped-tls",
|
|
|
|
"smallvec",
|
2024-03-19 15:53:34 +00:00
|
|
|
"span",
|
2020-08-13 14:35:29 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
2023-12-18 13:53:11 +00:00
|
|
|
"test-fixture",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
2020-08-13 14:35:29 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"tracing-tree",
|
2023-06-05 09:04:23 +00:00
|
|
|
"triomphe",
|
2021-10-07 18:33:41 +00:00
|
|
|
"typed-arena",
|
2020-08-13 14:35:29 +00:00
|
|
|
]
|
|
|
|
|
2020-05-07 19:06:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.5.9"
|
2020-05-07 19:06:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2020-05-07 19:06:44 +00:00
|
|
|
dependencies = [
|
2024-03-05 11:00:21 +00:00
|
|
|
"windows-sys 0.52.0",
|
2020-05-07 19:06:44 +00:00
|
|
|
]
|
|
|
|
|
2020-08-13 15:42:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ide"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2023-12-06 10:53:28 +00:00
|
|
|
"arrayvec",
|
2020-08-13 15:42:52 +00:00
|
|
|
"cfg",
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2021-05-11 14:15:31 +00:00
|
|
|
"dot",
|
2020-08-13 15:42:52 +00:00
|
|
|
"either",
|
2020-08-21 11:19:31 +00:00
|
|
|
"expect-test",
|
2020-08-13 15:42:52 +00:00
|
|
|
"hir",
|
2022-04-29 14:29:24 +00:00
|
|
|
"ide-assists",
|
|
|
|
"ide-completion",
|
|
|
|
"ide-db",
|
|
|
|
"ide-diagnostics",
|
|
|
|
"ide-ssr",
|
2023-11-25 18:38:11 +00:00
|
|
|
"itertools",
|
2023-06-05 09:04:23 +00:00
|
|
|
"nohash-hasher",
|
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-02-13 11:55:14 +00:00
|
|
|
"smallvec",
|
2024-03-19 15:53:34 +00:00
|
|
|
"span",
|
2020-08-13 15:42:52 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
2023-12-18 13:53:11 +00:00
|
|
|
"test-fixture",
|
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",
|
2023-06-05 09:04:23 +00:00
|
|
|
"triomphe",
|
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",
|
2023-11-25 18:38:11 +00:00
|
|
|
"itertools",
|
2023-01-09 18:36:22 +00:00
|
|
|
"smallvec",
|
2021-02-22 18:47:48 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
2023-12-18 13:53:11 +00:00
|
|
|
"test-fixture",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
|
|
|
"text-edit",
|
2024-01-18 02:27:38 +00:00
|
|
|
"tracing",
|
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",
|
2023-11-25 18:38:11 +00:00
|
|
|
"itertools",
|
2021-05-27 21:28:14 +00:00
|
|
|
"once_cell",
|
2021-10-04 19:44:33 +00:00
|
|
|
"smallvec",
|
2021-02-17 14:53:31 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
2023-12-18 13:53:11 +00:00
|
|
|
"test-fixture",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
|
|
|
"text-edit",
|
2024-01-18 02:27:38 +00:00
|
|
|
"tracing",
|
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",
|
2024-04-16 15:10:36 +00:00
|
|
|
"bitflags 2.4.2",
|
2021-03-08 20:19:44 +00:00
|
|
|
"cov-mark",
|
2024-02-28 14:27:16 +00:00
|
|
|
"crossbeam-channel",
|
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",
|
2023-11-26 11:06:36 +00:00
|
|
|
"indexmap",
|
2023-11-25 18:38:11 +00:00
|
|
|
"itertools",
|
2021-07-10 20:49:17 +00:00
|
|
|
"limit",
|
2023-12-12 15:18:08 +00:00
|
|
|
"line-index 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2022-09-20 14:39:17 +00:00
|
|
|
"memchr",
|
2023-06-05 09:04:23 +00:00
|
|
|
"nohash-hasher",
|
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",
|
2023-12-18 12:30:41 +00:00
|
|
|
"span",
|
2020-08-13 14:39:16 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
2023-12-18 13:53:11 +00:00
|
|
|
"test-fixture",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
|
|
|
"text-edit",
|
2021-08-15 12:46:13 +00:00
|
|
|
"tracing",
|
2023-06-05 09:04:23 +00:00
|
|
|
"triomphe",
|
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",
|
2023-11-25 18:38:11 +00:00
|
|
|
"itertools",
|
2023-07-17 13:49:15 +00:00
|
|
|
"once_cell",
|
2024-03-19 12:05:50 +00:00
|
|
|
"paths",
|
2022-08-16 08:24:50 +00:00
|
|
|
"serde_json",
|
2021-06-14 10:15:05 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
2023-12-18 13:53:11 +00:00
|
|
|
"test-fixture",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
|
|
|
"text-edit",
|
2024-01-18 02:27:38 +00:00
|
|
|
"tracing",
|
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",
|
2023-11-25 18:38:11 +00:00
|
|
|
"itertools",
|
2023-06-05 09:04:23 +00:00
|
|
|
"nohash-hasher",
|
2021-12-18 14:20:38 +00:00
|
|
|
"parser",
|
2022-08-30 11:51:24 +00:00
|
|
|
"stdx",
|
2021-02-22 19:14:58 +00:00
|
|
|
"syntax",
|
2023-12-18 13:53:11 +00:00
|
|
|
"test-fixture",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
|
|
|
"text-edit",
|
2023-06-05 09:04:23 +00:00
|
|
|
"triomphe",
|
2021-02-22 19:14:58 +00:00
|
|
|
]
|
|
|
|
|
2019-08-17 18:34:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.5.0"
|
2019-08-17 18:34:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
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
|
|
|
]
|
|
|
|
|
2023-07-17 13:49:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "2.2.5"
|
2023-07-17 13:49:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4"
|
2023-07-17 13:49:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-12-07 10:48:58 +00:00
|
|
|
"hashbrown",
|
2023-10-22 12:52:43 +00:00
|
|
|
"serde",
|
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 = [
|
2023-06-05 09:04:23 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-01-30 17:14:20 +00:00
|
|
|
"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
|
|
|
]
|
|
|
|
|
2023-02-13 11:55:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "intern"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"dashmap",
|
2023-12-07 10:48:58 +00:00
|
|
|
"hashbrown",
|
2023-02-13 11:55:14 +00:00
|
|
|
"rustc-hash",
|
2023-06-05 09:04:23 +00:00
|
|
|
"triomphe",
|
2023-02-13 11:55:14 +00:00
|
|
|
]
|
|
|
|
|
2023-11-15 10:53:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.12.1"
|
2023-11-15 10:53:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
2023-11-15 10:53:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.0.10"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.0.8"
|
2021-08-17 15:17:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
|
2021-08-17 15:17:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"kqueue-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kqueue-sys"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.0.4"
|
2021-08-17 15:17:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
|
2021-08-17 15:17:02 +00:00
|
|
|
dependencies = [
|
2023-06-05 09:04:23 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-08-17 15:17:02 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-14 15:47:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "la-arena"
|
2023-07-17 13:49:15 +00:00
|
|
|
version = "0.3.1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "la-arena"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3752f229dcc5a481d60f385fa479ff46818033d881d2d801aa27dffcfb5e8306"
|
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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.2.153"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2020-04-04 08:09:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2024-01-10 09:53:11 +00:00
|
|
|
version = "0.8.3"
|
2020-04-04 08:09:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 09:53:11 +00:00
|
|
|
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
|
2020-04-04 08:09:36 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"cfg-if",
|
2024-03-05 11:00:21 +00:00
|
|
|
"windows-targets 0.52.4",
|
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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.1.35"
|
2019-01-21 22:28:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664"
|
2020-07-14 00:12:49 +00:00
|
|
|
dependencies = [
|
2021-03-08 15:39:11 +00:00
|
|
|
"cc",
|
2023-02-13 11:55:14 +00:00
|
|
|
"libc",
|
2020-07-14 00:12:49 +00:00
|
|
|
]
|
2019-01-21 22:28:57 +00:00
|
|
|
|
2024-04-07 08:41:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.2",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-07-10 20:49:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "limit"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2023-06-05 09:04:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "line-index"
|
2023-12-12 15:18:08 +00:00
|
|
|
version = "0.1.1"
|
2023-06-05 09:04:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"nohash-hasher",
|
2024-03-04 16:02:28 +00:00
|
|
|
"oorandom",
|
2023-06-05 09:04:23 +00:00
|
|
|
"text-size",
|
|
|
|
]
|
|
|
|
|
2023-07-17 13:49:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "line-index"
|
2023-12-12 14:52:18 +00:00
|
|
|
version = "0.1.1"
|
2023-12-12 15:18:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67d61795376ae2683928c218fda7d7d7db136fd38c06b7552904667f0d55580a"
|
2023-07-17 13:49:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"nohash-hasher",
|
|
|
|
"text-size",
|
|
|
|
]
|
|
|
|
|
2024-02-07 15:29:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
|
|
|
2023-07-17 13:49:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "load-cargo"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"crossbeam-channel",
|
2023-12-18 11:09:54 +00:00
|
|
|
"hir-expand",
|
2023-07-17 13:49:15 +00:00
|
|
|
"ide-db",
|
2023-11-25 18:38:11 +00:00
|
|
|
"itertools",
|
2024-03-19 12:05:50 +00:00
|
|
|
"paths",
|
2023-07-17 13:49:15 +00:00
|
|
|
"proc-macro-api",
|
|
|
|
"project-model",
|
2023-12-18 12:30:41 +00:00
|
|
|
"span",
|
2023-07-17 13:49:15 +00:00
|
|
|
"tracing",
|
|
|
|
"tt",
|
|
|
|
"vfs",
|
|
|
|
"vfs-notify",
|
|
|
|
]
|
|
|
|
|
2019-07-14 16:21:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.4.11"
|
2019-07-14 16:21:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.4.21"
|
2023-07-17 13:49:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
2023-07-17 13:49:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lsp-server"
|
2024-01-01 13:06:56 +00:00
|
|
|
version = "0.7.6"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2023-07-17 13:49:15 +00:00
|
|
|
"crossbeam-channel",
|
2024-01-01 13:06:56 +00:00
|
|
|
"ctrlc",
|
2023-07-17 13:49:15 +00:00
|
|
|
"log",
|
2024-01-01 13:06:56 +00:00
|
|
|
"lsp-types",
|
2023-07-17 13:49:15 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2019-08-30 14:24:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lsp-server"
|
2024-01-01 13:06:56 +00:00
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "248f65b78f6db5d8e1b1604b4098a28b43d21a8eb1deeca22b1c421b276c7095"
|
2019-08-30 14:24:11 +00:00
|
|
|
dependencies = [
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-channel",
|
2020-01-30 17:14:20 +00:00
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2019-08-30 14:24:11 +00:00
|
|
|
]
|
|
|
|
|
2019-01-14 10:55:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lsp-types"
|
2023-12-22 10:27:38 +00:00
|
|
|
version = "0.95.0"
|
2019-04-21 12:14:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-22 10:27:38 +00:00
|
|
|
checksum = "158c1911354ef73e8fe42da6b10c0484cb65c7f1007f28022e847706c1ab6984"
|
2019-01-14 10:55:56 +00:00
|
|
|
dependencies = [
|
2023-06-05 09:04:23 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-01-30 17:14:20 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"url",
|
2019-01-14 10:55:56 +00:00
|
|
|
]
|
|
|
|
|
2024-01-10 09:53:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lz4_flex"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "912b45c753ff5f7f5208307e8ace7d2a2e30d024e26d3509f3dce546c044ce15"
|
|
|
|
|
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",
|
2023-12-18 12:30:41 +00:00
|
|
|
"span",
|
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"
|
2024-01-18 09:03:29 +00:00
|
|
|
version = "2.7.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 09:03:29 +00:00
|
|
|
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
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-06-05 09:04:23 +00:00
|
|
|
version = "0.5.10"
|
2020-04-17 07:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-05 09:04:23 +00:00
|
|
|
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
|
2020-04-17 07:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-17 13:49:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-07-14 00:12:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mimalloc"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.1.39"
|
2020-07-14 00:12:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c"
|
2020-07-14 00:12:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"libmimalloc-sys",
|
|
|
|
]
|
|
|
|
|
2022-04-17 16:36:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.7.2"
|
2022-04-17 16:36:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
2023-07-17 13:49:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-03-04 21:40:57 +00:00
|
|
|
version = "0.8.11"
|
2019-01-06 14:05:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-04 21:40:57 +00:00
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2024-02-07 15:30:07 +00:00
|
|
|
"wasi",
|
2024-03-05 11:00:21 +00:00
|
|
|
"windows-sys 0.48.0",
|
2019-01-06 14:05:12 +00:00
|
|
|
]
|
|
|
|
|
2021-12-04 13:17:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2023-12-07 10:48:58 +00:00
|
|
|
version = "0.6.0"
|
2021-12-04 13:17:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-07 10:48:58 +00:00
|
|
|
checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
|
2021-12-04 13:17:30 +00:00
|
|
|
dependencies = [
|
2024-03-05 11:00:21 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-11-23 15:24:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.26.4"
|
2022-11-23 15:24:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
|
2022-11-23 15:24:03 +00:00
|
|
|
dependencies = [
|
2023-06-05 09:04:23 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-11-23 15:24:03 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2021-12-04 13:17:30 +00:00
|
|
|
]
|
|
|
|
|
2023-11-14 20:37:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.27.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
|
|
|
dependencies = [
|
2024-03-05 11:00:21 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-11-14 20:37:40 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-06-05 09:04:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nohash-hasher"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|
|
|
|
2019-01-06 14:05:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2023-09-04 15:55:00 +00:00
|
|
|
version = "6.1.1"
|
2019-01-23 17:42:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-04 15:55:00 +00:00
|
|
|
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
|
2019-01-06 14:05:12 +00:00
|
|
|
dependencies = [
|
2024-03-05 11:00:21 +00:00
|
|
|
"bitflags 2.4.2",
|
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",
|
2023-09-04 15:55:00 +00:00
|
|
|
"log",
|
2020-01-30 17:14:20 +00:00
|
|
|
"mio",
|
|
|
|
"walkdir",
|
2024-03-05 11:00:21 +00:00
|
|
|
"windows-sys 0.48.0",
|
2021-01-28 14:55:34 +00:00
|
|
|
]
|
|
|
|
|
2023-02-13 11:55:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
2023-11-15 19:07:31 +00:00
|
|
|
version = "0.49.0"
|
2023-02-13 11:55:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 19:07:31 +00:00
|
|
|
checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68"
|
2023-02-13 11:55:14 +00:00
|
|
|
dependencies = [
|
2024-03-05 11:00:21 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-02-13 11:55:14 +00:00
|
|
|
]
|
|
|
|
|
2024-03-05 11:00:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.16.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2023-11-15 11:01:54 +00:00
|
|
|
"hermit-abi",
|
2020-01-30 17:14:20 +00:00
|
|
|
"libc",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2022-07-03 07:14:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.32.2"
|
2022-07-03 07:14:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
2023-07-17 13:49:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.33.0"
|
2023-07-17 13:49:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "d8dd6c0cdf9429bce006e1362bfce61fa1bfd8c898a643ed8d2b471934701d3d"
|
2022-07-03 07:14:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2019-05-07 17:54:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.19.0"
|
2019-05-07 17:54:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
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
|
|
|
|
2024-04-07 08:41:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
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-11-26 11:06:36 +00:00
|
|
|
"parking_lot_core",
|
2019-11-26 08:29:20 +00:00
|
|
|
]
|
|
|
|
|
2022-02-09 07:19:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-12-07 10:48:58 +00:00
|
|
|
version = "0.9.9"
|
2022-02-09 07:19:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-07 10:48:58 +00:00
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
2022-02-09 07:19:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-03-05 11:00:21 +00:00
|
|
|
"redox_syscall",
|
2022-02-09 07:19:57 +00:00
|
|
|
"smallvec",
|
2024-03-05 11:00:21 +00:00
|
|
|
"windows-targets 0.48.5",
|
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",
|
2024-01-08 14:24:46 +00:00
|
|
|
"ra-ap-rustc_lexer",
|
2021-12-26 15:19:09 +00:00
|
|
|
"sourcegen",
|
2023-02-20 08:14:12 +00:00
|
|
|
"stdx",
|
2024-03-04 10:10:06 +00:00
|
|
|
"tracing",
|
2020-08-12 15:06:49 +00:00
|
|
|
]
|
|
|
|
|
2021-01-18 18:25:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.0.14"
|
2021-01-18 18:25:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
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"
|
2024-03-19 12:05:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"camino",
|
|
|
|
]
|
2020-06-14 12:08:28 +00:00
|
|
|
|
2019-08-17 18:34:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "2.3.1"
|
2019-07-17 14:58:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
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"
|
2023-11-15 11:31:45 +00:00
|
|
|
version = "0.6.4"
|
2019-04-20 10:34:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 11:31:45 +00:00
|
|
|
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
|
2019-04-20 10:34:36 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"fixedbitset",
|
2023-11-26 11:06:36 +00:00
|
|
|
"indexmap",
|
2019-04-20 10:34:36 +00:00
|
|
|
]
|
|
|
|
|
2020-09-30 13:49:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.2.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
2020-09-30 13:49:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
2020-09-30 13:49:40 +00:00
|
|
|
|
2024-02-07 15:29:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
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 = [
|
2023-11-28 15:28:51 +00:00
|
|
|
"base-db",
|
|
|
|
"indexmap",
|
|
|
|
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2021-05-04 00:20:47 +00:00
|
|
|
"memmap2",
|
2024-03-05 11:00:21 +00:00
|
|
|
"object 0.33.0",
|
2021-07-17 13:54:48 +00:00
|
|
|
"paths",
|
2024-02-01 15:16:38 +00:00
|
|
|
"rustc-hash",
|
2020-03-26 20:26:34 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-12-11 14:14:42 +00:00
|
|
|
"snap",
|
2023-12-18 12:30:41 +00:00
|
|
|
"span",
|
2021-02-01 19:24:09 +00:00
|
|
|
"stdx",
|
2023-09-29 10:37:57 +00:00
|
|
|
"text-size",
|
2021-08-15 12:46:13 +00:00
|
|
|
"tracing",
|
2023-06-05 09:04:23 +00:00
|
|
|
"triomphe",
|
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 = [
|
2023-12-11 11:16:12 +00:00
|
|
|
"base-db",
|
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",
|
2024-03-05 11:00:21 +00:00
|
|
|
"object 0.33.0",
|
2021-07-17 14:40:13 +00:00
|
|
|
"paths",
|
2022-04-29 14:29:24 +00:00
|
|
|
"proc-macro-api",
|
|
|
|
"proc-macro-test",
|
2024-02-13 11:33:51 +00:00
|
|
|
"ra-ap-rustc_lexer",
|
2023-12-11 11:16:12 +00:00
|
|
|
"span",
|
2023-06-05 09:04:23 +00:00
|
|
|
"stdx",
|
2020-08-13 08:04:37 +00:00
|
|
|
"tt",
|
2020-04-01 05:11:26 +00:00
|
|
|
]
|
|
|
|
|
2022-07-26 09:53:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-srv-cli"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2023-06-05 09:04:23 +00:00
|
|
|
"proc-macro-api",
|
2022-07-26 09:53:50 +00:00
|
|
|
"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
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.0.78"
|
2022-04-29 14:29:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
|
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",
|
2023-07-17 13:49:15 +00:00
|
|
|
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
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",
|
2024-01-18 02:27:38 +00:00
|
|
|
"tracing",
|
2024-05-01 14:04:13 +00:00
|
|
|
"windows-sys 0.52.0",
|
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",
|
2023-11-25 18:38:11 +00:00
|
|
|
"itertools",
|
2023-07-17 13:49:15 +00:00
|
|
|
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-06-24 11:34:24 +00:00
|
|
|
"paths",
|
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",
|
2024-03-19 15:53:34 +00:00
|
|
|
"span",
|
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",
|
2023-06-05 09:04:23 +00:00
|
|
|
"triomphe",
|
2019-02-05 22:10:49 +00:00
|
|
|
]
|
|
|
|
|
2022-08-30 11:51:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "protobuf"
|
2023-10-26 14:16:38 +00:00
|
|
|
version = "3.2.0"
|
2022-08-30 11:51:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-26 14:16:38 +00:00
|
|
|
checksum = "b55bad9126f378a853655831eb7363b7b01b81d19f8cb1218861086ca4a1a61e"
|
2022-08-30 11:51:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"protobuf-support",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protobuf-support"
|
2023-10-26 14:16:38 +00:00
|
|
|
version = "3.2.0"
|
2022-08-30 11:51:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-26 14:16:38 +00:00
|
|
|
checksum = "a5d4d7b8601c814cfb36bcebb79f0e61e45e1e93640cf778837833bbed05c372"
|
2022-08-30 11:51:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-06-17 06:53:51 +00:00
|
|
|
[[package]]
|
2020-08-24 09:19:53 +00:00
|
|
|
name = "pulldown-cmark"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.9.6"
|
2020-08-24 09:19:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
|
2018-12-10 21:09:12 +00:00
|
|
|
dependencies = [
|
2024-03-05 11:00:21 +00:00
|
|
|
"bitflags 2.4.2",
|
2020-08-24 09:19:53 +00:00
|
|
|
"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-18 06:12:49 +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-18 06:12:49 +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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.0.35"
|
2019-08-15 12:58:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
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
|
|
|
]
|
|
|
|
|
2023-09-29 18:42:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ra-ap-rustc_abi"
|
2024-03-17 13:08:34 +00:00
|
|
|
version = "0.44.0"
|
2023-09-29 18:42:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 13:08:34 +00:00
|
|
|
checksum = "b8709df2a746f055316bc0c62bd30948695a25e734863bf6e1f9755403e010ab"
|
2023-09-29 18:42:26 +00:00
|
|
|
dependencies = [
|
2024-03-05 11:00:21 +00:00
|
|
|
"bitflags 2.4.2",
|
2024-03-07 15:40:04 +00:00
|
|
|
"ra-ap-rustc_index",
|
2023-09-29 18:42:26 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-03-07 15:33:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ra-ap-rustc_index"
|
2024-03-17 13:08:34 +00:00
|
|
|
version = "0.44.0"
|
2024-03-07 15:33:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 13:08:34 +00:00
|
|
|
checksum = "9ad68bacffb87dcdbb23a3ce11261375078aaa06b85d348c49f39ffd5510dc20"
|
2024-03-07 15:33:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
2024-03-07 15:40:04 +00:00
|
|
|
"ra-ap-rustc_index_macros",
|
2023-11-07 21:46:47 +00:00
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2024-03-07 15:33:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ra-ap-rustc_index_macros"
|
2024-03-17 13:08:34 +00:00
|
|
|
version = "0.44.0"
|
2024-03-07 15:33:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 13:08:34 +00:00
|
|
|
checksum = "8782aaf3a113837c533dfb1c45df91cd17e1fdd1d2f9a20c2e0d1976025c4f1f"
|
2024-03-07 15:33:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2023-12-05 11:38:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ra-ap-rustc_lexer"
|
2024-03-17 13:08:34 +00:00
|
|
|
version = "0.44.0"
|
2023-12-05 11:38:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 13:08:34 +00:00
|
|
|
checksum = "aab683fc8579d09eb72033bd5dc9ba6d701aa9645b5fed087ef19af71184dff3"
|
2023-12-05 11:38:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-properties",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2023-09-07 09:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ra-ap-rustc_parse_format"
|
2024-03-17 13:08:34 +00:00
|
|
|
version = "0.44.0"
|
2023-09-07 09:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 13:08:34 +00:00
|
|
|
checksum = "0bcf9ff5edbf784b67b8ad5e03a068f1300fcc24062c0d476b3018965135d933"
|
2023-09-07 09:37:59 +00:00
|
|
|
dependencies = [
|
2024-03-07 15:40:04 +00:00
|
|
|
"ra-ap-rustc_index",
|
2023-12-05 11:39:17 +00:00
|
|
|
"ra-ap-rustc_lexer",
|
2023-09-07 09:37:59 +00:00
|
|
|
]
|
|
|
|
|
2024-01-16 23:28:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ra-ap-rustc_pattern_analysis"
|
2024-03-17 13:08:34 +00:00
|
|
|
version = "0.44.0"
|
2024-01-16 23:28:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 13:08:34 +00:00
|
|
|
checksum = "d63d1e1d5b2a13273cee1a10011147418f40e12b70f70578ce1dee0f1cafc334"
|
2024-01-16 23:28:05 +00:00
|
|
|
dependencies = [
|
2024-03-07 15:40:04 +00:00
|
|
|
"ra-ap-rustc_index",
|
2024-01-16 23:28:05 +00:00
|
|
|
"rustc-hash",
|
|
|
|
"rustc_apfloat",
|
|
|
|
"smallvec",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-02-07 15:29:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2024-02-07 15:30:07 +00:00
|
|
|
version = "0.8.5"
|
2024-02-07 15:29:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-07 15:30:07 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2024-02-07 15:29:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2024-02-07 15:30:07 +00:00
|
|
|
version = "0.3.1"
|
2024-02-07 15:29:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-07 15:30:07 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2024-02-07 15:29:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2024-02-07 15:30:07 +00:00
|
|
|
version = "0.6.4"
|
2024-02-07 15:29:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-07 15:30:07 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2024-02-07 15:29:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.9.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd"
|
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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.12.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"crossbeam-deque",
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-utils",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
2023-09-04 15:55:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-12-07 10:48:58 +00:00
|
|
|
version = "0.4.1"
|
2023-09-04 15:55:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-07 10:48:58 +00:00
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
2023-09-04 15:55:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
2024-04-07 08:41:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"libredox",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2018-10-02 14:07:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rowan"
|
2023-12-08 17:46:36 +00:00
|
|
|
version = "0.15.15"
|
2021-01-20 11:04:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-08 17:46:36 +00:00
|
|
|
checksum = "32a58fa8a7ccff2aec4f39cc45bf5f985cec7125ab271cf681c279fd00192b49"
|
2018-10-02 14:07:12 +00:00
|
|
|
dependencies = [
|
2021-12-11 16:39:23 +00:00
|
|
|
"countme",
|
2023-12-07 10:48:58 +00:00
|
|
|
"hashbrown",
|
|
|
|
"memoffset",
|
2020-01-30 17:14:20 +00:00
|
|
|
"rustc-hash",
|
2020-04-24 21:40:41 +00:00
|
|
|
"text-size",
|
2018-10-02 14:07:12 +00:00
|
|
|
]
|
|
|
|
|
2020-02-18 11:33:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-analyzer"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2020-02-18 11:33:16 +00:00
|
|
|
dependencies = [
|
2021-01-26 19:11:12 +00:00
|
|
|
"always-assert",
|
2020-02-18 11:33:16 +00:00
|
|
|
"anyhow",
|
2020-08-13 08:19:09 +00:00
|
|
|
"cfg",
|
2021-01-28 14:55:34 +00:00
|
|
|
"crossbeam-channel",
|
2020-12-31 12:05:19 +00:00
|
|
|
"dissimilar",
|
2020-08-21 11:19:31 +00:00
|
|
|
"expect-test",
|
2020-06-25 07:13:46 +00:00
|
|
|
"flycheck",
|
2020-08-13 14:36:55 +00:00
|
|
|
"hir",
|
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",
|
2023-10-22 12:52:43 +00:00
|
|
|
"indexmap",
|
2023-11-25 18:38:11 +00:00
|
|
|
"itertools",
|
2023-07-17 13:49:15 +00:00
|
|
|
"load-cargo",
|
2024-01-01 13:06:56 +00:00
|
|
|
"lsp-server 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-18 11:33:16 +00:00
|
|
|
"lsp-types",
|
2020-08-13 08:08:11 +00:00
|
|
|
"mbe",
|
2024-01-18 09:03:29 +00:00
|
|
|
"memchr",
|
2020-07-22 11:42:53 +00:00
|
|
|
"mimalloc",
|
2023-06-05 09:04:23 +00:00
|
|
|
"nohash-hasher",
|
2022-01-14 09:48:59 +00:00
|
|
|
"num_cpus",
|
2020-07-29 17:49:10 +00:00
|
|
|
"oorandom",
|
2023-11-26 11:06:36 +00:00
|
|
|
"parking_lot",
|
2023-09-15 14:40:11 +00:00
|
|
|
"parser",
|
2024-03-19 12:05:50 +00:00
|
|
|
"paths",
|
2022-04-29 14:29:24 +00:00
|
|
|
"proc-macro-api",
|
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-08-30 11:51:24 +00:00
|
|
|
"scip",
|
2024-03-11 09:24:57 +00:00
|
|
|
"semver",
|
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",
|
2023-12-18 13:53:11 +00:00
|
|
|
"test-fixture",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
2021-05-07 19:17:37 +00:00
|
|
|
"tikv-jemallocator",
|
2023-10-22 12:52:43 +00:00
|
|
|
"toml",
|
2020-08-12 14:52:28 +00:00
|
|
|
"toolchain",
|
2020-10-23 15:07:06 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"tracing-tree",
|
2023-06-05 09:04:23 +00:00
|
|
|
"triomphe",
|
2020-06-11 09:04:09 +00:00
|
|
|
"vfs",
|
|
|
|
"vfs-notify",
|
2023-12-14 22:40:25 +00:00
|
|
|
"walkdir",
|
2024-05-01 14:04:13 +00:00
|
|
|
"windows-sys 0.52.0",
|
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
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2023-07-17 13:49:15 +00:00
|
|
|
version = "0.1.23"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 13:49:15 +00:00
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
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
|
|
|
|
2024-01-16 23:28:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_apfloat"
|
|
|
|
version = "0.2.0+llvm-462a31f5a5ab"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "465187772033a5ee566f69fe008df03628fce549a0899aae76f0a0c2e34696be"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.0.17"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
2024-02-07 15:29:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "salsa"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-02-07 15:34:21 +00:00
|
|
|
"dissimilar",
|
2024-02-07 15:30:20 +00:00
|
|
|
"expect-test",
|
2024-02-07 15:29:46 +00:00
|
|
|
"indexmap",
|
2024-02-22 20:13:52 +00:00
|
|
|
"itertools",
|
2024-02-07 15:29:46 +00:00
|
|
|
"linked-hash-map",
|
|
|
|
"lock_api",
|
|
|
|
"oorandom",
|
|
|
|
"parking_lot",
|
|
|
|
"rand",
|
|
|
|
"rustc-hash",
|
|
|
|
"salsa-macros",
|
|
|
|
"smallvec",
|
|
|
|
"tracing",
|
|
|
|
"triomphe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "salsa-macros"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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-08-30 11:51:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scip"
|
2024-01-30 06:41:43 +00:00
|
|
|
version = "0.3.3"
|
2022-08-30 11:51:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-30 06:41:43 +00:00
|
|
|
checksum = "e5dc1bd66649133af84ab62436ddd2856c2605182b02dec2cd197f684dfe15ef"
|
2022-08-30 11:51:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"protobuf",
|
|
|
|
]
|
|
|
|
|
2020-03-27 17:56:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2023-02-13 11:55:14 +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-02-13 11:55:14 +00:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2020-03-27 17:56:18 +00:00
|
|
|
|
2019-05-04 20:40:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.2.0"
|
2019-05-04 20:40:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2019-05-04 20:40:40 +00:00
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.0.22"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
|
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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.0.197"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
|
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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.0.197"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-06 04:06:23 +00:00
|
|
|
"syn",
|
2018-09-18 22:10:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.0.114"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2023-11-26 11:06:36 +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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.1.18"
|
2019-08-17 18:34:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb"
|
2019-08-17 18:34:31 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-06 04:06:23 +00:00
|
|
|
"syn",
|
2019-08-17 18:34:31 +00:00
|
|
|
]
|
|
|
|
|
2023-10-22 12:52:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-22 11:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.1.7"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2019-11-15 11:45:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.13.1"
|
2019-11-15 11:45:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
|
2019-11-15 11:45:58 +00:00
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smol_str"
|
2024-01-16 10:07:45 +00:00
|
|
|
version = "0.2.1"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-16 10:07:45 +00:00
|
|
|
checksum = "e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49"
|
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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.1.1"
|
2020-12-11 14:14:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
|
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-12-18 12:30:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "span"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-03-01 14:39:44 +00:00
|
|
|
"hashbrown",
|
2023-12-18 12:30:41 +00:00
|
|
|
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2024-03-01 14:39:44 +00:00
|
|
|
"rustc-hash",
|
2024-02-07 15:29:46 +00:00
|
|
|
"salsa",
|
2023-12-18 12:30:41 +00:00
|
|
|
"stdx",
|
|
|
|
"syntax",
|
2024-04-14 13:29:01 +00:00
|
|
|
"text-size",
|
2023-12-18 12:30:41 +00:00
|
|
|
"vfs",
|
|
|
|
]
|
|
|
|
|
2024-01-10 07:47:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
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",
|
2023-06-05 09:04:23 +00:00
|
|
|
"crossbeam-channel",
|
2023-11-28 09:55:21 +00:00
|
|
|
"itertools",
|
2023-06-05 09:04:23 +00:00
|
|
|
"jod-thread",
|
2021-04-20 13:06:20 +00:00
|
|
|
"libc",
|
2022-05-19 15:51:19 +00:00
|
|
|
"miow",
|
2024-05-01 14:04:13 +00:00
|
|
|
"windows-sys 0.52.0",
|
2021-01-14 11:55:13 +00:00
|
|
|
]
|
2020-03-28 10:01:25 +00:00
|
|
|
|
2023-06-19 06:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "2.0.52"
|
2023-06-19 06:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
|
2023-06-19 06:14:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2020-04-10 15:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.13.1"
|
2020-04-10 15:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
2020-04-10 15:44:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-06 04:06:23 +00:00
|
|
|
"syn",
|
2020-04-10 15:44:29 +00:00
|
|
|
]
|
|
|
|
|
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",
|
2023-03-13 08:42:24 +00:00
|
|
|
"either",
|
2020-08-21 11:19:31 +00:00
|
|
|
"expect-test",
|
2023-11-26 11:06:36 +00:00
|
|
|
"indexmap",
|
2023-11-25 18:38:11 +00:00
|
|
|
"itertools",
|
2020-08-12 16:26:51 +00:00
|
|
|
"once_cell",
|
|
|
|
"parser",
|
2024-01-08 14:24:46 +00:00
|
|
|
"ra-ap-rustc_lexer",
|
2020-08-12 16:26:51 +00:00
|
|
|
"rayon",
|
|
|
|
"rowan",
|
|
|
|
"rustc-hash",
|
|
|
|
"smol_str",
|
|
|
|
"stdx",
|
2022-04-29 14:29:24 +00:00
|
|
|
"test-utils",
|
|
|
|
"text-edit",
|
2024-01-18 02:27:38 +00:00
|
|
|
"tracing",
|
2023-06-05 09:04:23 +00:00
|
|
|
"triomphe",
|
2020-08-12 16:26:51 +00:00
|
|
|
]
|
|
|
|
|
2023-12-18 13:53:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "test-fixture"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"base-db",
|
|
|
|
"cfg",
|
|
|
|
"hir-expand",
|
|
|
|
"rustc-hash",
|
|
|
|
"span",
|
|
|
|
"stdx",
|
|
|
|
"test-utils",
|
|
|
|
"tt",
|
|
|
|
]
|
|
|
|
|
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",
|
2024-01-18 02:27:38 +00:00
|
|
|
"tracing",
|
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 = [
|
2023-11-25 18:38:11 +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"
|
2023-11-15 11:33:03 +00:00
|
|
|
version = "1.1.1"
|
2022-04-29 14:29:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 11:33:03 +00:00
|
|
|
checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233"
|
2022-04-29 14:29:24 +00:00
|
|
|
|
2022-08-30 11:51:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.0.57"
|
2022-08-30 11:51:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
|
2022-08-30 11:51:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.0.57"
|
2022-08-30 11:51:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
|
2022-08-30 11:51:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-06 04:06:23 +00:00
|
|
|
"syn",
|
2022-08-30 11:51:24 +00:00
|
|
|
]
|
|
|
|
|
2018-09-18 22:10:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.1.8"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2023-06-05 09:04:23 +00:00
|
|
|
"cfg-if",
|
2021-01-23 16:28:59 +00:00
|
|
|
"once_cell",
|
2018-12-18 09:45:20 +00:00
|
|
|
]
|
|
|
|
|
2021-05-07 19:17:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tikv-jemalloc-ctl"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.5.4"
|
2021-05-07 19:17:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c"
|
2021-05-07 19:17:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"paste",
|
|
|
|
"tikv-jemalloc-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tikv-jemalloc-sys"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.5.4+5.3.0-patched"
|
2021-05-07 19:17:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1"
|
2021-05-07 19:17:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tikv-jemallocator"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.5.4"
|
2021-05-07 19:17:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca"
|
2021-05-07 19:17:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"tikv-jemalloc-sys",
|
|
|
|
]
|
|
|
|
|
2023-01-09 18:36:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.3.34"
|
2023-01-09 18:36:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
|
2023-01-09 18:36:22 +00:00
|
|
|
dependencies = [
|
2024-03-05 11:00:21 +00:00
|
|
|
"deranged",
|
|
|
|
"num-conv",
|
|
|
|
"powerfmt",
|
2023-01-09 18:36:22 +00:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.1.2"
|
2023-01-09 18:36:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2023-01-09 18:36:22 +00:00
|
|
|
|
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"
|
2023-06-05 09:04:23 +00:00
|
|
|
version = "0.1.1"
|
2020-06-21 15:53:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-05 09:04:23 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-06-21 15:53:52 +00:00
|
|
|
|
2023-10-22 12:52:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.8.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2020-08-12 14:52:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toolchain"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-03-19 12:05:50 +00:00
|
|
|
"camino",
|
2020-08-12 14:52:28 +00:00
|
|
|
"home",
|
|
|
|
]
|
2020-06-21 15:53:52 +00:00
|
|
|
|
2020-06-22 11:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-11-15 11:00:32 +00:00
|
|
|
version = "0.1.40"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 11:00:32 +00:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
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"
|
2023-11-15 11:00:32 +00:00
|
|
|
version = "0.1.27"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 11:00:32 +00:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-06 04:06:23 +00:00
|
|
|
"syn",
|
2020-06-22 11:18:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-11-15 11:00:32 +00:00
|
|
|
version = "0.1.32"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 11:00:32 +00:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
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
|
|
|
]
|
|
|
|
|
2023-11-15 11:04:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2020-06-22 11:18:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-11-15 11:04:39 +00:00
|
|
|
version = "0.3.18"
|
2020-06-22 11:18:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 11:04:39 +00:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2020-06-22 11:18:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"sharded-slab",
|
2020-08-13 08:04:55 +00:00
|
|
|
"thread_local",
|
2020-06-22 11:18:10 +00:00
|
|
|
"tracing-core",
|
2023-11-15 19:07:31 +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-11-15 19:07:31 +00:00
|
|
|
version = "0.3.0"
|
2020-07-10 16:30:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 19:07:31 +00:00
|
|
|
checksum = "65139ecd2c3f6484c3b99bc01c77afe21e95473630747c7aca525e78b0666675"
|
2020-07-10 16:30:32 +00:00
|
|
|
dependencies = [
|
2023-02-13 11:55:14 +00:00
|
|
|
"nu-ansi-term",
|
2021-09-09 18:09:57 +00:00
|
|
|
"tracing-core",
|
2023-11-15 19:07:31 +00:00
|
|
|
"tracing-log",
|
2020-07-10 16:30:32 +00:00
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2023-06-05 09:04:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "triomphe"
|
2024-01-10 07:47:26 +00:00
|
|
|
version = "0.1.11"
|
2023-06-05 09:04:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 07:47:26 +00:00
|
|
|
checksum = "859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
2023-06-05 09:04:23 +00:00
|
|
|
|
2020-08-12 14:46:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tt"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"smol_str",
|
|
|
|
"stdx",
|
2023-09-29 10:37:57 +00:00
|
|
|
"text-size",
|
2020-08-12 14:46:20 +00:00
|
|
|
]
|
|
|
|
|
2021-10-07 18:33:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typed-arena"
|
2023-02-13 11:55:14 +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-02-13 11:55:14 +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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "2.7.0"
|
2020-06-09 03:43:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.3.15"
|
2022-05-19 15:51:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2022-05-19 15:51:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "1.0.12"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2018-09-18 22:10:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.1.23"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
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
|
|
|
|
2023-09-07 09:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-properties"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.1.1"
|
2023-09-07 09:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
|
2023-09-07 09:37:59 +00:00
|
|
|
|
2019-08-15 12:58:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-10-18 06:12:49 +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-18 06:12:49 +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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "2.5.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
|
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",
|
2023-11-26 11:06:36 +00:00
|
|
|
"indexmap",
|
2023-06-05 09:04:23 +00:00
|
|
|
"nohash-hasher",
|
2020-06-11 09:04:09 +00:00
|
|
|
"paths",
|
|
|
|
"rustc-hash",
|
2022-08-30 11:51:24 +00:00
|
|
|
"stdx",
|
2024-04-18 18:39:43 +00:00
|
|
|
"tracing",
|
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-11 09:04:09 +00:00
|
|
|
"notify",
|
2020-06-15 11:29:07 +00:00
|
|
|
"paths",
|
2023-06-05 09:04:23 +00:00
|
|
|
"stdx",
|
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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "2.5.0"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2018-09-18 22:10:19 +00:00
|
|
|
dependencies = [
|
2020-01-30 17:14:20 +00:00
|
|
|
"same-file",
|
|
|
|
"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"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.1.6"
|
2018-09-18 22:10:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
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
|
|
|
|
2023-07-17 13:49:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2024-03-05 11:00:21 +00:00
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.4",
|
2023-07-17 13:49:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.4"
|
2023-07-17 13:49:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
|
2023-07-17 13:49:15 +00:00
|
|
|
dependencies = [
|
2024-03-05 11:00:21 +00:00
|
|
|
"windows_aarch64_gnullvm 0.52.4",
|
|
|
|
"windows_aarch64_msvc 0.52.4",
|
|
|
|
"windows_i686_gnu 0.52.4",
|
|
|
|
"windows_i686_msvc 0.52.4",
|
|
|
|
"windows_x86_64_gnu 0.52.4",
|
|
|
|
"windows_x86_64_gnullvm 0.52.4",
|
|
|
|
"windows_x86_64_msvc 0.52.4",
|
2022-11-23 15:24:03 +00:00
|
|
|
]
|
|
|
|
|
2023-07-17 13:49:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.48.5"
|
2023-07-17 13:49:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
|
2023-07-17 13:49:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.4"
|
2023-07-17 13:49:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
|
2023-07-17 13:49:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.48.5"
|
2023-07-17 13:49:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
|
2023-07-17 13:49:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.48.5"
|
2023-07-17 13:49:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
|
2023-07-17 13:49:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.48.5"
|
2023-07-17 13:49:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
|
2023-07-17 13:49:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.48.5"
|
2023-07-17 13:49:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
|
2023-07-17 13:49:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.4"
|
2023-07-17 13:49:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
|
2023-07-17 13:49:15 +00:00
|
|
|
|
2023-10-22 12:52:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.5.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8434aeec7b290e8da5c3f0d628cb0eac6cabcb31d14bb74f779a08109a5914d6"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-08-01 02:09:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "write-json"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.1.4"
|
2020-08-01 02:09:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "23f6174b2566cc4a74f95e1367ec343e7fa80c93cc8087f5c4a3d6a1088b2118"
|
2020-08-01 02:09:52 +00:00
|
|
|
|
2021-03-01 18:12:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xflags"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.3.2"
|
2021-03-01 18:12:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "7d9e15fbb3de55454b0106e314b28e671279009b363e6f1d8e39fdc3bf048944"
|
2021-03-01 18:12:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"xflags-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xflags-macros"
|
2024-03-05 11:00:21 +00:00
|
|
|
version = "0.3.2"
|
2021-03-01 18:12:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:00:21 +00:00
|
|
|
checksum = "672423d4fea7ffa2f6c25ba60031ea13dc6258070556f125cc4d790007d4a155"
|
2021-03-01 18:12:44 +00:00
|
|
|
|
2020-10-16 17:46:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xshell"
|
2023-11-15 19:12:18 +00:00
|
|
|
version = "0.2.5"
|
2020-10-16 17:46:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 19:12:18 +00:00
|
|
|
checksum = "ce2107fe03e558353b4c71ad7626d58ed82efaf56c54134228608893c77023ad"
|
2020-10-16 17:46:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"xshell-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xshell-macros"
|
2023-11-15 19:12:18 +00:00
|
|
|
version = "0.2.5"
|
2020-10-16 17:46:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-15 19:12:18 +00:00
|
|
|
checksum = "7e2c411759b501fb9501aac2b1b2d287a6e93e5bdcf13c25306b23e1b716dd0e"
|
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",
|
2024-04-07 08:41:39 +00:00
|
|
|
"directories",
|
2020-06-21 12:58:34 +00:00
|
|
|
"flate2",
|
2024-03-19 09:40:36 +00:00
|
|
|
"itertools",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-28 15:17:44 +00:00
|
|
|
"stdx",
|
2023-02-13 11:55:14 +00:00
|
|
|
"time",
|
2024-03-19 09:40:36 +00:00
|
|
|
"ungrammar",
|
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-09 18:36:22 +00:00
|
|
|
"zip",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2023-07-17 13:49:15 +00:00
|
|
|
version = "0.6.6"
|
2023-01-09 18:36:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 13:49:15 +00:00
|
|
|
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
|
2023-01-09 18:36:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"crc32fast",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"flate2",
|
|
|
|
"time",
|
2019-10-17 16:36:55 +00:00
|
|
|
]
|