| [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.5.1" | |
| stdx.workspace = true | |
| [features] | |
| default = ["tracing"] | |
| in-rust-tree = [] | |
| [lints] | |
| workspace = true |