[package]
edition = "2024"
rust-version = "1.95.0"
name = "mdstitch"
version = "0.1.0"
authors = ["Soeren Magnus Olesen"]
build = false
exclude = ["proptest-regressions/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Streaming markdown preprocessor that closes unterminated syntax token-by-token."
homepage = "https://github.com/df49b9cd/tahoe-gpui/tree/main/crates/mdstitch"
documentation = "https://docs.rs/mdstitch"
readme = "README.md"
keywords = [
"markdown",
"streaming",
"pulldown-cmark",
"commonmark",
]
categories = [
"text-processing",
"parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/df49b9cd/tahoe-gpui"
resolver = "2"
[lib]
name = "mdstitch"
path = "src/lib.rs"
[dev-dependencies.proptest]
version = "1.11.0"
[lints.clippy]
dbg_macro = "warn"
todo = "warn"
too_many_arguments = "allow"
type_complexity = "allow"
[lints.rust]
unexpected_cfgs = "warn"
unsafe_op_in_unsafe_fn = "warn"