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

[dependencies]
bibtex-utils = { path = "../bibtex-utils" }
base-db = { path = "../base-db" }
isocountry = "0.3.2"
itertools = "0.12.0"
rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
titlecase = "2.2.1"
unicode-normalization = "0.1.22"
url = "2.5.0"

[lib]
doctest = false

[dev-dependencies]
expect-test = "1.4.1"
parser = { path = "../parser" }