mdstitch 0.1.0

Streaming markdown preprocessor that closes unterminated syntax token-by-token.
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"
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"