2018-08-10 19:33:29 +00:00
|
|
|
[package]
|
2020-08-12 16:26:51 +00:00
|
|
|
name = "syntax"
|
|
|
|
version = "0.0.0"
|
2024-08-05 22:23:22 +00:00
|
|
|
repository.workspace = true
|
2024-08-03 15:48:46 +00:00
|
|
|
description = "Concrete syntax tree definitions 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
|
2018-08-10 19:33:29 +00:00
|
|
|
|
2019-11-17 15:35:05 +00:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2018-08-10 19:33:29 +00:00
|
|
|
[dependencies]
|
2021-06-12 20:39:57 +00:00
|
|
|
cov-mark = "2.0.0-pre.1"
|
2023-11-15 11:07:36 +00:00
|
|
|
either.workspace = true
|
2023-11-15 10:53:56 +00:00
|
|
|
itertools.workspace = true
|
2024-08-17 12:35:07 +00:00
|
|
|
rowan = "=0.15.15"
|
2023-12-18 13:53:11 +00:00
|
|
|
rustc-hash.workspace = true
|
2023-11-15 11:21:34 +00:00
|
|
|
indexmap.workspace = true
|
2023-04-11 12:05:22 +00:00
|
|
|
smol_str.workspace = true
|
2023-05-02 14:12:22 +00:00
|
|
|
triomphe.workspace = true
|
2024-01-18 02:27:38 +00:00
|
|
|
tracing.workspace = true
|
2018-08-10 19:33:29 +00:00
|
|
|
|
2024-01-08 14:24:46 +00:00
|
|
|
ra-ap-rustc_lexer.workspace = true
|
2023-05-18 08:17:40 +00:00
|
|
|
|
2023-01-17 09:52:26 +00:00
|
|
|
parser.workspace = true
|
|
|
|
stdx.workspace = true
|
2020-08-12 16:26:51 +00:00
|
|
|
|
2018-08-10 19:33:29 +00:00
|
|
|
[dev-dependencies]
|
2023-11-15 19:14:56 +00:00
|
|
|
rayon.workspace = true
|
2022-07-19 11:00:45 +00:00
|
|
|
expect-test = "1.4.0"
|
2024-07-10 08:38:47 +00:00
|
|
|
rustc_apfloat = "0.2.0"
|
2021-07-03 19:11:03 +00:00
|
|
|
|
2023-01-17 09:52:26 +00:00
|
|
|
test-utils.workspace = true
|
2022-07-23 00:06:11 +00:00
|
|
|
|
|
|
|
[features]
|
2024-01-08 14:24:46 +00:00
|
|
|
in-rust-tree = []
|
2023-12-29 14:22:29 +00:00
|
|
|
|
|
|
|
[lints]
|
2024-01-08 14:24:46 +00:00
|
|
|
workspace = true
|