summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/parser/Cargo.toml
blob: 1f84e3f3af3f063d829e2ddc9c09e0ca49f18f36 (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
[package]
name = "parser"
version = "0.0.0"
description = "TBD"

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

[lib]
doctest = false

[dependencies]
drop_bomb = "0.1.5"
ra-ap-rustc_lexer.workspace = true
limit.workspace = true
tracing = { workspace = true, optional = true }

[dev-dependencies]
expect-test = "1.4.0"

stdx.workspace = true
sourcegen.workspace = true

[features]
default = ["tracing"]
in-rust-tree = []

[lints]
workspace = true