markdown-syntax 0.1.1

no_std + alloc Markdown syntax parser and serializer
Documentation
# 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"
rust-version = "1.82"
name = "markdown-syntax"
version = "0.1.1"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "CHANGELOG.md",
    "LICENSE-APACHE",
    "LICENSE-MIT",
    "src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "no_std + alloc Markdown syntax parser and serializer"
homepage = "https://github.com/plimeor/markdown-syntax"
readme = "README.md"
keywords = [
    "markdown",
    "commonmark",
    "gfm",
    "parser",
    "ast",
]
categories = [
    "parser-implementations",
    "text-processing",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/plimeor/markdown-syntax"

[package.metadata.docs.rs]
features = ["html"]

[features]
default = []
html = []

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