# 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" name = "mdbook-mermaid" version = "0.14.0" authors = ["Jan-Erik Rediger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mdbook preprocessor to add mermaid support" homepage = "https://github.com/badboy/mdbook-mermaid" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/badboy/mdbook-mermaid" [lib] name = "mdbook_mermaid" path = "src/lib.rs" [[bin]] name = "mdbook-mermaid" path = "src/bin/mdbook-mermaid.rs" [[test]] name = "it" path = "tests/it/main.rs" [dependencies.clap] version = "4.0.29" features = ["cargo"] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.11" [dependencies.mdbook] version = "0.4.36" default-features = false [dependencies.pulldown-cmark] version = "0.9.0" default-features = false [dependencies.serde_json] version = "1.0.57" [dependencies.toml_edit] version = "0.15.0" default-features = false [dev-dependencies.assert_cmd] version = "2.0.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tempfile] version = "3.3.0"