# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tex_tmpl_rs" version = "0.2.1" authors = ["Andrej Dundovic "] description = "Render a LaTeX & Handlebars template into PDF" readme = "README.md" keywords = [ "latex", "pdf", "template", ] categories = ["template-engine"] license = "MIT" repository = "https://github.com/adundovi/tex_tmpl_rs/" [dependencies.handlebars] version = "4.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tectonic] version = "0.15" features = ["external-harfbuzz"] [dev-dependencies.tempfile] version = "3.2"