litedoc-core 0.1.0

Deterministic document parser for machine-generated output with error recovery
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 = "litedoc-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic document parser for machine-generated output with error recovery"
documentation = "https://docs.rs/litedoc-core"
readme = "README.md"
keywords = [
    "parser",
    "document",
    "llm",
    "ai",
    "agent",
]
categories = [
    "parsing",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/nssalian/litedoc"

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

[[test]]
name = "parser_tests"
path = "tests/parser_tests.rs"

[[test]]
name = "robustness_report"
path = "tests/robustness_report.rs"

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

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

[dependencies.memchr]
version = "2.7"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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