[package] name = "itex2mml" description = "Convert LaTeX-formatted source (for example `$a+b$`) into MathML (bindings to https://golem.ph.utexas.edu/~distler/blog/itex2MML.html)" repository = "https://nest.pijul.com/pmeunier/itex2mml" documentation = "https://docs.rs/itex2mml" version = "0.2.0" authors = ["Pierre-Étienne Meunier "] edition = "2018" include = [ "Cargo.toml", "build.rs", "src/itex2MML.y", "src/itex2MML.l", "src/itex2MML.h", "src/lib.rs" ] license = "GPL-3.0/MPL-2.0/LGPL-3.0" [dependencies] libc = "0.2" anyhow = "1.0" [build-dependencies] cc = "1.0"