[package]
edition = "2024"
name = "zmcp"
version = "0.0.1"
authors = ["Octallium Inc"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ZMCP - Full-Stack AI Framework for Agent Coordination. Rust implementation coming Q2 2025."
homepage = "https://zpkg.ai"
documentation = "https://zpkg.ai"
readme = "README.md"
keywords = [
"zmcp",
"zorg",
"coordination",
"ai",
"agents",
]
categories = [
"api-bindings",
"concurrency",
"network-programming",
]
license = "MIT"
repository = "https://github.com/octallium/zmcp-rust"
[lib]
name = "zmcp"
path = "src/lib.rs"