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
# 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 = "2021"
name = "cargo-kit"
version = "0.1.10"
authors = ["Triet Trinh <contact@trinhminhtriet.com>"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
readme = "README.md"
keywords = [
    "cargo",
    "profile",
    "template",
    "optimization",
    "build",
]
categories = ["development-tools::cargo-plugins"]
license = "MIT"
repository = "https://github.com/trinhminhtriet/cargo-kit"

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

[[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]
version = "4.5.42"
features = ["derive"]

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

[dependencies.indexmap]
version = "2.10.0"

[dependencies.inquire]
version = "0.7.0"

[dependencies.rustc_version]
version = "0.4.0"

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

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

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

[profile.dev]
debug = 0

[profile.release]
lto = true