comrak 0.18.0

A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter
Documentation
[[bin]]
doc = false
name = "comrak"
required-features = ["cli", "syntect"]
[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1"

[dependencies.emojis]
optional = true
version = "0.5.2"

[dependencies.entities]
version = "1.0.1"

[dependencies.memchr]
version = "2"

[dependencies.once_cell]
version = "1.13.0"

[dependencies.regex]
version = "1.5.5"

[dependencies.shell-words]
optional = true
version = "1.0"

[dependencies.slug]
version = "0.1.4"

[dependencies.typed-arena]
version = "2.0.1"

[dependencies.unicode_categories]
version = "0.1.1"
[dev-dependencies.ntest]
version = "0.9"

[features]
cli = ["clap", "shell-words", "xdg"]
default = ["cli", "syntect"]
shortcodes = ["emojis"]

[package]
authors = ["Asherah Connor <ashe@kivikakk.ee>"]
categories = ["text-processing", "parsing", "command-line-utilities"]
description = "A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter"
documentation = "https://docs.rs/comrak"
edition = "2018"
exclude = ["/hooks/*", "/script/*", "/vendor/*", "/.travis.yml", "/Makefile", "/spec_out.txt"]
homepage = "https://github.com/kivikakk/comrak"
keywords = ["markdown", "commonmark"]
license = "BSD-2-Clause"
name = "comrak"
readme = "README.md"
repository = "https://github.com/kivikakk/comrak"
resolver = "2"
version = "0.18.0"
[profile.release]
lto = true
[target."cfg(all(not(windows), not(target_arch=\"wasm32\")))".dependencies.xdg]
optional = true
version = "^2.1"
[target."cfg(not(target_arch=\"wasm32\"))".dependencies.clap]
features = ["derive", "string", "wrap_help"]
optional = true
version = "4.0"

[target."cfg(not(target_arch=\"wasm32\"))".dependencies.syntect]
default-features = false
features = ["default-themes", "default-syntaxes", "html", "regex-onig"]
optional = true
version = "5.0"
[target."cfg(not(target_arch=\"wasm32\"))".dev-dependencies.propfuzz]
version = "0.0.1"
[target."cfg(target_arch=\"wasm32\")".dependencies.clap]
features = ["derive", "string"]
optional = true
version = "4.0"

[target."cfg(target_arch=\"wasm32\")".dependencies.syntect]
default-features = false
features = ["default-fancy"]
optional = true
version = "5.0"