2019-01-29 13:28:04 -06:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-05 12:12:59 -06:00
|
|
|
version = 3
|
|
|
|
|
2020-03-19 06:09:21 -05:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-03-08 13:08:50 -06:00
|
|
|
version = "1.0.56"
|
2020-03-19 06:09:21 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-08 13:08:50 -06:00
|
|
|
checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
|
2020-03-19 06:09:21 -05:00
|
|
|
|
2018-07-24 07:10:53 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ar"
|
2019-09-01 04:17:01 -05:00
|
|
|
version = "0.8.0"
|
2020-07-11 14:19:10 -05:00
|
|
|
source = "git+https://github.com/bjorn3/rust-ar.git?branch=do_not_remove_cg_clif_ranlib#de9ab0e56bf3a208381d342aa5b60f9ff2891648"
|
2018-07-24 07:10:53 -05:00
|
|
|
|
2019-10-29 13:07:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-03-08 13:08:50 -06:00
|
|
|
version = "1.1.0"
|
2019-10-29 13:07:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-08 13:08:50 -06:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2019-10-29 13:07:07 -05:00
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-09-30 08:22:19 -05:00
|
|
|
version = "1.3.2"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 08:22:19 -05:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2018-06-19 12:51:29 -05:00
|
|
|
|
2020-11-27 13:48:53 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2018-08-14 03:02:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
2022-04-21 12:22:12 -05:00
|
|
|
version = "0.83.0"
|
2021-10-29 09:22:45 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-21 12:22:12 -05:00
|
|
|
checksum = "ed44413e7e2fe3260d0ed73e6956ab188b69c10ee92b892e401e0f4f6808c68b"
|
2018-08-14 03:02:28 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-entity",
|
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"
|
2022-04-21 12:22:12 -05:00
|
|
|
version = "0.83.0"
|
2021-10-29 09:22:45 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-21 12:22:12 -05:00
|
|
|
checksum = "0b5d83f0f26bf213f971f45589d17e5b65e4861f9ed22392b0cbb6eaa5bd329c"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-bforest",
|
|
|
|
"cranelift-codegen-meta",
|
|
|
|
"cranelift-codegen-shared",
|
|
|
|
"cranelift-entity",
|
|
|
|
"gimli",
|
|
|
|
"log",
|
2020-04-17 07:32:01 -05:00
|
|
|
"regalloc",
|
2019-10-27 10:55:35 -05:00
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
2018-06-17 11:05:11 -05:00
|
|
|
]
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-meta"
|
2022-04-21 12:22:12 -05:00
|
|
|
version = "0.83.0"
|
2021-10-29 09:22:45 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-21 12:22:12 -05:00
|
|
|
checksum = "6800dc386177df6ecc5a32680607ed8ba1fa0d31a2a59c8c61fbf44826b8191d"
|
2018-11-09 11:03:47 -06:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-codegen-shared",
|
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"
|
2022-04-21 12:22:12 -05:00
|
|
|
version = "0.83.0"
|
2021-10-29 09:22:45 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-21 12:22:12 -05:00
|
|
|
checksum = "c961f85070985ebc8fcdb81b838a5cf842294d1e6ed4852446161c7e246fd455"
|
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"
|
2022-04-21 12:22:12 -05:00
|
|
|
version = "0.83.0"
|
2021-10-29 09:22:45 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-21 12:22:12 -05:00
|
|
|
checksum = "2347b2b8d1d5429213668f2a8e36c85ee3c73984a2f6a79007e365d3e575e7ed"
|
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"
|
2022-04-21 12:22:12 -05:00
|
|
|
version = "0.83.0"
|
2021-10-29 09:22:45 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-21 12:22:12 -05:00
|
|
|
checksum = "4cbcdbf7bed29e363568b778649b69dabc3d727256d5d25236096ef693757654"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-codegen",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2020-12-27 03:30:38 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-jit"
|
2022-04-21 12:22:12 -05:00
|
|
|
version = "0.83.0"
|
2021-10-29 09:22:45 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-21 12:22:12 -05:00
|
|
|
checksum = "7c769d4e0d76f59c8b2a3bf0477d89ee149bb0731b53fbb245ee081d49063095"
|
2020-12-27 03:30:38 -06:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-module",
|
|
|
|
"cranelift-native",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"region",
|
|
|
|
"target-lexicon",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2018-06-17 11:05:11 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-module"
|
2022-04-21 12:22:12 -05:00
|
|
|
version = "0.83.0"
|
2021-10-29 09:22:45 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-21 12:22:12 -05:00
|
|
|
checksum = "0ab57d399a2401074bb0cc40b3031e420f3d66d46ec0cf21eeae53ac04bd73e2"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2020-03-19 06:09:21 -05:00
|
|
|
"anyhow",
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-codegen",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-native"
|
2022-04-21 12:22:12 -05:00
|
|
|
version = "0.83.0"
|
2021-10-29 09:22:45 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-21 12:22:12 -05:00
|
|
|
checksum = "8f4cdf93552e5ceb2e3c042829ebb4de4378492705f769eadc6a7c6c5251624c"
|
2018-06-17 11:05:11 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-codegen",
|
2021-06-25 12:18:17 -05:00
|
|
|
"libc",
|
2019-10-27 10:55:35 -05:00
|
|
|
"target-lexicon",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2019-10-16 13:48:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-object"
|
2022-04-21 12:22:12 -05:00
|
|
|
version = "0.83.0"
|
2021-10-29 09:22:45 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-21 12:22:12 -05:00
|
|
|
checksum = "cf8e65f4839c26e6237fc0744911d79b0a2ac5e76b4e4eebd14db2b8d849fd31"
|
2019-10-16 13:48:09 -05:00
|
|
|
dependencies = [
|
2020-06-16 03:38:12 -05:00
|
|
|
"anyhow",
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-module",
|
2020-10-01 03:38:23 -05:00
|
|
|
"log",
|
2019-10-27 10:55:35 -05:00
|
|
|
"object",
|
|
|
|
"target-lexicon",
|
2019-10-16 13:48:09 -05:00
|
|
|
]
|
|
|
|
|
2019-03-27 13:24:42 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-03-08 13:08:50 -06:00
|
|
|
version = "1.3.2"
|
2019-03-27 13:24:42 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-08 13:08:50 -06:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2019-03-27 13:24:42 -05:00
|
|
|
dependencies = [
|
2021-03-05 12:12:59 -06:00
|
|
|
"cfg-if",
|
2019-03-27 13:24:42 -05:00
|
|
|
]
|
|
|
|
|
2019-01-17 11:07:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2022-01-05 05:22:23 -06:00
|
|
|
version = "0.26.1"
|
2019-09-28 10:49:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-05 05:22:23 -06:00
|
|
|
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
|
2019-01-17 11:07:27 -06:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"indexmap",
|
2019-01-17 11:07:27 -06:00
|
|
|
]
|
|
|
|
|
2020-07-30 09:43:53 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-07-27 05:54:58 -05:00
|
|
|
version = "0.11.2"
|
2020-07-30 09:43:53 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-27 05:54:58 -05:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2020-07-30 09:43:53 -05:00
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-01-06 13:27:59 -06:00
|
|
|
version = "1.8.0"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 13:27:59 -06:00
|
|
|
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
|
2019-10-29 13:07:07 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"autocfg",
|
2020-09-15 14:00:04 -05:00
|
|
|
"hashbrown",
|
2019-10-29 13:07:07 -05:00
|
|
|
]
|
2018-07-23 04:17:39 -05:00
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-03-08 13:08:50 -06:00
|
|
|
version = "0.2.119"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-08 13:08:50 -06:00
|
|
|
checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
|
2018-06-19 12:51:29 -05:00
|
|
|
|
2019-08-10 09:50:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2021-02-01 03:11:46 -06:00
|
|
|
version = "0.6.7"
|
2019-08-10 09:50:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-01 03:11:46 -06:00
|
|
|
checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
|
2019-08-10 09:50:23 -05:00
|
|
|
dependencies = [
|
2021-03-05 12:12:59 -06:00
|
|
|
"cfg-if",
|
2019-10-27 10:55:35 -05:00
|
|
|
"winapi",
|
2019-08-10 09:50:23 -05:00
|
|
|
]
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-03-05 12:12:59 -06:00
|
|
|
version = "0.4.14"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-05 12:12:59 -06:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2018-07-23 04:17:39 -05:00
|
|
|
dependencies = [
|
2021-03-05 12:12:59 -06:00
|
|
|
"cfg-if",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
2020-06-05 05:40:33 -05:00
|
|
|
version = "0.3.2"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 05:40:33 -05:00
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"libc",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2021-06-10 05:17:42 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-09-30 08:22:19 -05:00
|
|
|
version = "2.4.1"
|
2021-06-10 05:17:42 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 08:22:19 -05:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2021-06-10 05:17:42 -05:00
|
|
|
|
2019-11-06 13:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2021-12-01 11:34:19 -06:00
|
|
|
version = "0.27.1"
|
2019-12-08 04:51:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-01 11:34:19 -06:00
|
|
|
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
|
2019-11-06 13:48:29 -06:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"crc32fast",
|
|
|
|
"indexmap",
|
2021-06-10 05:17:42 -05:00
|
|
|
"memchr",
|
2019-11-06 13:48:29 -06:00
|
|
|
]
|
|
|
|
|
2022-03-13 09:31:34 -05:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
|
|
|
|
2020-04-17 07:32:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regalloc"
|
2022-02-08 11:24:50 -06:00
|
|
|
version = "0.0.34"
|
2020-04-17 07:32:01 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-08 11:24:50 -06:00
|
|
|
checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"
|
2020-04-17 07:32:01 -05:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"rustc-hash",
|
2020-04-25 04:46:04 -05:00
|
|
|
"smallvec",
|
2020-04-17 07:32:01 -05:00
|
|
|
]
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "region"
|
2020-06-05 05:40:33 -05:00
|
|
|
version = "2.2.0"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 05:40:33 -05:00
|
|
|
checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
"mach",
|
|
|
|
"winapi",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2020-04-17 07:32:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
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-10-27 10:55:35 -05:00
|
|
|
"ar",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-frontend",
|
2020-12-27 03:30:38 -06:00
|
|
|
"cranelift-jit",
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-module",
|
2021-04-23 08:55:52 -05:00
|
|
|
"cranelift-native",
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-object",
|
|
|
|
"gimli",
|
|
|
|
"indexmap",
|
|
|
|
"libloading",
|
|
|
|
"object",
|
2022-03-13 09:31:34 -05:00
|
|
|
"once_cell",
|
2021-02-01 03:11:46 -06:00
|
|
|
"smallvec",
|
2019-10-27 10:55:35 -05:00
|
|
|
"target-lexicon",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
2019-09-10 13:37:16 -05:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-01-30 09:57:30 -06:00
|
|
|
version = "1.8.0"
|
2019-09-10 13:37:16 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-30 09:57:30 -06:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2019-09-10 13:37:16 -05:00
|
|
|
|
2019-11-06 13:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2022-03-08 13:08:50 -06:00
|
|
|
version = "0.12.3"
|
2019-11-06 13:48:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-08 13:08:50 -06:00
|
|
|
checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"
|
2019-11-06 13:48:29 -06:00
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-27 04:37:34 -05:00
|
|
|
version = "0.3.9"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-27 04:37:34 -05:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-27 10:55:35 -05:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-06-19 12:51:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-27 10:55:35 -05:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|