summaryrefslogtreecommitdiff
path: root/support/texlab/crates/citeproc/Cargo.toml
blob: fb230323b098b55e732e25dfc3e2f4afeebf7b3e (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]
chrono = { version = "0.4.24", default-features = false, features = ["std"] }
human_name = "2.0.2"
isocountry = "0.3.2"
itertools = "0.10.5"
rowan = "0.15.11"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
titlecase = "2.2.1"
unicode-normalization = "0.1.22"
url = "2.3.1"

[lib]
doctest = false

[dev-dependencies]
insta = "1.29.0"
parser = { path = "../parser" }