sa3p-engine 0.1.2

Sans-IO execution engine for SA3P operator instructions.
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-engine"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sans-IO execution engine for SA3P operator instructions."
homepage = "https://github.com/ccheshirecat/sa3p"
documentation = "https://docs.rs/sa3p-engine"
readme = "README.md"
keywords = [
    "llm",
    "engine",
    "xml",
    "agent",
    "sa3p",
]
categories = [
    "development-tools",
    "command-line-interface",
]
license = "MIT"
repository = "https://github.com/ccheshirecat/sa3p"
resolver = "2"

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

[dependencies.sa3p-parser]
version = "0.1.2"

[dependencies.sha2]
version = "0.10"

[dependencies.strsim]
version = "0.11"

[dependencies.thiserror]
version = "2"