# 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-d2" version = "0.3.1" authors = ["Daniel Eades "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "D2 diagram generator plugin for MdBook" readme = "README.md" keywords = [ "mdbook", "d2", "markdown", "commonmark", ] categories = [ "command-line-utilities", "text-processing", "visualization", ] license = "MIT" repository = "https://github.com/danieleades/mdbook-d2" [lib] name = "mdbook_d2" path = "src/lib.rs" [[bin]] name = "mdbook-d2" path = "src/main.rs" [[test]] name = "render" path = "tests/render.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.mdbook] version = "0.4.40" [dependencies.pulldown-cmark] version = "0.12" [dependencies.pulldown-cmark-to-cmark] version = "16.0" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.tempfile] version = "3.12.0" [dev-dependencies.test-case] version = "3.1.0" [dev-dependencies.toml] version = "0.8.19"