summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c3134f3ee288ef86151d1140abac0cfba418ef0d (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
32
33
34
35
36
37
38
[package]
name = "riki"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"

[dependencies]
anyhow = "1.0.52"
clap = { version = "3.2.10", features = ["derive"] }
env_logger = "0.9.1"
git-testament = "0.2.1"
html-escape = "0.2.11"
html-page = "0.1.0"
lalrpop = "0.19.8"
lalrpop-util = "0.19.9"
libc = "0.2.126"
line-col = "0.2.1"
log = "0.4.17"
pulldown-cmark = "0.9.0"
regex = "1.5.6"
structopt = "0.3.25"
thiserror = "1.0.31"
time = { version = "0.3.13", features = ["macros", "parsing"] }
walkdir = "2.3.2"

[build-dependencies]
lalrpop = "0.19.8"
subplot-build = "0.7.0"

[dev-dependencies]
subplotlib = "0.7.0"
fehler = "1.0.0"
pandoc = "0.8.9"
pandoc_ast = "0.7.0"
serde_json = "1.0.81"

[profile.release]
debug = true