24 lines
670 B
TOML
Raw Permalink Normal View History

2020-08-07 11:54:37 +03:00
[package]
name = "fluence-app-service"
2020-08-09 01:49:51 +03:00
description = "Fluence Application Service"
version = "0.31.0"
2020-08-07 11:54:37 +03:00
authors = ["Fluence Labs"]
2020-08-09 01:49:51 +03:00
license = "Apache-2.0"
edition = "2021"
2020-08-07 11:54:37 +03:00
[dependencies]
marine-runtime = { path = "../../marine", version = "0.32.0" }
marine-min-it-version = { path = "../../crates/min-it-version", version = "0.3.1" }
marine-wasm-backend-traits = {path = "../wasm-backend-traits", version = "0.5.0" }
marine-wasmtime-backend = { path = "../wasmtime-backend", version = "0.5.0" }
2020-08-07 11:54:37 +03:00
2020-10-21 22:21:16 +03:00
maplit = "1.0.2"
log = "0.4.20"
serde = "1.0.147"
serde_derive = "1.0.147"
serde_json = "1.0.107"
toml = "0.5.9"
2020-08-07 23:24:28 +03:00
[features]
raw-module-api = ["marine-runtime/raw-module-api"]