marine/core/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

48 lines
1.4 KiB
TOML

[package]
name = "marine-core"
description = "Core of Marine, the Fluence Wasm Runtime"
version = "0.20.0"
authors = ["Fluence Labs"]
license = "Apache-2.0"
edition = "2021"
[lib]
name = "marine_core"
path = "src/lib.rs"
[dependencies]
marine-module-info-parser = { path = "../crates/module-info-parser", version = "0.6.0" }
marine-it-interfaces = { path = "../crates/it-interfaces", version = "0.8.0" }
marine-it-parser = { path = "../crates/it-parser", version = "0.12.0" }
marine-it-generator = { path = "../crates/it-generator", version = "0.10.0" }
marine-module-interface = { path = "../crates/module-interface", version = "0.7.0" }
marine-utils = { path = "../crates/utils", version = "0.5.0" }
marine-min-it-version = { path = "../crates/min-it-version", version = "0.3.0" }
marine-wasm-backend-traits = {path = "../crates/wasm-backend-traits", version = "0.2.0"}
marine-wasmtime-backend = { path = "../crates/wasmtime-backend", version = "0.2.0"}
wasmer-it = { workspace = true, default-features = false }
it-lilo = { workspace = true}
it-memory-traits = { workspace = true }
bytesize = "1.1.0"
multimap = "0.8.3"
boolinator = "2.4.0"
parity-wasm = "0.45.0"
pwasm-utils = "0.19.0"
once_cell = "1.16.0"
semver = "1.0.14"
serde = "1.0.147"
log = "0.4.17"
paste = "1.0.9"
anyhow = "1.0.66"
thiserror = "1.0.37"
[dev-dependencies]
reqwest = "0.11.13"
bytes = "1.3.0"
tokio = { version = "1.22.0", features = ["rt", "macros"] }
once_cell = "1.16.0"