# 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 = "2021" name = "mdbook-svgdx" version = "0.3.0" authors = ["Ben Bass "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mdbook preprocessor to convert svgdx fenced code blocks into inline SVG images" readme = "README.md" keywords = [ "mdbook", "svg", "svgdx", "diagrams", ] license = "MIT" repository = "https://github.com/codedstructure/mdbook-svgdx" [lib] name = "mdbook_svgdx" path = "src/lib.rs" [[bin]] name = "mdbook-svgdx" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["string"] [dependencies.mdbook] version = "0.4.40" [dependencies.pulldown-cmark] version = "0.10" [dependencies.pulldown-cmark-to-cmark] version = "14.0" [dependencies.semver] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.svgdx] version = "0.14.0" default-features = false