aquavm/Cargo.lock

3003 lines
71 KiB
Plaintext
Raw Normal View History

2020-09-21 11:11:09 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aho-corasick"
version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
"memchr",
]
2020-11-03 14:43:58 +00:00
[[package]]
name = "air"
2022-08-25 21:43:43 +00:00
version = "0.27.0"
2020-11-03 14:43:58 +00:00
dependencies = [
"air-execution-info-collector",
2021-08-24 13:14:15 +00:00
"air-interpreter-data",
"air-interpreter-interface",
"air-lambda-ast",
"air-lambda-parser",
"air-log-targets",
"air-parser",
"air-test-utils",
"air-testing-framework",
2021-10-05 11:07:38 +00:00
"air-trace-handler",
"air-utils",
"boolinator",
2021-12-17 19:02:16 +00:00
"concat-idents",
2020-11-05 13:50:09 +00:00
"criterion",
"csv",
"env_logger",
"fluence-app-service",
2021-11-24 15:47:49 +00:00
"fstrings",
"log",
"maplit",
2021-08-05 19:24:09 +00:00
"marine-rs-sdk",
"non-empty-vec",
"once_cell",
"polyplets",
"pretty_assertions",
"serde",
2021-02-16 06:45:33 +00:00
"serde_json",
"strum",
"strum_macros",
2021-01-22 15:54:05 +00:00
"thiserror",
"tracing",
2020-11-03 14:43:58 +00:00
]
[[package]]
name = "air-beautifier"
version = "0.1.0"
dependencies = [
"air-parser",
"itertools 0.10.3",
"thiserror",
]
[[package]]
name = "air-beautify"
version = "0.1.0"
dependencies = [
"air-beautifier",
"anyhow",
2022-09-08 13:32:28 +00:00
"clap 3.2.20",
]
[[package]]
name = "air-execution-info-collector"
version = "0.1.0"
2020-10-23 09:41:58 +00:00
[[package]]
name = "air-interpreter"
2022-08-25 21:43:43 +00:00
version = "0.27.0"
2020-10-23 09:41:58 +00:00
dependencies = [
"air",
"air-interpreter-interface",
"air-log-targets",
"log",
2021-08-05 19:24:09 +00:00
"marine-rs-sdk",
"serde",
"serde_json",
"tracing",
"tracing-subscriber",
"wasm-bindgen",
2020-10-23 09:41:58 +00:00
]
2021-08-24 13:14:15 +00:00
[[package]]
name = "air-interpreter-data"
2022-08-25 21:43:43 +00:00
version = "0.3.0"
2021-08-24 13:14:15 +00:00
dependencies = [
"air-utils",
2021-08-24 13:14:15 +00:00
"once_cell",
2022-08-08 21:30:33 +00:00
"semver 1.0.13",
2021-08-24 13:14:15 +00:00
"serde",
"serde_json",
"tracing",
2021-08-24 13:14:15 +00:00
]
[[package]]
name = "air-interpreter-interface"
version = "0.11.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",
"serde_json",
2021-02-17 20:36:36 +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",
"lalrpop",
"lalrpop-util",
"multimap",
"regex",
"serde",
"serde_json",
"thiserror",
]
[[package]]
name = "air-log-targets"
version = "0.1.0"
2021-02-17 20:36:36 +00:00
[[package]]
name = "air-parser"
version = "0.7.1"
2021-02-17 20:36:36 +00:00
dependencies = [
2021-11-12 11:12:50 +00:00
"air-lambda-ast",
"air-lambda-parser",
"codespan",
"codespan-reporting",
"criterion",
"fstrings",
2021-12-21 11:33:20 +00:00
"itertools 0.10.3",
"lalrpop",
"lalrpop-util",
"multimap",
"non-empty-vec",
"regex",
2021-02-17 20:36:36 +00:00
"serde",
"serde_json",
"thiserror",
"tracing",
2021-02-17 20:36:36 +00:00
]
[[package]]
name = "air-test-utils"
version = "0.3.0"
dependencies = [
2021-05-16 19:52:22 +00:00
"air",
"air-interpreter-interface",
"avm-interface",
"avm-server",
2022-03-10 13:06:43 +00:00
"fstrings",
2021-08-05 19:24:09 +00:00
"marine-rs-sdk",
"object-pool",
"once_cell",
"serde_json",
]
[[package]]
name = "air-testing-framework"
version = "0.1.0"
dependencies = [
"air-test-utils",
"itertools 0.10.3",
"maplit",
"nom 7.1.1",
"nom_locate",
"serde_json",
"strum",
]
[[package]]
name = "air-trace"
version = "0.2.0"
dependencies = [
"air",
"air-interpreter-interface",
"air-test-utils",
"anyhow",
"avm-data-store",
"avm-interface",
2022-09-08 13:32:28 +00:00
"clap 3.2.20",
"itertools 0.10.3",
"serde",
"serde_json",
"tracing-subscriber",
]
2021-10-05 11:07:38 +00:00
[[package]]
name = "air-trace-handler"
version = "0.1.0"
dependencies = [
"air-interpreter-data",
"air-log-targets",
2021-10-05 11:07:38 +00:00
"air-parser",
2022-08-25 21:43:43 +00:00
"bimap",
2021-10-05 11:07:38 +00:00
"log",
"serde_json",
"thiserror",
"tracing",
2021-10-05 11:07:38 +00:00
]
[[package]]
name = "air-utils"
version = "0.1.0"
2020-09-21 11:11:09 +00:00
[[package]]
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 = [
"winapi",
2020-09-21 11:11:09 +00:00
]
[[package]]
name = "anyhow"
2022-09-08 13:32:28 +00:00
version = "1.0.64"
2021-04-28 13:05:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 13:32:28 +00:00
checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7"
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-30 17:29:05 +00:00
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2020-11-03 14:43:58 +00:00
[[package]]
name = "ascii-canvas"
version = "3.0.0"
2020-11-03 14:43:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
2020-11-03 14:43:58 +00:00
dependencies = [
"term",
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-06 21:18:49 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "avm-data-store"
version = "0.4.0"
dependencies = [
"serde",
"serde_bytes",
"serde_json",
]
[[package]]
name = "avm-interface"
version = "0.26.0"
dependencies = [
"air-interpreter-interface",
"air-utils",
"avm-data-store",
"log",
"maplit",
"polyplets",
"serde",
"serde_json",
"thiserror",
"tracing",
]
[[package]]
name = "avm-server"
version = "0.25.0"
dependencies = [
"air-interpreter-interface",
"air-utils",
"avm-data-store",
"avm-interface",
"eyre",
"log",
"maplit",
"marine-runtime 0.20.0",
2022-09-08 13:32:28 +00:00
"parking_lot 0.12.1",
"polyplets",
"serde",
"serde_json",
"thiserror",
"tracing",
]
2022-08-25 21:43:43 +00:00
[[package]]
name = "bimap"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"
[[package]]
name = "bincode"
2021-04-26 11:44:23 +00:00
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-26 11:44:23 +00:00
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
2020-11-03 14:43:58 +00:00
[[package]]
name = "bit-set"
2022-08-08 21:30:33 +00:00
version = "0.5.3"
2020-11-03 14:43:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
2020-11-03 14:43:58 +00:00
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
2020-11-03 14:43:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2020-11-03 14:43:58 +00:00
[[package]]
name = "bitflags"
2021-08-17 17:43:55 +00:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-17 17:43:55 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "blake3"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"
dependencies = [
"arrayref",
"arrayvec",
"cc",
2020-10-30 17:29:05 +00:00
"cfg-if 0.1.10",
"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"
version = "0.2.17"
2020-11-01 14:20:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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-08-08 21:30:33 +00:00
version = "3.10.0"
2020-09-30 08:42:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
2020-09-30 08:42:18 +00:00
[[package]]
name = "bytecount"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
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",
]
2022-08-08 21:30:33 +00:00
[[package]]
name = "cast"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
2022-04-06 21:18:49 +00:00
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-06 21:18:49 +00:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
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"
2022-08-08 21:30:33 +00:00
version = "0.4.20"
2021-04-26 11:44:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "6127248204b9aba09a362f6c930ef6a78f2c1b2215f8a7b398c06e1083f17af0"
2021-04-26 11:44:23 +00:00
dependencies = [
2022-08-08 21:30:33 +00:00
"js-sys",
2021-04-26 11:44:23 +00:00
"num-integer",
"num-traits",
"time 0.1.44",
2022-08-08 21:30:33 +00:00
"wasm-bindgen",
2021-04-26 11:44:23 +00:00
"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 0.11.0",
2020-11-01 14:20:25 +00:00
"unicode-width",
]
[[package]]
name = "clap"
2022-09-08 13:32:28 +00:00
version = "3.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 13:32:28 +00:00
checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd"
dependencies = [
"atty",
"bitflags",
"clap_derive",
"clap_lex",
"indexmap",
2022-08-08 21:30:33 +00:00
"once_cell",
"strsim",
"termcolor",
"textwrap 0.15.0",
]
[[package]]
name = "clap_derive"
2022-09-08 13:32:28 +00:00
version = "3.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 13:32:28 +00:00
checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
dependencies = [
"heck 0.4.0",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2022-08-08 21:30:33 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
[[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",
]
[[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"
2022-09-08 13:32:28 +00:00
version = "0.3.6"
2020-11-01 14:20:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 13:32:28 +00:00
checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f"
2020-11-01 14:20:25 +00:00
dependencies = [
"atty",
2022-09-08 13:32:28 +00:00
"cast",
"clap 2.34.0",
2020-11-01 14:20:25 +00:00
"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"
2022-08-08 21:30:33 +00:00
version = "0.4.5"
2020-11-01 14:20:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876"
2020-11-01 14:20:25 +00:00
dependencies = [
2022-09-08 13:32:28 +00:00
"cast",
2021-12-21 11:33:20 +00:00
"itertools 0.10.3",
2020-11-01 14:20:25 +00:00
]
[[package]]
name = "crossbeam-channel"
2022-08-08 21:30:33 +00:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
dependencies = [
2020-10-30 17:29:05 +00:00
"cfg-if 1.0.0",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2022-08-08 21:30:33 +00:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
dependencies = [
2020-10-30 17:29:05 +00:00
"cfg-if 1.0.0",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2022-08-08 21:30:33 +00:00
version = "0.9.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"
dependencies = [
2022-04-06 21:18:49 +00:00
"autocfg",
2020-10-30 17:29:05 +00:00
"cfg-if 1.0.0",
"crossbeam-utils",
"memoffset",
2022-08-08 21:30:33 +00:00
"once_cell",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2022-08-08 21:30:33 +00:00
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
dependencies = [
2020-10-30 17:29:05 +00:00
"cfg-if 1.0.0",
2022-08-08 21:30:33 +00:00
"once_cell",
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-mac"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
dependencies = [
2022-08-08 21:30:33 +00:00
"generic-array 0.14.6",
"subtle",
]
2020-11-01 14:20:25 +00:00
[[package]]
name = "csv"
version = "1.1.6"
2020-11-01 14:20:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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",
]
[[package]]
name = "ctor"
2022-08-08 21:30:33 +00:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb"
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"
2022-08-08 21:30:33 +00:00
version = "0.1.13"
2020-11-03 14:43:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
2020-11-03 14:43:58 +00:00
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"
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
"generic-array 0.12.4",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
2022-08-08 21:30:33 +00:00
"generic-array 0.14.6",
]
2020-11-03 14:43:58 +00:00
[[package]]
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"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
2020-11-03 14:43:58 +00:00
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "either"
2022-08-08 21:30:33 +00:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
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",
]
[[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",
]
[[package]]
name = "erased-serde"
2022-08-08 21:30:33 +00:00
version = "0.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "003000e712ad0f95857bd4d2ef8d1890069e06554101697d12050668b2f6f020"
dependencies = [
"serde",
]
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "eyre"
2022-04-06 21:18:49 +00:00
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-06 21:18:49 +00:00
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
dependencies = [
"indenter",
"once_cell",
]
2020-11-03 14:43:58 +00:00
[[package]]
name = "fixedbitset"
2022-08-08 21:30:33 +00:00
version = "0.4.2"
2020-11-03 14:43:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2020-11-03 14:43:58 +00:00
[[package]]
2021-03-01 08:09:41 +00:00
name = "fluence-app-service"
2022-08-08 21:30:33 +00:00
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1519a1ece5d14a54046ed5e88155bfea47d209f73a05b32a18cf82e2d8ac5c43"
dependencies = [
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",
"marine-runtime 0.18.1",
2021-04-26 11:44:23 +00:00
"serde",
"serde_derive",
"serde_json",
"toml",
2021-02-17 20:36:36 +00:00
"wasmer-wasi-fl",
]
2020-09-21 11:11:09 +00:00
[[package]]
2021-04-26 11:44:23 +00:00
name = "fluence-it-types"
version = "0.3.1"
2022-04-26 10:29:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "047f670b4807cab8872550a607b1515daff08b3e3bb7576ce8f45971fd811a4e"
dependencies = [
2021-04-27 10:40:32 +00:00
"it-to-bytes",
"nom 5.1.2",
2021-04-26 11:44:23 +00:00
"serde",
"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",
]
[[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",
"serde",
]
[[package]]
name = "generic-array"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
dependencies = [
"typenum",
]
[[package]]
name = "generic-array"
2022-08-08 21:30:33 +00:00
version = "0.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
dependencies = [
"typenum",
2020-11-03 14:43:58 +00:00
"version_check",
]
2020-09-21 11:11:09 +00:00
[[package]]
name = "getrandom"
version = "0.1.16"
2020-09-21 11:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2020-09-21 11:11:09 +00:00
dependencies = [
"cfg-if 1.0.0",
2020-09-21 11:11:09 +00:00
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
2022-08-08 21:30:33 +00:00
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
dependencies = [
"cfg-if 1.0.0",
"libc",
2022-08-08 21:30:33 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
]
[[package]]
name = "ghost"
2022-08-08 21:30:33 +00:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "eb19fe8de3ea0920d282f7b77dd4227aea6b8b999b42cdf0ca41b2472b14443a"
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"
version = "1.8.2"
2020-11-01 14:20:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
2020-11-01 14:20:25 +00:00
[[package]]
name = "hashbrown"
2022-08-08 21:30:33 +00:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "humantime"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
"quick-error",
]
[[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"
[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
[[package]]
name = "indexmap"
2022-08-08 21:30:33 +00:00
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
dependencies = [
"autocfg",
"hashbrown",
"serde",
]
2020-12-27 21:12:11 +00:00
[[package]]
name = "instant"
version = "0.1.12"
2020-12-27 21:12:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2020-12-27 21:12:11 +00:00
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "inventory"
2022-08-08 21:30:33 +00:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "84344c6e0b90a9e2b6f3f9abe5cc74402684e348df7b32adca28747e0cef091a"
dependencies = [
"ctor",
"ghost",
]
[[package]]
name = "it-json-serde"
2022-04-26 10:12:10 +00:00
version = "0.3.1"
2022-08-08 21:30:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e3b7efb8eeb6892a947928c10ac963e5d5101c173924453466314bf004306b4"
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
]
[[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"
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"
dependencies = [
"thiserror",
]
[[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"
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
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"
2022-08-08 21:30:33 +00:00
version = "1.0.3"
2021-12-21 11:33:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
2021-12-21 11:33:20 +00:00
2020-11-01 14:20:25 +00:00
[[package]]
name = "js-sys"
2022-09-08 13:32:28 +00:00
version = "0.3.59"
2020-11-01 14:20:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 13:32:28 +00:00
checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
2020-11-01 14:20:25 +00:00
dependencies = [
"wasm-bindgen",
]
2020-11-03 14:43:58 +00:00
[[package]]
name = "lalrpop"
2022-08-08 21:30:33 +00:00
version = "0.19.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "b30455341b0e18f276fa64540aff54deafb54c589de6aca68659c63dd2d5d823"
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",
"pico-args",
2020-11-03 14:43:58 +00:00
"regex",
"regex-syntax",
"string_cache",
"term",
"tiny-keccak",
2020-11-03 14:43:58 +00:00
"unicode-xid",
]
[[package]]
name = "lalrpop-util"
2022-08-08 21:30:33 +00:00
version = "0.19.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "bcf796c978e9b4d983414f4caedc9273aa33ee214c5b887bd55fde84c85d2dc4"
2020-11-03 14:43:58 +00:00
dependencies = [
"regex",
]
2020-09-30 08:42:18 +00:00
[[package]]
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-05 17:08:10 +00:00
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
[[package]]
name = "lexical-core"
2021-04-26 11:44:23 +00:00
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-26 11:44:23 +00:00
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
dependencies = [
"arrayvec",
"bitflags",
2021-02-18 14:30:14 +00:00
"cfg-if 1.0.0",
"ryu",
"static_assertions",
]
[[package]]
name = "libc"
2022-08-08 21:30:33 +00:00
version = "0.2.127"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "505e71a4706fa491e9b1b55f51b95d4037d0821ee40131190475f692b35b009b"
[[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",
]
[[package]]
name = "log"
2022-08-08 21:30:33 +00:00
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
2021-02-01 13:12:37 +00:00
"cfg-if 1.0.0",
]
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"
[[package]]
name = "marine-core"
2022-08-08 21:30:33 +00:00
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c18b924984c79fb11a0f989e293c9ba5ba8b1061bc99f2bd45e63d139c2a01b0"
dependencies = [
"anyhow",
"boolinator",
"bytesize",
"it-lilo",
"it-memory-traits",
"log",
"marine-it-generator",
"marine-it-interfaces",
"marine-it-parser",
"marine-min-it-version",
"marine-module-info-parser",
"marine-module-interface",
"marine-utils",
"multimap",
"once_cell",
"parity-wasm",
"paste",
"pwasm-utils",
"semver 0.11.0",
"serde",
"thiserror",
"wasmer-interface-types-fl",
"wasmer-runtime-core-fl",
"wasmer-runtime-fl",
"wasmer-wasi-fl",
]
2021-05-13 09:00:56 +00:00
[[package]]
name = "marine-it-generator"
2022-08-08 21:30:33 +00:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f68db04cab6cd0afa567251d80b4ef8223b317beffb99323c117bcc4a9773a4"
dependencies = [
2022-04-26 10:12:10 +00:00
"it-lilo",
"marine-it-parser",
"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-08-08 21:30:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3236d1068eaa0f1a07ab74b098b777c150c0c354a16d8869cd69ae3ff847014"
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-08-08 21:30:33 +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",
"nom 5.1.2",
2021-05-13 09:00:56 +00:00
"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"
version = "0.7.0"
2021-05-13 09:00:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5f21b40612e9da310a6df1e394cc30b4962bb4ddc13ee50faec6d2704861b7b"
2021-05-13 09:00:56 +00:00
dependencies = [
"marine-macro-impl",
"marine-rs-sdk-main",
2021-05-13 09:00:56 +00:00
]
[[package]]
name = "marine-macro-impl"
version = "0.7.0"
2021-05-13 09:00:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43b2b1e5bc5aebdaac7029cfd84a038cd11b23a023e724548f863618716f44e"
2021-05-13 09:00:56 +00:00
dependencies = [
"proc-macro2",
"quote",
"serde",
"serde_json",
"syn",
"uuid",
]
[[package]]
name = "marine-min-it-version"
version = "0.1.0"
2022-08-08 21:30:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "890269754a531810b8c16cf00e6161e01c1183ef7ff4ff20117656316e9fdbd1"
dependencies = [
"once_cell",
"semver 0.11.0",
]
2021-08-05 19:24:09 +00:00
[[package]]
name = "marine-module-info-parser"
2022-08-08 21:30:33 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d85c5353236fdb9a94dc09531d3cef40866df88c27903a432ef32263d5111e4"
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",
]
[[package]]
name = "marine-module-interface"
2022-04-26 10:12:10 +00:00
version = "0.4.1"
2022-08-08 21:30:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb284ad998636d64bfad9fef2849d8a02127ce9c094b4a3e53b2eb62c14e5e5f"
dependencies = [
"anyhow",
"itertools 0.10.3",
2022-04-26 10:12:10 +00:00
"marine-it-interfaces",
"nom 5.1.2",
"semver 0.11.0",
"serde",
"thiserror",
"walrus",
2022-04-26 10:12:10 +00:00
"wasmer-interface-types-fl",
]
2021-08-05 19:24:09 +00:00
[[package]]
name = "marine-rs-sdk"
version = "0.7.0"
2021-08-05 19:24:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4208762a010c41a6352a651061fcd1a7bb077c6a3548be8ccd84fe79c3e1ddbd"
2021-08-05 19:24:09 +00:00
dependencies = [
"marine-macro",
"marine-rs-sdk-main",
"marine-timestamp-macro",
"polyplets",
2021-08-05 19:24:09 +00:00
"serde",
]
[[package]]
name = "marine-rs-sdk-main"
version = "0.7.0"
2021-08-05 19:24:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0751f4093511b4d8942bed9402dba70ff927cb4df9b18632443294d1cbc51e1a"
2021-08-05 19:24:09 +00:00
dependencies = [
"log",
"serde",
]
2021-05-13 09:00:56 +00:00
[[package]]
name = "marine-runtime"
2022-08-08 21:30:33 +00:00
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7ed0ecac893ecc26c925cbe00c6a1eb8ac9f8d9e60ebc9c0bd390fba08617f2"
2021-12-14 11:01:57 +00:00
dependencies = [
"bytesize",
"cmd_lib",
"it-json-serde",
"itertools 0.9.0",
2021-12-14 11:01:57 +00:00
"log",
"marine-core",
2022-04-26 10:12:10 +00:00
"marine-module-interface",
"marine-rs-sdk",
"marine-rs-sdk-main",
2022-04-26 10:12:10 +00:00
"marine-utils",
"safe-transmute",
2021-05-13 09:00:56 +00:00
"serde",
"serde_derive",
"serde_json",
"serde_with",
2021-05-13 09:00:56 +00:00
"thiserror",
"toml",
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-runtime"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24f103b4f74e7cb5cf5c5d4b7d4d73e128c96e84c86074e0fa34ca2b8450e075"
dependencies = [
"bytesize",
"cmd_lib",
"it-json-serde",
"itertools 0.9.0",
"log",
"marine-core",
"marine-module-interface",
"marine-rs-sdk",
"marine-rs-sdk-main",
"marine-utils",
"safe-transmute",
"serde",
"serde_derive",
"serde_json",
"serde_with",
"thiserror",
"toml",
"wasmer-interface-types-fl",
"wasmer-runtime-core-fl",
"wasmer-runtime-fl",
"wasmer-wasi-fl",
]
2021-05-13 09:00:56 +00:00
[[package]]
name = "marine-timestamp-macro"
version = "0.7.0"
2021-05-13 09:00:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5297d57cecd75d71feb0c94da9027891e3c31215e23425b0e5dea9a5a7e60230"
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-08-08 21:30:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cff7a23a7f3925a712c34dfb9cd87994012d7743f016fd1533e12ab5a8335ca"
2021-12-14 11:01:57 +00:00
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata",
]
[[package]]
name = "memchr"
2022-08-08 21:30:33 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-21 11:33:20 +00:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "multimap"
2021-03-19 16:15:41 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-19 16:15:41 +00:00
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
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"
[[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",
"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",
]
[[package]]
name = "nom"
version = "7.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "nom_locate"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37794436ca3029a3089e0b95d42da1f0b565ad271e4d3bb4bad0c7bb70b10605"
dependencies = [
"bytecount",
"memchr",
"nom 7.1.1",
]
[[package]]
name = "non-empty-vec"
2021-12-21 11:33:20 +00:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-21 11:33:20 +00:00
checksum = "ceeba69aa8d4c53cdceeac8f17eb2656bb88b468bbe6c0889d34edfdea26ec8b"
dependencies = [
"serde",
]
2021-04-26 11:44:23 +00:00
[[package]]
name = "num-integer"
2022-08-08 21:30:33 +00:00
version = "0.1.45"
2021-04-26 11:44:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2021-04-26 11:44:23 +00:00
dependencies = [
"autocfg",
"num-traits",
]
2020-11-01 14:20:25 +00:00
[[package]]
name = "num-traits"
2022-08-08 21:30:33 +00:00
version = "0.2.15"
2020-11-01 14:20:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2020-11-01 14:20:25 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2021-12-21 11:33:20 +00:00
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-21 11:33:20 +00:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "num_threads"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"libc",
]
[[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-09-08 13:32:28 +00:00
version = "1.14.0"
2020-11-01 14:20:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 13:32:28 +00:00
checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
2020-11-01 14:20:25 +00:00
[[package]]
name = "oorandom"
version = "11.1.3"
2020-11-01 14:20:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
2020-11-01 14:20:25 +00:00
[[package]]
name = "os_str_bytes"
2022-08-08 21:30:33 +00:00
version = "6.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4"
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",
]
[[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"
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]]
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"
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
2020-09-24 09:55:29 +00:00
dependencies = [
2020-12-27 21:12:11 +00:00
"lock_api 0.3.4",
"parking_lot_core 0.7.2",
]
[[package]]
name = "parking_lot"
version = "0.11.2"
2020-12-27 21:12:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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",
"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"
2022-08-08 21:30:33 +00:00
version = "0.12.1"
2022-04-06 21:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-04-06 21:18:49 +00:00
dependencies = [
"lock_api 0.4.7",
2022-08-08 21:30:33 +00:00
"parking_lot_core 0.9.3",
2022-04-06 21:18:49 +00:00
]
2020-09-21 11:11:09 +00:00
[[package]]
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"
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
2020-09-21 11:11:09 +00:00
dependencies = [
2020-10-30 17:29:05 +00:00
"cfg-if 0.1.10",
"cloudabi",
"libc",
2021-02-18 14:30:14 +00:00
"redox_syscall 0.1.57",
"smallvec",
"winapi",
2020-09-21 11:11:09 +00:00
]
2020-12-27 21:12:11 +00:00
[[package]]
name = "parking_lot_core"
version = "0.8.5"
2020-12-27 21:12:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2020-12-27 21:12:11 +00:00
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
2022-08-08 21:30:33 +00:00
"redox_syscall 0.2.16",
2020-12-27 21:12:11 +00:00
"smallvec",
"winapi",
]
2022-04-06 21:18:49 +00:00
[[package]]
name = "parking_lot_core"
2022-08-08 21:30:33 +00:00
version = "0.9.3"
2022-04-06 21:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
2022-04-06 21:18:49 +00:00
dependencies = [
"cfg-if 1.0.0",
"libc",
2022-08-08 21:30:33 +00:00
"redox_syscall 0.2.16",
2022-04-06 21:18:49 +00:00
"smallvec",
"windows-sys",
]
2021-04-26 11:44:23 +00:00
[[package]]
name = "paste"
2022-08-08 21:30:33 +00:00
version = "1.0.8"
2021-04-26 11:44:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "9423e2b32f7a043629287a536f21951e8c6a82482d0acb1eeebfc90bc2225b22"
2021-04-26 11:44:23 +00:00
[[package]]
name = "pest"
2022-08-08 21:30:33 +00:00
version = "2.2.1"
2021-04-26 11:44:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "69486e2b8c2d2aeb9762db7b4e00b0331156393555cff467f4163ff06821eef8"
2021-04-26 11:44:23 +00:00
dependencies = [
2022-08-08 21:30:33 +00:00
"thiserror",
2021-04-26 11:44:23 +00:00
"ucd-trie",
]
2020-11-03 14:43:58 +00:00
[[package]]
name = "petgraph"
2022-08-08 21:30:33 +00:00
version = "0.6.2"
2020-11-03 14:43:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"
2020-11-03 14:43:58 +00:00
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",
]
[[package]]
name = "pico-args"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2020-11-01 14:20:25 +00:00
[[package]]
name = "plotters"
2022-09-08 13:32:28 +00:00
version = "0.3.4"
2020-11-01 14:20:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 13:32:28 +00:00
checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97"
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"
2022-08-08 21:30:33 +00:00
version = "0.3.4"
2021-02-01 13:12:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142"
2021-02-01 13:12:37 +00:00
[[package]]
name = "plotters-svg"
2022-08-08 21:30:33 +00:00
version = "0.3.2"
2021-02-01 13:12:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "e0918736323d1baff32ee0eade54984f6f201ad7e97d5cfb5d6ab4a358529615"
2021-02-01 13:12:37 +00:00
dependencies = [
"plotters-backend",
]
2020-12-22 18:05:04 +00:00
[[package]]
name = "polyplets"
2022-08-25 21:43:43 +00:00
version = "0.3.1"
2020-12-22 18:05:04 +00:00
dependencies = [
"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",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
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-08-08 21:30:33 +00:00
version = "1.0.43"
2020-09-21 11:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
2020-09-21 11:11:09 +00:00
dependencies = [
2022-08-08 21:30:33 +00:00
"unicode-ident",
2020-09-21 11:11:09 +00:00
]
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",
]
[[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-08-08 21:30:33 +00:00
version = "1.0.21"
2020-09-21 11:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
2020-09-21 11:11:09 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "raw-cpuid"
2020-12-22 18:05:04 +00:00
version = "7.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-22 18:05:04 +00:00
checksum = "beb71f708fe39b2c5e98076204c3cc094ee5a4c12c4cdb119a2b72dc34164f41"
dependencies = [
"bitflags",
"cc",
2022-09-08 13:32:28 +00:00
"rustc_version",
]
[[package]]
name = "rayon"
2022-08-08 21:30:33 +00:00
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
dependencies = [
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2022-08-08 21:30:33 +00:00
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"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-08-08 21:30:33 +00:00
version = "0.2.16"
2021-02-18 14:30:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
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-08-08 21:30:33 +00:00
"getrandom 0.2.7",
"redox_syscall 0.2.16",
2022-04-06 21:18:49 +00:00
"thiserror",
2020-11-03 14:43:58 +00:00
]
[[package]]
name = "regex"
2022-08-08 21:30:33 +00:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2020-11-01 14:20:25 +00:00
[[package]]
name = "regex-automata"
version = "0.1.10"
2020-11-01 14:20:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax",
]
2020-11-01 14:20:25 +00:00
[[package]]
name = "regex-syntax"
2022-08-08 21:30:33 +00:00
version = "0.6.27"
2020-11-03 14:43:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
2020-11-03 14:43:58 +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",
]
[[package]]
name = "rustversion"
2022-08-08 21:30:33 +00:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"
2020-09-21 11:11:09 +00:00
[[package]]
name = "ryu"
2022-08-08 21:30:33 +00:00
version = "1.0.11"
2020-09-21 11:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
2020-09-21 11:11:09 +00:00
[[package]]
name = "safe-transmute"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98a01dab6acf992653be49205bdd549f32f17cb2803e8eacf1560bf97259aae8"
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",
]
[[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",
]
[[package]]
name = "semver"
2022-08-08 21:30:33 +00:00
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711"
2021-08-24 13:14:15 +00:00
dependencies = [
"serde",
]
[[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-09-08 13:32:28 +00:00
version = "1.0.144"
2020-09-21 11:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 13:32:28 +00:00
checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860"
2020-09-21 11:11:09 +00:00
dependencies = [
"serde_derive",
]
[[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"
2022-08-08 21:30:33 +00:00
version = "0.11.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "cfc50e8183eeeb6178dcb167ae34a8051d63535023ae38b5d8d12beae193d37b"
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-09-08 13:32:28 +00:00
version = "1.0.144"
2020-09-21 11:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 13:32:28 +00:00
checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00"
2020-09-21 11:11:09 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2022-09-08 13:32:28 +00:00
version = "1.0.85"
2020-09-21 11:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 13:32:28 +00:00
checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
2020-09-21 11:11:09 +00:00
dependencies = [
2022-08-08 21:30:33 +00:00
"itoa 1.0.3",
2020-09-21 11:11:09 +00:00
"ryu",
"serde",
]
2021-12-14 11:01:57 +00:00
[[package]]
name = "serde_with"
2022-08-08 21:30:33 +00:00
version = "1.14.0"
2021-12-14 11:01:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
2021-12-14 11:01:57 +00:00
dependencies = [
"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",
]
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
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
[[package]]
name = "smallvec"
2022-08-08 21:30:33 +00:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
[[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",
2022-08-08 21:30:33 +00:00
"parking_lot 0.12.1",
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"
[[package]]
name = "strum"
2022-09-08 13:32:28 +00:00
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 13:32:28 +00:00
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
2022-09-08 13:32:28 +00:00
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 13:32:28 +00:00
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
dependencies = [
2022-09-08 13:32:28 +00:00
"heck 0.4.0",
"proc-macro2",
"quote",
2022-09-08 13:32:28 +00:00
"rustversion",
"syn",
]
[[package]]
name = "subtle"
2021-08-05 19:24:09 +00:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-05 19:24:09 +00:00
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2020-09-21 11:11:09 +00:00
[[package]]
name = "syn"
2022-08-08 21:30:33 +00:00
version = "1.0.99"
2020-09-21 11:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
2020-09-21 11:11:09 +00:00
dependencies = [
"proc-macro2",
"quote",
2022-08-08 21:30:33 +00:00
"unicode-ident",
2020-09-21 11:11:09 +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"
version = "0.7.0"
2020-11-03 14:43:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
2020-11-03 14:43:58 +00:00
dependencies = [
"dirs-next",
"rustversion",
2020-11-03 14:43:58 +00:00
"winapi",
]
[[package]]
name = "termcolor"
2022-04-06 21:18:49 +00:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-06 21:18:49 +00:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
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",
]
[[package]]
name = "textwrap"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
[[package]]
name = "thiserror"
2022-09-08 13:32:28 +00:00
version = "1.0.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 13:32:28 +00:00
checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-09-08 13:32:28 +00:00
version = "1.0.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 13:32:28 +00:00
checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "thread_local"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
dependencies = [
"once_cell",
]
[[package]]
name = "time"
2021-04-26 11:44:23 +00:00
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-26 11:44:23 +00:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
dependencies = [
"libc",
2021-04-26 11:44:23 +00:00
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
]
[[package]]
name = "time"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72c91f41dcb2f096c05f0873d667dceec1087ce5bcf984ec8ffb19acddbb3217"
dependencies = [
2022-08-08 21:30:33 +00:00
"itoa 1.0.3",
"libc",
"num_threads",
]
[[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"
version = "1.2.1"
2020-11-01 14:20:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2020-11-01 14:20:25 +00:00
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "toml"
2022-08-08 21:30:33 +00:00
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
dependencies = [
"serde",
]
[[package]]
name = "tracing"
2022-08-08 21:30:33 +00:00
version = "0.1.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307"
dependencies = [
"cfg-if 1.0.0",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2022-08-08 21:30:33 +00:00
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
2022-08-08 21:30:33 +00:00
version = "0.1.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7"
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-serde"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
dependencies = [
"serde",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2022-08-08 21:30:33 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "60db860322da191b40952ad9affe65ea23e7dd6a5c442c2c42865810c6ab8e6b"
dependencies = [
"matchers",
2022-08-08 21:30:33 +00:00
"once_cell",
"regex",
"serde",
"serde_json",
"sharded-slab",
"smallvec",
"thread_local",
"time 0.3.11",
"tracing",
"tracing-core",
"tracing-serde",
]
[[package]]
name = "typenum"
2021-12-29 18:24:03 +00:00
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 18:24:03 +00:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[package]]
name = "typetag"
2021-12-21 11:33:20 +00:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-21 11:33:20 +00:00
checksum = "4080564c5b2241b5bff53ab610082234e0c57b0417f4bd10596f183001505b8a"
dependencies = [
"erased-serde",
"inventory",
2021-12-21 11:33:20 +00:00
"once_cell",
"serde",
"typetag-impl",
]
[[package]]
name = "typetag-impl"
2021-12-21 11:33:20 +00:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-21 11:33:20 +00:00
checksum = "e60147782cc30833c05fba3bab1d9b5771b2685a2557672ac96fa5d154099c0e"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-04-26 11:44:23 +00:00
[[package]]
name = "ucd-trie"
2022-08-08 21:30:33 +00:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c"
[[package]]
name = "unicode-ident"
version = "1.0.3"
2021-04-26 11:44:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
2021-04-26 11:44:23 +00:00
[[package]]
name = "unicode-segmentation"
2022-04-06 21:18:49 +00:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-06 21:18:49 +00:00
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2020-11-01 14:20:25 +00:00
[[package]]
name = "unicode-width"
version = "0.1.9"
2020-11-01 14:20:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2020-11-01 14:20:25 +00:00
2020-09-21 11:11:09 +00:00
[[package]]
name = "unicode-xid"
2022-08-08 21:30:33 +00:00
version = "0.2.3"
2020-09-21 11:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
2020-09-21 11:11:09 +00:00
[[package]]
name = "uuid"
version = "0.8.2"
2020-09-21 11:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
2020-09-21 11:11:09 +00:00
dependencies = [
2022-08-08 21:30:33 +00:00
"getrandom 0.2.7",
2020-09-21 11:11:09 +00:00
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "variant_count"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae2faf80ac463422992abf4de234731279c058aaf33171ca70277c98406b124"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "version_check"
2021-12-29 18:24:03 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-29 18:24:03 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[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"
version = "2.3.2"
2020-11-01 14:20:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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 0.3.3",
2021-04-26 11:44:23 +00:00
"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
[[package]]
name = "wasi"
2021-04-26 11:44:23 +00:00
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-26 11:44:23 +00:00
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2022-08-08 21:30:33 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2020-09-30 08:42:18 +00:00
[[package]]
name = "wasm-bindgen"
2022-09-07 08:38:49 +00:00
version = "0.2.82"
2020-09-30 08:42:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-07 08:38:49 +00:00
checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
2020-09-30 08:42:18 +00:00
dependencies = [
2022-09-07 08:38:49 +00:00
"cfg-if 1.0.0",
2020-09-30 08:42:18 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-09-07 08:38:49 +00:00
version = "0.2.82"
2020-09-30 08:42:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-07 08:38:49 +00:00
checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
2020-09-30 08:42:18 +00:00
dependencies = [
"bumpalo",
"log",
2022-09-07 08:38:49 +00:00
"once_cell",
2020-09-30 08:42:18 +00:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2022-09-07 08:38:49 +00:00
version = "0.2.82"
2020-09-30 08:42:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-07 08:38:49 +00:00
checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
2020-09-30 08:42:18 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-09-07 08:38:49 +00:00
version = "0.2.82"
2020-09-30 08:42:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-07 08:38:49 +00:00
checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
2020-09-30 08:42:18 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-09-07 08:38:49 +00:00
version = "0.2.82"
2020-09-30 08:42:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-07 08:38:49 +00:00
checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
[[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"
dependencies = [
"fluence-it-types",
2022-04-26 10:12:10 +00:00
"it-lilo",
"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",
"log",
"nom 5.1.2",
"safe-transmute",
2021-04-26 11:44:23 +00:00
"semver 0.11.0",
"serde",
"serde_json",
2021-04-26 11:44:23 +00:00
"thiserror",
"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",
2022-09-08 13:32:28 +00:00
"rustc_version",
"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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-05 19:24:09 +00:00
checksum = "d0d5ac3e0603e5f0ffaf11cbd854eea7c3b609ab4b676f71968f2bc47f9e3c4a"
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",
2022-09-08 13:32:28 +00:00
"rustc_version",
"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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-05 19:24:09 +00:00
checksum = "5688460204d9f644d846300d041632cf34c4b4f83a955c0a67e600030376d2ee"
dependencies = [
"lazy_static",
"memmap",
"serde",
"serde_derive",
"wasmer-clif-backend-fl",
"wasmer-runtime-core-fl",
]
[[package]]
name = "wasmer-wasi-fl"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e0f331ec6fb16590946f61b2418cd5295c4f3aa772c77eb054bea250a8fdb71"
dependencies = [
"bincode",
"byteorder",
"generational-arena",
"getrandom 0.1.16",
"libc",
"log",
"serde",
"thiserror",
"time 0.1.44",
"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"
[[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"
2022-09-08 13:32:28 +00:00
version = "0.3.59"
2020-11-01 14:20:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-08 13:32:28 +00:00
checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"
2020-11-01 14:20:25 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[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"
2022-08-08 21:30:33 +00:00
version = "0.36.1"
2022-04-06 21:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
2022-04-06 21:18:49 +00:00
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_msvc"
2022-08-08 21:30:33 +00:00
version = "0.36.1"
2022-04-06 21:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2022-04-06 21:18:49 +00:00
[[package]]
name = "windows_i686_gnu"
2022-08-08 21:30:33 +00:00
version = "0.36.1"
2022-04-06 21:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2022-04-06 21:18:49 +00:00
[[package]]
name = "windows_i686_msvc"
2022-08-08 21:30:33 +00:00
version = "0.36.1"
2022-04-06 21:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2022-04-06 21:18:49 +00:00
[[package]]
name = "windows_x86_64_gnu"
2022-08-08 21:30:33 +00:00
version = "0.36.1"
2022-04-06 21:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2022-04-06 21:18:49 +00:00
[[package]]
name = "windows_x86_64_msvc"
2022-08-08 21:30:33 +00:00
version = "0.36.1"
2022-04-06 21:18:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 21:30:33 +00:00
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"