|
|
@ -67,20 +67,6 @@ dependencies = [ |
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "binary-install" |
|
|
|
|
|
|
|
version = "0.1.0" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"curl 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"flate2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"tar 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"zip 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "bitflags" |
|
|
|
name = "bitflags" |
|
|
|
version = "1.0.4" |
|
|
|
version = "1.0.4" |
|
|
@ -1059,7 +1045,6 @@ name = "wasm-pack" |
|
|
|
version = "0.5.1" |
|
|
|
version = "0.5.1" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"binary-install 0.1.0", |
|
|
|
|
|
|
|
"cargo_metadata 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cargo_metadata 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"console 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"console 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1077,9 +1062,24 @@ dependencies = [ |
|
|
|
"structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"wasm-pack-binary-install 0.1.0", |
|
|
|
"which 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"which 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "wasm-pack-binary-install" |
|
|
|
|
|
|
|
version = "0.1.0" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"curl 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"flate2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"tar 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"zip 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "which" |
|
|
|
name = "which" |
|
|
|
version = "2.0.0" |
|
|
|
version = "2.0.0" |
|
|
|