2019-02-03 18:26:35 +00:00
|
|
|
[package]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "ide-assists"
|
2020-08-13 15:33:38 +00:00
|
|
|
version = "0.0.0"
|
2020-08-24 11:06:30 +00:00
|
|
|
description = "TBD"
|
2023-01-16 15:41:47 +00:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 15:33:01 +00:00
|
|
|
rust-version.workspace = true
|
2019-02-03 18:26:35 +00:00
|
|
|
|
2019-11-17 15:35:05 +00:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-02-03 18:26:35 +00:00
|
|
|
[dependencies]
|
2021-06-12 20:39:57 +00:00
|
|
|
cov-mark = "2.0.0-pre.1"
|
2022-04-25 16:51:59 +00:00
|
|
|
|
2022-10-03 06:02:42 +00:00
|
|
|
itertools = "0.10.5"
|
2022-07-03 06:42:41 +00:00
|
|
|
either = "1.7.0"
|
2023-02-14 16:01:01 +00:00
|
|
|
smallvec.workspace = true
|
2019-02-03 18:26:35 +00:00
|
|
|
|
2023-01-17 09:52:26 +00:00
|
|
|
# local deps
|
|
|
|
stdx.workspace = true
|
|
|
|
syntax.workspace = true
|
|
|
|
text-edit.workspace = true
|
|
|
|
profile.workspace = true
|
|
|
|
ide-db.workspace = true
|
|
|
|
hir.workspace = true
|
2021-02-22 12:18:11 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2022-07-19 11:00:45 +00:00
|
|
|
expect-test = "1.4.0"
|
2022-07-23 00:06:11 +00:00
|
|
|
|
2023-01-17 09:52:26 +00:00
|
|
|
# local deps
|
|
|
|
test-utils.workspace = true
|
|
|
|
sourcegen.workspace = true
|
|
|
|
|
2022-07-23 00:06:11 +00:00
|
|
|
[features]
|
|
|
|
in-rust-tree = []
|