marine/crates/it-parser/Cargo.toml
fluencebot f7ecddafd5
chore: release master (#292)
* chore: release master

* chore: Bump marine-js version to 0.3.4

* update marine-js and lockfile

---------

Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
2023-03-15 01:30:12 +03:00

27 lines
639 B
TOML

[package]
name = "marine-it-parser"
description = "Fluence Marine interface types parser"
version = "0.12.0"
authors = ["Fluence Labs"]
license = "Apache-2.0"
edition = "2021"
[lib]
name = "marine_it_parser"
path = "src/lib.rs"
[dependencies]
marine-it-interfaces = { path = "../it-interfaces", version = "0.8.0" }
marine-module-interface = { path = "../module-interface", version = "0.7.0" }
marine-wasm-backend-traits = { path = "../wasm-backend-traits", version = "0.2.0"}
anyhow = "1.0.66"
walrus = "0.19.0"
wasmer-it = { workspace = true }
nom = "7.1"
itertools = "0.10.5"
semver = "1.0.14"
serde = "1.0.147"
thiserror = "1.0.37"