[package] name = "cuach-tex" description = "A TeX and LaTeX templating system for Rust" repository = "https://nest.pijul.org/pmeunier/cuach" documentation = "https://docs.rs/cuach" license = "MIT/Apache-2.0" version = "0.1.0" authors = ["Pierre-Étienne Meunier "] edition = "2018" include = [ "/README.md", "/Cargo.toml", "/src/lib.rs" ] [dependencies] cuach-derive-tex = { path = "../cuach-derive-tex", version = "0.1.0" } lazy_static = "1.5.0" regex = "1.6.0"