2020-12-17 18:44:24 +00:00
|
|
|
[package]
|
2021-05-10 11:25:34 +00:00
|
|
|
name = "air-interpreter-interface"
|
|
|
|
description = "Interface of the AIR interpreter"
|
2021-04-28 13:05:35 +00:00
|
|
|
version = "0.5.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-05-10 11:25:34 +00:00
|
|
|
name = "air_interpreter_interface"
|
2020-12-17 18:44:24 +00:00
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-05-13 09:00:56 +00:00
|
|
|
fluence = "0.6.5"
|
2021-04-27 10:40:32 +00:00
|
|
|
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"
|