[dependencies.clap]
version = "4.4.6"
[dependencies.fancy-regex]
version = "0.11.0"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.mdbook]
version = "0.4.35"
[dependencies.semver]
version = "1.0.20"
[dependencies.serde_json]
version = "1.0.107"
[package]
authors = ["Yannick Seurin"]
description = "An mdbook preprocessor that prevents line breaks between inline math blocks and punctuation marks when using katex."
documentation = "https://docs.rs/mdbook-mathpunc"
edition = "2021"
homepage = "https://github.com/yannickseurin/mdbook-mathpunc"
keywords = ["mdbook", "preprocessor", "katex", "punctuation"]
license = "MIT"
name = "mdbook-mathpunc"
readme = "README.md"
repository = "https://github.com/yannickseurin/mdbook-mathpunc"
version = "0.2.0"