rust/Cargo.lock

305 lines
7.6 KiB
Text
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2020-03-19 12:09:21 +01:00
[[package]]
name = "anyhow"
2021-09-30 15:22:19 +02:00
version = "1.0.44"
2020-03-19 12:09:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-30 15:22:19 +02:00
checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
2020-03-19 12:09:21 +01:00
2018-07-24 14:10:53 +02:00
[[package]]
name = "ar"
2019-09-01 11:17:01 +02:00
version = "0.8.0"
source = "git+https://github.com/bjorn3/rust-ar.git?branch=do_not_remove_cg_clif_ranlib#de9ab0e56bf3a208381d342aa5b60f9ff2891648"
2018-07-24 14:10:53 +02:00
2019-10-29 19:07:07 +01:00
[[package]]
name = "autocfg"
2020-10-11 11:20:15 +02:00
version = "1.0.1"
2019-10-29 19:07:07 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 11:20:15 +02:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2019-10-29 19:07:07 +01:00
2018-06-19 19:51:29 +02:00
[[package]]
name = "bitflags"
2021-09-30 15:22:19 +02:00
version = "1.3.2"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-30 15:22:19 +02:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2018-06-19 19:51:29 +02:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cranelift-bforest"
2021-09-30 15:17:43 +02:00
version = "0.77.0"
2021-10-21 15:19:38 +02:00
source = "git+https://github.com/bytecodealliance/wasmtime.git#e04357505eb05760f2ea94cebeef6e8370cd9458"
dependencies = [
2019-10-27 16:55:35 +01:00
"cranelift-entity",
]
2018-06-19 19:51:29 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-codegen"
2021-09-30 15:17:43 +02:00
version = "0.77.0"
2021-10-21 15:19:38 +02:00
source = "git+https://github.com/bytecodealliance/wasmtime.git#e04357505eb05760f2ea94cebeef6e8370cd9458"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"cranelift-bforest",
"cranelift-codegen-meta",
"cranelift-codegen-shared",
"cranelift-entity",
"gimli",
"log",
2020-04-17 14:32:01 +02:00
"regalloc",
2019-10-27 16:55:35 +01:00
"smallvec",
"target-lexicon",
2018-06-17 18:05:11 +02:00
]
2018-07-23 11:17:39 +02:00
[[package]]
name = "cranelift-codegen-meta"
2021-09-30 15:17:43 +02:00
version = "0.77.0"
2021-10-21 15:19:38 +02:00
source = "git+https://github.com/bytecodealliance/wasmtime.git#e04357505eb05760f2ea94cebeef6e8370cd9458"
2018-11-09 18:03:47 +01:00
dependencies = [
2019-10-27 16:55:35 +01:00
"cranelift-codegen-shared",
"cranelift-entity",
2018-11-09 18:03:47 +01:00
]
2018-07-23 11:17:39 +02:00
[[package]]
name = "cranelift-codegen-shared"
2021-09-30 15:17:43 +02:00
version = "0.77.0"
2021-10-21 15:19:38 +02:00
source = "git+https://github.com/bytecodealliance/wasmtime.git#e04357505eb05760f2ea94cebeef6e8370cd9458"
2018-06-17 18:05:11 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-entity"
2021-09-30 15:17:43 +02:00
version = "0.77.0"
2021-10-21 15:19:38 +02:00
source = "git+https://github.com/bytecodealliance/wasmtime.git#e04357505eb05760f2ea94cebeef6e8370cd9458"
2018-07-23 11:17:39 +02:00
2018-06-19 19:51:29 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-frontend"
2021-09-30 15:17:43 +02:00
version = "0.77.0"
2021-10-21 15:19:38 +02:00
source = "git+https://github.com/bytecodealliance/wasmtime.git#e04357505eb05760f2ea94cebeef6e8370cd9458"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"cranelift-codegen",
"log",
"smallvec",
"target-lexicon",
2018-06-19 19:51:29 +02:00
]
[[package]]
name = "cranelift-jit"
2021-09-30 15:17:43 +02:00
version = "0.77.0"
2021-10-21 15:19:38 +02:00
source = "git+https://github.com/bytecodealliance/wasmtime.git#e04357505eb05760f2ea94cebeef6e8370cd9458"
dependencies = [
"anyhow",
"cranelift-codegen",
"cranelift-entity",
"cranelift-module",
"cranelift-native",
"libc",
"log",
"region",
"target-lexicon",
"winapi",
]
2018-06-17 18:05:11 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-module"
2021-09-30 15:17:43 +02:00
version = "0.77.0"
2021-10-21 15:19:38 +02:00
source = "git+https://github.com/bytecodealliance/wasmtime.git#e04357505eb05760f2ea94cebeef6e8370cd9458"
2018-06-19 19:51:29 +02:00
dependencies = [
2020-03-19 12:09:21 +01:00
"anyhow",
2019-10-27 16:55:35 +01:00
"cranelift-codegen",
"cranelift-entity",
"log",
2018-06-19 19:51:29 +02:00
]
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-native"
2021-09-30 15:17:43 +02:00
version = "0.77.0"
2021-10-21 15:19:38 +02:00
source = "git+https://github.com/bytecodealliance/wasmtime.git#e04357505eb05760f2ea94cebeef6e8370cd9458"
2018-06-17 18:05:11 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"cranelift-codegen",
"libc",
2019-10-27 16:55:35 +01:00
"target-lexicon",
2018-06-19 19:51:29 +02:00
]
[[package]]
name = "cranelift-object"
2021-09-30 15:17:43 +02:00
version = "0.77.0"
2021-10-21 15:19:38 +02:00
source = "git+https://github.com/bytecodealliance/wasmtime.git#e04357505eb05760f2ea94cebeef6e8370cd9458"
dependencies = [
2020-06-16 10:38:12 +02:00
"anyhow",
2019-10-27 16:55:35 +01:00
"cranelift-codegen",
"cranelift-module",
"log",
2019-10-27 16:55:35 +01:00
"object",
"target-lexicon",
]
2019-03-27 19:24:42 +01:00
[[package]]
name = "crc32fast"
version = "1.2.1"
2019-03-27 19:24:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
2019-03-27 19:24:42 +01:00
dependencies = [
"cfg-if",
2019-03-27 19:24:42 +01:00
]
2019-01-17 18:07:27 +01:00
[[package]]
name = "gimli"
2021-07-27 12:42:16 +02:00
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-27 12:42:16 +02:00
checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
2019-01-17 18:07:27 +01:00
dependencies = [
2019-10-27 16:55:35 +01:00
"indexmap",
2019-01-17 18:07:27 +01:00
]
2020-07-30 16:43:53 +02:00
[[package]]
name = "hashbrown"
2021-07-27 12:54:58 +02:00
version = "0.11.2"
2020-07-30 16:43:53 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-27 12:54:58 +02:00
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2020-07-30 16:43:53 +02:00
2018-07-23 11:17:39 +02:00
[[package]]
name = "indexmap"
2021-07-27 12:54:58 +02:00
version = "1.7.0"
2018-07-23 11:17:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-27 12:54:58 +02:00
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
2019-10-29 19:07:07 +01:00
dependencies = [
2019-10-27 16:55:35 +01:00
"autocfg",
"hashbrown",
2019-10-29 19:07:07 +01:00
]
2018-07-23 11:17:39 +02:00
2018-06-19 19:51:29 +02:00
[[package]]
name = "libc"
2021-09-30 15:22:19 +02:00
version = "0.2.103"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-30 15:22:19 +02:00
checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"
2018-06-19 19:51:29 +02:00
[[package]]
name = "libloading"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
dependencies = [
"cfg-if",
2019-10-27 16:55:35 +01:00
"winapi",
]
2018-07-23 11:17:39 +02:00
[[package]]
name = "log"
version = "0.4.14"
2018-07-23 11:17:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2018-07-23 11:17:39 +02:00
dependencies = [
"cfg-if",
2018-07-23 11:17:39 +02:00
]
2018-06-19 19:51:29 +02:00
[[package]]
name = "mach"
2020-06-05 12:40:33 +02:00
version = "0.3.2"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-05 12:40:33 +02:00
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"libc",
2018-06-19 19:51:29 +02:00
]
2021-06-10 12:17:42 +02:00
[[package]]
name = "memchr"
2021-09-30 15:22:19 +02:00
version = "2.4.1"
2021-06-10 12:17:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-30 15:22:19 +02:00
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2021-06-10 12:17:42 +02:00
2019-11-06 20:48:29 +01:00
[[package]]
name = "object"
2021-10-21 15:19:38 +02:00
version = "0.27.0"
2019-12-08 11:51:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-21 15:19:38 +02:00
checksum = "c821014c18301591b89b843809ef953af9e3df0496c232d5c0611b0a52aac363"
2019-11-06 20:48:29 +01:00
dependencies = [
2019-10-27 16:55:35 +01:00
"crc32fast",
"indexmap",
2021-06-10 12:17:42 +02:00
"memchr",
2019-11-06 20:48:29 +01:00
]
2020-04-17 14:32:01 +02:00
[[package]]
name = "regalloc"
2021-10-21 15:19:38 +02:00
version = "0.0.32"
2020-04-17 14:32:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-21 15:19:38 +02:00
checksum = "a6304468554ed921da3d32c355ea107b8d13d7b8996c3adfb7aab48d3bc321f4"
2020-04-17 14:32:01 +02:00
dependencies = [
"log",
"rustc-hash",
2020-04-25 11:46:04 +02:00
"smallvec",
2020-04-17 14:32:01 +02:00
]
2018-06-19 19:51:29 +02:00
[[package]]
name = "region"
2020-06-05 12:40:33 +02:00
version = "2.2.0"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-05 12:40:33 +02:00
checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"bitflags",
"libc",
"mach",
"winapi",
2018-06-19 19:51:29 +02:00
]
2020-04-17 14:32:01 +02:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2018-06-17 18:05:11 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "rustc_codegen_cranelift"
2018-06-17 18:05:11 +02:00
version = "0.1.0"
dependencies = [
2019-10-27 16:55:35 +01:00
"ar",
"cranelift-codegen",
"cranelift-frontend",
"cranelift-jit",
2019-10-27 16:55:35 +01:00
"cranelift-module",
"cranelift-native",
2019-10-27 16:55:35 +01:00
"cranelift-object",
"gimli",
"indexmap",
"libloading",
"object",
"smallvec",
2019-10-27 16:55:35 +01:00
"target-lexicon",
2018-07-23 11:17:39 +02:00
]
2019-09-10 20:37:16 +02:00
[[package]]
name = "smallvec"
2021-09-30 15:22:19 +02:00
version = "1.7.0"
2019-09-10 20:37:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-30 15:22:19 +02:00
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
2019-09-10 20:37:16 +02:00
2019-11-06 20:48:29 +01:00
[[package]]
name = "target-lexicon"
2021-09-30 15:22:19 +02:00
version = "0.12.2"
2019-11-06 20:48:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-30 15:22:19 +02:00
checksum = "d9bffcddbc2458fa3e6058414599e3c838a022abae82e5c67b4f7f80298d5bff"
2019-11-06 20:48:29 +01:00
2018-06-19 19:51:29 +02:00
[[package]]
name = "winapi"
2020-06-27 11:37:34 +02:00
version = "0.3.9"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-27 11:37:34 +02:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-06-19 19:51:29 +02: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 16:55:35 +01:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-06-19 19:51:29 +02: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 16:55:35 +01:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"