2020-06-17 01:53:51 -05:00
|
|
|
[package]
|
2022-04-29 09:29:24 -05:00
|
|
|
name = "ide-ssr"
|
2020-08-13 10:42:52 -05:00
|
|
|
version = "0.0.0"
|
2020-06-17 01:53:51 -05:00
|
|
|
description = "Structural search and replace of Rust code"
|
2022-04-13 18:54:24 -05:00
|
|
|
repository = "https://github.com/rust-lang/rust-analyzer"
|
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
|
2020-06-17 01:53:51 -05:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2021-06-12 15:39:57 -05:00
|
|
|
cov-mark = "2.0.0-pre.1"
|
2022-10-03 01:02:42 -05:00
|
|
|
itertools = "0.10.5"
|
2023-05-02 09:12:22 -05:00
|
|
|
triomphe.workspace = true
|
2023-05-04 18:28:15 -05:00
|
|
|
nohash-hasher.workspace = true
|
2020-08-13 09:45:10 -05:00
|
|
|
|
2023-01-17 03:52:26 -06:00
|
|
|
# local deps
|
|
|
|
hir.workspace = true
|
|
|
|
ide-db.workspace = true
|
|
|
|
parser.workspace = true
|
|
|
|
stdx.workspace = true
|
|
|
|
syntax.workspace = true
|
|
|
|
text-edit.workspace = true
|
2020-07-21 06:32:09 -05:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2022-07-19 06:00:45 -05:00
|
|
|
expect-test = "1.4.0"
|
2023-01-17 03:52:26 -06:00
|
|
|
|
|
|
|
# local deps
|
|
|
|
test-utils.workspace = true
|