coding-tools 0.3.0

Declarative, agent-friendly CLI tools behind one 'ct' command: search, view, verifiable edits, and framed command tests.
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"
rust-version = "1.88"
name = "coding-tools"
version = "0.3.0"
authors = ["Jonathan Shook <jshook@gmail.com>"]
build = false
exclude = [
    ".idea/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "ct"
description = "Declarative, agent-friendly CLI tools behind one 'ct' command: search, view, verifiable edits, and framed command tests."
homepage = "https://github.com/jshook/coding-tools"
documentation = "https://docs.rs/coding-tools"
readme = "README.md"
keywords = [
    "cli",
    "search",
    "grep",
    "refactor",
    "agent",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/jshook/coding-tools"

[lib]
name = "coding_tools"
path = "src/lib.rs"

[[bin]]
name = "ct"
path = "src/bin/ct.rs"

[[bin]]
name = "ct-await"
path = "src/bin/ct-await.rs"

[[bin]]
name = "ct-check"
path = "src/bin/ct-check.rs"

[[bin]]
name = "ct-deps"
path = "src/bin/ct-deps.rs"

[[bin]]
name = "ct-each"
path = "src/bin/ct-each.rs"

[[bin]]
name = "ct-edit"
path = "src/bin/ct-edit.rs"

[[bin]]
name = "ct-outline"
path = "src/bin/ct-outline.rs"

[[bin]]
name = "ct-patch"
path = "src/bin/ct-patch.rs"

[[bin]]
name = "ct-rules"
path = "src/bin/ct-rules.rs"

[[bin]]
name = "ct-search"
path = "src/bin/ct-search.rs"

[[bin]]
name = "ct-test"
path = "src/bin/ct-test.rs"

[[bin]]
name = "ct-tree"
path = "src/bin/ct-tree.rs"

[[bin]]
name = "ct-view"
path = "src/bin/ct-view.rs"

[[test]]
name = "block_payloads"
path = "tests/block_payloads.rs"

[[test]]
name = "deps_await"
path = "tests/deps_await.rs"

[[test]]
name = "dispatch_bounds"
path = "tests/dispatch_bounds.rs"

[[test]]
name = "explain_docs"
path = "tests/explain_docs.rs"

[[test]]
name = "framed_verdict"
path = "tests/framed_verdict.rs"

[[test]]
name = "outline_tool"
path = "tests/outline_tool.rs"

[[test]]
name = "rules_surface"
path = "tests/rules_surface.rs"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.jsonc-parser]
version = "0.26"
features = ["serde"]

[dependencies.regex]
version = "1.12.3"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.yaml-edit]
version = "0.2.1"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[profile.release]
strip = true