cmark-syntax 0.6.0

Syntax highlighting for pulldown-cmark
Documentation
[dependencies.latex2mathml]
optional = true
version = "0.2.3"

[dependencies.logos]
version = "0.15"

[dependencies.pulldown-cmark]
default-features = false
version = "0.12"

[dev-dependencies.pulldown-cmark]
default-features = false
features = ["html"]
version = "0.12"

[dev-dependencies.ramhorns]
version = "1"

[features]
default = ["latex2mathml"]

[lib]
name = "cmark_syntax"
path = "src/lib.rs"

[package]
authors = ["Maroš Grego <maros@grego.site>", "Maciej Hirsz <maciej.hirsz@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "web-programming"]
description = "Syntax highlighting for pulldown-cmark"
edition = "2021"
homepage = "https://github.com/grego/cmark-syntax"
keywords = ["cmark", "syntax", "highlighting"]
license = "GPL-3.0-or-later"
name = "cmark-syntax"
readme = "README.md"
repository = "https://github.com/grego/cmark-syntax"
version = "0.6.0"

[[test]]
name = "math"
path = "tests/math.rs"

[[test]]
name = "rust"
path = "tests/rust.rs"

[[test]]
name = "rust2"
path = "tests/rust2.rs"

[[test]]
name = "sh"
path = "tests/sh.rs"

[[test]]
name = "toml"
path = "tests/toml.rs"