2020-06-17 06:53:51 +00:00
|
|
|
[package]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "ide-ssr"
|
2020-08-13 15:42:52 +00:00
|
|
|
version = "0.0.0"
|
2024-08-05 22:23:22 +00:00
|
|
|
repository.workspace = true
|
2024-08-03 15:51:31 +00:00
|
|
|
description = "Structural search and replace of Rust code for rust-analyzer."
|
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
|
2020-06-17 06:53:51 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2021-06-12 20:39:57 +00:00
|
|
|
cov-mark = "2.0.0-pre.1"
|
2023-11-15 10:53:56 +00:00
|
|
|
itertools.workspace = true
|
2023-05-02 14:12:22 +00:00
|
|
|
triomphe.workspace = true
|
2023-05-04 23:28:15 +00:00
|
|
|
nohash-hasher.workspace = true
|
2020-08-13 14:45:10 +00:00
|
|
|
|
2023-01-17 09:52:26 +00: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 11:32:09 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2022-07-19 11:00:45 +00:00
|
|
|
expect-test = "1.4.0"
|
2023-01-17 09:52:26 +00:00
|
|
|
|
|
|
|
# local deps
|
|
|
|
test-utils.workspace = true
|
2023-12-18 13:53:11 +00:00
|
|
|
test-fixture.workspace = true
|
2023-12-29 14:22:29 +00:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|