# 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-wavedrom" version = "0.10.0" authors = ["Jason Morelli-Harlan "] description = "mdbook preprocessor to add mermaid support" homepage = "https://github.com/JasMoH/mdbook-wavedrom" license = "MPL-2.0" repository = "https://github.com/JasMoH/mdbook-wavedrom" [dependencies.clap] version = "2.33.3" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.11" [dependencies.mdbook] version = "0.4.10" [dependencies.pulldown-cmark] version = "0.9.0" [dependencies.serde_json] version = "1.0.57" [dependencies.toml_edit] version = "0.13.0" [dev-dependencies.assert_cmd] version = "2.0.0" [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.tempfile] version = "3.3.0"