1[package]
2name = "pulldown-cmark-to-cmark"
3version = "7.1.1"
4authors = [
5    "Sebastian Thiel <byronimo@gmail.com>",
6    "Dylan Owen <dyltotheo@gmail.com>",
7    "Alessandro Ogier <alessandro.ogier@gmail.com>"]
8
9description = "Convert pulldown-cmark Events back to the string they were parsed from"
10license = "Apache-2.0"
11keywords = ["markdown", "common-mark", "render", "converter"]
12repository = "https://github.com/Byron/pulldown-cmark-to-cmark"
13homepage = "https://github.com/Byron/pulldown-cmark-to-cmark"
14documentation = "https://docs.rs/crate/pulldown-cmark-to-cmark"
15readme = "README.md"
16edition = "2018"
17include = ["src/lib.rs", "README.md", "CHANGELOG.md"]
18
19[dependencies]
20pulldown-cmark = { version = "0.8.0", default-features = false }
21
22[dev-dependencies]
23indoc = "1.0.0"
24pretty_assertions = "0.7.1"
25