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

[dependencies]
flate2 = "1.0.29"
itertools = "0.12.1"
once_cell = "1.19.0"
rustc-hash = "1.1.0"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.115"

[lib]
doctest = false