# 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-embedify" version = "0.2.11" authors = ["MR-Addict "] build = false exclude = ["docs/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A rust based mdbook preprocessor plugin that allows you to embed apps to your book, like youtube, codepen and some other apps" documentation = "https://mr-addict.github.io/mdbook-embedify" readme = "README.md" keywords = [ "mdbook", "embed", "plugin", "preprocessor", ] license = "MIT" repository = "https://github.com/MR-Addict/mdbook-embedify" [[bin]] name = "mdbook-embedify" path = "src/main.rs" [dependencies.clap] version = "4.5.10" [dependencies.mdbook] version = "0.4.40" [dependencies.pulldown-cmark] version = "0.11.0" [dependencies.regex] version = "1.10.5" [dependencies.rust-embed] version = "8.5.0" [dependencies.serde_json] version = "1.0.120"