2020-06-05 21:13:05 +00:00
|
|
|
[package]
|
2020-07-28 16:14:53 +00:00
|
|
|
name = "fce-wit-parser"
|
|
|
|
description = "Fluence FCE interface type helper crate"
|
2020-09-17 17:50:36 +00:00
|
|
|
version = "0.1.5"
|
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]
|
2020-09-17 17:50:36 +00:00
|
|
|
fce-wit-interfaces = { path = "../wit-interfaces", version = "0.1.3" }
|
2020-09-15 22:43:45 +00:00
|
|
|
|
|
|
|
anyhow = "1.0.31"
|
2020-06-05 21:13:05 +00:00
|
|
|
walrus = "0.17.0"
|
2020-07-28 16:14:53 +00:00
|
|
|
wasmer-core = { package = "wasmer-runtime-core-fl", version = "0.17.0"}
|
2020-09-17 17:50:36 +00:00
|
|
|
wasmer-wit = { package = "wasmer-interface-types-fl", version = "=0.17.6" }
|