mathtex-engine 0.2.0

XeTeX engine for mathtex: baked formats, sandboxed math typesetting, host fonts and boxes, IR lowering
Documentation
# 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 = "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"