interface-types/Cargo.lock

249 lines
5.8 KiB
Plaintext
Raw Normal View History

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"
version = "0.3.2"
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",
"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"
version = "0.4.1"
2021-04-20 20:39:16 +00:00
dependencies = [
"fluence-it-types",
"it-memory-traits",
2021-04-22 17:31:14 +00:00
"log",
2021-04-20 20:39:16 +00:00
"paste",
"thiserror",
]
[[package]]
name = "it-memory-traits"
version = "0.3.1"
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"
version = "0.10.3"
2021-04-18 16:43:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
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"
version = "0.4.17"
2020-09-13 19:19:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2020-09-13 19:19:26 +00:00
dependencies = [
"cfg-if",
]
2020-05-15 08:27:49 +00:00
[[package]]
name = "memchr"
2020-11-04 19:07:00 +00:00
version = "2.3.4"
2020-05-15 08:27:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-04 19:07:00 +00:00
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2020-05-15 08:27:49 +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"
version = "7.1.1"
2020-05-15 08:27:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2020-05-15 08:27:49 +00:00
dependencies = [
"memchr",
"minimal-lexical",
2020-05-15 08:27:49 +00:00
]
2021-04-20 20:39:16 +00:00
[[package]]
name = "paste"
version = "1.0.9"
2021-04-20 20:39:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
2021-04-20 20:39:16 +00:00
2020-05-15 08:27:49 +00:00
[[package]]
name = "proc-macro2"
version = "1.0.43"
2020-05-15 08:27:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
2020-05-15 08:27:49 +00:00
dependencies = [
"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"
version = "0.11.2"
2020-07-25 08:01:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98a01dab6acf992653be49205bdd549f32f17cb2803e8eacf1560bf97259aae8"
2020-07-25 08:01:41 +00:00
2021-03-15 09:37:15 +00:00
[[package]]
name = "semver"
2022-09-09 13:20:42 +00:00
version = "1.0.13"
2021-03-15 09:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-09 13:20:42 +00:00
checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711"
2021-03-15 09:37:15 +00:00
2020-05-15 08:27:49 +00:00
[[package]]
name = "serde"
version = "1.0.144"
2020-05-15 08:27:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860"
2020-05-15 08:27:49 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.144"
2020-05-15 08:27:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00"
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"
version = "1.0.99"
2020-05-15 08:27:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
2020-05-15 08:27:49 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2020-05-15 08:27:49 +00:00
]
2021-04-20 20:39:16 +00:00
[[package]]
name = "thiserror"
version = "1.0.34"
2021-04-20 20:39:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252"
2021-04-20 20:39:16 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.34"
2021-04-20 20:39:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487"
2021-04-20 20:39:16 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-05-15 08:27:49 +00:00
[[package]]
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"
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
2020-05-15 08:27:49 +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"
version = "0.25.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",
"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"
version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9df3d716118a503b2f6bbb6ff46b21997ab0cc167b01de7a188e45e4b01e8d"
dependencies = [
"leb128",
]