[package] name = "mathjax_svg" version = "3.1.2" edition = "2021" authors = ["gw31415 "] license = "Apache-2.0" description = "Convert mathematical expressions to SVG using Mathjax" repository = "https://github.com/gw31415/mathjax_svg" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.75" thiserror = "1.0.50" v8 = "0.80.0"