| [package] |
| name = "syntax" |
| version = "0.0.0" |
| repository.workspace = true |
| description = "Concrete syntax tree definitions for rust-analyzer." |
| |
| authors.workspace = true |
| edition.workspace = true |
| license.workspace = true |
| rust-version.workspace = true |
| |
| [lib] |
| |
| [dependencies] |
| either.workspace = true |
| itertools.workspace = true |
| rowan.workspace = true |
| rustc-hash.workspace = true |
| rustc-literal-escaper.workspace = true |
| smol_str.workspace = true |
| triomphe.workspace = true |
| tracing.workspace = true |
| |
| parser.workspace = true |
| stdx.workspace = true |
| |
| [dev-dependencies] |
| rayon.workspace = true |
| expect-test = "1.5.1" |
| rustc_apfloat = "0.2.3" |
| |
| test-utils.workspace = true |
| |
| [features] |
| in-rust-tree = [] |
| |
| [lints] |
| workspace = true |