binary-install 0.0.3-alpha

Install a binary from a path to a global cache
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "binary-install"
version = "0.0.3-alpha"
authors = ["Rust and WebAssembly Working Group"]
description = "Install a binary from a path to a global cache"
documentation = "https://docs.rs/binary-install"
readme = "./README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/binary-install"
[dependencies.curl]
version = "0.4.13"

[dependencies.dirs]
version = "1.0.4"

[dependencies.failure]
version = "0.1.2"

[dependencies.flate2]
version = "1.0.2"

[dependencies.fs2]
version = "0.4.3"

[dependencies.hex]
version = "0.3"

[dependencies.is_executable]
version = "0.1.2"

[dependencies.siphasher]
version = "0.2.3"

[dependencies.tar]
version = "0.4.16"

[dependencies.zip]
version = "0.5.0"
[dev-dependencies.tempfile]
version = "3.0.5"