mdbook-repl 0.2.6

A rust based mdbook preprocessor that allows you to execute code in your mdbook without any server. Python, Typescript, Javascript etc.
[[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]
features = ["v4"]
version = "1.10.0"

[package]
authors = ["MR-Addict <MR-Addict@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = 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"
edition = "2021"
keywords = ["mdbook", "repl", "plugin", "preprocessor"]
license = "MIT"
name = "mdbook-repl"
readme = "README.md"
repository = "https://github.com/MR-Addict/mdbook-repl"
version = "0.2.6"