# 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.4" authors = ["Triet Trinh "] build = false include = [ "src/**/*.rs", "Cargo.toml", "README.md", ] 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", ] categories = ["development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/trinhminhtriet/cargo-kit" [profile.dev] debug = 0 [lib] name = "cargo_kit" path = "src/lib.rs" [[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] version = "4.5.1" features = ["derive"] [dependencies.console] version = "0.15.8" features = ["windows-console-colors"] [dependencies.indexmap] version = "2.2.5" [dependencies.inquire] version = "0.7.0" [dependencies.rustc_version] version = "0.4.0" [dependencies.similar] version = "2.4.0" features = ["inline"] [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" [target.'cfg(target_os = "linux")'.dev-dependencies.rexpect] version = "0.5.0"