marine/aquamarine-vm/Cargo.toml
2020-12-21 19:34:25 +03:00

24 lines
524 B
TOML

[package]
name = "aquamarine-vm"
description = "Fluence Aquamarine VM"
version = "0.1.3"
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.15" }
stepper-interface = { git = "https://github.com/fluencelabs/aquamarine", branch = "wit" }
maplit = "1.0.2"
serde_json = "1.0.57"
serde = "1.0.116"
[features]
# enable raw AquamarineVM API intended for testing
raw-aquamarine-vm-api = []