air-interpreter-interface 0.9.0

Interface of the AIR interpreter
Documentation
[package]
name = "air-interpreter-interface"
description = "Interface of the AIR interpreter"
version = "0.9.0"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
documentation = "https://docs.rs/air-interpreter-interface"
repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/air-lib/interpreter-interface"
publish = true # this crate is used by avm server that in its turn is used by the node
keywords = ["fluence", "air", "webassembly", "programming-language"]
categories = ["wasm"]

[lib]
name = "air_interpreter_interface"
path = "src/lib.rs"

[dependencies]
marine-rs-sdk = "0.6.15"
fluence-it-types = "0.3.0"

serde = "1.0.118"
serde_json = "1.0.56"