mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 05:50:49 +00:00
* Update all non-major Rust dependencies * fix tokio features * add rt tokio feature * bump bytes crate version to keep up with reqwest * update tokio to 1.21.0 * bump crate versions * use latest rust toolchain always * update wasm-bindgen generated and patched code * revert toolchaijn version change * revert toolchaijn version change Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
25 lines
503 B
TOML
25 lines
503 B
TOML
[package]
|
|
name = "marine-module-info-parser"
|
|
description = "Fluence Marine Wasm module info (manifest and version) parser"
|
|
version = "0.3.1"
|
|
authors = ["Fluence Labs"]
|
|
license = "Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "marine_module_info_parser"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
marine-rs-sdk-main = "0.7.0"
|
|
|
|
wasmer-core = { package = "wasmer-runtime-core-fl", version = "=0.17.1" }
|
|
|
|
anyhow = "1.0.63"
|
|
chrono = "0.4.22"
|
|
walrus = "0.19.0"
|
|
semver = "0.11.0"
|
|
|
|
serde = "1.0.144"
|
|
thiserror = "1.0.33"
|