2019-01-29 13:28:04 -06:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
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-10-29 13:07:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "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"
|
2020-01-09 10:45:40 -06:00
|
|
|
version = "1.0.50"
|
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"
|
|
|
|
|
2018-08-14 03:02:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
2020-01-14 06:55:08 -06:00
|
|
|
version = "0.54.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef"
|
2018-08-14 03:02:28 -05:00
|
|
|
dependencies = [
|
2020-01-14 06:55:08 -06:00
|
|
|
"cranelift-entity 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
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"
|
2020-01-14 06:55:08 -06:00
|
|
|
version = "0.54.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-11-06 13:48:29 -06:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-14 06:55:08 -06:00
|
|
|
"cranelift-bforest 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
|
|
|
"cranelift-codegen-meta 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
|
|
|
"cranelift-codegen-shared 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
|
|
|
"cranelift-entity 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
2019-12-22 07:43:24 -06:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-23 06:50:16 -06:00
|
|
|
"smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-10 06:12:49 -06:00
|
|
|
"target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-16 05:03:58 -06:00
|
|
|
"thiserror 1.0.9 (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"
|
2020-01-14 06:55:08 -06:00
|
|
|
version = "0.54.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef"
|
2018-11-09 11:03:47 -06:00
|
|
|
dependencies = [
|
2020-01-14 06:55:08 -06:00
|
|
|
"cranelift-codegen-shared 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
|
|
|
"cranelift-entity 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
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"
|
2020-01-14 06:55:08 -06:00
|
|
|
version = "0.54.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef"
|
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"
|
2020-01-14 06:55:08 -06:00
|
|
|
version = "0.54.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef"
|
2018-07-23 04:17:39 -05:00
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-frontend"
|
2020-01-14 06:55:08 -06:00
|
|
|
version = "0.54.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2020-01-14 06:55:08 -06:00
|
|
|
"cranelift-codegen 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
2019-12-22 07:43:24 -06:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-23 06:50:16 -06:00
|
|
|
"smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-10 06:12:49 -06:00
|
|
|
"target-lexicon 0.10.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"
|
2020-01-14 06:55:08 -06:00
|
|
|
version = "0.54.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2020-01-14 06:55:08 -06:00
|
|
|
"cranelift-codegen 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
|
|
|
"cranelift-entity 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
2019-12-22 07:43:24 -06:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-16 05:03:58 -06:00
|
|
|
"thiserror 1.0.9 (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"
|
2020-01-14 06:55:08 -06:00
|
|
|
version = "0.54.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef"
|
2018-06-17 11:05:11 -05:00
|
|
|
dependencies = [
|
2020-01-14 06:55:08 -06:00
|
|
|
"cranelift-codegen 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
2019-11-01 14:08:42 -05:00
|
|
|
"raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-10 06:12:49 -06:00
|
|
|
"target-lexicon 0.10.0 (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"
|
2020-01-14 06:55:08 -06:00
|
|
|
version = "0.54.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef"
|
2019-10-16 13:48:09 -05:00
|
|
|
dependencies = [
|
2020-01-14 06:55:08 -06:00
|
|
|
"cranelift-codegen 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
|
|
|
"cranelift-module 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
2020-01-10 06:12:49 -06:00
|
|
|
"object 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-16 13:48:09 -05:00
|
|
|
]
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-simplejit"
|
2020-01-14 06:55:08 -06:00
|
|
|
version = "0.54.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2020-01-14 06:55:08 -06:00
|
|
|
"cranelift-codegen 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
|
|
|
"cranelift-module 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
|
|
|
"cranelift-native 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
2018-07-14 04:59:42 -05:00
|
|
|
"errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-16 05:03:58 -06:00
|
|
|
"libc 0.2.66 (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)",
|
2020-01-10 06:12:49 -06:00
|
|
|
"target-lexicon 0.10.0 (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-12-16 05:03:58 -06:00
|
|
|
"libc 0.2.66 (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-12-16 05:03:58 -06:00
|
|
|
"libc 0.2.66 (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]]
|
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"
|
2020-01-14 07:19:43 -06:00
|
|
|
version = "0.20.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-06-11 08:21:05 -05:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 13:07:07 -05:00
|
|
|
"indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-17 11:07:27 -06:00
|
|
|
]
|
|
|
|
|
2019-11-06 13:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "goblin"
|
2020-01-09 10:45:40 -06:00
|
|
|
version = "0.1.3"
|
2019-11-06 13:48:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-20 14:39:21 -06:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-06 13:48:29 -06:00
|
|
|
"plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2019-10-29 13:07:07 -05:00
|
|
|
version = "1.3.0"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-29 13:07:07 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg 0.1.7 (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 = "libc"
|
2019-12-16 05:03:58 -06:00
|
|
|
version = "0.2.66"
|
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 = [
|
2020-01-09 10:45:40 -06:00
|
|
|
"cc 1.0.50 (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)",
|
2019-08-10 09:50:23 -05:00
|
|
|
]
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2019-12-20 14:39:21 -06: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-12-16 05:03:58 -06:00
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2019-11-06 13:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2020-01-10 06:12:49 -06:00
|
|
|
version = "0.17.0"
|
2019-12-08 04:51:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-11-06 13:48:29 -06:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-09 10:45:40 -06:00
|
|
|
"goblin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-06 13:48:29 -06:00
|
|
|
"indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-10 06:12:49 -06:00
|
|
|
"target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-12-08 04:51:18 -06:00
|
|
|
"uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-06 13:48:29 -06:00
|
|
|
]
|
|
|
|
|
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-10-16 12:13:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-01-09 10:45:40 -06:00
|
|
|
version = "1.0.7"
|
2019-10-16 12:13:11 -05:00
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-09 10:45:40 -06:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-16 12:13:11 -05:00
|
|
|
]
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
2019-11-01 14:08:42 -05:00
|
|
|
version = "7.0.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
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-09 10:45:40 -06:00
|
|
|
"cc 1.0.50 (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)",
|
2019-12-16 05:03:58 -06:00
|
|
|
"libc 0.2.66 (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
|
|
|
]
|
|
|
|
|
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)",
|
2020-01-14 06:55:08 -06:00
|
|
|
"cranelift-codegen 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
|
|
|
"cranelift-frontend 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
|
|
|
"cranelift-module 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
|
|
|
"cranelift-object 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
|
|
|
"cranelift-simplejit 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)",
|
2020-01-14 07:19:43 -06:00
|
|
|
"gimli 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-29 13:07:07 -05:00
|
|
|
"indexmap 1.3.0 (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)",
|
2020-01-10 06:12:49 -06:00
|
|
|
"object 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"target-lexicon 0.10.0 (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)",
|
|
|
|
]
|
|
|
|
|
2019-11-06 13:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "scroll"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"scroll_derive 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scroll_derive"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-09 10:45:40 -06:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-06 13:48:29 -06:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-09 10:45:40 -06:00
|
|
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-06 13:48:29 -06: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"
|
|
|
|
|
2019-09-10 13:37:16 -05:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2019-12-23 06:50:16 -06:00
|
|
|
version = "1.1.0"
|
2019-09-10 13:37:16 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-10-16 12:13:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-01-09 10:45:40 -06:00
|
|
|
version = "1.0.13"
|
2019-10-16 12:13:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-09 10:45:40 -06:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-10-16 12:13:11 -05:00
|
|
|
"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)",
|
|
|
|
]
|
|
|
|
|
2019-11-06 13:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2020-01-10 06:12:49 -06:00
|
|
|
version = "0.10.0"
|
2019-11-06 13:48:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-11-01 14:08:42 -05:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2019-12-16 05:03:58 -06:00
|
|
|
version = "1.0.9"
|
2019-11-01 14:08:42 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-12-16 05:03:58 -06:00
|
|
|
"thiserror-impl 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-01 14:08:42 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2019-12-16 05:03:58 -06:00
|
|
|
version = "1.0.9"
|
2019-11-01 14:08:42 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-01-09 10:45:40 -06:00
|
|
|
"proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-01 14:08:42 -05:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-01-09 10:45:40 -06:00
|
|
|
"syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-01 14:08:42 -05:00
|
|
|
]
|
|
|
|
|
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"
|
2019-12-08 04:51:18 -06:00
|
|
|
version = "0.8.1"
|
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 = "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-01 04:17:01 -05:00
|
|
|
"checksum ar 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "450575f58f7bee32816abbff470cbc47797397c2a81e0eaced4b98436daf52e1"
|
2019-10-29 13:07:07 -05:00
|
|
|
"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
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"
|
2020-01-09 10:45:40 -06:00
|
|
|
"checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
|
2019-10-04 14:11:58 -05:00
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2020-01-14 06:55:08 -06:00
|
|
|
"checksum cranelift-bforest 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
|
|
|
"checksum cranelift-codegen 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
|
|
|
"checksum cranelift-codegen-meta 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
|
|
|
"checksum cranelift-codegen-shared 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
|
|
|
"checksum cranelift-entity 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
|
|
|
"checksum cranelift-frontend 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
|
|
|
"checksum cranelift-module 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
|
|
|
"checksum cranelift-native 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
|
|
|
"checksum cranelift-object 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
|
|
|
|
"checksum cranelift-simplejit 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<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"
|
2018-10-16 10:24:45 -05:00
|
|
|
"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
|
2020-01-14 07:19:43 -06:00
|
|
|
"checksum gimli 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "81dd6190aad0f05ddbbf3245c54ed14ca4aa6dd32f22312b70d8f168c3e3e633"
|
2020-01-09 10:45:40 -06:00
|
|
|
"checksum goblin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3081214398d39e4bd7f2c1975f0488ed04614ffdd976c6fc7a0708278552c0da"
|
2019-10-29 13:07:07 -05:00
|
|
|
"checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2"
|
2019-12-16 05:03:58 -06:00
|
|
|
"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
|
2019-08-13 04:52:09 -05:00
|
|
|
"checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
|
2019-12-20 14:39:21 -06: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"
|
2020-01-10 06:12:49 -06:00
|
|
|
"checksum object 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea44a4fd660ab0f38434934ca0212e90fbeaaee54126ef20a3451c30c95bafae"
|
2018-07-23 04:17:39 -05:00
|
|
|
"checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
2020-01-09 10:45:40 -06:00
|
|
|
"checksum proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0319972dcae462681daf4da1adeeaa066e3ebd29c69be96c6abb1259d2ee2bcc"
|
2019-10-16 12:13:11 -05:00
|
|
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
2019-11-01 14:08:42 -05:00
|
|
|
"checksum raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf"
|
2019-06-24 14:01:38 -05:00
|
|
|
"checksum region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856"
|
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-11-06 13:48:29 -06:00
|
|
|
"checksum scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "abb2332cb595d33f7edd5700f4cbf94892e680c7f0ae56adab58a35190b66cb1"
|
|
|
|
"checksum scroll_derive 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8584eea9b9ff42825b46faf46a8c24d2cff13ec152fa2a50df788b87c07ee28"
|
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-12-23 06:50:16 -06:00
|
|
|
"checksum smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4"
|
2020-01-09 10:45:40 -06:00
|
|
|
"checksum syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4ff033220a41d1a57d8125eab57bf5263783dfdcc18688b1dacc6ce9651ef8"
|
2020-01-10 06:12:49 -06:00
|
|
|
"checksum target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d"
|
2019-12-16 05:03:58 -06:00
|
|
|
"checksum thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6f357d1814b33bc2dc221243f8424104bfe72dbe911d5b71b3816a2dff1c977e"
|
|
|
|
"checksum thiserror-impl 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2e25d25307eb8436894f727aba8f65d07adf02e5b35a13cebed48bd282bfef"
|
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-12-08 04:51:18 -06:00
|
|
|
"checksum uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
|
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"
|