sa3p-parser 0.1.3

Streaming XML-style parser for SA3P operator commands.
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.85"
name = "sa3p-parser"
version = "0.1.3"
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"