# 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-repl" version = "0.2.6" authors = ["MR-Addict "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rust based mdbook preprocessor that allows you to execute code in your mdbook without any server. Python, Typescript, Javascript etc." documentation = "https://mr-addict.github.io/mdbook-repl" readme = "README.md" keywords = [ "mdbook", "repl", "plugin", "preprocessor", ] license = "MIT" repository = "https://github.com/MR-Addict/mdbook-repl" [[bin]] name = "mdbook-repl" path = "src/main.rs" [dependencies.clap] version = "4.5.18" [dependencies.mdbook] version = "0.4.40" [dependencies.regex] version = "1.10.6" [dependencies.rust-embed] version = "8.5.0" [dependencies.serde_json] version = "1.0.128" [dependencies.uuid] version = "1.10.0" features = ["v4"]