cargo-wizard 0.2.3

Cargo subcommand for applying Cargo profile templates.
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 = "2024"
name = "cargo-wizard"
version = "0.2.3"
authors = ["Jakub Beránek <berykubik@gmail.com>"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cargo subcommand for applying Cargo profile templates."
readme = "README.md"
keywords = [
    "cargo",
    "profile",
    "template",
]
categories = ["development-tools::cargo-plugins"]
license = "MIT"
repository = "https://github.com/kobzol/cargo-wizard"

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

[[bin]]
name = "cargo-wizard"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.cargo_metadata]
version = "0.23"

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

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

[dependencies.indexmap]
version = "2"

[dependencies.inquire]
version = "0.9"

[dependencies.rustc_version]
version = "0.4"

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

[dependencies.thiserror]
version = "2"

[dependencies.toml_edit]
version = "0.23"

[dependencies.which]
version = "8"

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

[dev-dependencies.rustversion]
version = "1"

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

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

[profile.dev]
debug = 0