mdtext 0.1.2

An incremental/streaming markdown parser compliant with CommonMark/GFM.
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 = "2024"
name = "mdtext"
version = "0.1.2"
build = false
include = [
    "src/**",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An incremental/streaming markdown parser compliant with CommonMark/GFM."
readme = "README.md"
keywords = [
    "markdown",
    "commonmark",
    "gfm",
]
categories = [
    "parser-implementations",
    "text-processing",
]
license = "MPL-2.0"
repository = "https://github.com/kirawi/mdtext"

[lib]
name = "mdtext"
crate-type = ["rlib"]
path = "src/lib.rs"

[[bin]]
name = "mdtext"
path = "src/main.rs"

[dependencies.memchr]
version = "2.8.3"

[dependencies.smallvec]
version = "1"

[dependencies.unicode-general-category]
version = "1.1.0"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.html5ever]
version = "0.39"

[dev-dependencies.markup5ever_rcdom]
version = "0.39"

[dev-dependencies.pulldown-cmark]
version = "0.13"

[dev-dependencies.rand]
version = "0.10"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"