cmark-hamlet 0.0.2

Provides an adapter from pulldown-cmark to hamlet
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bitflags"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23"

[[package]]
name = "cmark-hamlet"
version = "0.0.2"
dependencies = [
 "hamlet",
 "pulldown-cmark",
]

[[package]]
name = "getopts"
version = "0.2.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
dependencies = [
 "unicode-width",
]

[[package]]
name = "hamlet"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29f62d093ba9d0c13890c1faf88fc8636d2d19ed8b47f2c82cefa694f40b649"

[[package]]
name = "pulldown-cmark"
version = "0.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1058d7bb927ca067656537eec4e02c2b4b70eaaa129664c5b90c111e20326f41"
dependencies = [
 "bitflags",
 "getopts",
]

[[package]]
name = "unicode-width"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"