mdbook-katex 0.5.10

mdBook preprocessor rendering LaTeX equations to HTML.
Documentation
[dependencies.clap]
features = ["cargo"]
version = "4.4"

[dependencies.mdbook]
default-features = false
version = "0.4.37"

[dependencies.rayon]
version = "1.8"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.8"

[package]
authors = ["Lucas Zanini <zanini.lcs@gmail.com>", "Steven Hé (Sīchàng) <stevensichanghe@gmail.com>"]
description = "mdBook preprocessor rendering LaTeX equations to HTML."
edition = "2021"
license = "MIT"
name = "mdbook-katex"
readme = "README.md"
repository = "https://github.com/lzanini/mdbook-katex"
version = "0.5.10"
[profile.release]
lto = true
[target."cfg(any(target_os = \"macos\", all(unix, target_arch = \"x86_64\"), all(windows, target_env = \"gnu\")))".dependencies.katex]
version = "0.4.6"
[target."cfg(not(any(target_os = \"macos\", all(unix, target_arch = \"x86_64\"), all(windows, target_env = \"gnu\"))))".dependencies.katex]
default-features = false
features = ["duktape"]
version = "0.4.6"