harness-tools 0.1.1

Umbrella re-export for harness-* AI agent tools: core, read, write, grep, glob, bash, webfetch, lsp, skill
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 = "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"