[package] name = "mdbook-extended-markdown-table" version = "0.1.0" authors = ["Anton Lazarev "] edition = "2021" description = "Preprocessor for mdBook that generates tables with merged cells from ASCII text" repository = "https://gitlab.com/antonok/mdbook-extended-markdown-table" readme = "README.md" keywords = ["mdbook", "preprocessor", "table", "markdown", "diagram"] categories = ["command-line-utilities", "parser-implementations", "text-processing", "template-engine", "build-utils"] license = "MIT OR Apache-2.0" [[bin]] name = "mdbook-extended-markdown-table" path = "src/bin/main.rs" doc = false [dependencies] anyhow = "1.0.60" clap = "3.2.16" mdbook = "0.4.21" semver = "1.0.13" serde_json = "1.0.83"