|
|
@ -73,6 +73,20 @@ dependencies = [ |
|
|
|
"libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "binary-install" |
|
|
|
|
|
|
|
version = "0.0.1" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"curl 0.4.19 (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.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"flate2 1.0.6 (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.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"zip 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "bitflags" |
|
|
|
name = "bitflags" |
|
|
|
version = "1.0.4" |
|
|
|
version = "1.0.4" |
|
|
@ -1227,6 +1241,7 @@ 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.0.1", |
|
|
|
"cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cargo_metadata 0.6.4 (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)", |
|
|
|
"curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1251,24 +1266,9 @@ dependencies = [ |
|
|
|
"tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-pack-binary-install 0.1.0", |
|
|
|
|
|
|
|
"which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "wasm-pack-binary-install" |
|
|
|
|
|
|
|
version = "0.1.0" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"curl 0.4.19 (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.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"flate2 1.0.6 (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.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"zip 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "which" |
|
|
|
name = "which" |
|
|
|
version = "2.0.1" |
|
|
|
version = "2.0.1" |
|
|
|