cargo-kit 0.1.10

Cargo subcommand to apply performance, compile-time, or size-optimized profiles and configs to your Rust project for enhanced build efficiency.
Documentation
[[bin]]
name = "cargo-kit"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.atty]
version = "0.2.14"

[dependencies.cargo_metadata]
version = "0.19.1"

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

[dependencies.console]
features = ["windows-console-colors"]
version = "0.15.10"

[dependencies.indexmap]
version = "2.10.0"

[dependencies.inquire]
version = "0.7.0"

[dependencies.rustc_version]
version = "0.4.0"

[dependencies.similar]
features = ["inline"]
version = "2.7.0"

[dependencies.thiserror]
version = "1.0.66"

[dependencies.toml_edit]
version = "0.22.26"

[dependencies.which]
version = "7.0.3"

[dev-dependencies.insta]
version = "1.43.1"

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

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

[package]
authors = ["Triet Trinh <contact@trinhminhtriet.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::cargo-plugins"]
description = "Cargo subcommand to apply performance, compile-time, or size-optimized profiles and configs to your Rust project for enhanced build efficiency."
edition = "2021"
homepage = "https://trinhminhtriet.com"
include = ["src/**/*.rs", "Cargo.toml", "README.md"]
keywords = ["cargo", "profile", "template", "optimization", "build"]
license = "MIT"
name = "cargo-kit"
readme = "README.md"
repository = "https://github.com/trinhminhtriet/cargo-kit"
version = "0.1.10"

[profile.dev]
debug = 0

[profile.release]
lto = true

[target.'cfg(target_os = "linux")'.dev-dependencies.rexpect]
version = "0.6.1"