[dependencies.pulldown-cmark]
default-features = false
version = "0.9.0"
[dev-dependencies.indoc]
version = "1.0.0"
[dev-dependencies.pretty_assertions]
version = "0.7.1"
[package]
authors = ["Sebastian Thiel <byronimo@gmail.com>", "Dylan Owen <dyltotheo@gmail.com>", "Alessandro Ogier <alessandro.ogier@gmail.com>", "Zixian Cai <2891235+caizixian@users.noreply.github.com>"]
description = "Convert pulldown-cmark Events back to the string they were parsed from"
documentation = "https://docs.rs/crate/pulldown-cmark-to-cmark"
edition = "2018"
homepage = "https://github.com/Byron/pulldown-cmark-to-cmark"
include = ["src/lib.rs", "README.md", "CHANGELOG.md"]
keywords = ["markdown", "common-mark", "render", "converter"]
license = "Apache-2.0"
name = "pulldown-cmark-to-cmark"
readme = "README.md"
repository = "https://github.com/Byron/pulldown-cmark-to-cmark"
version = "10.0.3"