[package]
edition = "2021"
name = "mathtex-engine"
version = "0.2.0"
build = false
exclude = ["tests/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "XeTeX engine for mathtex: baked formats, sandboxed math typesetting, host fonts and boxes, IR lowering"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/gabriel-nsiqueira/mathtex"
[lib]
name = "mathtex_engine"
path = "src/lib.rs"
[[example]]
name = "bake_format"
path = "examples/bake_format.rs"
[dependencies.mathtex-font]
version = "0.2.0"
[dependencies.mathtex-ir]
version = "0.2.0"
[dependencies.mathtex-portable-engine-generated]
version = "=0.2.0"
[dependencies.miniz_oxide]
version = "0.8"
[dev-dependencies]
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"