[package]
name = "defect-tools"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Built-in tool implementations (filesystem, shell, subagents, skills) for the defect agent."
[dependencies]
defect-agent.workspace = true
defect-config.workspace = true
agent-client-protocol-schema.workspace = true
base64.workspace = true
futures.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tokio = { workspace = true, features = ["process", "io-util", "time", "macros", "sync", "rt"] }
tokio-util.workspace = true
tracing.workspace = true
htmd.workspace = true
ignore = "0.4"
grep-searcher = "0.1"
grep-matcher = "0.1"
grep-regex = "0.1"
globset = "0.4"
[dev-dependencies]
tokio = { workspace = true, features = ["process", "io-util", "time", "macros", "sync", "rt", "rt-multi-thread", "test-util"] }
tempfile.workspace = true
wiremock.workspace = true
defect-http.workspace = true
[lints]
workspace = true