2020-10-01 09:19:38 +00:00
|
|
|
[package]
|
|
|
|
name = "aquamarine-vm"
|
2020-10-01 09:57:29 +00:00
|
|
|
description = "Fluence Aquamarine VM"
|
2020-10-01 09:19:38 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Fluence Labs"]
|
|
|
|
edition = "2018"
|
2020-10-01 09:57:29 +00:00
|
|
|
license = "Apache-2.0"
|
2020-10-01 09:19:38 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "aquamarine_vm"
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-10-21 19:25:50 +00:00
|
|
|
fluence-faas = { path = "../fluence-faas", version = "0.1.10" }
|
2020-10-16 12:26:09 +00:00
|
|
|
|
|
|
|
maplit = "1.0.2"
|
2020-10-01 09:19:38 +00:00
|
|
|
serde_json = "1.0.57"
|
|
|
|
serde = "1.0.116"
|
2020-10-29 20:04:57 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
# enable raw AquamarineVM API intended for testing
|
|
|
|
raw-aquamarine-api = []
|