2020-09-21 11:11:09 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-05 13:59:35 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-05-10 11:25:34 +00:00
|
|
|
version = "0.7.18"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 11:25:34 +00:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-09-30 17:23:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
2021-05-10 11:25:34 +00:00
|
|
|
name = "air"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.10.0"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
2021-05-10 11:25:34 +00:00
|
|
|
"air-interpreter-interface",
|
|
|
|
"air-parser",
|
|
|
|
"air-test-utils",
|
|
|
|
"boolinator",
|
2020-11-05 13:50:09 +00:00
|
|
|
"criterion",
|
2021-05-10 11:25:34 +00:00
|
|
|
"csv",
|
|
|
|
"env_logger",
|
|
|
|
"fluence",
|
|
|
|
"fluence-app-service",
|
|
|
|
"jsonpath_lib-fl",
|
|
|
|
"log",
|
|
|
|
"maplit",
|
|
|
|
"once_cell",
|
|
|
|
"polyplets",
|
|
|
|
"pretty_assertions",
|
2020-12-02 15:47:14 +00:00
|
|
|
"serde",
|
2021-02-16 06:45:33 +00:00
|
|
|
"serde_json",
|
2021-01-22 15:54:05 +00:00
|
|
|
"thiserror",
|
2021-05-10 11:25:34 +00:00
|
|
|
"wasm-bindgen",
|
2020-11-03 14:43:58 +00:00
|
|
|
]
|
|
|
|
|
2020-10-23 09:41:58 +00:00
|
|
|
[[package]]
|
2021-05-10 11:25:34 +00:00
|
|
|
name = "air-interpreter"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.10.0"
|
2020-10-23 09:41:58 +00:00
|
|
|
dependencies = [
|
2021-05-10 11:25:34 +00:00
|
|
|
"air",
|
|
|
|
"fluence",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-bindgen",
|
2020-10-23 09:41:58 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2021-05-10 11:25:34 +00:00
|
|
|
name = "air-interpreter-interface"
|
2021-05-19 09:43:49 +00:00
|
|
|
version = "0.5.1"
|
2021-02-17 20:36:36 +00:00
|
|
|
dependencies = [
|
2021-04-26 11:44:23 +00:00
|
|
|
"fluence",
|
2021-04-28 13:05:35 +00:00
|
|
|
"fluence-it-types",
|
2021-02-17 20:36:36 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-10 11:25:34 +00:00
|
|
|
name = "air-parser"
|
|
|
|
version = "0.7.0"
|
2021-02-17 20:36:36 +00:00
|
|
|
dependencies = [
|
2021-05-10 11:25:34 +00:00
|
|
|
"codespan",
|
|
|
|
"codespan-reporting",
|
|
|
|
"criterion",
|
|
|
|
"fstrings",
|
2021-06-10 14:08:20 +00:00
|
|
|
"itertools 0.10.1",
|
2021-05-10 11:25:34 +00:00
|
|
|
"lalrpop",
|
|
|
|
"lalrpop-util",
|
|
|
|
"multimap",
|
|
|
|
"regex",
|
2021-02-17 20:36:36 +00:00
|
|
|
"serde",
|
2021-05-10 11:25:34 +00:00
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2021-02-17 20:36:36 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2021-05-10 11:25:34 +00:00
|
|
|
name = "air-test-module"
|
2020-10-08 09:43:23 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-04-26 11:44:23 +00:00
|
|
|
"fluence",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-10 11:25:34 +00:00
|
|
|
name = "air-test-utils"
|
2021-05-16 19:52:22 +00:00
|
|
|
version = "0.2.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2021-05-16 19:52:22 +00:00
|
|
|
"air",
|
2021-05-10 11:25:34 +00:00
|
|
|
"avm-server",
|
2021-04-26 11:44:23 +00:00
|
|
|
"fluence",
|
2020-10-08 09:43:23 +00:00
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
2021-05-10 11:25:34 +00:00
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
2021-05-10 11:25:34 +00:00
|
|
|
"winapi",
|
2020-09-21 11:11:09 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2021-05-10 11:25:34 +00:00
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.40"
|
2021-04-28 13:05:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 11:25:34 +00:00
|
|
|
checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "array_tool"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f8cb5d814eb646a863c4f24978cff2880c4be96ad8cde2c0f0678732902e271"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2020-10-30 17:29:05 +00:00
|
|
|
version = "0.5.2"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-30 17:29:05 +00:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ascii-canvas"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "3.0.0"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"term",
|
|
|
|
]
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
|
2021-05-10 11:25:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "avm-server"
|
|
|
|
version = "0.7.0"
|
|
|
|
dependencies = [
|
|
|
|
"air-interpreter-interface",
|
|
|
|
"fluence-faas",
|
|
|
|
"log",
|
|
|
|
"maplit",
|
|
|
|
"parking_lot 0.11.1",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
2021-04-26 11:44:23 +00:00
|
|
|
version = "1.3.3"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-26 11:44:23 +00:00
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
|
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
2020-12-07 17:28:26 +00:00
|
|
|
version = "0.6.3"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-07 17:28:26 +00:00
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
2020-11-03 14:43:58 +00:00
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.3.8"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"cc",
|
2020-10-30 17:29:05 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-10-08 09:43:23 +00:00
|
|
|
"constant_time_eq",
|
|
|
|
"crypto-mac",
|
|
|
|
"digest 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "boolinator"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfa8873f51c92e232f9bac4065cddef41b714152812bfc5f7672ba16d6ef8cd9"
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2021-05-10 11:25:34 +00:00
|
|
|
version = "0.2.16"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 11:25:34 +00:00
|
|
|
checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-09-30 08:42:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "3.7.0"
|
2020-09-30 08:42:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
|
2020-09-30 08:42:18 +00:00
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-26 14:13:28 +00:00
|
|
|
version = "1.4.3"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 14:13:28 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2021-04-26 11:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_toml"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "513d17226888c7b8283ac02a1c1b0d8a9d4cbf6db65dfadb79f598f5d7966fe9"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.2.6"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "57cdfa5d50aad6cb4d44dcab6101a7f79925bd59d82ca42f38a9856a28865374"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
2021-06-03 08:41:25 +00:00
|
|
|
"rustc_version 0.3.3",
|
2020-11-01 14:20:25 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "1.0.68"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
2020-10-30 17:29:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-04-26 11:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "2.33.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cmd_lib"
|
|
|
|
version = "0.7.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "475bd7aa7680b4ed8f6bb59745e882bcbaeb39326532bb79ffb1716480d9a274"
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "codespan"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ebaf6bb6a863ad6aa3a18729e9710c53d75df03306714d9cc1f7357a00cd789"
|
|
|
|
dependencies = [
|
|
|
|
"codespan-reporting",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e0762455306b1ed42bc651ef6a2197aabda5e1d4a43c34d5eab5c1a3634e81d"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45a9c21f8042b9857bda93f6c1910b9f9f24100187a3d3d52f214a34e3dc5818"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-entity",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7853f77a6e4a33c67a69c40f5e1bb982bd2dc5c4a22e17e67b65bbccf9b33b2e"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"cranelift-bforest",
|
|
|
|
"cranelift-codegen-meta",
|
|
|
|
"cranelift-codegen-shared",
|
|
|
|
"cranelift-entity",
|
|
|
|
"gimli",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-meta"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "084cd6d5fb0d1da28acd72c199471bfb09acc703ec8f3bf07b1699584272a3b9"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen-shared",
|
|
|
|
"cranelift-entity",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-shared"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "701b599783305a58c25027a4d73f2d6b599b2d8ef3f26677275f480b4d51e05d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-entity"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b88e792b28e1ebbc0187b72ba5ba880dad083abe9231a99d19604d10c9e73f38"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-native"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "32daf082da21c0c05d93394ff4842c2ab7c4991b1f3186a1d952f8ac660edd0b"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"raw-cpuid",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
2021-02-01 13:12:37 +00:00
|
|
|
version = "0.3.4"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-01 13:12:37 +00:00
|
|
|
checksum = "ab327ed7354547cc2ef43cbe20ef68b988e70b4b593cbd66a2a61733123a3d23"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"cast",
|
|
|
|
"clap",
|
|
|
|
"criterion-plot",
|
|
|
|
"csv",
|
2021-06-10 14:08:20 +00:00
|
|
|
"itertools 0.10.1",
|
2020-11-01 14:20:25 +00:00
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
|
|
|
"oorandom",
|
|
|
|
"plotters",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_cbor",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tinytemplate",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d"
|
|
|
|
dependencies = [
|
|
|
|
"cast",
|
2021-02-01 13:12:37 +00:00
|
|
|
"itertools 0.9.0",
|
2020-11-01 14:20:25 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2021-04-26 11:44:23 +00:00
|
|
|
version = "0.5.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-26 11:44:23 +00:00
|
|
|
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2020-10-30 17:29:05 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-24 13:44:15 +00:00
|
|
|
"crossbeam-utils",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2020-10-30 17:29:05 +00:00
|
|
|
version = "0.8.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-30 17:29:05 +00:00
|
|
|
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2020-10-30 17:29:05 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-08 09:43:23 +00:00
|
|
|
"crossbeam-epoch",
|
2020-11-24 13:44:15 +00:00
|
|
|
"crossbeam-utils",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.9.5"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2020-10-30 17:29:05 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-24 13:44:15 +00:00
|
|
|
"crossbeam-utils",
|
2020-10-08 09:43:23 +00:00
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.8.5"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2020-10-30 17:29:05 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-08 09:43:23 +00:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-03-05 13:59:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.4",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2021-03-26 14:13:28 +00:00
|
|
|
version = "1.1.6"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 14:13:28 +00:00
|
|
|
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"csv-core",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2021-03-26 14:13:28 +00:00
|
|
|
version = "0.1.20"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 14:13:28 +00:00
|
|
|
checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
|
|
|
|
|
2020-10-23 09:41:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
|
|
dependencies = [
|
2021-03-05 13:59:35 +00:00
|
|
|
"generic-array 0.12.4",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.4",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
2021-06-10 14:08:20 +00:00
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ena"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "erased-serde"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.3.15"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "e5b36e6f2295f393f44894c6031f67df4d185b984cd54d08f768ce678007efcd"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2020-10-30 17:29:05 +00:00
|
|
|
version = "0.2.7"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-30 17:29:05 +00:00
|
|
|
checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
|
|
|
|
dependencies = [
|
|
|
|
"gcc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
|
|
|
|
|
2020-12-22 18:05:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fluence"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.6.9"
|
2021-04-28 13:05:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "88b09e1cd11a51ba4d169db347d009fe41ece2714eef4d5df720343733a1d5a6"
|
2020-12-22 18:05:04 +00:00
|
|
|
dependencies = [
|
2021-04-28 13:05:35 +00:00
|
|
|
"fluence-sdk-main",
|
2021-05-13 09:00:56 +00:00
|
|
|
"marine-macro",
|
|
|
|
"marine-timestamp-macro",
|
2021-04-26 11:44:23 +00:00
|
|
|
"serde",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-01 08:09:41 +00:00
|
|
|
name = "fluence-app-service"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "0.7.4"
|
2020-12-23 06:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "c0b7c82c9b76dc2f0f00a24fa39fe6ecdb90c7b4596bc70069947f55b83d7ed8"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2021-04-28 13:05:35 +00:00
|
|
|
"fluence-faas",
|
2020-12-22 18:05:04 +00:00
|
|
|
"log",
|
2021-03-01 08:09:41 +00:00
|
|
|
"maplit",
|
2020-12-22 18:05:04 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"toml",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
2021-02-17 20:36:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fluence-faas"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "0.7.4"
|
2021-02-17 20:36:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "5d03b12b7b359570eca676f491e5a4350fcc55decb14b1feff76796f5e346659"
|
2021-04-26 11:44:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"cmd_lib",
|
|
|
|
"fluence",
|
2021-04-28 13:05:35 +00:00
|
|
|
"fluence-sdk-main",
|
2021-04-26 11:44:23 +00:00
|
|
|
"itertools 0.9.0",
|
|
|
|
"log",
|
2021-06-10 14:08:20 +00:00
|
|
|
"marine-module-interface",
|
2021-05-13 09:00:56 +00:00
|
|
|
"marine-runtime",
|
|
|
|
"marine-utils",
|
2021-04-26 11:44:23 +00:00
|
|
|
"safe-transmute",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
2021-04-28 13:05:35 +00:00
|
|
|
"wasmer-interface-types-fl",
|
2021-02-17 20:36:36 +00:00
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"wasmer-runtime-fl",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
2021-04-26 11:44:23 +00:00
|
|
|
name = "fluence-it-types"
|
|
|
|
version = "0.3.0"
|
2020-12-22 18:05:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-26 11:44:23 +00:00
|
|
|
checksum = "5006d09553345421af5dd2334cc945fc34dc2a73d7c1ed842a39a3803699619d"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2021-04-27 10:40:32 +00:00
|
|
|
"it-to-bytes",
|
2021-04-26 11:44:23 +00:00
|
|
|
"nom",
|
|
|
|
"serde",
|
|
|
|
"wast",
|
2021-03-01 08:09:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluence-sdk-main"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.6.9"
|
2021-03-01 08:09:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "68d93cde99e1494e11755a39b93863333397245c9959c774fe3bebd9e4143879"
|
2021-03-01 08:09:41 +00:00
|
|
|
dependencies = [
|
2020-09-21 11:11:09 +00:00
|
|
|
"log",
|
2021-05-13 09:00:56 +00:00
|
|
|
"marine-macro",
|
2020-09-21 11:11:09 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fstrings"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7845a0f15da505ac36baad0486612dab57f8b8d34e19c5470a265bbcdd572ae6"
|
|
|
|
dependencies = [
|
|
|
|
"fstrings-proc-macro",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fstrings-proc-macro"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "63b58c0e7581dc33478a32299182cbe5ae3b8c028be26728a47fb0a113c92d9d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
|
|
|
version = "0.3.55"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generational-arena"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e1d3b771574f62d0548cee0ad9057857e9fc25d7a3335f140c84f6acd0bf601"
|
|
|
|
dependencies = [
|
2020-10-30 17:29:05 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-10-08 09:43:23 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2021-03-05 13:59:35 +00:00
|
|
|
version = "0.12.4"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-05 13:59:35 +00:00
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2020-11-03 14:43:58 +00:00
|
|
|
"version_check",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-01-12 10:04:25 +00:00
|
|
|
version = "0.1.16"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 10:04:25 +00:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
2021-01-12 10:04:25 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-21 11:11:09 +00:00
|
|
|
"libc",
|
2020-10-08 09:43:23 +00:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
2021-01-12 10:04:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.2.3"
|
2021-01-12 10:04:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
2021-01-12 10:04:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2021-04-26 11:44:23 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2021-01-12 10:04:25 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ghost"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a5bcf1bbeab73aa4cf2fde60a846858dc036163c7c33bec309f8d17de785479"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81dd6190aad0f05ddbbf3245c54ed14ca4aa6dd32f22312b70d8f168c3e3e633"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"indexmap",
|
2020-09-21 11:11:09 +00:00
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2021-02-01 13:12:37 +00:00
|
|
|
version = "1.7.1"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-01 13:12:37 +00:00
|
|
|
checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3"
|
2020-11-01 14:20:25 +00:00
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "0.3.3"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-02-01 13:12:37 +00:00
|
|
|
version = "0.1.18"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-01 13:12:37 +00:00
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
2020-09-30 17:23:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-03-05 13:59:35 +00:00
|
|
|
version = "0.4.3"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-05 13:59:35 +00:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "id-arena"
|
|
|
|
version = "2.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-03-26 14:13:28 +00:00
|
|
|
version = "1.6.2"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 14:13:28 +00:00
|
|
|
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
|
2020-09-30 17:23:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
2020-10-08 09:43:23 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-12-27 21:12:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inventory"
|
2020-12-17 18:44:24 +00:00
|
|
|
version = "0.1.10"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-17 18:44:24 +00:00
|
|
|
checksum = "0f0f7efb804ec95e33db9ad49e4252f049e37e8b0a4652e3cd61f7999f2eff7f"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
|
|
|
"ghost",
|
|
|
|
"inventory-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inventory-impl"
|
2020-12-17 18:44:24 +00:00
|
|
|
version = "0.1.10"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-17 18:44:24 +00:00
|
|
|
checksum = "75c094e94816723ab936484666968f5b58060492e880f3c8d00489a1e244fa51"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-04-26 11:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "it-lilo"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99ccf40e1e08f6f47ffbafe3cfb2e3adb721ddde80b178240f038d07dc9652fb"
|
|
|
|
dependencies = [
|
2021-04-28 13:05:35 +00:00
|
|
|
"fluence-it-types",
|
2021-04-26 11:44:23 +00:00
|
|
|
"log",
|
|
|
|
"paste",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-12-29 11:11:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "it-to-bytes"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "729c74bb4236418898a219c6d96f14cba77456dd7c04a2e99e65e9c643709b56"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
2020-09-30 17:23:32 +00:00
|
|
|
]
|
|
|
|
|
2021-02-01 13:12:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "0.10.1"
|
2021-02-01 13:12:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
|
2021-02-01 13:12:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2020-12-29 11:11:18 +00:00
|
|
|
version = "0.4.7"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-29 11:11:18 +00:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2020-09-21 11:11:09 +00:00
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2020-11-17 09:02:43 +00:00
|
|
|
version = "0.3.42"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-17 09:02:43 +00:00
|
|
|
checksum = "52732a3d3ad72c58ad2dc70624f9c17b46ecd0943b9a4f1ee37c4c18c5d983e2"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
2020-12-23 16:05:50 +00:00
|
|
|
name = "jsonpath_lib-fl"
|
2021-06-01 15:43:11 +00:00
|
|
|
version = "0.3.7"
|
2020-12-23 16:05:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-01 15:43:11 +00:00
|
|
|
checksum = "33dcf980221b25366e8f0df601cf0df6ffcc97242cbbe4d139a79a7f0de5107f"
|
2020-09-30 17:23:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"array_tool",
|
|
|
|
"env_logger",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lalrpop"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "0.19.6"
|
2021-03-05 13:59:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "b15174f1c529af5bf1283c3bc0058266b483a67156f79589fab2a25e23cf8988"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"ascii-canvas",
|
|
|
|
"atty",
|
|
|
|
"bit-set",
|
|
|
|
"diff",
|
|
|
|
"ena",
|
2021-06-10 14:08:20 +00:00
|
|
|
"itertools 0.10.1",
|
2020-11-03 14:43:58 +00:00
|
|
|
"lalrpop-util",
|
|
|
|
"petgraph",
|
2021-03-05 13:59:35 +00:00
|
|
|
"pico-args",
|
2020-11-03 14:43:58 +00:00
|
|
|
"regex",
|
|
|
|
"regex-syntax",
|
|
|
|
"string_cache",
|
|
|
|
"term",
|
2021-03-05 13:59:35 +00:00
|
|
|
"tiny-keccak",
|
2020-11-03 14:43:58 +00:00
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lalrpop-util"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "0.19.6"
|
2021-03-05 13:59:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "d3e58cce361efcc90ba8a0a5f982c741ff86b603495bb15a998412e957dcd278"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2020-09-30 08:42:18 +00:00
|
|
|
[[package]]
|
2020-10-08 09:43:23 +00:00
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "leb128"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
2021-04-26 11:44:23 +00:00
|
|
|
version = "0.7.6"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-26 11:44:23 +00:00
|
|
|
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"bitflags",
|
2021-02-18 14:30:14 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-08 09:43:23 +00:00
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "0.2.96"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "5600b4e6efc5421841a2138a6b082e07fe12f9aaa12783d50e5d13325b26b4fc"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
|
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-12-27 21:12:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2021-05-10 11:25:34 +00:00
|
|
|
version = "0.4.4"
|
2020-12-27 21:12:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 11:25:34 +00:00
|
|
|
checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
|
2020-12-27 21:12:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-02-01 13:12:37 +00:00
|
|
|
version = "0.4.14"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-01 13:12:37 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2021-02-01 13:12:37 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
2020-10-23 09:41:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
2021-05-13 09:00:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-it-generator"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "0.5.3"
|
2021-05-13 09:00:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "e62f29b16bbdb0763a04f8561c954624ee9cd9f558af4e67b95eb00880da11ec"
|
2021-05-13 09:00:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"cargo_toml",
|
|
|
|
"it-lilo",
|
|
|
|
"marine-it-parser",
|
2021-06-10 14:08:20 +00:00
|
|
|
"marine-macro-impl",
|
2021-05-13 09:00:56 +00:00
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-it-interfaces"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "0.4.0"
|
2021-05-13 09:00:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "f18c137e51fd52ab7a3652233fc4eaa68e25a6a53d609bf9dd0f2e3bf67adee1"
|
2021-05-13 09:00:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"multimap",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-it-parser"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "0.6.4"
|
2021-05-13 09:00:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "6be3cfa1905a63ebf925c4efc605cdd121ddfe86809aaec16ec9fe32443b4423"
|
2021-05-13 09:00:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2021-06-10 14:08:20 +00:00
|
|
|
"itertools 0.10.1",
|
2021-05-13 09:00:56 +00:00
|
|
|
"marine-it-interfaces",
|
2021-06-10 14:08:20 +00:00
|
|
|
"marine-module-interface",
|
2021-05-13 09:00:56 +00:00
|
|
|
"nom",
|
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.6.9"
|
2021-05-13 09:00:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "f63d927851847cc3dd9e3bd0f10bdeb313859d4822d5b5f650d9d34d461ed419"
|
2021-05-13 09:00:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"marine-macro-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro-impl"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.6.9"
|
2021-05-13 09:00:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "fb504be4a90e229ab453c7369cc8a9063acec819f3397802eea719cd0a232be1"
|
2021-05-13 09:00:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syn",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-module-info-parser"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "003017e314cebb5c774569a4257f5eca82106cff170b124c6712f2fcd3ceefef"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
|
|
|
"fluence-sdk-main",
|
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
]
|
|
|
|
|
2021-06-10 14:08:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-module-interface"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4920ea983e51f8f560e09d9d554035cd4ecd7d60940b352637c8c4c9d02f865"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"itertools 0.10.1",
|
|
|
|
"marine-it-interfaces",
|
|
|
|
"nom",
|
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
]
|
|
|
|
|
2021-05-13 09:00:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-runtime"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "0.5.1"
|
2021-05-13 09:00:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "f4d692a5077c2617cc147419bf65eb73f8eff583726933b2c79e2b3f9db2115b"
|
2021-05-13 09:00:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"boolinator",
|
|
|
|
"it-lilo",
|
|
|
|
"log",
|
|
|
|
"marine-it-generator",
|
|
|
|
"marine-it-interfaces",
|
|
|
|
"marine-it-parser",
|
|
|
|
"marine-module-info-parser",
|
2021-06-10 14:08:20 +00:00
|
|
|
"marine-module-interface",
|
2021-05-13 09:00:56 +00:00
|
|
|
"marine-utils",
|
|
|
|
"multimap",
|
|
|
|
"once_cell",
|
|
|
|
"parity-wasm",
|
|
|
|
"paste",
|
|
|
|
"pwasm-utils",
|
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"wasmer-runtime-fl",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-timestamp-macro"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.6.9"
|
2021-05-13 09:00:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "5994c7db5567d21609f2a2e5a40d9d4564f86c17ca35b2d77007152619b9d7fc"
|
2021-05-13 09:00:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-utils"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8dc5838acba84ce4d802d672afd0814fae0ae7098021ae5b06d975e70d09f812"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-05-10 11:25:34 +00:00
|
|
|
version = "2.4.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 11:25:34 +00:00
|
|
|
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.6.4"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
2021-03-19 16:15:41 +00:00
|
|
|
version = "0.8.3"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 16:15:41 +00:00
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2020-10-30 17:29:05 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-10-08 09:43:23 +00:00
|
|
|
"libc",
|
|
|
|
"void",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "5.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
|
|
dependencies = [
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
2020-11-03 14:43:58 +00:00
|
|
|
"version_check",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
2021-04-26 11:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-03-05 13:59:35 +00:00
|
|
|
version = "1.7.2"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-05 13:59:35 +00:00
|
|
|
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
|
2020-11-01 14:20:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
2020-11-24 13:44:15 +00:00
|
|
|
version = "11.1.3"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 13:44:15 +00:00
|
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
2020-11-01 14:20:25 +00:00
|
|
|
|
2020-10-23 09:41:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "output_vt100"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "page_size"
|
|
|
|
version = "0.4.2"
|
2020-09-30 08:42:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 09:43:23 +00:00
|
|
|
checksum = "eebde548fbbf1ea81a99b128872779c437752fb99f217c45245e1a61dcd9edcd"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
2020-09-30 08:42:18 +00:00
|
|
|
|
2020-09-24 09:55:29 +00:00
|
|
|
[[package]]
|
2020-10-08 09:43:23 +00:00
|
|
|
name = "parity-wasm"
|
|
|
|
version = "0.41.0"
|
2020-09-24 09:55:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 09:43:23 +00:00
|
|
|
checksum = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865"
|
2020-09-24 09:55:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-10-08 09:43:23 +00:00
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.10.2"
|
2020-09-24 09:55:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 09:43:23 +00:00
|
|
|
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
|
2020-09-24 09:55:29 +00:00
|
|
|
dependencies = [
|
2020-12-27 21:12:11 +00:00
|
|
|
"lock_api 0.3.4",
|
|
|
|
"parking_lot_core 0.7.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
2021-05-10 11:25:34 +00:00
|
|
|
"lock_api 0.4.4",
|
2021-02-18 14:30:14 +00:00
|
|
|
"parking_lot_core 0.8.3",
|
2020-09-24 09:55:29 +00:00
|
|
|
]
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
2020-10-08 09:43:23 +00:00
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.7.2"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-08 09:43:23 +00:00
|
|
|
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
2020-10-30 17:29:05 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-10-08 09:43:23 +00:00
|
|
|
"cloudabi",
|
|
|
|
"libc",
|
2021-02-18 14:30:14 +00:00
|
|
|
"redox_syscall 0.1.57",
|
2020-10-08 09:43:23 +00:00
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
2020-09-21 11:11:09 +00:00
|
|
|
]
|
|
|
|
|
2020-12-27 21:12:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-02-18 14:30:14 +00:00
|
|
|
version = "0.8.3"
|
2020-12-27 21:12:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-18 14:30:14 +00:00
|
|
|
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
|
2020-12-27 21:12:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
2021-05-10 11:25:34 +00:00
|
|
|
"redox_syscall 0.2.8",
|
2020-12-27 21:12:11 +00:00
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-04-26 11:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
|
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2021-03-05 13:59:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pico-args"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "0.4.2"
|
2021-03-05 13:59:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
|
2021-03-05 13:59:35 +00:00
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "plotters"
|
2021-02-01 13:12:37 +00:00
|
|
|
version = "0.3.0"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-01 13:12:37 +00:00
|
|
|
checksum = "45ca0ae5f169d0917a7c7f5a9c1a3d3d9598f18f529dd2b8373ed988efea307a"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
2021-02-01 13:12:37 +00:00
|
|
|
"plotters-backend",
|
|
|
|
"plotters-svg",
|
2020-11-01 14:20:25 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-02-01 13:12:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "plotters-backend"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b07fffcddc1cb3a1de753caa4e4df03b79922ba43cf882acc1bdd7e8df9f4590"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-svg"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b38a02e23bd9604b842a812063aec4ef702b57989c37b655254bb61c471ad211"
|
|
|
|
dependencies = [
|
|
|
|
"plotters-backend",
|
|
|
|
]
|
|
|
|
|
2020-12-22 18:05:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polyplets"
|
2021-05-19 09:43:49 +00:00
|
|
|
version = "0.1.1"
|
2020-12-22 18:05:04 +00:00
|
|
|
dependencies = [
|
2021-04-26 11:44:23 +00:00
|
|
|
"fluence",
|
2020-12-22 18:05:04 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
2020-09-21 11:11:09 +00:00
|
|
|
|
2020-10-23 09:41:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"ctor",
|
|
|
|
"difference",
|
|
|
|
"output_vt100",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "1.0.27"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pwasm-utils"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4f7a12f176deee919f4ba55326ee17491c8b707d0987aed822682c821b660192"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"log",
|
|
|
|
"parity-wasm",
|
|
|
|
]
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-02-18 14:30:14 +00:00
|
|
|
version = "1.0.9"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-18 14:30:14 +00:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
2020-12-22 18:05:04 +00:00
|
|
|
version = "7.0.4"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-22 18:05:04 +00:00
|
|
|
checksum = "beb71f708fe39b2c5e98076204c3cc094ee5a4c12c4cdb119a2b72dc34164f41"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2021-06-03 08:41:25 +00:00
|
|
|
"rustc_version 0.2.3",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "1.5.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "1.9.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
2020-11-24 13:44:15 +00:00
|
|
|
"crossbeam-utils",
|
2020-10-08 09:43:23 +00:00
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.57"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
|
|
2021-02-18 14:30:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-05-10 11:25:34 +00:00
|
|
|
version = "0.2.8"
|
2021-02-18 14:30:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 11:25:34 +00:00
|
|
|
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
|
2021-02-18 14:30:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "0.4.0"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
2021-06-10 14:08:20 +00:00
|
|
|
"getrandom 0.2.3",
|
|
|
|
"redox_syscall 0.2.8",
|
2020-11-03 14:43:58 +00:00
|
|
|
]
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-05-13 09:00:56 +00:00
|
|
|
version = "1.5.4"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 09:00:56 +00:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2020-09-30 17:23:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.1.10"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2020-11-01 14:20:25 +00:00
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-05-10 11:25:34 +00:00
|
|
|
version = "0.6.25"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 11:25:34 +00:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2020-11-03 14:43:58 +00:00
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
2021-04-26 11:44:23 +00:00
|
|
|
"semver 0.9.0",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
2021-06-03 08:41:25 +00:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2021-06-10 14:08:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safe-transmute"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "0.11.2"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "98a01dab6acf992653be49205bdd549f32f17cb2803e8eacf1560bf97259aae8"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
2021-04-26 11:44:23 +00: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-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
2021-04-26 11:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
]
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2020-12-07 17:28:26 +00:00
|
|
|
version = "1.0.118"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-07 17:28:26 +00:00
|
|
|
checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde-bench"
|
|
|
|
version = "0.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d733da87e79faaac25616e33d26299a41143fd4cd42746cbb0e91d8feea243fd"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
|
|
|
version = "0.11.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16ae07dd2f88a366f15bd0632ba725227018c69a1c8550a927324f8eb8368bb9"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_cbor"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622"
|
|
|
|
dependencies = [
|
|
|
|
"half",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2020-12-07 17:28:26 +00:00
|
|
|
version = "1.0.118"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-07 17:28:26 +00:00
|
|
|
checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2020-12-29 11:11:18 +00:00
|
|
|
version = "1.0.61"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-29 11:11:18 +00:00
|
|
|
checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
2020-09-30 17:23:32 +00:00
|
|
|
"indexmap",
|
2020-09-21 11:11:09 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2021-03-26 14:13:28 +00:00
|
|
|
version = "0.3.5"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 14:13:28 +00:00
|
|
|
checksum = "cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27"
|
2020-11-03 14:43:58 +00:00
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-01-12 10:04:25 +00:00
|
|
|
version = "1.6.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 10:04:25 +00:00
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2020-11-23 18:04:35 +00:00
|
|
|
version = "0.8.1"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 18:04:35 +00:00
|
|
|
checksum = "8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"new_debug_unreachable",
|
|
|
|
"phf_shared",
|
|
|
|
"precomputed-hash",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2020-12-17 18:44:24 +00:00
|
|
|
version = "2.4.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-17 18:44:24 +00:00
|
|
|
checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "1.0.73"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d"
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2021-06-10 14:08:20 +00:00
|
|
|
version = "0.7.0"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 14:08:20 +00:00
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
2021-06-10 14:08:20 +00:00
|
|
|
"dirs-next",
|
|
|
|
"rustversion",
|
2020-11-03 14:43:58 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2020-11-23 18:04:35 +00:00
|
|
|
version = "1.1.2"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-23 18:04:35 +00:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2020-09-30 17:23:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "1.0.25"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-06-03 08:41:25 +00:00
|
|
|
version = "1.0.25"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 08:41:25 +00:00
|
|
|
checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-04-26 11:44:23 +00:00
|
|
|
version = "0.1.44"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-26 11:44:23 +00:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-04-26 11:44:23 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2020-10-08 09:43:23 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-03-05 13:59:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tiny-keccak"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
2021-03-05 13:59:35 +00:00
|
|
|
version = "1.2.1"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-05 13:59:35 +00:00
|
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2020-12-21 16:49:35 +00:00
|
|
|
version = "0.5.8"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 16:49:35 +00:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2021-03-26 14:13:28 +00:00
|
|
|
version = "1.13.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 14:13:28 +00:00
|
|
|
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typetag"
|
2021-02-01 13:12:37 +00:00
|
|
|
version = "0.1.7"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-01 13:12:37 +00:00
|
|
|
checksum = "422619e1a7299befb977a1f6d8932c499f6151dbcafae715193570860cae8f07"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"erased-serde",
|
|
|
|
"inventory",
|
|
|
|
"lazy_static",
|
|
|
|
"serde",
|
|
|
|
"typetag-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typetag-impl"
|
2021-02-01 13:12:37 +00:00
|
|
|
version = "0.1.7"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-01 13:12:37 +00:00
|
|
|
checksum = "504f9626fe6cc1c376227864781996668e15c1ff251d222f63ef17f310bf1fec"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-04-26 11:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2020-12-07 17:28:26 +00:00
|
|
|
version = "1.7.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-07 17:28:26 +00:00
|
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-05-10 11:25:34 +00:00
|
|
|
version = "0.2.2"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 11:25:34 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-09-21 11:11:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2021-01-12 10:04:25 +00:00
|
|
|
version = "0.8.2"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 10:04:25 +00:00
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
2021-06-03 08:41:25 +00:00
|
|
|
"getrandom 0.2.3",
|
2020-09-21 11:11:09 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-03-26 14:13:28 +00:00
|
|
|
version = "0.9.3"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 14:13:28 +00:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-03-26 14:13:28 +00:00
|
|
|
version = "2.3.2"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 14:13:28 +00:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-04-26 11:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walrus"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4d470d0583e65f4cab21a1ff3c1ba3dd23ae49e68f516f0afceaeb001b32af39"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"id-arena",
|
|
|
|
"leb128",
|
|
|
|
"log",
|
2021-04-28 13:05:35 +00:00
|
|
|
"walrus-macro",
|
2021-04-26 11:44:23 +00:00
|
|
|
"wasmparser 0.59.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walrus-macro"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7c2bb690b44cb1b0fdcc54d4998d21f8bdaf706b93775425e440b174f39ad16"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-09-21 11:11:09 +00: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-30 08:42:18 +00:00
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-04-26 11:44:23 +00:00
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-26 11:44:23 +00:00
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2020-09-30 08:42:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2020-11-17 09:02:43 +00:00
|
|
|
version = "0.2.65"
|
2020-09-30 08:42:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-17 09:02:43 +00:00
|
|
|
checksum = "f3edbcc9536ab7eababcc6d2374a0b7bfe13a2b6d562c5e07f370456b1a8f33d"
|
2020-09-30 08:42:18 +00:00
|
|
|
dependencies = [
|
2020-10-30 17:29:05 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-09-30 08:42:18 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2020-11-17 09:02:43 +00:00
|
|
|
version = "0.2.65"
|
2020-09-30 08:42:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-17 09:02:43 +00:00
|
|
|
checksum = "89ed2fb8c84bfad20ea66b26a3743f3e7ba8735a69fe7d95118c33ec8fc1244d"
|
2020-09-30 08:42:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2020-11-17 09:02:43 +00:00
|
|
|
version = "0.2.65"
|
2020-09-30 08:42:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-17 09:02:43 +00:00
|
|
|
checksum = "eb071268b031a64d92fc6cf691715ca5a40950694d8f683c5bb43db7c730929e"
|
2020-09-30 08:42:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2020-11-17 09:02:43 +00:00
|
|
|
version = "0.2.65"
|
2020-09-30 08:42:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-17 09:02:43 +00:00
|
|
|
checksum = "cf592c807080719d1ff2f245a687cbadb3ed28b2077ed7084b47aba8b691f2c6"
|
2020-09-30 08:42:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2020-11-17 09:02:43 +00:00
|
|
|
version = "0.2.65"
|
2020-09-30 08:42:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-17 09:02:43 +00:00
|
|
|
checksum = "72b6c0220ded549d63860c78c38f3bcc558d1ca3f4efa74942c536ddbbb55e87"
|
2020-09-30 17:23:32 +00:00
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-backend-fl"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "532fb6cef712d9cd1ec68f9fc561447df33313393926f9bdb91fc3d67eed918f"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-native",
|
|
|
|
"libc",
|
|
|
|
"nix",
|
|
|
|
"rayon",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmer-clif-fork-frontend",
|
|
|
|
"wasmer-clif-fork-wasm",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"wasmer-win-exception-handler",
|
|
|
|
"wasmparser 0.51.4",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-fork-frontend"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c23f2824f354a00a77e4b040eef6e1d4c595a8a3e9013bad65199cc8dade9a5a"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-fork-wasm"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a35e21d3aebc51cc6ebc0e830cf8458a9891c3482fb3c65ad18d408102929ae5"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"wasmer-clif-fork-frontend",
|
|
|
|
"wasmparser 0.51.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-interface-types-fl"
|
2021-04-28 13:05:35 +00:00
|
|
|
version = "0.20.1"
|
2021-04-26 11:44:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-28 13:05:35 +00:00
|
|
|
checksum = "df960871d756f87237e7630daa0e8453dd48f9e44e0f214e795362a6daa04967"
|
2021-04-26 11:44:23 +00:00
|
|
|
dependencies = [
|
2021-04-28 13:05:35 +00:00
|
|
|
"fluence-it-types",
|
2021-04-26 11:44:23 +00:00
|
|
|
"it-lilo",
|
2021-04-27 10:40:32 +00:00
|
|
|
"it-to-bytes",
|
2021-06-10 14:08:20 +00:00
|
|
|
"itertools 0.10.1",
|
2020-10-08 09:43:23 +00:00
|
|
|
"log",
|
2020-11-03 14:43:58 +00:00
|
|
|
"nom",
|
2020-10-08 09:43:23 +00:00
|
|
|
"safe-transmute",
|
2021-04-26 11:44:23 +00:00
|
|
|
"semver 0.11.0",
|
2020-10-08 09:43:23 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-04-26 11:44:23 +00:00
|
|
|
"thiserror",
|
2020-10-08 09:43:23 +00:00
|
|
|
"wast",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-core"
|
|
|
|
version = "0.17.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "740161245998752cf1a567e860fd6355df0336fedca6be1940ec7aaa59643220"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"blake3",
|
|
|
|
"cc",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"errno",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"nix",
|
|
|
|
"page_size",
|
2020-12-27 21:12:11 +00:00
|
|
|
"parking_lot 0.10.2",
|
2021-06-03 08:41:25 +00:00
|
|
|
"rustc_version 0.2.3",
|
2020-10-08 09:43:23 +00:00
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmparser 0.51.4",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-core-fl"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4630ff544a2d7f76938bcf82ae217e0bd5c9ee078c653459d4f117c2045d315"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"blake3",
|
|
|
|
"cc",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"errno",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"nix",
|
|
|
|
"page_size",
|
2020-12-27 21:12:11 +00:00
|
|
|
"parking_lot 0.10.2",
|
2021-06-03 08:41:25 +00:00
|
|
|
"rustc_version 0.2.3",
|
2020-10-08 09:43:23 +00:00
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmparser 0.51.4",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-fl"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e855c8942f998a6938e43c1d0bb11b76a60b1c8341e08db36cc36b97b58bb1e9"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"memmap",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"wasmer-clif-backend-fl",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-wasi-fl"
|
2020-12-07 17:28:26 +00:00
|
|
|
version = "0.17.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-07 17:28:26 +00:00
|
|
|
checksum = "3e0f331ec6fb16590946f61b2418cd5295c4f3aa772c77eb054bea250a8fdb71"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"byteorder",
|
|
|
|
"generational-arena",
|
2021-01-12 10:04:25 +00:00
|
|
|
"getrandom 0.1.16",
|
2020-10-08 09:43:23 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
"typetag",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-win-exception-handler"
|
|
|
|
version = "0.17.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1cd39f3b2bd7964b28ea6f944a7eaa445cfbc91c4f2695d188103f2689bb37d9"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"wasmer-runtime-core",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.51.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aeb1956b19469d1c5e63e459d29e7b5aa0f558d9f16fcef09736f8a265e6c10a"
|
|
|
|
|
2021-04-26 11:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a950e6a618f62147fd514ff445b2a0b53120d382751960797f85f058c7eda9b9"
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
|
|
|
version = "8.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9df3d716118a503b2f6bbb6ff46b21997ab0cc167b01de7a188e45e4b01e8d"
|
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2020-11-17 09:02:43 +00:00
|
|
|
version = "0.3.42"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-17 09:02:43 +00:00
|
|
|
checksum = "8be2398f326b7ba09815d0b403095f34dd708579220d099caae89be0b32137b2"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
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-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|