pulldown-cmark-to-cmark 22.0.1

Convert pulldown-cmark Events back to the string they were parsed from
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"