# 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 = "markdown2pdf" version = "0.1.2" authors = ["Ismael Sh "] description = "Create PDF with Markdown files (a md to pdf transpiler)" readme = "README.md" keywords = [ "md", "markdown", "pdf", "markdown-to-pdf", "markdown2pdf", ] license = "MIT" repository = "https://github.com/theiskaa/markdown2pdf" [profile.release] lto = "thin" codegen-units = 1 strip = true [lib] name = "markdown2pdf" path = "src/lib/lib.rs" [[bin]] name = "markdown2pdf" path = "src/bin/main.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.dirs] version = "4.0.0" [dependencies.genpdfi] version = "0.2.1" [dependencies.once_cell] version = "1.20.2" [dependencies.reqwest] version = "0.12.9" features = ["blocking"] [dependencies.rust-embed] version = "8.5.0" [dependencies.thiserror] version = "1.0.63" [dependencies.toml] version = "0.8.19"