[package]
edition = "2021"
name = "mathtex-ir"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Renderer neutral layout IR for the mathtex TeX engine, with source spans"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/gabriel-nsiqueira/mathtex"
[features]
default = ["std"]
std = []
[lib]
name = "mathtex_ir"
path = "src/lib.rs"
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"