marine/engine/Cargo.toml
2020-10-14 15:22:25 +03:00

36 lines
1.0 KiB
TOML

[package]
name = "fce"
description = "Fluence Compute Engine"
version = "0.1.8"
authors = ["Fluence Labs"]
license = "Apache-2.0"
edition = "2018"
[lib]
name = "fce"
path = "src/lib.rs"
[dependencies]
fce-wit-interfaces = { path = "../crates/wit-interfaces", version = "0.1.5" }
fce-wit-parser = { path = "../crates/wit-parser", version = "0.1.7" }
wasmer-runtime = { package = "wasmer-runtime-fl", version = "0.17.0" }
# dynamicfunc-fat-closures allows using state inside DynamicFunc
wasmer-core = { package = "wasmer-runtime-core-fl", version = "0.17.0", features = ["dynamicfunc-fat-closures"] }
wasmer-wit = { package = "wasmer-interface-types-fl", version = "=0.17.9" }
wasmer-wasi = { package = "wasmer-wasi-fl", version = "0.17.0" }
multimap = "0.8.1"
multi-map = "1.3.0"
boolinator = "2.4.0"
parity-wasm = "0.41.0"
pwasm-utils = "0.12.0"
safe-transmute = "0.11.0"
log = "0.4.8"
[dev-dependencies]
reqwest = "0.10.4"
bytes = "0.5.4"
tokio = { version = "0.2.20", features = ["blocking", "macros"] }
once_cell = "1.4.0"