2021-05-20 20:20:57 +03:00
|
|
|
[package]
|
|
|
|
name = "marine-module-interface"
|
|
|
|
description = "Fluence Marine module interface"
|
2022-04-26 12:27:54 +03:00
|
|
|
version = "0.4.1"
|
2021-05-20 20:20:57 +03:00
|
|
|
authors = ["Fluence Labs"]
|
|
|
|
license = "Apache-2.0"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "marine_module_interface"
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-04-26 12:27:54 +03:00
|
|
|
marine-it-interfaces = { path = "../it-interfaces", version = "0.7.1" }
|
2021-05-20 20:20:57 +03:00
|
|
|
|
|
|
|
anyhow = "1.0.31"
|
|
|
|
walrus = "0.18.0"
|
2022-04-06 22:55:33 +03:00
|
|
|
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.23.0"}
|
2021-05-20 20:20:57 +03:00
|
|
|
nom = "5.1"
|
|
|
|
|
|
|
|
itertools = "0.10.0"
|
|
|
|
semver = "0.11.0"
|
2021-09-15 16:27:48 +03:00
|
|
|
serde = "1.0.118"
|
2021-05-20 20:20:57 +03:00
|
|
|
thiserror = "1.0.24"
|