# 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 = "md2pdf-mdbook" version = "0.0.1" 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/md2pdf-mdbook" [dependencies.Inflector] version = "0.11.4" [dependencies.clap] version = "2.33.0" [dependencies.pulldown-cmark] version = "0.5.2" [dependencies.tectonic] version = "0.1.11" [dependencies.walkdir] version = "2.2.9"