agentctl 0.1.0

Tiny control-plane primitives for AI agents.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"