summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/Cargo.toml
blob: 39fa34ef639d0ac0b8aae76bfaea21f70fee41e2 (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
[package]
name = "parser"
version = "0.0.0"
license.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true

[dependencies]
log = "0.4.21"
logos = "0.14.0"
once_cell = "1.19.0"
pathdiff = "0.2.1"
regex = "1.10.4"
rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
tempfile = "3.10.1"
versions = "6.2.0"

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

[lib]
doctest = false