pandoc-filter-diagram 0.2.1

render diagram markup in a Pandoc abstract syntax tree as SVG
Documentation
[package]
name = "pandoc-filter-diagram"
version = "0.2.1"
edition = "2018"
authors = [
  "Lars Wirzenius <liw@liw.fi>",
  "Daniel Silverstone <dsilvers@digital-scurf.org>",
]
license = "MIT-0"
description = '''render diagram markup in a Pandoc abstract syntax tree as SVG'''
repository = "https://gitlab.com/larswirzenius/pandoc-filter-diagram"
rust-version = "1.56.0"

[dependencies]
anyhow = "1.0.50"
base64 = "0.13.0"
pandoc_ast = "0.8.0"
pikchr = "0.1.1"
roadmap = "0.4.3"
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"