[package]
edition = "2024"
rust-version = "1.89.0"
name = "axe-ir"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Intermediate representation for the AXE (Agent eXtension Engine) spec"
homepage = "https://github.com/claylo/axe"
readme = "README.md"
keywords = [
"agent",
"mcp",
"skills",
"interop",
]
categories = [
"data-structures",
"development-tools",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/claylo/axe"
[lib]
name = "axe_ir"
path = "src/lib.rs"