[package]
edition = "2024"
rust-version = "1.85"
name = "sa3p-parser"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Streaming XML-style parser for SA3P operator commands."
homepage = "https://github.com/ccheshirecat/sa3p"
documentation = "https://docs.rs/sa3p-parser"
readme = "README.md"
keywords = [
"llm",
"xml",
"parser",
"tools",
"sa3p",
]
categories = [
"parser-implementations",
"text-processing",
]
license = "MIT"
repository = "https://github.com/ccheshirecat/sa3p"
resolver = "2"
[lib]
name = "sa3p_parser"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2"