aquavm/crates/air-lib/interpreter-data/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

29 lines
799 B
TOML

[package]
name = "air-interpreter-data"
description = "Data format of the AIR interpreter"
version = "0.6.0"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
publish = false
keywords = ["fluence", "air", "webassembly", "programming-language"]
categories = ["wasm"]
[lib]
name = "air_interpreter_data"
path = "src/lib.rs"
[dependencies]
air-utils = { path = "../utils" }
air-parser = { path = "../air-parser" }
# TODO version?
air-interpreter-interface = { path = "../interpreter-interface" }
air-interpreter-cid = { version = "0.2.0", path = "../interpreter-cid" }
polyplets = { path = "../polyplets" }
serde = {version = "1.0.152", features = ["derive", "rc"]}
serde_json = "1.0.92"
semver = { version = "1.0.16", features = ["serde"] }
once_cell = "1.17.0"
tracing = "0.1.37"