[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.pretty_assertions]
version = "1.4"
[lib]
name = "apex_spec"
path = "src/lib.rs"
[package]
authors = ["Feanor"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "development-tools", "text-processing"]
description = "APEX Spec v1.1 — Deterministic DSL for agent planning, validation, and tool execution. Parser, validator, interpreter, prompts included."
documentation = "https://docs.rs/apex_spec"
edition = "2021"
homepage = "https://github.com/oldnordic/apex"
include = ["src/**/*", "prompts/**/*", "spec/**/*", "README.md", "LICENSE", "Cargo.toml"]
keywords = ["dsl", "agents", "llm", "planning", "parser"]
license = "GPL-3.0"
name = "apex_spec"
readme = "README.md"
repository = "https://github.com/oldnordic/apex"
version = "1.1.0"