# 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 = "md2pdf" version = "0.0.3" authors = ["Thomas Forgione "] description = "A small utility to convert markdown files to pdf exploiting tectonic." readme = "README.md" license = "MIT" repository = "https://gitea.tforgione.fr/tforgione/md2pdf" [lib] name = "md2pdf" path = "src/lib.rs" [[bin]] name = "md2pdf" path = "src/main.rs" [dependencies.clap] version = "4.0.7" features = ["cargo"] [dependencies.pulldown-cmark] version = "0.5.3" [dependencies.tectonic] version = "0.9"