Valery Antopol 220c028045
feat!: support particle parameters in CallParameters (__marine_host_api_v2) (#417)
* support call_parameters v2

* fmt

* fix warnings; require exact version for sdk v0 and v1

* support json_path

* update lockfile

* bump sdk versions and fix mrepl

* fix call_parameters example

* fix marine-js

* fmt
2024-02-20 16:06:44 +04:00

26 lines
628 B
TOML

[package]
name = "marine-module-info-parser"
description = "Fluence Marine Wasm module info (manifest and version) parser"
version = "0.12.0"
authors = ["Fluence Labs"]
repository = "https://github.com/fluencelabs/marine"
license = "Apache-2.0"
edition = "2021"
[lib]
name = "marine_module_info_parser"
path = "src/lib.rs"
[dependencies]
marine-rs-sdk-main = { version = "0.13.0", default-features = false }
marine-wasm-backend-traits = { path = "../wasm-backend-traits", version = "0.5.1" }
anyhow = "1.0.75"
chrono = "0.4.31"
walrus = "0.20.1"
semver = "1.0.20"
derivative = "2.2.0"
serde = "1.0.147"
thiserror = "1.0.50"