[package]
edition = "2021"
name = "acpremote"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Handle-claim crate for ACP Remote. The production implementation currently ships as a Python package."
homepage = "https://vcoderun.github.io/acpkit/acpremote/"
documentation = "https://vcoderun.github.io/acpkit/acpremote/"
readme = "README.md"
keywords = [
"acp",
"agents",
"transport",
"websocket",
]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/vcoderun/acpkit"
[lib]
name = "acpremote"
path = "src/lib.rs"