[package] name = "unidok-to-html" description = "Convert a parsed Unidok document to HTML" version = "0.2.0" authors = ["Ludwig Stecher "] edition = "2018" license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/unidok-to-html" repository = "https://github.com/Aloso/unidok" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] unidok-repr = { path="../unidok-repr", version="0.2" } unidok-parser = { path="../unidok-parser", version="0.2" } asciimath-rs = "0.5.8"