# 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-extended-markdown-table" version = "0.1.0" authors = ["Anton Lazarev "] description = "Preprocessor for mdBook that generates tables with merged cells from ASCII text" 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" repository = "https://gitlab.com/antonok/mdbook-extended-markdown-table" resolver = "2" [[bin]] name = "mdbook-extended-markdown-table" path = "src/bin/main.rs" doc = false [dependencies.anyhow] version = "1.0.60" [dependencies.clap] version = "3.2.16" [dependencies.mdbook] version = "0.4.21" [dependencies.semver] version = "1.0.13" [dependencies.serde_json] version = "1.0.83"