[package] name = "markdown-renderer-that-you-probably-shouldnt-use" version = "0.1.0" authors = ["Joerez "] edition = "2018" license = "MIT" keywords = [ "parse", "markdown" ] repository = "https://github.com/joerez/rust-markdown-renderer" description = "Read a markdown file and return a parsed html file" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.0" pulldown-cmark = "0.4.1" maud = "0.20.0"