2020-05-15 08:27:49 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-15 09:37:15 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-05-15 08:27:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2021-03-15 11:34:40 +00:00
|
|
|
version = "1.0.0"
|
2020-05-15 08:27:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-15 11:34:40 +00:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2020-05-15 08:27:49 +00:00
|
|
|
|
2021-04-18 16:43:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
2020-12-21 10:35:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fluence-it-types"
|
2023-02-14 15:09:01 +00:00
|
|
|
version = "0.4.0"
|
2020-12-21 10:35:37 +00:00
|
|
|
dependencies = [
|
2020-12-29 09:32:17 +00:00
|
|
|
"it-to-bytes",
|
2020-12-28 19:33:58 +00:00
|
|
|
"nom",
|
2020-12-21 10:35:37 +00:00
|
|
|
"serde",
|
2021-09-01 10:29:00 +00:00
|
|
|
"variant_count",
|
2020-12-28 19:33:58 +00:00
|
|
|
"wast",
|
2020-12-21 10:35:37 +00:00
|
|
|
]
|
|
|
|
|
2021-04-20 20:39:16 +00:00
|
|
|
[[package]]
|
2021-04-24 20:04:34 +00:00
|
|
|
name = "it-lilo"
|
2023-02-14 15:09:01 +00:00
|
|
|
version = "0.5.0"
|
2021-04-20 20:39:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"fluence-it-types",
|
2022-01-28 15:34:17 +00:00
|
|
|
"it-memory-traits",
|
2021-04-22 17:31:14 +00:00
|
|
|
"log",
|
2021-04-20 20:39:16 +00:00
|
|
|
"paste",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-01-28 15:34:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "it-memory-traits"
|
2023-02-14 15:09:01 +00:00
|
|
|
version = "0.4.0"
|
2022-01-28 15:34:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-12-29 09:32:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "it-to-bytes"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2021-04-18 16:43:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-11-28 15:53:31 +00:00
|
|
|
version = "0.10.5"
|
2021-04-18 16:43:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-28 15:53:31 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2021-04-18 16:43:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-07-25 08:01:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2020-12-28 19:33:58 +00:00
|
|
|
version = "0.4.7"
|
2020-07-25 08:01:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-28 19:33:58 +00:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2020-07-25 08:01:41 +00:00
|
|
|
|
2020-05-15 08:27:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "leb128"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"
|
|
|
|
|
2020-09-13 19:19:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-09-09 16:54:12 +00:00
|
|
|
version = "0.4.17"
|
2020-09-13 19:19:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 16:54:12 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2020-09-13 19:19:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2020-05-15 08:27:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-02-13 15:38:03 +00:00
|
|
|
version = "2.5.0"
|
2020-05-15 08:27:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 15:38:03 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-05-15 08:27:49 +00:00
|
|
|
|
2022-09-16 15:06:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2020-05-15 08:27:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2022-09-16 15:06:31 +00:00
|
|
|
version = "7.1.1"
|
2020-05-15 08:27:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 15:06:31 +00:00
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
2020-05-15 08:27:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2022-09-16 15:06:31 +00:00
|
|
|
"minimal-lexical",
|
2020-05-15 08:27:49 +00:00
|
|
|
]
|
|
|
|
|
2021-04-20 20:39:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2022-12-26 18:01:44 +00:00
|
|
|
version = "1.0.11"
|
2021-04-20 20:39:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 18:01:44 +00:00
|
|
|
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
|
2021-04-20 20:39:16 +00:00
|
|
|
|
2020-05-15 08:27:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-12-26 18:01:44 +00:00
|
|
|
version = "1.0.49"
|
2020-05-15 08:27:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 18:01:44 +00:00
|
|
|
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
|
2020-05-15 08:27:49 +00:00
|
|
|
dependencies = [
|
2022-09-09 16:54:12 +00:00
|
|
|
"unicode-ident",
|
2020-05-15 08:27:49 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-03-15 11:34:40 +00:00
|
|
|
version = "1.0.9"
|
2020-05-15 08:27:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-15 11:34:40 +00:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2020-05-15 08:27:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2020-09-22 11:33:44 +00:00
|
|
|
version = "1.0.5"
|
2020-05-15 08:27:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-22 11:33:44 +00:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2020-05-15 08:27:49 +00:00
|
|
|
|
2020-07-25 08:01:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safe-transmute"
|
2022-09-09 16:54:12 +00:00
|
|
|
version = "0.11.2"
|
2020-07-25 08:01:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 16:54:12 +00:00
|
|
|
checksum = "98a01dab6acf992653be49205bdd549f32f17cb2803e8eacf1560bf97259aae8"
|
2020-07-25 08:01:41 +00:00
|
|
|
|
2021-03-15 09:37:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2022-12-26 18:01:44 +00:00
|
|
|
version = "1.0.16"
|
2021-03-15 09:37:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 18:01:44 +00:00
|
|
|
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
|
2021-03-15 09:37:15 +00:00
|
|
|
|
2020-05-15 08:27:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-12-26 18:01:44 +00:00
|
|
|
version = "1.0.152"
|
2020-05-15 08:27:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 18:01:44 +00:00
|
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
2020-05-15 08:27:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-12-26 18:01:44 +00:00
|
|
|
version = "1.0.152"
|
2020-05-15 08:27:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 18:01:44 +00:00
|
|
|
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
2020-05-15 08:27:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-07-25 08:01:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-03-15 11:34:40 +00:00
|
|
|
version = "1.0.64"
|
2020-07-25 08:01:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-15 11:34:40 +00:00
|
|
|
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
|
2020-07-25 08:01:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-05-15 08:27:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-12-26 18:01:44 +00:00
|
|
|
version = "1.0.107"
|
2020-05-15 08:27:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 18:01:44 +00:00
|
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
2020-05-15 08:27:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-09-09 16:54:12 +00:00
|
|
|
"unicode-ident",
|
2020-05-15 08:27:49 +00:00
|
|
|
]
|
|
|
|
|
2021-04-20 20:39:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-12-26 18:01:44 +00:00
|
|
|
version = "1.0.38"
|
2021-04-20 20:39:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 18:01:44 +00:00
|
|
|
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
2021-04-20 20:39:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-12-26 18:01:44 +00:00
|
|
|
version = "1.0.38"
|
2021-04-20 20:39:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-26 18:01:44 +00:00
|
|
|
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
2021-04-20 20:39:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-05-15 08:27:49 +00:00
|
|
|
[[package]]
|
2022-09-09 16:54:12 +00:00
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.3"
|
2020-05-15 08:27:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 16:54:12 +00:00
|
|
|
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
|
2020-05-15 08:27:49 +00:00
|
|
|
|
2021-09-01 10:29:00 +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-05-15 08:27:49 +00:00
|
|
|
[[package]]
|
2020-08-14 16:26:20 +00:00
|
|
|
name = "wasmer-interface-types-fl"
|
2023-02-14 15:09:01 +00:00
|
|
|
version = "0.26.0"
|
2020-05-15 08:27:49 +00:00
|
|
|
dependencies = [
|
2020-12-21 10:35:37 +00:00
|
|
|
"fluence-it-types",
|
2021-04-24 20:04:34 +00:00
|
|
|
"it-lilo",
|
2022-01-28 15:34:17 +00:00
|
|
|
"it-memory-traits",
|
2020-12-29 09:32:17 +00:00
|
|
|
"it-to-bytes",
|
2021-04-18 16:43:29 +00:00
|
|
|
"itertools",
|
2020-09-13 19:19:26 +00:00
|
|
|
"log",
|
2020-05-15 08:27:49 +00:00
|
|
|
"nom",
|
2020-07-25 08:01:41 +00:00
|
|
|
"safe-transmute",
|
2021-03-15 09:37:15 +00:00
|
|
|
"semver",
|
2020-05-15 08:27:49 +00:00
|
|
|
"serde",
|
2020-07-25 08:01:41 +00:00
|
|
|
"serde_json",
|
2021-04-20 21:43:17 +00:00
|
|
|
"thiserror",
|
2020-05-15 08:27:49 +00:00
|
|
|
"wast",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
2023-03-21 14:51:24 +00:00
|
|
|
version = "8.0.0"
|
2020-05-15 08:27:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-21 14:51:24 +00:00
|
|
|
checksum = "3f9df3d716118a503b2f6bbb6ff46b21997ab0cc167b01de7a188e45e4b01e8d"
|
2020-05-15 08:27:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|