[package]
name = "markdown-syntax"
version = "0.1.2"
edition = "2021"
rust-version = "1.82"
description = "no_std + alloc Markdown syntax parser and serializer"
homepage = "https://github.com/plimeor/markdown-syntax"
repository = "https://github.com/plimeor/markdown-syntax"
license = "MIT OR Apache-2.0"
keywords = ["markdown", "commonmark", "gfm", "parser", "ast"]
categories = ["parser-implementations", "text-processing", "no-std"]
include = [
"Cargo.toml",
"README.md",
"CHANGELOG.md",
"LICENSE-APACHE",
"LICENSE-MIT",
"src/**",
]
[lib]
name = "markdown_syntax"
path = "src/lib.rs"
[features]
default = []
html = []
[package.metadata.docs.rs]
features = ["html"]