[package] name = "manus" version = "0.1.1-1" authors = ["Erik Mannerfelt "] edition = "2018" description = "A manuscript helper to simplify writing good papers." license-file = "LICENSE" homepage = "https://crates.io/crates/manus" repository = "https://github.com/erikmannerfelt/manus" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tectonic = "0.4.*" handlebars = "3.5.*" serde_json = "1.0.*" toml = "0.5.*" eval = "0.4.*" [dependencies.clap] version = "3.0.0-beta.2" features = ["suggestions", "color"] [dev-dependencies] assert_approx_eq = "1.1.*" assert_cmd = "0.10" predicates = "1" tempfile = "3.2.*" [package.metadata.docs.rs] features = [ "manus" ]