[[bin]]
name = "mdpdf"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.markdown2pdf]
version = "0.1.3"
[package]
authors = ["Eshwaren M <eshwarenm@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = "A fast CLI tool to convert Markdown files to PDF"
edition = "2024"
keywords = ["markdown", "pdf", "converter", "cli"]
license = "MIT OR Apache-2.0"
name = "mdpdf"
readme = "README.md"
repository = "https://github.com/skolhustick/mdpdf"
version = "0.1.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2"