cats 0.1.3

Coding Agent ToolS - A comprehensive toolkit for building AI-powered coding agents
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"
name = "cats"
version = "0.1.3"
authors = ["Simpaticoder Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Coding Agent ToolS - A comprehensive toolkit for building AI-powered coding agents"
homepage = "https://cats.podtan.com"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "agent-tools",
    "automation",
    "development-tools",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/podtan/cats"

[features]
all = [
    "opencode",
    "gemini-cli",
    "claude-code",
]
claude-code = []
default = ["old"]
gemini-cli = []
old = []
opencode = []
tiktoken = ["tiktoken-rs"]

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

[[bin]]
name = "cats"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.edit-distance]
version = "2.1"

[dependencies.glob]
version = "0.3"

[dependencies.regex]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = ["full"]

[dependencies.tempfile]
version = "3.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tiktoken-rs]
version = "0.7"
optional = true

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.toml]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.walkdir]
version = "2.3"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.tempfile]
version = "3.0"

[dev-dependencies.tokio-test]
version = "0.4"