kai-tool 0.1.4

CLI helpers for AI coding workflows, file bundling, and git worktree management.
# 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"
name = "kai-tool"
version = "0.1.4"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI helpers for AI coding workflows, file bundling, and git worktree management."
readme = "README.md"
keywords = [
    "cli",
    "git",
    "worktree",
    "automation",
    "llm",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "AGPL-3.0-only"
repository = "https://github.com/khoek/ferramentum/tree/master/kai-tool"

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

[dependencies.anyhow]
version = "1"

[dependencies.capulus]
version = "0.2.2"

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

[dependencies.fs2]
version = "0.4"

[dependencies.indicatif]
version = "0.18"

[dependencies.libc]
version = "0.2"

[dependencies.pathdiff]
version = "0.2"

[dependencies.rand]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.9"

[dependencies.walkdir]
version = "2"

[dependencies.which]
version = "8"