pulldown-cmark-to-cmark 17.0.0

Convert pulldown-cmark Events back to the string they were parsed from
Documentation
[dependencies.pulldown-cmark]
default-features = false
version = "0.12.0"

[dev-dependencies.indoc]
version = "2.0.5"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[lib]
name = "pulldown_cmark_to_cmark"
path = "src/lib.rs"

[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>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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/*.rs", "LICENSE-APACHE", "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"
rust-version = "1.71.1"
version = "17.0.0"