[package]
edition = "2024"
rust-version = "1.85.0"
name = "agentctl"
version = "0.1.0"
authors = ["AgentCTL <developer@agentctl.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tiny control-plane primitives for AI agents."
homepage = "https://github.com/agentctl-dev/agentctl"
readme = "README.md"
keywords = [
"agents",
"async",
"control-plane",
]
categories = [
"asynchronous",
"command-line-utilities",
]
license = "AGPL-3.0-only"
repository = "https://github.com/agentctl-dev/agentctl"
[badges.maintenance]
status = "actively-developed"
[lib]
name = "agentctl"
path = "src/lib.rs"
[[test]]
name = "basic"
path = "tests/basic.rs"