summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/syntax/Cargo.toml
blob: 51eaea54346d73491d4f64875618768381c59238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[package]
name = "syntax"
version = "0.0.0"
repository.workspace = true
description = "Concrete syntax tree definitions for rust-analyzer."

authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[lib]
doctest = false

[dependencies]
cov-mark = "2.0.0-pre.1"
either.workspace = true
itertools.workspace = true
rowan = "=0.15.15"
rustc-hash.workspace = true
indexmap.workspace = true
smol_str.workspace = true
triomphe.workspace = true
tracing.workspace = true

ra-ap-rustc_lexer.workspace = true

parser.workspace = true
stdx.workspace = true

[dev-dependencies]
rayon.workspace = true
expect-test = "1.4.0"
rustc_apfloat = "0.2.0"

test-utils.workspace = true

[features]
in-rust-tree = []

[lints]
workspace = true