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"
|
2022-04-21 15:01:06 +00:00
|
|
|
version = "0.24.0"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
2021-10-15 11:26:46 +00:00
|
|
|
"air-execution-info-collector",
|
2021-08-24 13:14:15 +00:00
|
|
|
"air-interpreter-data",
|
2021-05-10 11:25:34 +00:00
|
|
|
"air-interpreter-interface",
|
2021-10-18 20:23:30 +00:00
|
|
|
"air-lambda-ast",
|
|
|
|
"air-lambda-parser",
|
2021-10-05 13:55:04 +00:00
|
|
|
"air-log-targets",
|
2021-05-10 11:25:34 +00:00
|
|
|
"air-parser",
|
|
|
|
"air-test-utils",
|
2021-10-05 11:07:38 +00:00
|
|
|
"air-trace-handler",
|
2021-05-10 11:25:34 +00:00
|
|
|
"boolinator",
|
2021-12-17 19:02:16 +00:00
|
|
|
"concat-idents",
|
2020-11-05 13:50:09 +00:00
|
|
|
"criterion",
|
2021-05-10 11:25:34 +00:00
|
|
|
"csv",
|
|
|
|
"env_logger",
|
|
|
|
"fluence-app-service",
|
2021-11-24 15:47:49 +00:00
|
|
|
"fstrings",
|
2021-05-10 11:25:34 +00:00
|
|
|
"log",
|
|
|
|
"maplit",
|
2021-08-05 19:24:09 +00:00
|
|
|
"marine-rs-sdk",
|
2022-04-15 19:25:03 +00:00
|
|
|
"non-empty-vec",
|
2021-05-10 11:25:34 +00:00
|
|
|
"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-09-02 15:01:21 +00:00
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
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
|
|
|
]
|
|
|
|
|
2021-10-15 11:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "air-execution-info-collector"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2020-10-23 09:41:58 +00:00
|
|
|
[[package]]
|
2021-05-10 11:25:34 +00:00
|
|
|
name = "air-interpreter"
|
2022-04-21 15:01:06 +00:00
|
|
|
version = "0.24.0"
|
2020-10-23 09:41:58 +00:00
|
|
|
dependencies = [
|
2021-05-10 11:25:34 +00:00
|
|
|
"air",
|
2021-10-05 13:55:04 +00:00
|
|
|
"air-log-targets",
|
2021-05-10 11:25:34 +00:00
|
|
|
"log",
|
2021-08-05 19:24:09 +00:00
|
|
|
"marine-rs-sdk",
|
2021-05-10 11:25:34 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-bindgen",
|
2020-10-23 09:41:58 +00:00
|
|
|
]
|
|
|
|
|
2021-08-24 13:14:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "air-interpreter-data"
|
2021-11-24 14:57:14 +00:00
|
|
|
version = "0.2.2"
|
2021-08-24 13:14:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2022-04-06 21:18:49 +00:00
|
|
|
"semver 1.0.7",
|
2021-08-24 13:14:15 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2021-05-10 11:25:34 +00:00
|
|
|
name = "air-interpreter-interface"
|
2022-04-21 08:44:18 +00:00
|
|
|
version = "0.10.0"
|
2021-02-17 20:36:36 +00:00
|
|
|
dependencies = [
|
2021-04-28 13:05:35 +00:00
|
|
|
"fluence-it-types",
|
2021-08-05 19:24:09 +00:00
|
|
|
"marine-rs-sdk",
|
2021-02-17 20:36:36 +00:00
|
|
|
"serde",
|
2021-10-04 07:58:00 +00:00
|
|
|
"serde_json",
|
2021-02-17 20:36:36 +00:00
|
|
|
]
|
|
|
|
|
2021-10-18 20:23:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "air-lambda-ast"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"non-empty-vec",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "air-lambda-parser"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"air-lambda-ast",
|
|
|
|
"codespan",
|
|
|
|
"codespan-reporting",
|
2021-12-21 11:33:20 +00:00
|
|
|
"itertools 0.10.3",
|
2021-10-18 20:23:30 +00:00
|
|
|
"lalrpop",
|
|
|
|
"lalrpop-util",
|
|
|
|
"multimap",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-10-05 13:55:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "air-log-targets"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2021-02-17 20:36:36 +00:00
|
|
|
[[package]]
|
2021-05-10 11:25:34 +00:00
|
|
|
name = "air-parser"
|
2021-09-15 13:37:38 +00:00
|
|
|
version = "0.7.1"
|
2021-02-17 20:36:36 +00:00
|
|
|
dependencies = [
|
2021-11-12 11:12:50 +00:00
|
|
|
"air-lambda-ast",
|
2021-10-18 20:23:30 +00:00
|
|
|
"air-lambda-parser",
|
2021-05-10 11:25:34 +00:00
|
|
|
"codespan",
|
|
|
|
"codespan-reporting",
|
|
|
|
"criterion",
|
|
|
|
"fstrings",
|
2021-12-21 11:33:20 +00:00
|
|
|
"itertools 0.10.3",
|
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-utils"
|
2021-09-15 13:37:38 +00:00
|
|
|
version = "0.2.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2021-05-16 19:52:22 +00:00
|
|
|
"air",
|
2021-10-04 07:58:00 +00:00
|
|
|
"air-interpreter-interface",
|
2021-05-10 11:25:34 +00:00
|
|
|
"avm-server",
|
2022-03-10 13:06:43 +00:00
|
|
|
"fstrings",
|
2021-08-05 19:24:09 +00:00
|
|
|
"marine-rs-sdk",
|
2022-05-12 12:29:08 +00:00
|
|
|
"object-pool",
|
|
|
|
"once_cell",
|
2020-10-08 09:43:23 +00:00
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2021-10-05 11:07:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "air-trace-handler"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"air-interpreter-data",
|
2021-10-05 13:55:04 +00:00
|
|
|
"air-log-targets",
|
2021-10-05 11:07:38 +00:00
|
|
|
"air-parser",
|
|
|
|
"log",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "1.0.56"
|
2021-04-28 13:05:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
|
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"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "1.1.0"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-09-30 17:23:32 +00:00
|
|
|
|
2021-10-04 07:58:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "avm-data-store"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2021-05-10 11:25:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "avm-server"
|
2022-04-26 13:54:24 +00:00
|
|
|
version = "0.20.2"
|
2021-05-10 11:25:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"air-interpreter-interface",
|
2021-10-04 07:58:00 +00:00
|
|
|
"avm-data-store",
|
|
|
|
"eyre",
|
2022-04-26 10:12:10 +00:00
|
|
|
"fluence-faas",
|
2021-05-10 11:25:34 +00:00
|
|
|
"log",
|
|
|
|
"maplit",
|
2021-09-15 13:37:38 +00:00
|
|
|
"parking_lot 0.11.2",
|
2021-10-04 07:58:00 +00:00
|
|
|
"polyplets",
|
2021-05-10 11:25:34 +00:00
|
|
|
"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"
|
2021-08-17 17:43:55 +00:00
|
|
|
version = "1.3.2"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-17 17:43:55 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
|
|
|
[[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-10-04 07:58:00 +00:00
|
|
|
version = "0.2.17"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-04 07:58:00 +00:00
|
|
|
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
|
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"
|
2022-01-26 10:37:22 +00:00
|
|
|
version = "3.9.1"
|
2020-09-30 08:42:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-26 10:37:22 +00:00
|
|
|
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
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-12-14 11:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytesize"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
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-07-06 10:54:12 +00:00
|
|
|
version = "0.2.7"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-06 10:54:12 +00:00
|
|
|
checksum = "4c24dab4283a142afa2fdca129b80ad2c6284e073930f964c3a1293c225ee39a"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
2021-07-06 10:54:12 +00:00
|
|
|
"rustc_version 0.4.0",
|
2020-11-01 14:20:25 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "1.0.73"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
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"
|
2021-12-21 11:33:20 +00:00
|
|
|
version = "2.34.0"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 11:33:20 +00:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2020-11-01 14:20:25 +00:00
|
|
|
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"
|
2021-08-24 13:14:15 +00:00
|
|
|
version = "0.11.1"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-24 13:14:15 +00:00
|
|
|
checksum = "3362992a0d9f1dd7c3d0e89e0ab2bb540b7a95fea8cd798090e758fda2899b5e"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"codespan-reporting",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
2021-08-24 13:14:15 +00:00
|
|
|
version = "0.11.1"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-24 13:14:15 +00:00
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-12-17 19:02:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concat-idents"
|
|
|
|
version = "1.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b6f90860248d75014b7b103db8fee4f291c07bfb41306cdf77a0a5ab7a10d2f"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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-12-21 11:33:20 +00:00
|
|
|
"itertools 0.10.3",
|
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"
|
2021-08-05 19:24:09 +00:00
|
|
|
version = "0.4.4"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-05 19:24:09 +00:00
|
|
|
checksum = "d00996de9f2f7559f7f4dc286073197f83e92256a59ed395f9aac01fe717da57"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"cast",
|
2021-12-21 11:33:20 +00:00
|
|
|
"itertools 0.10.3",
|
2020-11-01 14:20:25 +00:00
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.5.4"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
|
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"
|
2021-08-05 19:24:09 +00:00
|
|
|
version = "0.8.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-05 19:24:09 +00:00
|
|
|
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
|
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"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.9.8"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2022-04-06 21:18:49 +00:00
|
|
|
"autocfg",
|
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"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.8.8"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
|
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 = [
|
2022-01-26 10:37:22 +00:00
|
|
|
"generic-array 0.14.5",
|
2020-10-08 09:43:23 +00:00
|
|
|
"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",
|
2021-12-21 11:33:20 +00:00
|
|
|
"itoa 0.4.8",
|
2020-11-01 14:20:25 +00:00
|
|
|
"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"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.1.22"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-12-14 11:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.13.4"
|
2021-12-14 11:01:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
2021-12-14 11:01:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.13.4"
|
2021-12-14 11:01:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
|
2021-12-14 11:01:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.13.4"
|
2021-12-14 11:01:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
2021-12-14 11:01:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"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 = [
|
2022-01-26 10:37:22 +00:00
|
|
|
"generic-array 0.14.5",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.3.20"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "ad132dd8d0d0b546348d7d86cb3191aad14b34e5f979781fc005c80d4ac67ffd"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2021-11-04 13:59:05 +00:00
|
|
|
version = "0.2.8"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 13:59:05 +00:00
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
2021-10-04 07:58:00 +00:00
|
|
|
version = "0.1.2"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-04 07:58:00 +00:00
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2021-10-04 07:58:00 +00:00
|
|
|
"cc",
|
2020-10-08 09:43:23 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-04 07:58:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "eyre"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.6.8"
|
2021-10-04 07:58:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
|
2021-10-04 07:58:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
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-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
2021-03-01 08:09:41 +00:00
|
|
|
name = "fluence-app-service"
|
2022-04-26 13:54:24 +00:00
|
|
|
version = "0.17.2"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 13:54:24 +00:00
|
|
|
checksum = "8057f761b34a5bfb840e9062c9228306c8c8dd72f7bccf1c311d03f0ece13966"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
2022-04-26 10:12:10 +00:00
|
|
|
"fluence-faas",
|
2020-12-22 18:05:04 +00:00
|
|
|
"log",
|
2021-03-01 08:09:41 +00:00
|
|
|
"maplit",
|
2022-04-26 10:12:10 +00:00
|
|
|
"marine-min-it-version",
|
2020-12-22 18:05:04 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"toml",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
2021-08-05 19:24:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fluence-faas"
|
2022-04-26 13:54:24 +00:00
|
|
|
version = "0.16.2"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 13:54:24 +00:00
|
|
|
checksum = "bc936ee9f17ecd8f0cf10f9364c17fe76cbf6a07299f1d35c649e9415bc8821c"
|
2021-12-14 11:01:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytesize",
|
|
|
|
"cmd_lib",
|
2022-03-25 18:53:15 +00:00
|
|
|
"it-json-serde",
|
2021-12-14 11:01:57 +00:00
|
|
|
"itertools 0.9.0",
|
|
|
|
"log",
|
2022-04-26 10:12:10 +00:00
|
|
|
"marine-module-interface",
|
2021-12-14 11:01:57 +00:00
|
|
|
"marine-rs-sdk",
|
|
|
|
"marine-rs-sdk-main",
|
2022-04-26 10:12:10 +00:00
|
|
|
"marine-runtime",
|
|
|
|
"marine-utils",
|
2021-04-26 11:44:23 +00:00
|
|
|
"safe-transmute",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2021-12-14 11:01:57 +00:00
|
|
|
"serde_with",
|
2021-04-26 11:44:23 +00:00
|
|
|
"thiserror",
|
|
|
|
"toml",
|
2022-04-26 10:12:10 +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"
|
2021-09-15 13:37:38 +00:00
|
|
|
version = "0.3.1"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "047f670b4807cab8872550a607b1515daff08b3e3bb7576ce8f45971fd811a4e"
|
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",
|
2021-09-15 13:37:38 +00:00
|
|
|
"variant_count",
|
2021-04-26 11:44:23 +00:00
|
|
|
"wast",
|
2021-03-01 08:09:41 +00:00
|
|
|
]
|
|
|
|
|
2021-12-14 11:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
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 = "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"
|
2022-01-26 10:37:22 +00:00
|
|
|
version = "0.14.5"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-26 10:37:22 +00:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
2020-10-08 09:43:23 +00:00
|
|
|
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"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.2.6"
|
2021-01-12 10:04:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
|
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-11-04 13:59:05 +00:00
|
|
|
version = "1.8.2"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 13:59:05 +00:00
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
2020-11-01 14:20:25 +00:00
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-07-06 10:54:12 +00:00
|
|
|
version = "0.11.2"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-06 10:54:12 +00:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2020-09-30 17:23:32 +00:00
|
|
|
|
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-07-06 10:54:12 +00:00
|
|
|
version = "0.1.19"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-06 10:54:12 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
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"
|
|
|
|
|
2021-12-14 11:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2021-10-04 07:58:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indenter"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "1.8.1"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
|
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"
|
2021-10-20 20:35:46 +00:00
|
|
|
version = "0.1.12"
|
2020-12-27 21:12:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-20 20:35:46 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-12-27 21:12:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inventory"
|
2022-01-26 10:37:22 +00:00
|
|
|
version = "0.2.2"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-26 10:37:22 +00:00
|
|
|
checksum = "ce6b5d8c669bfbad811d95ddd7a1c6cf9cfdbf2777e59928b6f3fa8ff54f72a0"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
|
|
|
"ghost",
|
|
|
|
]
|
|
|
|
|
2022-03-25 18:53:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "it-json-serde"
|
2022-04-26 10:12:10 +00:00
|
|
|
version = "0.3.1"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e3b7efb8eeb6892a947928c10ac963e5d5101c173924453466314bf004306b4"
|
2022-03-25 18:53:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with",
|
|
|
|
"thiserror",
|
2022-04-26 10:12:10 +00:00
|
|
|
"wasmer-interface-types-fl",
|
2021-04-26 11:44:23 +00:00
|
|
|
]
|
|
|
|
|
2022-03-25 18:53:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "it-lilo"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.4.0"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a39dffcc610873b4c39b0fe04acac5ea77cf2eda9ed3d8a3b970b536d4e24c8"
|
2022-03-25 18:53:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"fluence-it-types",
|
|
|
|
"it-memory-traits",
|
|
|
|
"log",
|
|
|
|
"paste",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "it-memory-traits"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.3.0"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca1799ed89e51a192e80a14ab14589044de9e58f0be86087ae8699cbe59f5c40"
|
2022-03-25 18:53:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-12-29 11:11:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "it-to-bytes"
|
|
|
|
version = "0.1.0"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "729c74bb4236418898a219c6d96f14cba77456dd7c04a2e99e65e9c643709b56"
|
2020-12-29 11:11:18 +00:00
|
|
|
|
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-12-21 11:33:20 +00:00
|
|
|
version = "0.10.3"
|
2021-02-01 13:12:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 11:33:20 +00:00
|
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
2021-02-01 13:12:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-08-24 13:14:15 +00:00
|
|
|
version = "0.4.8"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-24 13:14:15 +00:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2020-09-21 11:11:09 +00:00
|
|
|
|
2021-12-21 11:33:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
|
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-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lalrpop"
|
2022-01-26 10:37:22 +00:00
|
|
|
version = "0.19.7"
|
2021-03-05 13:59:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-26 10:37:22 +00:00
|
|
|
checksum = "852b75a095da6b69da8c5557731c3afd06525d4f655a4fc1c799e2ec8bc4dce4"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"ascii-canvas",
|
|
|
|
"atty",
|
|
|
|
"bit-set",
|
|
|
|
"diff",
|
|
|
|
"ena",
|
2021-12-21 11:33:20 +00:00
|
|
|
"itertools 0.10.3",
|
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"
|
2022-01-26 10:37:22 +00:00
|
|
|
version = "0.19.7"
|
2021-03-05 13:59:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-26 10:37:22 +00:00
|
|
|
checksum = "d6d265705249fe209280676d8f68887859fa42e1d34f342fc05bd47726a5e188"
|
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"
|
2021-10-05 17:08:10 +00:00
|
|
|
version = "0.2.5"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-05 17:08:10 +00:00
|
|
|
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
|
|
|
[[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"
|
2022-04-20 17:21:07 +00:00
|
|
|
version = "0.2.122"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-20 17:21:07 +00:00
|
|
|
checksum = "ec647867e2bf0772e28c8bcde4f0d19a9216916e890543b5a03ed8ef27b8f259"
|
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"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.4.7"
|
2020-12-27 21:12:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
2020-12-27 21:12:11 +00:00
|
|
|
dependencies = [
|
2022-04-06 21:18:49 +00:00
|
|
|
"autocfg",
|
2020-12-27 21:12:11 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.4.16"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
|
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"
|
2022-04-26 10:12:10 +00:00
|
|
|
version = "0.8.1"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25eea53765b0886afd41197861c9a2a6a2d09dbd5f723833df35f38a71affa2a"
|
2022-03-25 18:53:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"cargo_toml",
|
2022-04-26 10:12:10 +00:00
|
|
|
"it-lilo",
|
|
|
|
"marine-it-parser",
|
2022-03-25 18:53:15 +00:00
|
|
|
"marine-macro-impl",
|
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
2022-04-26 10:12:10 +00:00
|
|
|
"wasmer-interface-types-fl",
|
2021-05-13 09:00:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-it-interfaces"
|
2022-04-26 10:12:10 +00:00
|
|
|
version = "0.7.1"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3236d1068eaa0f1a07ab74b098b777c150c0c354a16d8869cd69ae3ff847014"
|
2022-03-25 18:53:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"multimap",
|
2022-04-26 10:12:10 +00:00
|
|
|
"wasmer-interface-types-fl",
|
2021-05-13 09:00:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-it-parser"
|
2022-04-26 10:12:10 +00:00
|
|
|
version = "0.9.1"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "edea8966aa56f373e3b2db95432b023e20137c7d58798f74a67ee5749370d289"
|
2021-05-13 09:00:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2021-12-21 11:33:20 +00:00
|
|
|
"itertools 0.10.3",
|
2022-04-26 10:12:10 +00:00
|
|
|
"marine-it-interfaces",
|
|
|
|
"marine-module-interface",
|
2021-05-13 09:00:56 +00:00
|
|
|
"nom",
|
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
2022-04-26 10:12:10 +00:00
|
|
|
"wasmer-interface-types-fl",
|
2021-05-13 09:00:56 +00:00
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro"
|
2021-11-04 13:59:05 +00:00
|
|
|
version = "0.6.15"
|
2021-05-13 09:00:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 13:59:05 +00:00
|
|
|
checksum = "dfc907943772cf966ebe2a2d462d09bc79e898ef102ed065ba3d3abcc93fbb71"
|
2021-05-13 09:00:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"marine-macro-impl",
|
2021-11-04 13:59:05 +00:00
|
|
|
"marine-rs-sdk-main",
|
2021-05-13 09:00:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-macro-impl"
|
2021-11-04 13:59:05 +00:00
|
|
|
version = "0.6.15"
|
2021-05-13 09:00:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 13:59:05 +00:00
|
|
|
checksum = "bfdbed3a10ae9b22df06bee8cd0023255358935aae8e8daf9d1a006cfaeeb11e"
|
2021-05-13 09:00:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syn",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2022-03-25 18:53:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-min-it-version"
|
|
|
|
version = "0.1.0"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "890269754a531810b8c16cf00e6161e01c1183ef7ff4ff20117656316e9fdbd1"
|
2022-03-25 18:53:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"semver 0.11.0",
|
|
|
|
]
|
|
|
|
|
2021-08-05 19:24:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-module-info-parser"
|
2021-10-05 17:08:10 +00:00
|
|
|
version = "0.2.2"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ec8f4ab2eeeb5c1d66d9b56fe6b0b5bf39820aa8cc2f1d7be42bdf95654d529"
|
2021-08-05 19:24:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
|
|
|
"marine-rs-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"
|
2022-04-26 10:12:10 +00:00
|
|
|
version = "0.4.1"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb284ad998636d64bfad9fef2849d8a02127ce9c094b4a3e53b2eb62c14e5e5f"
|
2022-03-25 18:53:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"itertools 0.10.3",
|
2022-04-26 10:12:10 +00:00
|
|
|
"marine-it-interfaces",
|
2022-03-25 18:53:15 +00:00
|
|
|
"nom",
|
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"walrus",
|
2022-04-26 10:12:10 +00:00
|
|
|
"wasmer-interface-types-fl",
|
2022-03-25 18:53:15 +00:00
|
|
|
]
|
|
|
|
|
2021-08-05 19:24:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk"
|
2021-11-04 13:59:05 +00:00
|
|
|
version = "0.6.15"
|
2021-08-05 19:24:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 13:59:05 +00:00
|
|
|
checksum = "4d17d44016675abdf18caf3ac1bdd4437cc17ec0db019da141bb06a9ea991726"
|
2021-08-05 19:24:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"marine-macro",
|
|
|
|
"marine-rs-sdk-main",
|
|
|
|
"marine-timestamp-macro",
|
2021-11-04 13:59:05 +00:00
|
|
|
"polyplets",
|
2021-08-05 19:24:09 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-rs-sdk-main"
|
2021-11-04 13:59:05 +00:00
|
|
|
version = "0.6.15"
|
2021-08-05 19:24:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 13:59:05 +00:00
|
|
|
checksum = "8ff262801664ce22f9d274504d6e8088c217034aba0ca431eca8d0258f3699c6"
|
2021-08-05 19:24:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-05-13 09:00:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-runtime"
|
2022-04-26 13:54:24 +00:00
|
|
|
version = "0.14.2"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 13:54:24 +00:00
|
|
|
checksum = "d36a361cb7ce770c78c979d784d877982042a16fef97043cb3bec1a4eaff5935"
|
2021-12-14 11:01:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"boolinator",
|
2022-01-26 10:37:22 +00:00
|
|
|
"bytesize",
|
2022-04-26 10:12:10 +00:00
|
|
|
"it-lilo",
|
2022-03-25 18:53:15 +00:00
|
|
|
"it-memory-traits",
|
2021-12-14 11:01:57 +00:00
|
|
|
"log",
|
2022-04-26 10:12:10 +00:00
|
|
|
"marine-it-generator",
|
|
|
|
"marine-it-interfaces",
|
|
|
|
"marine-it-parser",
|
2022-03-25 18:53:15 +00:00
|
|
|
"marine-min-it-version",
|
2021-12-14 11:01:57 +00:00
|
|
|
"marine-module-info-parser",
|
2022-04-26 10:12:10 +00:00
|
|
|
"marine-module-interface",
|
|
|
|
"marine-utils",
|
2021-12-14 11:01:57 +00:00
|
|
|
"multimap",
|
|
|
|
"once_cell",
|
2022-04-26 10:12:10 +00:00
|
|
|
"parity-wasm",
|
2021-12-14 11:01:57 +00:00
|
|
|
"paste",
|
2022-04-26 10:12:10 +00:00
|
|
|
"pwasm-utils",
|
2021-05-13 09:00:56 +00:00
|
|
|
"semver 0.11.0",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2022-04-26 10:12:10 +00:00
|
|
|
"wasmer-interface-types-fl",
|
2021-05-13 09:00:56 +00:00
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"wasmer-runtime-fl",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "marine-timestamp-macro"
|
2021-11-04 13:59:05 +00:00
|
|
|
version = "0.6.15"
|
2021-05-13 09:00:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 13:59:05 +00:00
|
|
|
checksum = "85a9f5b1adeff98ac5a14cfc5fa814185a807ba4a0d3849c9f9e9fd868b27d1f"
|
2021-05-13 09:00:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2021-12-14 11:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "marine-utils"
|
2021-12-21 11:33:20 +00:00
|
|
|
version = "0.4.0"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1cff7a23a7f3925a712c34dfb9cd87994012d7743f016fd1533e12ab5a8335ca"
|
2021-12-14 11:01:57 +00:00
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-08-24 13:14:15 +00:00
|
|
|
version = "2.4.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-24 13:14:15 +00:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
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-12-21 11:33:20 +00:00
|
|
|
version = "0.6.5"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 11:33:20 +00:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
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-10-18 20:23:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "non-empty-vec"
|
2021-12-21 11:33:20 +00:00
|
|
|
version = "0.2.3"
|
2021-10-18 20:23:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 11:33:20 +00:00
|
|
|
checksum = "ceeba69aa8d4c53cdceeac8f17eb2656bb88b468bbe6c0889d34edfdea26ec8b"
|
2021-10-18 20:23:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
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"
|
2021-12-21 11:33:20 +00:00
|
|
|
version = "1.13.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 11:33:20 +00:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-05-12 12:29:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object-pool"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee9a3e7196d09ec86002b939f1576e8e446d58def8fd48fe578e2c72d5328d68"
|
|
|
|
dependencies = [
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
]
|
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "1.10.0"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
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"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.1.3"
|
2020-10-23 09:41:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
|
2020-10-23 09:41:58 +00:00
|
|
|
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
|
|
|
|
2021-12-14 11:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parity-wasm"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"
|
|
|
|
|
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"
|
2021-09-15 13:37:38 +00:00
|
|
|
version = "0.11.2"
|
2020-12-27 21:12:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-15 13:37:38 +00:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2020-12-27 21:12:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
2022-04-06 21:18:49 +00:00
|
|
|
"lock_api 0.4.7",
|
2021-09-15 13:37:38 +00:00
|
|
|
"parking_lot_core 0.8.5",
|
2020-09-24 09:55:29 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 21:18:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api 0.4.7",
|
|
|
|
"parking_lot_core 0.9.2",
|
|
|
|
]
|
|
|
|
|
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-09-15 13:37:38 +00:00
|
|
|
version = "0.8.5"
|
2020-12-27 21:12:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-15 13:37:38 +00:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2020-12-27 21:12:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
2022-04-06 21:18:49 +00:00
|
|
|
"redox_syscall 0.2.13",
|
2020-12-27 21:12:11 +00:00
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-04-06 21:18:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall 0.2.13",
|
|
|
|
"smallvec",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2021-04-26 11:44:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "1.0.7"
|
2021-04-26 11:44:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
|
2021-04-26 11:44:23 +00:00
|
|
|
|
|
|
|
[[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"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.10.0"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
2020-11-03 14:43:58 +00:00
|
|
|
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"
|
2021-07-06 10:54:12 +00:00
|
|
|
version = "0.3.2"
|
2021-02-01 13:12:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-06 10:54:12 +00:00
|
|
|
checksum = "d88417318da0eaf0fdcdb51a0ee6c3bed624333bff8f946733049380be67ac1c"
|
2021-02-01 13:12:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-svg"
|
2021-07-06 10:54:12 +00:00
|
|
|
version = "0.3.1"
|
2021-02-01 13:12:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-06 10:54:12 +00:00
|
|
|
checksum = "521fa9638fa597e1dc53e9412a4f9cefb01187ee1f7413076f9e6749e2885ba9"
|
2021-02-01 13:12:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"plotters-backend",
|
|
|
|
]
|
|
|
|
|
2020-12-22 18:05:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polyplets"
|
2021-11-04 13:59:05 +00:00
|
|
|
version = "0.2.0"
|
2020-12-22 18:05:04 +00:00
|
|
|
dependencies = [
|
2021-11-04 13:59:05 +00:00
|
|
|
"marine-macro",
|
|
|
|
"marine-rs-sdk-main",
|
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"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "1.0.37"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2021-12-14 11:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pwasm-utils"
|
|
|
|
version = "0.18.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "880b3384fb00b8f6ecccd5d358b93bd2201900ae3daad213791d1864f6441f5c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"log",
|
2022-04-26 10:12:10 +00:00
|
|
|
"parity-wasm",
|
2020-10-08 09:43:23 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "1.0.17"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"
|
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"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.2.13"
|
2021-02-18 14:30:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
2021-02-18 14:30:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.4.3"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
2022-04-06 21:18:49 +00:00
|
|
|
"getrandom 0.2.6",
|
|
|
|
"redox_syscall 0.2.13",
|
|
|
|
"thiserror",
|
2020-11-03 14:43:58 +00:00
|
|
|
]
|
|
|
|
|
2020-09-30 17:23:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "1.5.5"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
|
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"
|
2021-07-06 10:54:12 +00:00
|
|
|
version = "0.4.0"
|
2021-06-03 08:41:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-06 10:54:12 +00:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2021-06-03 08:41:25 +00:00
|
|
|
dependencies = [
|
2022-04-06 21:18:49 +00:00
|
|
|
"semver 1.0.7",
|
2021-06-03 08:41:25 +00:00
|
|
|
]
|
|
|
|
|
2021-06-10 14:08:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2021-12-21 11:33:20 +00:00
|
|
|
version = "1.0.6"
|
2021-06-10 14:08:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 11:33:20 +00:00
|
|
|
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
|
2021-06-10 14:08:20 +00:00
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2021-12-21 11:33:20 +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-12-21 11:33:20 +00:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2020-09-21 11:11:09 +00:00
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2021-07-06 10:54:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "1.0.7"
|
2021-07-06 10:54:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
|
2021-08-24 13:14:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2021-07-06 10:54:12 +00:00
|
|
|
|
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"
|
2022-01-31 15:46:15 +00:00
|
|
|
version = "1.0.136"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-31 15:46:15 +00:00
|
|
|
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
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"
|
2021-08-17 17:43:55 +00:00
|
|
|
version = "0.11.2"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-17 17:43:55 +00:00
|
|
|
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
|
2020-11-01 14:20:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"half",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-01-31 15:46:15 +00:00
|
|
|
version = "1.0.136"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-31 15:46:15 +00:00
|
|
|
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "1.0.79"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
|
2020-09-21 11:11:09 +00:00
|
|
|
dependencies = [
|
2021-12-21 11:33:20 +00:00
|
|
|
"itoa 1.0.1",
|
2020-09-21 11:11:09 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-12-14 11:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2022-04-20 17:21:07 +00:00
|
|
|
version = "1.12.1"
|
2021-12-14 11:01:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-20 17:21:07 +00:00
|
|
|
checksum = "946fa04a8ac43ff78a1f4b811990afb9ddbdf5890b46d6dda0ba1998230138b7"
|
2021-12-14 11:01:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_with_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2022-04-20 17:21:07 +00:00
|
|
|
version = "1.5.2"
|
2021-12-14 11:01:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-20 17:21:07 +00:00
|
|
|
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
|
2021-12-14 11:01:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-11-03 14:43:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.3.10"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
2020-11-03 14:43:58 +00:00
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-01-26 10:37:22 +00:00
|
|
|
version = "1.8.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-26 10:37:22 +00:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
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"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "0.8.4"
|
2020-11-03 14:43:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
|
2020-11-03 14:43:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"new_debug_unreachable",
|
2022-04-06 21:18:49 +00:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.12.0",
|
2020-11-03 14:43:58 +00:00
|
|
|
"phf_shared",
|
|
|
|
"precomputed-hash",
|
|
|
|
]
|
|
|
|
|
2021-12-14 11:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2021-09-02 15:01:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.21.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-08-05 19:24:09 +00:00
|
|
|
version = "2.4.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-05 19:24:09 +00:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2020-09-21 11:11:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "1.0.91"
|
2020-09-21 11:11:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
|
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"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "1.1.3"
|
2020-09-30 17:23:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
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-10-18 20:23:30 +00:00
|
|
|
version = "1.0.30"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-18 20:23:30 +00:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-10-18 20:23:30 +00:00
|
|
|
version = "1.0.30"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-18 20:23:30 +00:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
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-12-29 18:24:03 +00:00
|
|
|
version = "1.15.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 18:24:03 +00:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typetag"
|
2021-12-21 11:33:20 +00:00
|
|
|
version = "0.1.8"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 11:33:20 +00:00
|
|
|
checksum = "4080564c5b2241b5bff53ab610082234e0c57b0417f4bd10596f183001505b8a"
|
2020-10-08 09:43:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"erased-serde",
|
|
|
|
"inventory",
|
2021-12-21 11:33:20 +00:00
|
|
|
"once_cell",
|
2020-10-08 09:43:23 +00:00
|
|
|
"serde",
|
|
|
|
"typetag-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typetag-impl"
|
2021-12-21 11:33:20 +00:00
|
|
|
version = "0.1.8"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 11:33:20 +00:00
|
|
|
checksum = "e60147782cc30833c05fba3bab1d9b5771b2685a2557672ac96fa5d154099c0e"
|
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"
|
2022-04-06 21:18:49 +00:00
|
|
|
version = "1.9.0"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-06 21:18:49 +00:00
|
|
|
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
2020-10-08 09:43:23 +00:00
|
|
|
|
2020-11-01 14:20:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-10-04 07:58:00 +00:00
|
|
|
version = "0.1.9"
|
2020-11-01 14:20:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-04 07:58:00 +00:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2020-11-01 14:20:25 +00:00
|
|
|
|
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 = [
|
2022-04-06 21:18:49 +00:00
|
|
|
"getrandom 0.2.6",
|
2020-09-21 11:11:09 +00:00
|
|
|
]
|
|
|
|
|
2021-09-15 13:37:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "variant_count"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae2faf80ac463422992abf4de234731279c058aaf33171ca70277c98406b124"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-10-08 09:43:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-12-29 18:24:03 +00:00
|
|
|
version = "0.9.4"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-29 18:24:03 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
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"
|
2022-04-26 10:12:10 +00:00
|
|
|
version = "0.23.1"
|
2022-04-26 10:29:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb2da50f3cdfee8539f69c34427cef5d66dba0c0c2596db9dbefb5aceaa7f798"
|
2022-03-25 18:53:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"fluence-it-types",
|
2022-04-26 10:12:10 +00:00
|
|
|
"it-lilo",
|
2022-03-25 18:53:15 +00:00
|
|
|
"it-memory-traits",
|
2021-04-27 10:40:32 +00:00
|
|
|
"it-to-bytes",
|
2021-12-21 11:33:20 +00:00
|
|
|
"itertools 0.10.3",
|
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"
|
2021-08-05 19:24:09 +00:00
|
|
|
version = "0.17.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-05 19:24:09 +00:00
|
|
|
checksum = "d0d5ac3e0603e5f0ffaf11cbd854eea7c3b609ab4b676f71968f2bc47f9e3c4a"
|
2020-10-08 09:43:23 +00:00
|
|
|
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"
|
2021-08-05 19:24:09 +00:00
|
|
|
version = "0.17.1"
|
2020-10-08 09:43:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-05 19:24:09 +00:00
|
|
|
checksum = "5688460204d9f644d846300d041632cf34c4b4f83a955c0a67e600030376d2ee"
|
2020-10-08 09:43:23 +00:00
|
|
|
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"
|
2022-04-06 21:18:49 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
|