[package] name = "md2html" version = "0.1.2" authors = ["Andrey Esaulov "] edition = "2018" description = "CLI utility to convert markdown files into the most beautiful HTML you have ever seen." repository = "https://github.com/andremaha/md2html" license = "MIT" keywords = ["cli", "markdown", "html"] [badges] appveyor = { repository = "https://github.com/andremaha/md2html", branch = "main", service = "github" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.3" pulldown-cmark = "0.8.0" maud = "0.22.0"