markdown-it 0.3.0

Rust port of popular markdown-it.js library.
Documentation
[[bench]]
harness = false
name = "test-file"

[[bin]]
doc = false
name = "markdown-it"
path = "src/bin.rs"
[dependencies.argparse]
version = "0.2.2"

[dependencies.const_format]
version = "0.2.26"

[dependencies.derivative]
version = "2.2.0"

[dependencies.downcast-rs]
version = "1.2.0"

[dependencies.entities]
version = "1.0.1"

[dependencies.html-escape]
version = "0.2.11"

[dependencies.linkify]
optional = true
version = "0.9.0"

[dependencies.mdurl]
version = "0.1.0"

[dependencies.once_cell]
version = "1.13.0"

[dependencies.readonly]
version = "0.2.2"

[dependencies.regex]
version = "1.6.0"

[dependencies.stacker]
version = "0.1.15"

[dependencies.syntect]
default-features = false
features = ["default-fancy"]
optional = true
version = "5.0.0"

[dependencies.unicode-general-category]
version = "0.5.1"
[dev-dependencies.criterion]
version = "0.3"

[features]
default = ["linkify", "syntect"]

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

[package]
authors = ["Alex Kocharin <alex@kocharin.ru>"]
categories = ["text-processing", "parsing"]
description = "Rust port of popular markdown-it.js library."
documentation = "https://docs.rs/markdown-it"
edition = "2021"
homepage = "https://github.com/rlidwka/markdown-it.rs"
keywords = ["markdown", "commonmark"]
license = "MIT"
name = "markdown-it"
readme = "README.md"
repository = "https://github.com/rlidwka/markdown-it.rs"
resolver = "2"
version = "0.3.0"