2021-05-20 20:20:57 +03:00
|
|
|
[package]
|
|
|
|
name = "marine-module-interface"
|
|
|
|
description = "Fluence Marine module interface"
|
2023-04-04 17:18:19 +03:00
|
|
|
version = "0.7.1"
|
2021-05-20 20:20:57 +03:00
|
|
|
authors = ["Fluence Labs"]
|
|
|
|
license = "Apache-2.0"
|
2023-03-15 00:43:51 +03:00
|
|
|
edition = "2021"
|
2021-05-20 20:20:57 +03:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "marine_module_interface"
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2023-04-04 17:18:19 +03:00
|
|
|
marine-it-interfaces = { path = "../it-interfaces", version = "0.8.1" }
|
2021-05-20 20:20:57 +03:00
|
|
|
|
2023-07-11 20:42:35 +03:00
|
|
|
anyhow = "1.0.71"
|
2023-07-11 20:23:20 +03:00
|
|
|
walrus = "0.20.1"
|
2023-04-04 13:28:28 +03:00
|
|
|
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
|
2023-03-15 00:43:51 +03:00
|
|
|
nom = "7.1.3"
|
2021-05-20 20:20:57 +03:00
|
|
|
|
2022-11-28 18:37:07 +03:00
|
|
|
itertools = "0.10.5"
|
|
|
|
semver = "1.0.14"
|
|
|
|
serde = "1.0.147"
|
|
|
|
thiserror = "1.0.37"
|