# 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 = "binary-install" version = "0.4.1" 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.anyhow] version = "1.0" [dependencies.dirs-next] version = "2.0.0" [dependencies.flate2] version = "1.0" [dependencies.fs4] version = "0.6.6" [dependencies.hex] version = "0.4" [dependencies.is_executable] version = "0.1" [dependencies.siphasher] version = "0.3" [dependencies.tar] version = "0.4" [dependencies.ureq] version = "2.6" [dependencies.zip] version = "2.1.3" [dev-dependencies.tempfile] version = "3.1"