[package] name = "mathemascii" version = "0.4.0" edition = "2021" authors = ["Nadir Fejzic "] description = "AsciiMath parsing and rendering." repository = "https://github.com/nfejzic/mathemascii" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] alemat = "0.8.0" [dev-dependencies] insta = "1.34.0" divan = "0.1.2" xmlem = "0.2.3" [[bench]] name = "mod" harness = false