# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "manus" version = "0.1.1-1" authors = ["Erik Mannerfelt "] description = "A manuscript helper to simplify writing good papers." homepage = "https://crates.io/crates/manus" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/erikmannerfelt/manus" [package.metadata.docs.rs] features = ["manus"] [dependencies.clap] version = "3.0.0-beta.2" features = ["suggestions", "color"] [dependencies.eval] version = "0.4.*" [dependencies.handlebars] version = "3.5.*" [dependencies.serde_json] version = "1.0.*" [dependencies.tectonic] version = "0.4.*" [dependencies.toml] version = "0.5.*" [dev-dependencies.assert_approx_eq] version = "1.1.*" [dev-dependencies.assert_cmd] version = "0.10" [dev-dependencies.predicates] version = "1" [dev-dependencies.tempfile] version = "3.2.*"