kata 0.2.0

Multi-project template applier with AI-delegated merge
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.85"
name = "kata"
version = "0.2.0"
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-project template applier with AI-delegated merge"
homepage = "https://github.com/yukimemi/kata"
readme = "README.md"
keywords = [
    "template",
    "scaffold",
    "ai",
    "tera",
    "monorepo",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/yukimemi/kata"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.camino]
version = "1"
features = ["serde1"]

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

[dependencies.clap_complete]
version = "4"

[dependencies.directories]
version = "5"

[dependencies.globset]
version = "0.4"

[dependencies.indicatif]
version = "0.18"

[dependencies.inquire]
version = "0.7"

[dependencies.jiff]
version = "0.2"
features = ["serde"]

[dependencies.owo-colors]
version = "4"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.11"

[dependencies.similar]
version = "3"

[dependencies.tempfile]
version = "3"

[dependencies.tera]
version = "1.20"

[dependencies.teravars]
version = "0.1.4"
features = [
    "merge",
    "shell",
    "tracing",
]

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "process",
    "fs",
    "sync",
    "io-util",
    "time",
]

[dependencies.toml]
version = "1"

[dependencies.toml_edit]
version = "0.23"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.which]
version = "7"

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

[dev-dependencies.assert_fs]
version = "1"

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

[profile.release]
lto = true
codegen-units = 1
strip = true