marine/crates/it-parser/Cargo.toml
renovate[bot] 684bf7cb38
Update Rust crate semver to v1 (#198)
* Update Rust crate semver to v1

* bump all the deps

* update wasmer-it and fix build

* bump more versions + fix marine-js

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
2022-09-13 16:25:11 +03:00

27 lines
670 B
TOML

[package]
name = "marine-it-parser"
description = "Fluence Marine interface types parser"
version = "0.11.0"
authors = ["Fluence Labs"]
license = "Apache-2.0"
edition = "2018"
[lib]
name = "marine_it_parser"
path = "src/lib.rs"
[dependencies]
marine-it-interfaces = { path = "../it-interfaces", version = "0.7.3" }
marine-module-interface = { path = "../module-interface", version = "0.6.0" }
anyhow = "1.0.64"
walrus = "0.19.0"
wasmer-core = { package = "wasmer-runtime-core-fl", version = "=0.17.1"}
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.24.1" }
nom = "5.1"
itertools = "0.10.3"
semver = "1.0.13"
serde = "1.0.144"
thiserror = "1.0.34"