# 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-wizard" version = "0.2.2" authors = ["Jakub Beránek "] include = [ "src/**/*.rs", "Cargo.toml", "README.md", ] 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" [profile.dev] debug = 0 [dependencies.anyhow] version = "1.0.80" [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.57" [dependencies.toml_edit] version = "0.22.6" [dependencies.which] version = "6.0.0" [dev-dependencies.insta] version = "1.35.1" [dev-dependencies.tempfile] version = "3.10.1" [target."cfg(target_os = \"linux\")".dev-dependencies.rexpect] version = "0.5.0"