# 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 = "18.0.0" authors = [ "Sebastian Thiel ", "Dylan Owen ", "Alessandro Ogier ", "Zixian Cai <2891235+caizixian@users.noreply.github.com>", ] build = false include = [ "src/*.rs", "LICENSE-APACHE", "README.md", "CHANGELOG.md", ] 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.12.0" default-features = false [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.pretty_assertions] version = "1.4.0"