pulldown-cmark 0.3.0

A pull parser for CommonMark
Documentation
[package]
name = "pulldown-cmark"
version = "0.3.0"
authors = [ "Raph Levien <raph.levien@gmail.com>" ]
license = "MIT"
description = "A pull parser for CommonMark"
repository = "https://github.com/raphlinus/pulldown-cmark"
keywords = ["markdown", "commonmark"]
categories = ["text-processing"]
edition = "2018"

build = "build.rs"

[[bin]]
name = "pulldown-cmark"
required-features = ["getopts"]
doc = false

[dependencies]
bitflags = "1.0"
unicase = "2.2.0"
getopts = { version = "0.2", optional = true }

[dev-dependencies]
html5ever = "0.22"
lazy_static = "1.3"
regex = "1.1"
tendril = "0.4"

[features]
default = ["getopts"]
gen-tests = []