summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/Cargo.toml
blob: c3e31b7022019671cacdd833b13cc83b98d1a712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "parser"
version = "0.0.0"
license.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true

[dependencies]
logos = "0.13.0"
once_cell = "1.19.0"
regex = "1.10.2"
rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
tempfile = "3.8.1"

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

[lib]
doctest = false