[package]
name = "cargo-kit"
version = "0.1.10"
edition = "2021"
description = "Cargo subcommand to apply performance, compile-time, or size-optimized profiles and configs to your Rust project for enhanced build efficiency."
homepage = "https://trinhminhtriet.com"
repository = "https://github.com/trinhminhtriet/cargo-kit"
authors = ["Triet Trinh <contact@trinhminhtriet.com>"]
keywords = ["cargo", "profile", "template", "optimization", "build"]
categories = ["development-tools::cargo-plugins"]
readme = "README.md"
license = "MIT"
include = ["src/**/*.rs", "Cargo.toml", "README.md"]
[dependencies]
anyhow = "1.0.95"
atty = "0.2.14"
cargo_metadata = "0.19.1"
clap = { version = "4.5.42", features = ["derive"] }
console = { version = "0.15.10", features = ["windows-console-colors"] }
indexmap = "2.10.0"
inquire = "0.7.0"
rustc_version = "0.4.0"
similar = { version = "2.7.0", features = ["inline"] }
thiserror = "1.0.66"
toml_edit = "0.22.26"
which = "7.0.3"
[dev-dependencies]
tempfile = "3.20.0"
insta = "1.43.1"
[target.'cfg(target_os = "linux")'.dev-dependencies]
rexpect = "0.6.1"
[profile.dev]
debug = 0
[profile.release]
lto = true