[package] name = "pandoc-filter-diagram" version = "0.1.1" edition = "2018" authors = [ "Lars Wirzenius ", "Daniel Silverstone ", ] license = "MIT-0" description = '''render diagram markup in a Pandoc abstract syntax tree as SVG''' repository = "https://gitlab.com/larswirzenius/pandoc-filter-diagram" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.50" base64 = "0.13.0" pandoc_ast = "0.8.0" pikchr = "0.1.1" roadmap = "0.3.0" serde = { version = "1.0.101", features = ["derive"] } serde_json = "1.0.72" thiserror = "1.0.30" [build-dependencies] subplot-build = "0.1.0" [dev-dependencies] subplotlib = "0.1.0" fehler = "1.0.0"