cargo-kit 0.1.4

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.92"

[dependencies.atty]
version = "0.2.14"

[dependencies.cargo_metadata]
version = "0.18.1"

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

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

[dependencies.indexmap]
version = "2.2.5"

[dependencies.inquire]
version = "0.7.0"

[dependencies.rustc_version]
version = "0.4.0"

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

[dependencies.thiserror]
version = "1.0.66"

[dependencies.toml_edit]
version = "0.22.20"

[dependencies.which]
version = "7.0.0"

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

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

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

[package]
authors = ["Triet Trinh <contact@trinhminhtriet.com>"]
autobenches = false
autobins = false
autoexamples = 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"]
license = "MIT"
name = "cargo-kit"
readme = "README.md"
repository = "https://github.com/trinhminhtriet/cargo-kit"
version = "0.1.4"

[profile.dev]
debug = 0

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