[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"] } git-testament = "0.2.1" html-escape = "0.2.11" libc = "0.2.126" log = "0.4.17" pretty_env_logger = "0.4.0" pulldown-cmark = "0.9.0" regex = "1.5.6" structopt = "0.3.25" thiserror = "1.0.31" walkdir = "2.3.2" [build-dependencies] subplot-build = "0.4.0" [dev-dependencies] subplotlib = { git = "https://gitlab.com/subplot/subplot.git" } fehler = "1.0.0" pandoc = "0.8.9" pandoc_ast = "0.7.0" serde_json = "1.0.81"