summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/Cargo.toml
blob: 8e8b88841fb3cf01ce4a1eb6dc3fe1ca0152bb64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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.17.1"
regex = "1.7.3"
rowan = "0.15.11"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }

[dev-dependencies]
insta = { version = "1.29.0", features = ["glob", "redactions", "json"] }

[lib]
doctest = false