[package]
edition = "2024"
name = "agent-tools"
version = "0.1.1"
authors = ["Ancient"]
build = false
include = [
"Cargo.toml",
"Cargo.lock",
"README.md",
"src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight command and Codex-powered tool helpers for Rust agents"
homepage = "https://github.com/atlas-orien/agent-tools"
documentation = "https://docs.rs/agent-tools"
readme = "README.md"
keywords = [
"agent",
"command",
"codex",
"tools",
"web-search",
]
categories = [
"command-line-interface",
"development-tools",
]
license = "MIT"
repository = "https://github.com/atlas-orien/agent-tools.git"
[lib]
name = "agent_tools"
path = "src/lib.rs"
[[bin]]
name = "codex_search"
path = "src/bin/codex_search.rs"
[dependencies.thiserror]
version = "2"
[dependencies.wait-timeout]
version = "0.2"
[dev-dependencies.tempfile]
version = "3.27.0"