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