[package]
edition = "2021"
rust-version = "1.75"
name = "harness-tools"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Umbrella re-export for harness-* AI agent tools: core, read, write, grep, glob, bash, webfetch, lsp, skill"
homepage = "https://github.com/avifenesh/tools/tree/main/crates/harness-tools#readme"
documentation = "https://docs.rs/harness-tools"
readme = "README.md"
keywords = [
"ai",
"agent",
"llm",
"tool-use",
"harness",
]
categories = [
"api-bindings",
"development-tools",
]
license = "MIT"
repository = "https://github.com/avifenesh/tools"
[lib]
name = "harness_tools"
path = "src/lib.rs"
[dependencies.harness-bash]
version = "0.1.1"
[dependencies.harness-core]
version = "0.1.0"
[dependencies.harness-glob]
version = "0.1.1"
[dependencies.harness-grep]
version = "0.1.1"
[dependencies.harness-lsp]
version = "0.1.1"
[dependencies.harness-read]
version = "0.1.1"
[dependencies.harness-skill]
version = "0.1.0"
[dependencies.harness-webfetch]
version = "0.1.0"
[dependencies.harness-write]
version = "0.1.1"