cargo-quickinstall 0.3.45

Precompiled binary installs for `cargo install`
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 = "2018"
name = "cargo-quickinstall"
version = "0.3.45"
authors = ["David Laban <david.laban@red-badger.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Precompiled binary installs for `cargo install`"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/cargo-bins/cargo-quickinstall"

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

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.guess_host_triple]
version = "0.1.5"

[dependencies.home]
version = "0.5.11"

[dependencies.pico-args]
version = "0.5.0"
features = ["eq-separator"]

[dependencies.tempfile]
version = "3.24.0"

[dependencies.tinyjson]
version = "2"

[dev-dependencies.mktemp]
version = "0.5.1"

[build-dependencies.embed-resource]
version = "3.0.6"