2019-01-29 13:28:04 -06:00
|
|
|
# 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"
|
2019-09-24 04:59:35 -05:00
|
|
|
version = "1.0.4"
|
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]]
|
|
|
|
name = "ar"
|
2019-09-01 04:17:01 -05:00
|
|
|
version = "0.8.0"
|
2019-05-04 09:23:53 -05:00
|
|
|
source = "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-10-16 12:13:11 -05:00
|
|
|
version = "0.4.12"
|
2019-01-17 11:07:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-16 12:13:11 -05:00
|
|
|
"nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-17 11:07:27 -06:00
|
|
|
]
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2019-10-04 14:11:58 -05:00
|
|
|
version = "0.3.38"
|
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-10-04 14:11:58 -05:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-16 12:13:11 -05:00
|
|
|
"libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-22 05:37:24 -05:00
|
|
|
"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 = [
|
2019-09-12 13:22:02 -05:00
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-16 12:13:11 -05:00
|
|
|
"libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-10-16 12:13:11 -05:00
|
|
|
version = "1.2.1"
|
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-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2019-09-12 13:22:02 -05:00
|
|
|
version = "1.0.45"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-10-04 14:11:58 -05:00
|
|
|
version = "0.1.10"
|
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-10-16 12:01:39 -05:00
|
|
|
version = "0.46.1"
|
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-10-16 12:01:39 -05:00
|
|
|
"cranelift-codegen 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-frontend 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2018-08-14 03:02:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
2019-10-16 12:01:39 -05:00
|
|
|
version = "0.46.1"
|
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
2018-08-14 03:02:28 -05:00
|
|
|
dependencies = [
|
2019-10-16 12:01:39 -05:00
|
|
|
"cranelift-entity 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
2018-08-14 03:02:28 -05:00
|
|
|
]
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-codegen"
|
2019-10-16 12:01:39 -05:00
|
|
|
version = "0.46.1"
|
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-10-16 12:01:39 -05:00
|
|
|
"cranelift-bforest 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-codegen-meta 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-codegen-shared 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-entity 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
2019-10-16 12:13:11 -05:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.6 (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-09-10 13:37:16 -05:00
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-07 13:07:55 -05:00
|
|
|
"target-lexicon 0.8.1 (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-10-16 12:01:39 -05:00
|
|
|
version = "0.46.1"
|
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
2018-11-09 11:03:47 -06:00
|
|
|
dependencies = [
|
2019-10-16 12:01:39 -05:00
|
|
|
"cranelift-codegen-shared 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-entity 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
2018-11-09 11:03:47 -06:00
|
|
|
]
|
2018-07-23 04:17:39 -05:00
|
|
|
|
2019-09-28 10:59:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-shared"
|
2019-10-16 12:01:39 -05:00
|
|
|
version = "0.46.1"
|
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
2019-09-28 10:59:27 -05:00
|
|
|
|
2018-06-17 11:05:11 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-entity"
|
2019-10-16 12:01:39 -05:00
|
|
|
version = "0.46.1"
|
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
2018-07-23 04:17:39 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-faerie"
|
2019-10-16 12:01:39 -05:00
|
|
|
version = "0.46.1"
|
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
2018-07-23 04:17:39 -05:00
|
|
|
dependencies = [
|
2019-10-16 12:01:39 -05:00
|
|
|
"cranelift-codegen 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-module 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
2019-09-07 13:07:55 -05:00
|
|
|
"faerie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-16 12:13:11 -05:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-07 13:07:55 -05:00
|
|
|
"goblin 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"target-lexicon 0.8.1 (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-10-16 12:01:39 -05:00
|
|
|
version = "0.46.1"
|
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-10-16 12:01:39 -05:00
|
|
|
"cranelift-codegen 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
2019-08-01 03:54:37 -05:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-10 13:37:16 -05:00
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-07 13:07:55 -05:00
|
|
|
"target-lexicon 0.8.1 (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-10-16 12:01:39 -05:00
|
|
|
version = "0.46.1"
|
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-10-16 12:01:39 -05:00
|
|
|
"cranelift-codegen 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-entity 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
2019-10-16 12:13:11 -05:00
|
|
|
"failure 0.1.6 (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-10-16 12:01:39 -05:00
|
|
|
version = "0.46.1"
|
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
2018-06-17 11:05:11 -05:00
|
|
|
dependencies = [
|
2019-10-16 12:01:39 -05:00
|
|
|
"cranelift-codegen 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
2018-11-16 10:54:57 -06:00
|
|
|
"raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-07 13:07:55 -05:00
|
|
|
"target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2019-10-16 13:48:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-object"
|
|
|
|
version = "0.46.1"
|
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-module 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
2019-10-25 15:01:31 -05:00
|
|
|
"object 0.14.0 (git+https://github.com/gimli-rs/object.git)",
|
2019-10-16 13:48:09 -05:00
|
|
|
"target-lexicon 0.8.1 (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-10-16 12:01:39 -05:00
|
|
|
version = "0.46.1"
|
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#387593d6c94d291e614c08d7a03f77b40efa451d"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-10-16 12:01:39 -05:00
|
|
|
"cranelift-codegen 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-module 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-native 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
2018-07-14 04:59:42 -05:00
|
|
|
"errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-16 12:13:11 -05:00
|
|
|
"libc 0.2.64 (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-09-07 13:07:55 -05:00
|
|
|
"target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 13:22:02 -05:00
|
|
|
"winapi 0.3.8 (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 = [
|
2019-10-04 14:11:58 -05:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 13:24:42 -05:00
|
|
|
]
|
|
|
|
|
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)",
|
2019-10-16 12:13:11 -05:00
|
|
|
"libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 13:22:02 -05:00
|
|
|
"winapi 0.3.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 = "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)",
|
2019-10-16 12:13:11 -05:00
|
|
|
"libc 0.2.64 (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"
|
2019-09-07 13:07:55 -05:00
|
|
|
version = "0.11.0"
|
2019-08-22 05:37:24 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-07-23 04:17:39 -05:00
|
|
|
dependencies = [
|
2019-10-16 12:13:11 -05:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-07 13:07:55 -05:00
|
|
|
"goblin 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 13:22:02 -05:00
|
|
|
"indexmap 1.2.0 (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-09-25 11:02:37 -05:00
|
|
|
"scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-07 13:07:55 -05:00
|
|
|
"string-interner 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"target-lexicon 0.8.1 (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-10-16 12:13:11 -05:00
|
|
|
version = "0.1.6"
|
2018-06-17 11:05:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-04 14:11:58 -05:00
|
|
|
"backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-16 12:13:11 -05:00
|
|
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 11:05:11 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2019-10-16 12:13:11 -05:00
|
|
|
version = "0.1.6"
|
2018-06-17 11:05:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-16 12:13:11 -05:00
|
|
|
"proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synstructure 0.12.1 (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"
|
2019-10-04 14:11:58 -05:00
|
|
|
version = "1.0.12"
|
2019-03-27 13:24:42 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-04 14:11:58 -05:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 13:24:42 -05:00
|
|
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-16 12:13:11 -05:00
|
|
|
"libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-07 12:43:48 -05:00
|
|
|
"miniz_oxide 0.3.3 (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"
|
|
|
|
|
2019-01-17 11:07:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2019-07-13 06:36:13 -05:00
|
|
|
version = "0.19.0"
|
2019-09-28 10:49:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-01-17 11:07:27 -06:00
|
|
|
dependencies = [
|
2019-10-16 12:13:11 -05:00
|
|
|
"arrayvec 0.4.12 (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-09-12 13:22:02 -05:00
|
|
|
"indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-17 11:07:27 -06:00
|
|
|
"stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-11-01 01:22:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "goblin"
|
2019-09-07 13:07:55 -05:00
|
|
|
version = "0.0.24"
|
2019-07-03 10:38:07 -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)",
|
2019-07-03 10:38:07 -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)",
|
|
|
|
]
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2019-09-12 13:22:02 -05:00
|
|
|
version = "1.2.0"
|
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"
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-10-16 12:13:11 -05:00
|
|
|
version = "0.2.64"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-10 09:50:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2019-08-13 04:52:09 -05:00
|
|
|
version = "0.5.2"
|
2019-08-10 09:50:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 13:22:02 -05:00
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-10 09:50:23 -05:00
|
|
|
]
|
|
|
|
|
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-10-04 14:11:58 -05:00
|
|
|
"cfg-if 0.1.10 (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"
|
2018-11-01 01:22:47 -05:00
|
|
|
version = "0.2.3"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-16 12:13:11 -05:00
|
|
|
"libc 0.2.64 (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_oxide"
|
2019-10-07 12:43:48 -05:00
|
|
|
version = "0.3.3"
|
2019-03-27 13:24:42 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-24 04:59:35 -05:00
|
|
|
"adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 13:24:42 -05:00
|
|
|
]
|
|
|
|
|
2019-01-17 11:07:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
2019-10-16 12:13:11 -05:00
|
|
|
version = "0.1.14"
|
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 = "object"
|
2019-09-13 13:44:48 -05:00
|
|
|
version = "0.14.0"
|
2019-10-25 15:01:31 -05:00
|
|
|
source = "git+https://github.com/gimli-rs/object.git#50391629ce0691dda4fb6ea57cf920cee80130c6"
|
2019-03-27 13:24:42 -05:00
|
|
|
dependencies = [
|
2019-10-16 13:48:09 -05:00
|
|
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-04 14:11:58 -05:00
|
|
|
"flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-13 13:44:48 -05:00
|
|
|
"goblin 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-16 13:48:09 -05:00
|
|
|
"indexmap 1.2.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-09-13 13:44:48 -05:00
|
|
|
"target-lexicon 0.8.1 (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)",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-05-09 04:29:05 -05:00
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2019-10-16 12:13:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.2.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 = [
|
2019-05-09 04:29:05 -05:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
2019-10-16 12:13:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
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 = [
|
2019-10-16 12:13:11 -05:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 13:22:02 -05:00
|
|
|
"cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 09:34:45 -05:00
|
|
|
"rustc_version 0.2.3 (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 = "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 = [
|
2019-10-16 12:13:11 -05:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-01 01:22:47 -05:00
|
|
|
"mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 13:22:02 -05:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2019-08-22 05:37:24 -05:00
|
|
|
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-09-01 04:17:01 -05:00
|
|
|
"ar 0.8.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)",
|
2019-10-16 12:01:39 -05:00
|
|
|
"cranelift 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-faerie 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-module 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
2019-10-16 13:48:09 -05:00
|
|
|
"cranelift-object 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
2019-10-16 12:01:39 -05:00
|
|
|
"cranelift-simplejit 0.46.1 (git+https://github.com/CraneStation/cranelift.git)",
|
2019-09-07 13:07:55 -05:00
|
|
|
"faerie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-28 10:49:11 -05:00
|
|
|
"gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 13:22:02 -05:00
|
|
|
"indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-16 12:13:11 -05:00
|
|
|
"libc 0.2.64 (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-10-25 15:01:31 -05:00
|
|
|
"object 0.14.0 (git+https://github.com/gimli-rs/object.git)",
|
2019-09-07 13:07:55 -05:00
|
|
|
"target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
2018-08-03 10:44:32 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2018-08-07 09:34:45 -05:00
|
|
|
version = "0.2.3"
|
2018-08-03 10:44:32 -05:00
|
|
|
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-10-16 12:13:11 -05:00
|
|
|
version = "1.0.2"
|
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"
|
2018-09-25 11:02:37 -05:00
|
|
|
version = "0.9.2"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-25 11:02:37 -05:00
|
|
|
"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"
|
2018-09-25 11:02:37 -05:00
|
|
|
version = "0.9.5"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-09 04:29:05 -05:00
|
|
|
"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
|
|
|
]
|
|
|
|
|
2018-08-03 10:44:32 -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"
|
2019-09-24 04:59:13 -05:00
|
|
|
version = "1.0.101"
|
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-10-04 14:11:58 -05:00
|
|
|
version = "1.0.41"
|
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-10-16 12:13:11 -05:00
|
|
|
"ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-24 04:59:13 -05:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
2019-09-10 13:37:16 -05:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "0.6.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
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"
|
2019-09-07 13:07:55 -05:00
|
|
|
version = "0.7.1"
|
2018-06-17 11:05:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-24 04:59:13 -05:00
|
|
|
"serde 1.0.101 (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"
|
2018-09-25 11:02:37 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-09 04:29:05 -05:00
|
|
|
"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)",
|
2018-09-25 11:02:37 -05:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-10-16 12:13:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-06-17 11:05:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2019-10-16 12:13:11 -05:00
|
|
|
version = "0.12.1"
|
2018-06-17 11:05:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-16 12:13:11 -05:00
|
|
|
"proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 11:05:11 -05:00
|
|
|
]
|
|
|
|
|
2019-09-07 13:07:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-10-16 12:13:11 -05:00
|
|
|
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-04 14:11:58 -05:00
|
|
|
"serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-07 13:07:55 -05: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-10-16 12:13:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.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-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2019-09-12 13:22:02 -05:00
|
|
|
version = "0.3.8"
|
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-09-24 04:59:35 -05:00
|
|
|
"checksum adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
|
2019-09-01 04:17:01 -05:00
|
|
|
"checksum ar 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "450575f58f7bee32816abbff470cbc47797397c2a81e0eaced4b98436daf52e1"
|
2019-10-16 12:13:11 -05:00
|
|
|
"checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
|
2019-10-04 14:11:58 -05:00
|
|
|
"checksum backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)" = "690a62be8920ccf773ee00ef0968649b0e724cda8bd5b12286302b4ae955fdf5"
|
2019-07-20 08:48:18 -05:00
|
|
|
"checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b"
|
2019-10-16 12:13:11 -05:00
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-06-11 08:21:05 -05:00
|
|
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
2019-09-12 13:22:02 -05:00
|
|
|
"checksum cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be"
|
2019-10-04 14:11:58 -05:00
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-10-16 12:01:39 -05:00
|
|
|
"checksum cranelift 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-bforest 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-codegen 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-codegen-meta 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-codegen-shared 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-entity 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-faerie 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-frontend 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-module 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-native 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
2019-10-16 13:48:09 -05:00
|
|
|
"checksum cranelift-object 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
2019-10-16 12:01:39 -05:00
|
|
|
"checksum cranelift-simplejit 0.46.1 (git+https://github.com/CraneStation/cranelift.git)" = "<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"
|
2019-09-07 13:07:55 -05:00
|
|
|
"checksum faerie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "875d78b92b2a4d9e1e2c7eeccfa30a327d2ee6434db3beb8fd6fd92f41898bc4"
|
2019-10-16 12:13:11 -05:00
|
|
|
"checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9"
|
|
|
|
"checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08"
|
2019-03-25 14:03:05 -05:00
|
|
|
"checksum fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
2019-10-04 14:11:58 -05:00
|
|
|
"checksum flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ad3c5233c9a940c8719031b423d7e6c16af66e031cb0420b0896f5245bf181d3"
|
2018-10-16 10:24:45 -05:00
|
|
|
"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
|
2019-09-28 10:49:11 -05:00
|
|
|
"checksum gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "162d18ae5f2e3b90a993d202f1ba17a5633c2484426f8bcae201f86194bacd00"
|
2019-09-07 13:07:55 -05:00
|
|
|
"checksum goblin 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "e3fa261d919c1ae9d1e4533c4a2f99e10938603c4208d56c05bec7a872b661b0"
|
2019-09-12 13:22:02 -05:00
|
|
|
"checksum indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a61202fbe46c4a951e9404a720a0180bcf3212c750d735cb5c4ba4dc551299f3"
|
2019-05-04 09:25:19 -05:00
|
|
|
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
|
2019-10-16 12:13:11 -05:00
|
|
|
"checksum libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)" = "74dfca3d9957906e8d1e6a0b641dc9a59848e793f1da2165889fd4f62d10d79c"
|
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"
|
2018-11-01 01:22:47 -05:00
|
|
|
"checksum mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
|
2019-10-07 12:43:48 -05:00
|
|
|
"checksum miniz_oxide 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "304f66c19be2afa56530fa7c39796192eef38618da8d19df725ad7c6d6b2aaae"
|
2019-10-16 12:13:11 -05:00
|
|
|
"checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
2019-10-25 15:01:31 -05:00
|
|
|
"checksum object 0.14.0 (git+https://github.com/gimli-rs/object.git)" = "<none>"
|
2018-07-23 04:17:39 -05:00
|
|
|
"checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
2019-05-09 04:29:05 -05:00
|
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2019-10-16 12:13:11 -05:00
|
|
|
"checksum proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90cf5f418035b98e655e9cdb225047638296b862b42411c4e45bb88d700f7fc0"
|
2019-07-13 06:36:13 -05:00
|
|
|
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
2019-10-16 12:13:11 -05:00
|
|
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
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-06-24 14:01:38 -05:00
|
|
|
"checksum region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856"
|
2019-08-22 05:37:24 -05:00
|
|
|
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
2018-08-07 09:34:45 -05:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2019-10-16 12:13:11 -05:00
|
|
|
"checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
|
2018-09-25 11:02:37 -05:00
|
|
|
"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"
|
2018-08-03 10:44:32 -05:00
|
|
|
"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"
|
2019-09-24 04:59:13 -05:00
|
|
|
"checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd"
|
2019-10-04 14:11:58 -05:00
|
|
|
"checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2"
|
2019-09-10 13:37:16 -05:00
|
|
|
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
|
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"
|
2019-09-07 13:07:55 -05:00
|
|
|
"checksum string-interner 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd710eadff449a1531351b0e43eb81ea404336fa2f56c777427ab0e32a4cf183"
|
2019-08-13 04:52:09 -05:00
|
|
|
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
2019-10-16 12:13:11 -05:00
|
|
|
"checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf"
|
|
|
|
"checksum synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f085a5855930c0441ca1288cf044ea4aecf4f43a91668abdb870b4ba546a203"
|
2019-09-07 13:07:55 -05:00
|
|
|
"checksum target-lexicon 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7975cb2c6f37d77b190bc5004a2bb015971464756fde9514651a525ada2a741a"
|
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-10-16 12:13:11 -05:00
|
|
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2019-03-27 13:24:42 -05:00
|
|
|
"checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
|
2019-09-12 13:22:02 -05:00
|
|
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
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"
|