blob: 5f341f0f1f5109f1f1e40c7be49aa1cf698033be [file] [log] [blame] [edit]
# 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"
name = "pulldown-cmark-to-cmark"
version = "15.0.1"
authors = [
"Sebastian Thiel <[email protected]>",
"Dylan Owen <[email protected]>",
"Alessandro Ogier <[email protected]>",
"Zixian Cai <[email protected]>",
]
include = [
"src/*.rs",
"LICENSE-APACHE",
"README.md",
"CHANGELOG.md",
]
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"
[dependencies.pulldown-cmark]
version = "0.11.0"
default-features = false
[dev-dependencies.indoc]
version = "2.0.5"
[dev-dependencies.pretty_assertions]
version = "1.4.0"