rust/Cargo.lock

433 lines
11 KiB
Text
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2020-03-19 12:09:21 +01:00
[[package]]
name = "anyhow"
2020-11-09 18:43:54 +01:00
version = "1.0.34"
2020-03-19 12:09:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 18:43:54 +01:00
checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
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"
2019-10-16 19:13:11 +02:00
version = "1.2.1"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2018-06-19 19:51:29 +02:00
2019-03-27 19:24:42 +01:00
[[package]]
2019-07-04 18:02:47 +02:00
name = "byteorder"
2020-02-14 18:37:28 +01:00
version = "1.3.4"
2019-03-27 19:24:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2019-03-27 19:24:42 +01:00
2018-06-19 19:51:29 +02:00
[[package]]
name = "cc"
2020-11-09 18:43:54 +01:00
version = "1.0.62"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 18:43:54 +01:00
checksum = "f1770ced377336a88a67c473594ccc14eca6f4559217c34f64aac8f83d641b40"
2018-06-19 19:51:29 +02:00
[[package]]
name = "cfg-if"
2019-10-04 21:11:58 +02:00
version = "0.1.10"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2018-06-19 19:51:29 +02:00
2020-11-09 18:43:54 +01: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"
2020-11-09 18:16:08 +01:00
version = "0.68.0"
2020-12-12 10:37:10 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#8f7f8ee0b4c5007ace6de29b45505c360450b1bb"
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"
2020-11-09 18:16:08 +01:00
version = "0.68.0"
2020-12-12 10:37:10 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#8f7f8ee0b4c5007ace6de29b45505c360450b1bb"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"byteorder",
"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",
"thiserror",
2018-06-17 18:05:11 +02:00
]
2018-07-23 11:17:39 +02:00
[[package]]
name = "cranelift-codegen-meta"
2020-11-09 18:16:08 +01:00
version = "0.68.0"
2020-12-12 10:37:10 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#8f7f8ee0b4c5007ace6de29b45505c360450b1bb"
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"
2020-11-09 18:16:08 +01:00
version = "0.68.0"
2020-12-12 10:37:10 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#8f7f8ee0b4c5007ace6de29b45505c360450b1bb"
2018-06-17 18:05:11 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-entity"
2020-11-09 18:16:08 +01:00
version = "0.68.0"
2020-12-12 10:37:10 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#8f7f8ee0b4c5007ace6de29b45505c360450b1bb"
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"
2020-11-09 18:16:08 +01:00
version = "0.68.0"
2020-12-12 10:37:10 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#8f7f8ee0b4c5007ace6de29b45505c360450b1bb"
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
]
2018-06-17 18:05:11 +02:00
[[package]]
2020-12-12 10:37:10 +01:00
name = "cranelift-jit"
2020-11-09 18:16:08 +01:00
version = "0.68.0"
2020-12-12 10:37:10 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#8f7f8ee0b4c5007ace6de29b45505c360450b1bb"
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",
2020-12-12 10:37:10 +01:00
"cranelift-module",
"cranelift-native",
"errno",
"libc",
2019-10-27 16:55:35 +01:00
"log",
2020-12-12 10:37:10 +01:00
"region",
"target-lexicon",
"winapi",
2018-06-19 19:51:29 +02:00
]
[[package]]
2020-12-12 10:37:10 +01:00
name = "cranelift-module"
2020-11-09 18:16:08 +01:00
version = "0.68.0"
2020-12-12 10:37:10 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#8f7f8ee0b4c5007ace6de29b45505c360450b1bb"
2018-06-17 18:05:11 +02:00
dependencies = [
2020-12-12 10:37:10 +01:00
"anyhow",
2019-10-27 16:55:35 +01:00
"cranelift-codegen",
2020-12-12 10:37:10 +01:00
"cranelift-entity",
"log",
"thiserror",
2018-06-19 19:51:29 +02:00
]
[[package]]
2020-12-12 10:37:10 +01:00
name = "cranelift-native"
2020-11-09 18:16:08 +01:00
version = "0.68.0"
2020-12-12 10:37:10 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#8f7f8ee0b4c5007ace6de29b45505c360450b1bb"
dependencies = [
2019-10-27 16:55:35 +01:00
"cranelift-codegen",
2020-12-12 10:37:10 +01:00
"raw-cpuid",
2019-10-27 16:55:35 +01:00
"target-lexicon",
]
2018-06-19 19:51:29 +02:00
[[package]]
2020-12-12 10:37:10 +01:00
name = "cranelift-object"
2020-11-09 18:16:08 +01:00
version = "0.68.0"
2020-12-12 10:37:10 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#8f7f8ee0b4c5007ace6de29b45505c360450b1bb"
2018-06-19 19:51:29 +02:00
dependencies = [
"anyhow",
2019-10-27 16:55:35 +01:00
"cranelift-codegen",
"cranelift-module",
"log",
2020-12-12 10:37:10 +01:00
"object",
2019-10-27 16:55:35 +01:00
"target-lexicon",
2018-06-17 18:05:11 +02:00
]
2019-03-27 19:24:42 +01:00
[[package]]
name = "crc32fast"
2020-11-09 18:43:54 +01:00
version = "1.2.1"
2019-03-27 19:24:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 18:43:54 +01:00
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
2019-03-27 19:24:42 +01:00
dependencies = [
2020-11-09 18:43:54 +01:00
"cfg-if 1.0.0",
2019-03-27 19:24:42 +01:00
]
2018-06-19 19:51:29 +02:00
[[package]]
name = "errno"
2020-11-09 18:43:54 +01:00
version = "0.2.7"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 18:43:54 +01:00
checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"errno-dragonfly",
"libc",
"winapi",
2018-06-19 19:51:29 +02:00
]
[[package]]
2018-07-14 11:59:42 +02:00
name = "errno-dragonfly"
version = "0.1.1"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"gcc",
"libc",
2018-06-19 19:51:29 +02:00
]
2018-11-09 18:38:30 +01:00
[[package]]
2019-07-04 18:02:47 +02:00
name = "gcc"
version = "0.3.55"
2018-11-09 18:38:30 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
2018-11-09 18:38:30 +01:00
2019-01-17 18:07:27 +01:00
[[package]]
name = "gimli"
2020-11-09 18:16:08 +01:00
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 18:16:08 +01:00
checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
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"
2020-10-11 11:20:15 +02:00
version = "0.9.1"
2020-07-30 16:43:53 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 11:20:15 +02:00
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
2020-07-30 16:43:53 +02:00
2018-07-23 11:17:39 +02:00
[[package]]
name = "indexmap"
2020-10-11 11:20:15 +02:00
version = "1.6.0"
2018-07-23 11:17:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 11:20:15 +02:00
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
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"
2020-11-09 18:43:54 +01:00
version = "0.2.80"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 18:43:54 +01:00
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
2018-06-19 19:51:29 +02:00
[[package]]
name = "libloading"
2020-11-09 18:43:54 +01:00
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 18:43:54 +01:00
checksum = "1090080fe06ec2648d0da3881d9453d97e71a45f00eb179af7fdd7e3f686fdb0"
dependencies = [
2020-11-09 18:43:54 +01:00
"cfg-if 1.0.0",
2019-10-27 16:55:35 +01:00
"winapi",
]
2018-07-23 11:17:39 +02:00
[[package]]
name = "log"
2020-07-17 19:18:40 +02:00
version = "0.4.11"
2018-07-23 11:17:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-17 19:18:40 +02:00
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2018-07-23 11:17:39 +02:00
dependencies = [
2020-11-09 18:43:54 +01:00
"cfg-if 0.1.10",
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
]
2019-11-06 20:48:29 +01:00
[[package]]
name = "object"
2020-11-09 18:16:08 +01:00
version = "0.22.0"
2019-12-08 11:51:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 18:16:08 +01:00
checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
2019-11-06 20:48:29 +01:00
dependencies = [
2019-10-27 16:55:35 +01:00
"crc32fast",
"indexmap",
2019-11-06 20:48:29 +01:00
]
2019-10-16 19:13:11 +02:00
[[package]]
name = "proc-macro2"
2020-10-11 11:20:15 +02:00
version = "1.0.24"
2019-10-16 19:13:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 11:20:15 +02:00
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2019-10-16 19:13:11 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"unicode-xid",
2019-10-16 19:13:11 +02:00
]
[[package]]
name = "quote"
2020-06-12 19:11:40 +02:00
version = "1.0.7"
2019-10-16 19:13:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-12 19:11:40 +02:00
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2019-10-16 19:13:11 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"proc-macro2",
2019-10-16 19:13:11 +02:00
]
2018-06-19 19:51:29 +02:00
[[package]]
name = "raw-cpuid"
2020-11-09 18:16:08 +01:00
version = "8.1.2"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 18:16:08 +01:00
checksum = "1fdf7d9dbd43f3d81d94a49c1c3df73cc2b3827995147e6cf7f89d4ec5483e73"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"bitflags",
"cc",
"rustc_version",
2018-07-23 11:17:39 +02:00
]
2020-04-17 14:32:01 +02:00
[[package]]
name = "regalloc"
version = "0.0.31"
2020-04-17 14:32:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5"
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",
2020-12-12 10:37:10 +01:00
"cranelift-jit",
2019-10-27 16:55:35 +01:00
"cranelift-module",
"cranelift-object",
"gimli",
"indexmap",
"libloading",
"object",
"target-lexicon",
2018-07-23 11:17:39 +02:00
]
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
2019-10-27 16:55:35 +01:00
"semver",
]
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
2019-10-27 16:55:35 +01:00
"semver-parser",
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2019-09-10 20:37:16 +02:00
[[package]]
name = "smallvec"
2020-10-11 11:20:15 +02:00
version = "1.4.2"
2019-09-10 20:37:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 11:20:15 +02:00
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
2019-09-10 20:37:16 +02:00
2019-10-16 19:13:11 +02:00
[[package]]
name = "syn"
2020-11-09 18:43:54 +01:00
version = "1.0.48"
2019-10-16 19:13:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 18:43:54 +01:00
checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"
2019-10-16 19:13:11 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"proc-macro2",
"quote",
"unicode-xid",
2019-10-16 19:13:11 +02:00
]
2019-11-06 20:48:29 +01:00
[[package]]
name = "target-lexicon"
2020-11-09 18:43:54 +01:00
version = "0.11.1"
2019-11-06 20:48:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 18:43:54 +01:00
checksum = "4ee5a98e506fb7231a304c3a1bd7c132a55016cf65001e0282480665870dfcb9"
2019-11-06 20:48:29 +01:00
2019-11-01 20:08:42 +01:00
[[package]]
name = "thiserror"
2020-11-09 18:43:54 +01:00
version = "1.0.22"
2019-11-01 20:08:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 18:43:54 +01:00
checksum = "0e9ae34b84616eedaaf1e9dd6026dbe00dcafa92aa0c8077cb69df1fcfe5e53e"
2019-11-01 20:08:42 +01:00
dependencies = [
2019-10-27 16:55:35 +01:00
"thiserror-impl",
2019-11-01 20:08:42 +01:00
]
[[package]]
name = "thiserror-impl"
2020-11-09 18:43:54 +01:00
version = "1.0.22"
2019-11-01 20:08:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-09 18:43:54 +01:00
checksum = "9ba20f23e85b10754cd195504aebf6a27e2e6cbe28c17778a0c930724628dd56"
2019-11-01 20:08:42 +01:00
dependencies = [
2019-10-27 16:55:35 +01:00
"proc-macro2",
"quote",
"syn",
2019-11-01 20:08:42 +01:00
]
2019-10-16 19:13:11 +02:00
[[package]]
name = "unicode-xid"
2020-06-27 11:37:34 +02:00
version = "0.2.1"
2019-10-16 19:13:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-27 11:37:34 +02:00
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2019-10-16 19:13:11 +02: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"