kata 0.6.3

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.6.3"
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.0.102"

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

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

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

[dependencies.clap_complete]
version = "4.6.4"

[dependencies.directories]
version = "5.0.1"

[dependencies.globset]
version = "0.4.18"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.inquire]
version = "0.7"

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

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

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

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.sha2]
version = "0.11"

[dependencies.similar]
version = "3.1.0"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tera]
version = "1.20.1"

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

[dependencies.thiserror]
version = "2.0.18"

[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.2.2"

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

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

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