cargo-quickinstall 0.3.36

Precompiled binary installs for `cargo install`
Documentation
[[bin]]
name = "cargo-quickinstall"
path = "src/main.rs"

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

[dependencies.guess_host_triple]
version = "0.1.5"

[dependencies.home]
version = "0.5.11"

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

[dependencies.tempfile]
version = "3.23.0"

[dependencies.tinyjson]
version = "2"

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

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

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

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