| # 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 = "13.0.0" |
| authors = [ |
| "Sebastian Thiel <[email protected]>", |
| "Dylan Owen <[email protected]>", |
| "Alessandro Ogier <[email protected]>", |
| "Zixian Cai <[email protected]>", |
| ] |
| include = [ |
| "src/lib.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.10.0" |
| default-features = false |
| |
| [dev-dependencies.indoc] |
| version = "1.0.0" |
| |
| [dev-dependencies.pretty_assertions] |
| version = "0.7.1" |