2020-06-05 21:13:05 +00:00
|
|
|
[package]
|
2020-07-28 16:14:53 +00:00
|
|
|
name = "fce-wit-parser"
|
2021-04-26 11:02:26 +00:00
|
|
|
description = "Fluence FCE interface type parser"
|
2021-04-27 16:24:48 +00:00
|
|
|
version = "0.5.0"
|
2020-06-05 21:13:05 +00:00
|
|
|
authors = ["Fluence Labs"]
|
2020-07-28 16:09:02 +00:00
|
|
|
license = "Apache-2.0"
|
2020-06-05 21:13:05 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[lib]
|
2020-07-28 16:14:53 +00:00
|
|
|
name = "fce_wit_parser"
|
2020-06-05 21:13:05 +00:00
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-04-27 16:24:48 +00:00
|
|
|
fce-wit-interfaces = { path = "../wit-interfaces", version = "0.3.0" }
|
2020-09-15 22:43:45 +00:00
|
|
|
|
|
|
|
anyhow = "1.0.31"
|
2021-03-12 17:04:47 +00:00
|
|
|
walrus = "0.18.0"
|
2020-07-28 16:14:53 +00:00
|
|
|
wasmer-core = { package = "wasmer-runtime-core-fl", version = "0.17.0"}
|
2021-04-26 11:02:26 +00:00
|
|
|
wasmer-wit = { package = "wasmer-interface-types-fl", version = "0.20.0" }
|
|
|
|
nom = "5.1"
|
2020-12-01 23:08:54 +00:00
|
|
|
|
2021-03-16 10:51:59 +00:00
|
|
|
semver = "0.11.0"
|
2021-01-12 09:14:33 +00:00
|
|
|
serde = "=1.0.118"
|
2021-03-12 17:04:47 +00:00
|
|
|
thiserror = "1.0.24"
|