[package]
edition = "2021"
name = "arena-zero"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent Execution Protocol: deterministic WASM state machines for mutually-untrusting AI agents"
readme = "README.md"
keywords = [
"arena",
"wasm",
"p2p",
"ai-agents",
"protocol",
]
categories = [
"wasm",
"network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arena-zero/arena0"
[lib]
name = "arena_zero"
path = "src/lib.rs"