# 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" rust-version = "1.77" name = "render_readme" version = "0.12.0" authors = ["Kornel "] build = false exclude = [ "/syntaxes", "/dump", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Render Markdown or reStructuredText with syntax highlighting and image filtering similar to GitHub's" readme = "README.md" keywords = [ "markdown", "readme", "html", "convert", "github", ] categories = ["text-processing"] license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/lib.rs/render_readme" [lib] name = "render_readme" path = "src/lib.rs" [dependencies.ammonia] version = "4.0.0" [dependencies.comrak] version = "0.26" default-features = false [dependencies.gh-emoji] version = "1.0.8" [dependencies.html5ever] version = "0.28" [dependencies.log] version = "0.4.22" [dependencies.markup5ever] version = "0.13" [dependencies.markup5ever_rcdom] version = "0.4.0-unofficial" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.0" features = [ "std", "unicode-gencat", "unicode-perl", ] default-features = false [dependencies.rustc-hash] version = "2.0" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.syntect] version = "5.2.0" features = [ "parsing", "regex-fancy", "dump-load", ] default-features = false [dependencies.tempdir] version = "0.3.7" [dependencies.this_is_for_slug_crate_in_comrak] version = "0.4.5" features = ["force-upgrade"] package = "deunicode" [dependencies.thread_local] version = "1.1.8"