about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/parser/Cargo.toml
blob: c7da654de6d98a8ee0dcf101d28e113e84c239cd (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
[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]
doctest = false

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

edition.workspace = true

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

stdx.workspace = true

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

[lints]
workspace = true