[package] name = "mdbook-svgdx" version = "0.3.0" description = "mdbook preprocessor to convert svgdx fenced code blocks into inline SVG images" authors = ["Ben Bass "] repository = "https://github.com/codedstructure/mdbook-svgdx" keywords = ["mdbook", "svg", "svgdx", "diagrams"] license = "MIT" edition = "2021" [dependencies] clap = { version = "4.5", features = ["string"] } mdbook = "0.4.40" # The versions of pulldown-cmark / pulldown-cmark-to-cmark are tied to the mdbook library. pulldown-cmark = "0.10" pulldown-cmark-to-cmark = "14.0" semver = "1.0" serde_json = "1.0" svgdx = { version = "0.14.0", default-features = false }