marine/marine-js/Cargo.toml
renovate[bot] b3a8898893
Update all non-major Rust dependencies (#189)
* 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>
2022-09-02 18:48:25 +03:00

45 lines
1.3 KiB
TOML

[package]
name = "marine-js"
version = "0.3.1"
edition = "2018"
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.7.2" }
marine-module-interface = { path = "../crates/module-interface", version = "0.4.2" }
marine-utils = { path = "../crates/utils", version = "0.4.0" }
marine-min-it-version = { path = "../crates/min-it-version", version = "0.1.1"}
it-json-serde = { path = "../crates/it-json-serde", version = "0.3.2" }
marine-rs-sdk = "0.7.0"
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.23.1" }
fluence-it-types = {version = "0.3.1", features = ["impls"] }
it-lilo = "0.4.0"
it-memory-traits = "0.3.0"
wasm-bindgen = "0.2"
nom = "5.1"
itertools = "0.10.3"
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.13.1"
semver = "0.11.0"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
serde_derive = "1.0.144"
serde_with = "1.14.0"
log = "0.4.17"
toml = "0.5.9"
paste = "1.0.9"
anyhow = "1.0.63"
thiserror = "1.0.33"
maplit = "1.0.2"
web-sys = {version = "0.3.59", features = ["console"]}