# 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 = "cmark2tex" version = "0.4.0-beta.1" authors = [ "lbeckman314 ", "Sebastian Steiner ", "Bernhard Schuster ", ] description = "A small utility to convert markdown files to pdf exploiting tectonic." readme = "README.md" keywords = [ "tex", "markdown", "cmark", "commonmark", ] license = "MIT" repository = "https://github.com/drahnr/fancybook/tree/master/cmark2tex" [dependencies.Inflector] version = "0.11.4" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.color-eyre] version = "0.6" [dependencies.env_logger] version = "0.10" [dependencies.fs-err] version = "2" [dependencies.html2md] version = "0.2.9" [dependencies.log] version = "0.4.8" [dependencies.png] version = "0.17" [dependencies.pulldown-cmark] version = "0.9" [dependencies.regex] version = "1.2.1" [dependencies.resvg] version = "0.28" features = [] [dependencies.thiserror] version = "1" [dependencies.walkdir] version = "2.2.9"