marine/aquamarine-vm/Cargo.toml
2020-12-29 17:51:13 +03:00

26 lines
500 B
TOML

[package]
name = "aquamarine-vm"
description = "Fluence Aquamarine VM"
version = "0.1.7"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
[lib]
name = "aquamarine_vm"
path = "src/lib.rs"
[dependencies]
fluence-faas = { path = "../fluence-faas", version = "0.1.19" }
stepper-interface = "0.1.1"
maplit = "1.0.2"
serde_json = "1.0.60"
serde = "1.0.118"
log = "0.4.11"
parking_lot = "0.11.1"
[features]
# enable raw AquamarineVM API intended for testing
raw-aquamarine-vm-api = []