# 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 = "cmark-syntax" version = "0.5.1" authors = [ "Maciej Hirsz ", "Maroš Grego ", ] description = "Syntax highlighting for pulldown-cmark" homepage = "https://github.com/grego/cmark-syntax" readme = "README.md" keywords = [ "cmark", "syntax", "highlighting", ] categories = [ "parsing", "web-programming", ] license = "GPL-3.0-or-later" repository = "https://github.com/grego/cmark-syntax" [dependencies.latex2mathml] version = "0.2.3" optional = true [dependencies.logos] version = "0.14" [dependencies.pulldown-cmark] version = "0.11" default_features = false [dev-dependencies.pulldown-cmark] version = "0.11" features = ["html"] default_features = false [dev-dependencies.ramhorns] version = "1" [features] default = ["latex2mathml"]