2020-12-17 18:44:24 +00:00
|
|
|
[package]
|
2021-02-17 20:36:36 +00:00
|
|
|
name = "aqua-interpreter-interface"
|
|
|
|
description = "Interface of the Aquamarine interpreter"
|
2021-04-26 11:44:23 +00:00
|
|
|
version = "0.4.0"
|
2020-12-17 18:44:24 +00:00
|
|
|
authors = ["Fluence Labs"]
|
|
|
|
edition = "2018"
|
2020-12-27 21:12:11 +00:00
|
|
|
license = "Apache-2.0"
|
2020-12-17 18:44:24 +00:00
|
|
|
|
|
|
|
[lib]
|
2021-02-17 20:36:36 +00:00
|
|
|
name = "aqua_interpreter_interface"
|
2020-12-17 18:44:24 +00:00
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-04-26 11:44:23 +00:00
|
|
|
fluence = { git = "https://github.com/fluencelabs/rust-sdk", features = ["logger"] }
|
|
|
|
fluence-it-types = "0.3.0"
|
2020-12-17 18:44:24 +00:00
|
|
|
|
2021-01-12 10:04:25 +00:00
|
|
|
serde = "=1.0.118"
|