# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" rust-version = "1.56.0" name = "pandoc-filter-diagram" version = "0.2.1" authors = [ "Lars Wirzenius ", "Daniel Silverstone ", ] description = "render diagram markup in a Pandoc abstract syntax tree as SVG" license = "MIT-0" repository = "https://gitlab.com/larswirzenius/pandoc-filter-diagram" [dependencies.anyhow] version = "1.0.50" [dependencies.base64] version = "0.13.0" [dependencies.pandoc_ast] version = "0.8.0" [dependencies.pikchr] version = "0.1.1" [dependencies.roadmap] version = "0.4.3" [dependencies.serde] version = "1.0.101" features = ["derive"] [dependencies.serde_json] version = "1.0.72" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.fehler] version = "1.0.0" [dev-dependencies.subplotlib] version = "0.1.0" [build-dependencies.subplot-build] version = "0.1.0"