[package] name = "spandex" version = "0.0.4" description = "A modern LaTeX alternative" authors = ["Thomas Forgione ", "Matthieu Le Boucher "] edition = "2018" license = "MPL-2.0" homepage = "https://rust-spandex.github.io" documentation = "https://rust-spandex.github.io/spandex" repository = "https://github.com/rust-spandex/spandex" readme = "README.md" keywords = ["tex", "latex", "typesetting"] categories = ["template-engine", "visualization", "text-processing"] [badges] travis-ci = { repository = "rust-spandex/spandex", branch = "master" } [dependencies] freetype-rs = "0.19.1" printpdf = { version = "0.2.12", default-features = false } toml = "0.5.0" serde = { version = "1.0", features = ["derive"] } spandex-hyphenation = { version = "0.7.4", features = ["embed_all"] } petgraph = "0.4.13" nom = "5.0.1" nom_locate = "1.0.0" colored = "1.9.0"