summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: a2aaa923e48ca3ea9034a2f06644472d98219443 (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
27
28
29
30
31
[package]
name = "poseidoc"
version = "0.1.0"
authors = ["Minijackson <minijackson@riseup.net>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1"
clang = { version = "0.23", features = ["clang_8_0"] }
codemap = "0.1"
codemap-diagnostic = "0.1"
lazy_static = "1"
log = "0.4"
num_cpus = "1"
pandoc_types = "0.2"
percent-encoding = "2"
pretty_env_logger = "0.3"
rayon = "1"
serde = "1"
serde_derive = "1"
serde_json = { version = "1", features = ["preserve_order"] }
shell-words = "0.1"
structopt = "0.3"
# TODO: remove tempfile
# currently used to temporary store CSS, but CSS should be in output dir
tempfile = "3"
thiserror = "1"
toml = "0.5"
xml-rs = "0.8"