2020-06-06 00:13:05 +03:00
|
|
|
[package]
|
2020-07-28 19:14:53 +03:00
|
|
|
name = "fce-wit-parser"
|
|
|
|
description = "Fluence FCE interface type helper crate"
|
2020-12-22 04:15:00 +03:00
|
|
|
version = "0.1.11"
|
2020-06-06 00:13:05 +03:00
|
|
|
authors = ["Fluence Labs"]
|
2020-07-28 19:09:02 +03:00
|
|
|
license = "Apache-2.0"
|
2020-06-06 00:13:05 +03:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[lib]
|
2020-07-28 19:14:53 +03:00
|
|
|
name = "fce_wit_parser"
|
2020-06-06 00:13:05 +03:00
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-12-22 04:15:00 +03:00
|
|
|
fce-wit-interfaces = { path = "../wit-interfaces", version = "0.1.9" }
|
2020-09-16 01:43:45 +03:00
|
|
|
|
|
|
|
anyhow = "1.0.31"
|
2020-06-06 00:13:05 +03:00
|
|
|
walrus = "0.17.0"
|
2020-07-28 19:14:53 +03:00
|
|
|
wasmer-core = { package = "wasmer-runtime-core-fl", version = "0.17.0"}
|
2020-12-21 19:34:25 +03:00
|
|
|
wasmer-wit = { package = "wasmer-interface-types-fl", version = "=0.17.20" }
|
2020-12-02 02:08:54 +03:00
|
|
|
|
|
|
|
serde = "1.0.117"
|