2023-03-15 00:43:51 +03:00
|
|
|
[package]
|
|
|
|
name = "marine-wasm-backend-traits"
|
2023-03-15 01:41:46 +03:00
|
|
|
description = "Fluence Marine generic Wasm backend interface"
|
2024-01-09 19:32:08 +02:00
|
|
|
version = "0.5.1"
|
2023-03-15 00:43:51 +03:00
|
|
|
authors = ["Fluence Labs"]
|
2024-01-07 17:43:24 +03:00
|
|
|
repository = "https://github.com/fluencelabs/marine"
|
2023-03-15 00:43:51 +03:00
|
|
|
license = "Apache-2.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2023-11-03 18:43:14 +04:00
|
|
|
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.27.0" }
|
2023-04-04 13:28:28 +03:00
|
|
|
it-memory-traits = "0.4.0"
|
2023-03-15 00:43:51 +03:00
|
|
|
|
2023-10-23 15:23:50 +03:00
|
|
|
thiserror = "1.0.50"
|
2023-10-23 15:50:28 +03:00
|
|
|
anyhow = "1.0.75"
|
2023-03-15 00:43:51 +03:00
|
|
|
wasmparser = "0.101.1"
|
2023-10-23 15:16:54 +03:00
|
|
|
paste = "1.0.14"
|
2023-03-15 00:43:51 +03:00
|
|
|
multimap = "0.8.3"
|