2020-05-21 07:18:18 -05:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-04-04 04:11:19 -05:00
|
|
|
version = 3
|
|
|
|
|
2020-05-21 07:18:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2020-12-21 03:53:55 -06:00
|
|
|
version = "0.5.2"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 03:53:55 -06:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2020-05-21 07:18:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "1.0.1"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-05-21 07:18:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-12-21 03:53:55 -06:00
|
|
|
version = "0.13.0"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 03:53:55 -06:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2020-05-21 07:18:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
2020-12-21 03:53:55 -06:00
|
|
|
version = "0.5.11"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 03:53:55 -06:00
|
|
|
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo-miri"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"directories",
|
|
|
|
"rustc-workspace-hack",
|
2021-04-04 04:11:19 -05:00
|
|
|
"rustc_version 0.2.3",
|
2020-05-21 07:18:18 -05:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"vergen",
|
|
|
|
]
|
|
|
|
|
2020-12-21 03:53:55 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-05-21 07:18:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-12-21 03:53:55 -06:00
|
|
|
version = "0.4.19"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 03:53:55 -06:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
2020-12-21 03:53:55 -06:00
|
|
|
"libc",
|
2020-05-21 07:18:18 -05:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
2020-12-21 03:53:55 -06:00
|
|
|
"winapi",
|
2020-05-21 07:18:18 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2021-04-04 04:11:19 -05:00
|
|
|
version = "0.8.3"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 04:11:19 -05:00
|
|
|
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2021-04-04 04:11:19 -05:00
|
|
|
"cfg-if",
|
2020-05-21 07:18:18 -05:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "directories"
|
2020-09-18 05:17:09 -05:00
|
|
|
version = "3.0.1"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-18 05:17:09 -05:00
|
|
|
checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.3.5"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-04-04 04:11:19 -05:00
|
|
|
version = "0.1.16"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 04:11:19 -05:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
2021-04-04 04:11:19 -05:00
|
|
|
"cfg-if",
|
2020-05-21 07:18:18 -05:00
|
|
|
"libc",
|
2020-09-17 13:08:18 -05:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2020-05-21 07:18:18 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-04-04 04:11:19 -05:00
|
|
|
version = "0.4.7"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 04:11:19 -05:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2020-05-21 07:18:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-04-04 04:11:19 -05:00
|
|
|
version = "0.2.92"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 04:11:19 -05:00
|
|
|
checksum = "56d855069fafbb9b344c0f962150cd2c1187975cb1c22c1522c240d8c4986714"
|
2020-05-21 07:18:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-12-21 03:53:55 -06:00
|
|
|
version = "0.1.44"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 03:53:55 -06:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-12-21 03:53:55 -06:00
|
|
|
version = "0.2.14"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 03:53:55 -06:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-04-04 04:11:19 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
2020-05-21 07:18:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-04-04 04:11:19 -05:00
|
|
|
version = "1.0.26"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 04:11:19 -05:00
|
|
|
checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-04-04 04:11:19 -05:00
|
|
|
version = "1.0.9"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 04:11:19 -05:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.1.57"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2020-05-21 07:18:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.3.5"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
|
|
|
"rust-argon2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
2020-12-21 03:53:55 -06:00
|
|
|
version = "0.8.3"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 03:53:55 -06:00
|
|
|
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-workspace-hack"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
2021-04-04 04:11:19 -05:00
|
|
|
"semver 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.11.0",
|
2020-05-21 07:18:18 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "1.0.5"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2020-05-21 07:18:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2020-08-21 03:37:56 -05:00
|
|
|
dependencies = [
|
2021-04-04 04:11:19 -05:00
|
|
|
"semver-parser 0.7.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.10.2",
|
2020-08-21 03:37:56 -05:00
|
|
|
]
|
|
|
|
|
2020-05-21 07:18:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
2021-04-04 04:11:19 -05:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
]
|
|
|
|
|
2020-05-21 07:18:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-04-04 04:11:19 -05:00
|
|
|
version = "1.0.125"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 04:11:19 -05:00
|
|
|
checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-04-04 04:11:19 -05:00
|
|
|
version = "1.0.125"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 04:11:19 -05:00
|
|
|
checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-04-04 04:11:19 -05:00
|
|
|
version = "1.0.64"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 04:11:19 -05:00
|
|
|
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-04-04 04:11:19 -05:00
|
|
|
version = "1.0.68"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 04:11:19 -05:00
|
|
|
checksum = "3ce15dd3ed8aa2f8eeac4716d6ef5ab58b6b9256db41d7e1a0224c2788e8fd87"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.1.44"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2020-09-17 13:08:18 -05:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2020-05-21 07:18:18 -05:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-04-04 04:11:19 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
|
2020-05-21 07:18:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.2.1"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2020-05-21 07:18:18 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vergen"
|
2021-04-04 04:11:19 -05:00
|
|
|
version = "3.2.0"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-04 04:11:19 -05:00
|
|
|
checksum = "e7141e445af09c8919f1d5f8a20dae0b20c3b57a45dee0d5823c6ed5d237f15a"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"chrono",
|
2021-04-04 04:11:19 -05:00
|
|
|
"rustc_version 0.3.3",
|
2020-05-21 07:18:18 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2020-09-17 13:08:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2020-05-21 07:18:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-09-17 13:08:18 -05:00
|
|
|
version = "0.3.9"
|
2020-05-21 07:18:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 13:08:18 -05:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-05-21 07:18:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|