[dependencies.cfg-if]
version = "1.0"
[dependencies.derive_builder]
version = "0.12"
[dependencies.itertools]
version = "0.10"
[dependencies.thiserror]
version = "1.0"
[features]
default = ["quick-js"]
duktape = ["dep:ducc"]
quick-js = ["dep:quick-js"]
wasm-js = ["dep:wasm-bindgen", "dep:js-sys"]
wasm-js-test-in-browser = []
[package]
authors = ["Cheng XU <rust@xuc.me>"]
build = "build.rs"
categories = ["api-bindings"]
description = "Rust bindings to KaTeX"
documentation = "https://docs.rs/katex"
edition = "2021"
keywords = ["LaTeX", "KaTeX", "Math"]
license = "MIT OR Apache-2.0"
name = "katex"
readme = "README.md"
repository = "https://github.com/xu-cheng/katex-rs"
version = "0.4.6"
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.js-sys]
optional = true
version = "0.3"
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.wasm-bindgen]
default-features = false
optional = true
version = "0.2"
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dev-dependencies.wasm-bindgen-test]
version = "0.3"
[target.'cfg(any(unix, all(windows, target_env = "gnu")))'.dependencies.quick-js]
features = ["patched"]
optional = true
version = "0.4"
[target."cfg(any(unix, windows))".dependencies.ducc]
optional = true
version = "0.1"