cargo-install 0.2.0

Wrapper around the cargo install command
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-install"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wrapper around the cargo install command"
homepage = "https://github.com/RoxyOS/cargo-install"
documentation = "https://docs.rs/cargo-install"
readme = "README.md"
keywords = [
    "cargo",
    "install",
    "wrapper",
    "builder",
]
categories = [
    "development-tools::cargo-plugins",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RoxyOS/cargo-install"

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

[dependencies.derive_builder]
version = "0.20"

[dependencies.tap]
version = "1"

[dependencies.thiserror]
version = "2"

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