| [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 |
| limit.workspace = true |
| tracing = { workspace = true, optional = true } |
| |
| [dev-dependencies] |
| expect-test = "1.4.0" |
| |
| stdx.workspace = true |
| |
| [features] |
| default = ["tracing"] |
| in-rust-tree = [] |
| |
| [lints] |
| workspace = true |