# 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 = "2021" name = "pulldown-html-ext" version = "0.5.0" authors = ["TJ Kells "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extended HTML rendering capabilities for pulldown-cmark" readme = "README.md" license = "MIT" [lib] name = "pulldown_html_ext" path = "src/lib.rs" [[test]] name = "integration" path = "tests/integration.rs" [[test]] name = "pulldown-cmark" path = "tests/pulldown_cmark.rs" [[test]] name = "syntect" path = "tests/syntect.rs" [dependencies.ego-tree] version = "0.9.0" [dependencies.lazy_static] version = "1.5.0" optional = true [dependencies.pulldown-cmark] version = "0.12.2" [dependencies.pulldown-cmark-escape] version = "0.11.0" [dependencies.pulldown-html-ext-derive] version = "0.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.syntect] version = "5.2.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8.19" [dev-dependencies.html-compare-rs] version = "0.2.0" [dev-dependencies.scraper] version = "0.21" [features] default = ["syntect"] syntect = [ "dep:syntect", "dep:lazy_static", ]