marine/marine-js/Cargo.toml
Anatolios Laskaris f745a70214
chore(release-please): Fix marine-js version update [fixes FLU-302] (#320)
* Copy getImport function

* Fix manifest

* Exit with 1 on errors

* Regenerate Cargo.lock correctly
2023-04-04 17:14:45 +03:00

44 lines
1.3 KiB
TOML

[package]
name = "marine-js"
version = "0.4.0"
edition = "2021"
description = "Web version of the marine runtime"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
marine-it-interfaces = { path = "../crates/it-interfaces", version = "0.8.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" }
it-json-serde = { path = "../crates/it-json-serde", version = "0.4.0" }
marine-rs-sdk = "0.7.1"
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.26.1" }
it-memory-traits = "0.4.0"
fluence-it-types = { version = "0.4.1", features = ["impls"] }
it-lilo = "0.5.1"
wasm-bindgen = "0.2"
nom = "7.1"
itertools = "0.10.5"
multimap = "0.8.3"
boolinator = "2.4.0"
bytesize = {version = "1.1.0", features = ["serde"]}
console_error_panic_hook = "0.1.7"
once_cell = "1.16.0"
semver = "1.0.14"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.89"
serde_derive = "1.0.147"
log = "0.4.17"
toml = "0.5.9"
paste = "1.0.9"
anyhow = "1.0.66"
thiserror = "1.0.37"
maplit = "1.0.2"
web-sys = {version = "0.3.60", features = ["console"]}