aquavm/crates/air-lib/interpreter-interface/Cargo.toml
renovate[bot] 84af9c6185
chore(deps): update rust crate serde_json to 1.0.92 (#448)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 16:44:20 +03:00

27 lines
745 B
TOML

[package]
name = "air-interpreter-interface"
description = "Interface of the AIR interpreter"
version = "0.12.1"
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"
keywords = ["fluence", "air", "webassembly", "programming-language"]
categories = ["wasm"]
[lib]
name = "air_interpreter_interface"
path = "src/lib.rs"
[dependencies]
marine-rs-sdk = { version = "0.7.1", optional = true }
fluence-it-types = { version = "0.3.2", optional = true }
serde = "1.0.152"
serde_json = "1.0.92"
[features]
default = ["marine"]
marine = ["marine-rs-sdk", "fluence-it-types"]