rust/Cargo.lock

749 lines
35 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2019-03-27 13:24:42 -05:00
[[package]]
name = "adler32"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-07-24 07:10:53 -05:00
[[package]]
name = "ar"
2019-05-04 09:23:53 -05:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-07-24 07:10:53 -05:00
dependencies = [
2019-06-11 08:21:05 -05:00
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-24 07:10:53 -05:00
]
2019-01-17 11:07:27 -06:00
[[package]]
name = "arrayvec"
2019-07-13 06:36:13 -05:00
version = "0.4.11"
2019-01-17 11:07:27 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-06-19 12:51:29 -05:00
[[package]]
name = "backtrace"
2019-08-10 07:33:59 -05:00
version = "0.3.34"
2018-06-19 12:51:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-20 08:48:18 -05:00
"backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-25 06:56:28 -05:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 12:51:29 -05:00
]
[[package]]
name = "backtrace-sys"
2019-07-20 08:48:18 -05:00
version = "0.1.31"
2018-06-19 12:51:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 12:51:29 -05:00
]
[[package]]
name = "bitflags"
version = "1.1.0"
2018-06-19 12:51:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-03-27 13:24:42 -05:00
[[package]]
2019-07-04 11:02:47 -05:00
name = "byteorder"
version = "1.3.2"
2019-03-27 13:24:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-07-24 07:10:53 -05:00
[[package]]
2019-07-04 11:02:47 -05:00
name = "c2-chacha"
version = "0.2.2"
2018-07-24 07:10:53 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-07-04 11:02:47 -05:00
dependencies = [
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-07-24 07:10:53 -05:00
2018-06-19 12:51:29 -05:00
[[package]]
name = "cc"
version = "1.0.40"
2018-06-19 12:51:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cfg-if"
2019-05-25 06:56:28 -05:00
version = "0.1.9"
2018-06-19 12:51:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2018-07-14 04:59:42 -05:00
name = "cranelift"
2019-07-20 08:42:26 -05:00
version = "0.36.0"
source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
2018-06-19 12:51:29 -05:00
dependencies = [
"cranelift-codegen 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
"cranelift-frontend 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
2018-06-19 12:51:29 -05:00
]
[[package]]
name = "cranelift-bforest"
2019-07-20 08:42:26 -05:00
version = "0.36.0"
source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
dependencies = [
"cranelift-entity 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
]
2018-06-19 12:51:29 -05:00
[[package]]
2018-07-14 04:59:42 -05:00
name = "cranelift-codegen"
2019-07-20 08:42:26 -05:00
version = "0.36.0"
source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
2018-06-19 12:51:29 -05:00
dependencies = [
"cranelift-bforest 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
"cranelift-codegen-meta 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
"cranelift-entity 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
2019-01-02 04:55:02 -06:00
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-01 03:54:37 -05:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-22 08:21:05 -05:00
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-17 11:05:11 -05:00
]
2018-07-23 04:17:39 -05:00
[[package]]
name = "cranelift-codegen-meta"
2019-07-20 08:42:26 -05:00
version = "0.36.0"
source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
2018-11-09 11:03:47 -06:00
dependencies = [
"cranelift-entity 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
2018-11-09 11:03:47 -06:00
]
2018-07-23 04:17:39 -05:00
2018-06-17 11:05:11 -05:00
[[package]]
2018-07-14 04:59:42 -05:00
name = "cranelift-entity"
2019-07-20 08:42:26 -05:00
version = "0.36.0"
source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
2018-07-23 04:17:39 -05:00
[[package]]
name = "cranelift-faerie"
2019-07-20 08:42:26 -05:00
version = "0.36.0"
source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
2018-07-23 04:17:39 -05:00
dependencies = [
"cranelift-codegen 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
"cranelift-module 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
"faerie 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-02 04:55:02 -06:00
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"goblin 0.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-22 08:21:05 -05:00
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-23 04:17:39 -05:00
]
2018-06-17 11:05:11 -05:00
2018-06-19 12:51:29 -05:00
[[package]]
2018-07-14 04:59:42 -05:00
name = "cranelift-frontend"
2019-07-20 08:42:26 -05:00
version = "0.36.0"
source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
2018-06-19 12:51:29 -05:00
dependencies = [
"cranelift-codegen 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
2019-08-01 03:54:37 -05:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-22 08:21:05 -05:00
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 12:51:29 -05:00
]
2018-06-17 11:05:11 -05:00
[[package]]
2018-07-14 04:59:42 -05:00
name = "cranelift-module"
2019-07-20 08:42:26 -05:00
version = "0.36.0"
source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
2018-06-19 12:51:29 -05:00
dependencies = [
"cranelift-codegen 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
"cranelift-entity 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
2019-01-02 04:55:02 -06:00
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-01 03:54:37 -05:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 12:51:29 -05:00
]
[[package]]
2018-07-14 04:59:42 -05:00
name = "cranelift-native"
2019-07-20 08:42:26 -05:00
version = "0.36.0"
source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
2018-06-17 11:05:11 -05:00
dependencies = [
"cranelift-codegen 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
2018-11-16 10:54:57 -06:00
"raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-22 08:21:05 -05:00
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 12:51:29 -05:00
]
[[package]]
2018-07-14 04:59:42 -05:00
name = "cranelift-simplejit"
2019-07-20 08:42:26 -05:00
version = "0.36.0"
source = "git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128#ba82568fe58b6d54b2a85927aada861629117a79"
2018-06-19 12:51:29 -05:00
dependencies = [
"cranelift-codegen 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
"cranelift-module 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
"cranelift-native 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
2018-07-14 04:59:42 -05:00
"errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-24 14:01:38 -05:00
"region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-22 08:21:05 -05:00
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-05 13:10:55 -05:00
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-17 11:05:11 -05:00
]
2019-03-27 13:24:42 -05:00
[[package]]
name = "crc32fast"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-06-19 12:51:29 -05:00
[[package]]
name = "errno"
2018-07-14 04:59:42 -05:00
version = "0.2.4"
2018-06-19 12:51:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-07-14 04:59:42 -05:00
"errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-05 13:10:55 -05:00
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 12:51:29 -05:00
]
[[package]]
2018-07-14 04:59:42 -05:00
name = "errno-dragonfly"
version = "0.1.1"
2018-06-19 12:51:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-10-16 10:24:45 -05:00
"gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 12:51:29 -05:00
]
2018-07-23 04:17:39 -05:00
[[package]]
name = "faerie"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-07-23 04:17:39 -05:00
dependencies = [
2019-01-02 04:55:02 -06:00
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 11:02:47 -05:00
"goblin 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
2018-10-25 10:36:29 -05:00
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-01 03:54:37 -05:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-23 04:17:39 -05:00
"string-interner 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-22 08:21:05 -05:00
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-23 04:17:39 -05:00
]
2018-06-17 11:05:11 -05:00
[[package]]
name = "failure"
2019-01-02 04:55:02 -06:00
version = "0.1.5"
2018-06-17 11:05:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-10 07:33:59 -05:00
"backtrace 0.3.34 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-02 04:55:02 -06:00
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-17 11:05:11 -05:00
]
[[package]]
name = "failure_derive"
2019-01-02 04:55:02 -06:00
version = "0.1.5"
2018-06-17 11:05:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-13 06:36:13 -05:00
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-13 04:52:09 -05:00
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
2019-05-25 06:56:28 -05:00
"synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-17 11:05:11 -05:00
]
2019-01-17 11:07:27 -06:00
[[package]]
name = "fallible-iterator"
2019-03-25 14:03:05 -05:00
version = "0.2.0"
2019-01-17 11:07:27 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-03-27 13:24:42 -05:00
[[package]]
name = "flate2"
version = "1.0.11"
2019-03-27 13:24:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 13:24:42 -05:00
]
2018-11-09 11:38:30 -06:00
[[package]]
2019-07-04 11:02:47 -05:00
name = "gcc"
version = "0.3.55"
2018-11-09 11:38:30 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-06-19 12:51:29 -05:00
[[package]]
2019-07-04 11:02:47 -05:00
name = "getrandom"
version = "0.1.10"
2018-06-19 12:51:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-07-04 11:02:47 -05:00
dependencies = [
2019-08-10 07:33:59 -05:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 11:02:47 -05:00
]
2018-06-19 12:51:29 -05:00
2019-01-17 11:07:27 -06:00
[[package]]
name = "gimli"
2019-07-13 06:36:13 -05:00
version = "0.19.0"
source = "git+https://github.com/gimli-rs/gimli.git#91e38653f2f4d615d7acc5da1df2fcbec0b50eb0"
2019-01-17 11:07:27 -06:00
dependencies = [
2019-07-13 06:36:13 -05:00
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-11 08:21:05 -05:00
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-25 14:03:05 -05:00
"fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-17 11:07:27 -06:00
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-03-27 13:24:42 -05:00
[[package]]
name = "goblin"
2019-07-04 11:02:47 -05:00
version = "0.0.22"
source = "git+https://github.com/m4b/goblin?rev=e57f2d4e3a089dca89c63bcfc0dbde3e6d647f83#e57f2d4e3a089dca89c63bcfc0dbde3e6d647f83"
2019-03-27 13:24:42 -05:00
dependencies = [
2019-08-01 03:54:37 -05:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 13:24:42 -05:00
"plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "goblin"
2019-06-02 04:42:31 -05:00
version = "0.0.22"
2019-07-04 11:02:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-01 03:54:37 -05:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "goblin"
2019-07-04 11:02:47 -05:00
version = "0.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-08-01 03:54:37 -05:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-07-23 04:17:39 -05:00
[[package]]
name = "indexmap"
2018-10-25 10:36:29 -05:00
version = "1.0.2"
2018-07-23 04:17:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-06-17 11:05:11 -05:00
[[package]]
name = "itoa"
2019-05-04 09:25:19 -05:00
version = "0.4.4"
2018-07-23 04:17:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "lazy_static"
version = "1.3.0"
2018-06-17 11:05:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-06-19 12:51:29 -05:00
[[package]]
name = "libc"
version = "0.2.62"
2018-06-19 12:51:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libloading"
2019-08-13 04:52:09 -05:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-07-23 04:17:39 -05:00
[[package]]
name = "log"
2019-08-01 03:54:37 -05:00
version = "0.4.8"
2018-07-23 04:17:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-05-25 06:56:28 -05:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-23 04:17:39 -05:00
]
2018-06-19 12:51:29 -05:00
[[package]]
name = "mach"
version = "0.2.3"
2018-06-19 12:51:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 12:51:29 -05:00
]
2019-03-27 13:24:42 -05:00
[[package]]
name = "miniz-sys"
version = "0.1.12"
2019-03-27 13:24:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 13:24:42 -05:00
]
[[package]]
name = "miniz_oxide"
2019-08-13 04:52:09 -05:00
version = "0.3.2"
2019-03-27 13:24:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-01-17 11:07:27 -06:00
[[package]]
name = "nodrop"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-03-27 13:24:42 -05:00
[[package]]
name = "object"
2019-06-02 04:42:31 -05:00
version = "0.12.0"
2019-07-04 11:02:47 -05:00
source = "git+https://github.com/gimli-rs/object.git#79ce87e3fd25ef385326655c5ad151e03d456b0a"
2019-03-27 13:24:42 -05:00
dependencies = [
"flate2 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 11:02:47 -05:00
"goblin 0.0.22 (git+https://github.com/m4b/goblin?rev=e57f2d4e3a089dca89c63bcfc0dbde3e6d647f83)",
2019-06-02 04:42:31 -05:00
"parity-wasm 0.38.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 13:24:42 -05:00
"scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-11 09:57:59 -05:00
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 13:24:42 -05:00
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "parity-wasm"
2019-06-02 04:42:31 -05:00
version = "0.38.0"
2019-03-27 13:24:42 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-07-23 04:17:39 -05:00
[[package]]
name = "plain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-07-04 11:02:47 -05:00
[[package]]
name = "ppv-lite86"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-07-23 04:17:39 -05:00
[[package]]
name = "proc-macro2"
version = "0.4.30"
2018-07-23 04:17:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-06-17 11:05:11 -05:00
[[package]]
name = "quote"
2019-07-13 06:36:13 -05:00
version = "0.6.13"
2018-07-23 04:17:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-23 04:17:39 -05:00
]
2018-11-09 11:38:30 -06:00
[[package]]
name = "rand"
2019-07-04 11:02:47 -05:00
version = "0.7.0"
2018-11-09 11:38:30 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"getrandom 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-28 02:24:27 -05:00
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 11:02:47 -05:00
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-11-09 11:38:30 -06:00
]
[[package]]
2018-11-30 11:12:08 -06:00
name = "rand_chacha"
2019-07-28 02:24:27 -05:00
version = "0.2.1"
2018-11-09 11:38:30 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-04 11:02:47 -05:00
"c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-11-09 11:38:30 -06:00
]
[[package]]
name = "rand_core"
2019-07-04 11:02:47 -05:00
version = "0.5.0"
2019-01-26 10:17:17 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"getrandom 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-26 10:17:17 -06:00
]
2018-11-30 11:12:08 -06:00
[[package]]
name = "rand_hc"
2019-07-04 11:02:47 -05:00
version = "0.2.0"
2018-11-30 11:12:08 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-07-04 11:02:47 -05:00
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-11-30 11:12:08 -06:00
]
2018-06-19 12:51:29 -05:00
[[package]]
name = "raw-cpuid"
2018-11-16 10:54:57 -06:00
version = "6.1.0"
2018-06-19 12:51:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-23 04:17:39 -05:00
]
[[package]]
name = "redox_syscall"
2019-07-04 11:02:47 -05:00
version = "0.1.56"
2018-07-23 04:17:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-06-19 12:51:29 -05:00
[[package]]
name = "region"
2019-06-24 14:01:38 -05:00
version = "2.1.2"
2018-06-19 12:51:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
"mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-05 13:10:55 -05:00
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 12:51:29 -05:00
]
2018-11-09 11:38:30 -06:00
[[package]]
name = "remove_dir_all"
2019-06-16 07:39:23 -05:00
version = "0.5.2"
2018-11-09 11:38:30 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-04-05 13:10:55 -05:00
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
2018-11-09 11:38:30 -06:00
]
2018-06-19 12:51:29 -05:00
[[package]]
name = "rustc-demangle"
version = "0.1.16"
2018-06-19 12:51:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-06-17 11:05:11 -05:00
[[package]]
2018-07-14 04:59:42 -05:00
name = "rustc_codegen_cranelift"
2018-06-17 11:05:11 -05:00
version = "0.1.0"
dependencies = [
2019-05-04 09:23:53 -05:00
"ar 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-11 08:21:05 -05:00
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
"cranelift-faerie 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
"cranelift-module 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
"cranelift-simplejit 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)",
"faerie 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-13 06:36:13 -05:00
"gimli 0.19.0 (git+https://github.com/gimli-rs/gimli.git)",
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-13 04:52:09 -05:00
"libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-11 09:57:59 -05:00
"object 0.12.0 (git+https://github.com/gimli-rs/object.git)",
2019-05-22 08:21:05 -05:00
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 11:02:47 -05:00
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-23 04:17:39 -05:00
]
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-08-15 05:36:13 -05:00
[[package]]
name = "ryu"
2019-07-04 11:02:47 -05:00
version = "1.0.0"
2018-08-15 05:36:13 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-07-23 04:17:39 -05:00
[[package]]
name = "scroll"
version = "0.9.2"
2018-07-23 04:17:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"scroll_derive 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-23 04:17:39 -05:00
]
[[package]]
name = "scroll_derive"
version = "0.9.5"
2018-07-23 04:17:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-13 06:36:13 -05:00
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-13 04:52:09 -05:00
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 12:51:29 -05:00
]
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-07-14 04:59:42 -05:00
[[package]]
name = "serde"
version = "1.0.99"
2018-06-19 12:51:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-06-17 11:05:11 -05:00
[[package]]
name = "serde_json"
2019-07-04 11:02:47 -05:00
version = "1.0.40"
2018-07-23 04:17:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-05-04 09:25:19 -05:00
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 11:02:47 -05:00
"ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-23 04:17:39 -05:00
]
2019-01-17 11:07:27 -06:00
[[package]]
name = "stable_deref_trait"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-07-23 04:17:39 -05:00
[[package]]
name = "string-interner"
version = "0.6.3"
2018-06-17 11:05:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 12:51:29 -05:00
]
2018-06-17 11:05:11 -05:00
[[package]]
name = "syn"
2019-08-13 04:52:09 -05:00
version = "0.15.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-13 06:36:13 -05:00
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-06-17 11:05:11 -05:00
[[package]]
name = "synstructure"
2019-05-25 06:56:28 -05:00
version = "0.10.2"
2018-06-17 11:05:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-13 06:36:13 -05:00
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-13 04:52:09 -05:00
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-17 11:05:11 -05:00
]
[[package]]
name = "target-lexicon"
version = "0.4.0"
2019-05-22 08:21:05 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-06-17 11:05:11 -05:00
dependencies = [
2019-01-02 04:55:02 -06:00
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 11:02:47 -05:00
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-23 04:17:39 -05:00
]
2018-11-09 11:38:30 -06:00
[[package]]
name = "tempfile"
2019-07-04 11:02:47 -05:00
version = "3.1.0"
2018-11-09 11:38:30 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-05-25 06:56:28 -05:00
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
2019-07-04 11:02:47 -05:00
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-16 07:39:23 -05:00
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-04-05 13:10:55 -05:00
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
2018-11-09 11:38:30 -06:00
]
2018-07-23 04:17:39 -05:00
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-03-27 13:24:42 -05:00
[[package]]
name = "uuid"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-07-23 04:17:39 -05:00
[[package]]
name = "wasi"
version = "0.5.0"
2018-07-23 04:17:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-06-19 12:51:29 -05:00
[[package]]
name = "winapi"
2019-04-05 13:10:55 -05:00
version = "0.3.7"
2018-06-19 12:51:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-06-17 11:05:11 -05:00
[metadata]
2019-03-27 13:24:42 -05:00
"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
2019-05-04 09:23:53 -05:00
"checksum ar 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6c1afd66a96a235fa8eeec0ee757ec0d2c0db7cb89b4e04ae159f37952b97bd5"
2019-07-13 06:36:13 -05:00
"checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
2019-08-10 07:33:59 -05:00
"checksum backtrace 0.3.34 (registry+https://github.com/rust-lang/crates.io-index)" = "b5164d292487f037ece34ec0de2fcede2faa162f085dd96d2385ab81b12765ba"
2019-07-20 08:48:18 -05:00
"checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b"
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
2019-06-11 08:21:05 -05:00
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
2019-07-04 11:02:47 -05:00
"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
"checksum cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "b548a4ee81fccb95919d4e22cfea83c7693ebfd78f0495493178db20b3139da7"
2019-05-25 06:56:28 -05:00
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
"checksum cranelift 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
"checksum cranelift-bforest 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
"checksum cranelift-codegen 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
"checksum cranelift-codegen-meta 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
"checksum cranelift-entity 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
"checksum cranelift-faerie 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
"checksum cranelift-frontend 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
"checksum cranelift-module 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
"checksum cranelift-native 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
"checksum cranelift-simplejit 0.36.0 (git+https://github.com/bjorn3/cretonne.git?branch=do_not_remove_cg_clif_i128)" = "<none>"
2019-03-27 13:24:42 -05:00
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
2018-07-14 04:59:42 -05:00
"checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e"
"checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
"checksum faerie 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1d2467155f3071b96447d53af110805cadbe9162f5be6c300792fb76c0e54051"
2019-01-02 04:55:02 -06:00
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
2019-03-25 14:03:05 -05:00
"checksum fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
"checksum flate2 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "2adaffba6388640136149e18ed080b77a78611c1e1d6de75aedcdf78df5d4682"
2018-10-16 10:24:45 -05:00
"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
"checksum getrandom 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "6171a6cc63fbabbe27c2b5ee268e8b7fe5dc1eb0dd2dfad537c1dfed6f69117e"
2019-07-13 06:36:13 -05:00
"checksum gimli 0.19.0 (git+https://github.com/gimli-rs/gimli.git)" = "<none>"
2019-07-04 11:02:47 -05:00
"checksum goblin 0.0.22 (git+https://github.com/m4b/goblin?rev=e57f2d4e3a089dca89c63bcfc0dbde3e6d647f83)" = "<none>"
"checksum goblin 0.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7f55d53401eb2fd30afd025c570b1946b6966344acf21b42e31286f3bf89e6a8"
2019-07-04 11:02:47 -05:00
"checksum goblin 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "ac56b4753b6b8c2e052ca30717e5a09acf1b02a2c1681bf3d883bd660e5d22bd"
2018-10-25 10:36:29 -05:00
"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
2019-05-04 09:25:19 -05:00
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
"checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
2019-08-13 04:52:09 -05:00
"checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
2019-08-01 03:54:37 -05:00
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
"checksum mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
"checksum miniz-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9e3ae51cea1576ceba0dde3d484d30e6e5b86dee0b2d412fe3a16a15c98202"
2019-08-13 04:52:09 -05:00
"checksum miniz_oxide 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7108aff85b876d06f22503dcce091e29f76733b2bfdd91eebce81f5e68203a10"
2019-01-17 11:07:27 -06:00
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
2019-06-11 09:57:59 -05:00
"checksum object 0.12.0 (git+https://github.com/gimli-rs/object.git)" = "<none>"
2019-06-02 04:42:31 -05:00
"checksum parity-wasm 0.38.0 (registry+https://github.com/rust-lang/crates.io-index)" = "20d7e522a7f994cc4ae32970b1ce0d99ecf91b8e1df080517a26faa6d2e2ee62"
2018-07-23 04:17:39 -05:00
"checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
2019-07-04 11:02:47 -05:00
"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
2019-07-13 06:36:13 -05:00
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
2019-07-04 11:02:47 -05:00
"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
2019-07-28 02:24:27 -05:00
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
2019-07-04 11:02:47 -05:00
"checksum rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca"
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2018-11-16 10:54:57 -06:00
"checksum raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "30a9d219c32c9132f7be513c18be77c9881c7107d2ab5569d205a6a0f0e6dc7d"
2019-07-04 11:02:47 -05:00
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
2019-06-24 14:01:38 -05:00
"checksum region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856"
2019-06-16 07:39:23 -05:00
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2019-07-04 11:02:47 -05:00
"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
"checksum scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2f84d114ef17fd144153d608fba7c446b0145d038985e7a8cc5d08bb0ce20383"
"checksum scroll_derive 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8f1aa96c45e7f5a91cb7fabe7b279f02fea7126239fc40b732316e8b6a2d0fcb"
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
"checksum serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f"
2019-07-04 11:02:47 -05:00
"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
2019-01-17 11:07:27 -06:00
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
2018-07-23 04:17:39 -05:00
"checksum string-interner 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "abb38a0d8fe673c40b10b6b75abcb076a958cc10fb894f14993d9737c4c87000"
2019-08-13 04:52:09 -05:00
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
2019-05-25 06:56:28 -05:00
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
2019-05-22 08:21:05 -05:00
"checksum target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1b0ab4982b8945c35cc1c46a83a9094c414f6828a099ce5dcaa8ee2b04642dcb"
2019-07-04 11:02:47 -05:00
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
2018-07-23 04:17:39 -05:00
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
2019-03-27 13:24:42 -05:00
"checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
"checksum wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd5442abcac6525a045cc8c795aedb60da7a2e5e89c7bf18a0d5357849bb23c7"
2019-04-05 13:10:55 -05:00
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
2018-06-19 12:51:29 -05:00
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"