-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
27 lines (25 loc) · 902 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "spandex"
version = "0.0.4"
description = "A modern LaTeX alternative"
authors = ["Thomas Forgione <[email protected]>", "Matthieu Le Boucher <[email protected]>"]
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]
serde = { version = "1.0", features = ["derive"] }
spandex-hyphenation = { version = "0.7.4", features = ["embed_all"] }
nom = "7.1.0"
nom_locate = "4.0.0"
printpdf = { version = "0.4.1", default-features = false }
freetype-rs = "0.28.0"
toml = "0.5.8"
petgraph = "0.6.0"
colored = "2.0.0"