2021-05-20 20:20:57 +03:00
|
|
|
[package]
|
|
|
|
name = "marine-module-interface"
|
|
|
|
description = "Fluence Marine module interface"
|
2022-11-28 18:37:07 +03:00
|
|
|
version = "0.6.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-09-13 16:25:11 +03:00
|
|
|
marine-it-interfaces = { path = "../it-interfaces", version = "0.7.3" }
|
2021-05-20 20:20:57 +03:00
|
|
|
|
2022-11-28 18:37:07 +03:00
|
|
|
anyhow = "1.0.66"
|
2022-09-02 18:48:25 +03:00
|
|
|
walrus = "0.19.0"
|
2022-09-13 16:25:11 +03:00
|
|
|
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.24.1" }
|
2021-05-20 20:20:57 +03:00
|
|
|
nom = "5.1"
|
|
|
|
|
2022-11-28 18:37:07 +03:00
|
|
|
itertools = "0.10.5"
|
|
|
|
semver = "1.0.14"
|
|
|
|
serde = "1.0.147"
|
|
|
|
thiserror = "1.0.37"
|