[package] name = "djotters" version = "0.1.13" authors = ["Anthony Alaribe "] description = "Djot (Markdown) parser that runs at hyper speeds!" license = "MIT/Apache-2.0" repository = "https://github.com/tonyalaribe/djotters" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = "7.1.1" pretty_assertions = "1.4.0" html-escape = "0.2.13" itertools = "0.12.1" slugify="0.1.0" env_logger="0.11.3"