[package] name = "md_to_text" version = "0.0.0" authors = ["Arran France ", "Florent Bécart ", "botch "] edition = "2021" description = "Converts Markdown to plain text." repository = "https://github.com/b0xtch/md_to_text" readme = "README.md" keywords = ["Markdown"] license = "MIT" [dependencies] pulldown-cmark = "0.11.0"