[[bin]]
name = "coding-agent-tools"
path = "src/main.rs"
[dependencies.agentic_logging]
version = "0.1.1"
[dependencies.anyhow]
version = "1"
[dependencies.clap]
features = ["derive", "env"]
version = "4"
[dependencies.claudecode]
version = "0.1.9"
[dependencies.dirs]
version = "6"
[dependencies.globset]
version = "0.4"
[dependencies.ignore]
version = "0.4"
[dependencies.once_cell]
version = "1"
[dependencies.regex]
version = "1"
[dependencies.schemars]
version = "0.8"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.shell-escape]
version = "0.1"
[dependencies.thiserror]
version = "1"
[dependencies.thoughts-tool]
version = "0.7.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dependencies.universal-tool-core]
features = ["mcp"]
version = "0.2.5"
[dependencies.walkdir]
version = "2.5"
[dev-dependencies.filetime]
version = "0.2"
[dev-dependencies.serial_test]
version = "3"
[dev-dependencies.tempfile]
version = "3"
[lib]
name = "coding_agent_tools"
path = "src/lib.rs"
[package]
authors = ["Allison Durham"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Coding agent tools (CLI + MCP). First tool: ls."
edition = "2024"
homepage = "https://github.com/allisoneer/agentic_auxilary"
keywords = ["cli", "mcp", "filesystem", "ls", "ignore"]
license = "MIT"
name = "coding_agent_tools"
readme = "README.md"
repository = "https://github.com/allisoneer/agentic_auxilary"
resolver = "2"
version = "0.1.8"
[[test]]
name = "glob_tests"
path = "tests/glob_tests.rs"
[[test]]
name = "grep_tests"
path = "tests/grep_tests.rs"
[[test]]
name = "ls_tests"
path = "tests/ls_tests.rs"
[[test]]
name = "mcp_stdout_cleanliness"
path = "tests/mcp_stdout_cleanliness.rs"
[[test]]
name = "spawn_agent_integration"
path = "tests/spawn_agent_integration.rs"
[[test]]
name = "tilde_paths"
path = "tests/tilde_paths.rs"