# 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 = "md2tex" version = "0.1.3" authors = ["lbeckman314 "] description = "A small utility to convert markdown files to pdf exploiting tectonic. This is a forked version based off of tforgione's awesome library (https://gitea.tforgione.fr/tforgione/md2pdf/)." readme = "README.md" license = "MIT" repository = "https://github.com/lbeckman314/md2tex" [dependencies.Inflector] version = "0.11.4" [dependencies.clap] version = "2.33.0" [dependencies.env_logger] version = "0.6.2" [dependencies.log] version = "0.4.8" [dependencies.pulldown-cmark] version = "0.5.2" [dependencies.raqote] version = "0.6.1" [dependencies.regex] version = "1.2.1" [dependencies.resvg] version = "0.7.0" features = ["raqote-backend"] [dependencies.walkdir] version = "2.2.9"