rsmarkdown-core 0.1.0

Streaming markdown core: normalize -> preprocess -> block split -> incremental AST (core only, no terminal deps)
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"
name = "rsmarkdown-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Streaming markdown core: normalize -> preprocess -> block split -> incremental AST (core only, no terminal deps)"
readme = "README.md"
keywords = [
    "markdown",
    "streaming",
    "parser",
    "llm",
]
categories = [
    "text-processing",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/yexrob/rsmarkdown-tui"

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

[[bench]]
name = "stream"
path = "benches/stream.rs"
harness = false

[dependencies.memchr]
version = "2"

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

[dev-dependencies.criterion]
version = "0.5"
features = ["cargo_bench_support"]
default-features = false