summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/parser/Cargo.toml
blob: a36a39dbee6ce06e7195bc3b86a25f743f8af8a5 (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"
repository.workspace = true
description = "The Rust parser for rust-analyzer."

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

[lib]

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

edition.workspace = true

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

stdx.workspace = true

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

[lints]
workspace = true