agent-tools 0.1.1

Lightweight command and Codex-powered tool helpers for Rust 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"
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"