[package]
edition = "2018"
rust-version = "1.71.1"
name = "pulldown-cmark-to-cmark"
version = "22.0.1"
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>",
"Andrew Lyjak <andrew.lyjak@gmail.com>",
]
build = false
include = [
"src/*.rs",
"LICENSE-APACHE",
"README.md",
"CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert pulldown-cmark Events back to the string they were parsed from"
homepage = "https://github.com/Byron/pulldown-cmark-to-cmark"
documentation = "https://docs.rs/crate/pulldown-cmark-to-cmark"
readme = "README.md"
keywords = [
"markdown",
"common-mark",
"render",
"converter",
]
license = "Apache-2.0"
repository = "https://github.com/Byron/pulldown-cmark-to-cmark"
[lib]
name = "pulldown_cmark_to_cmark"
path = "src/lib.rs"
[dependencies.pulldown-cmark]
version = "0.13.0"
default-features = false
[dev-dependencies.indoc]
version = "2.0.5"
[dev-dependencies.pretty_assertions]
version = "1.4.0"
[dev-dependencies.yansi]
version = "1.0.1"