2021-06-14 04:24:58 -05:00
|
|
|
[package]
|
2022-04-29 09:29:24 -05:00
|
|
|
name = "ide-diagnostics"
|
2021-06-14 04:24:58 -05:00
|
|
|
version = "0.0.0"
|
|
|
|
description = "TBD"
|
2023-01-16 09:41:47 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 09:33:01 -06:00
|
|
|
rust-version.workspace = true
|
2021-06-14 04:24:58 -05:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2021-06-14 05:15:05 -05:00
|
|
|
cov-mark = "2.0.0-pre.1"
|
2022-07-03 01:42:41 -05:00
|
|
|
either = "1.7.0"
|
2022-10-03 01:02:42 -05:00
|
|
|
itertools = "0.10.5"
|
|
|
|
serde_json = "1.0.86"
|
2023-06-14 17:17:22 -05:00
|
|
|
once_cell = "1.17.0"
|
2021-06-14 05:15:05 -05:00
|
|
|
|
2023-01-17 03:52:26 -06:00
|
|
|
# local deps
|
|
|
|
profile.workspace = true
|
|
|
|
stdx.workspace = true
|
|
|
|
syntax.workspace = true
|
|
|
|
text-edit.workspace = true
|
|
|
|
cfg.workspace = true
|
|
|
|
hir.workspace = true
|
|
|
|
ide-db.workspace = true
|
2021-06-14 05:15:05 -05:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2022-07-19 06:00:45 -05:00
|
|
|
expect-test = "1.4.0"
|
2021-06-14 05:15:05 -05:00
|
|
|
|
2023-01-17 03:52:26 -06:00
|
|
|
# local deps
|
|
|
|
test-utils.workspace = true
|
|
|
|
sourcegen.workspace = true
|
2022-07-22 19:06:11 -05:00
|
|
|
|
|
|
|
[features]
|
|
|
|
in-rust-tree = []
|