aquavm/crates/air-lib/test-utils/Cargo.toml
renovate[bot] d3bda16e71
fix(deps): update all non-major rust dependencies (#369)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-24 12:54:40 +03:00

31 lines
711 B
TOML

[package]
name = "air-test-utils"
version = "0.3.0"
description = "Test utils for the AIR interpreter"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
publish = false
keywords = ["fluence", "air", "webassembly", "security", "authorization"]
categories = ["wasm"]
[lib]
name = "air_test_utils"
path = "src/lib.rs"
[dependencies]
air = { path = "../../../air" }
air-interpreter-interface = { path = "../interpreter-interface" }
avm-interface = { path = "../../../avm/interface" }
avm-server = { path = "../../../avm/server" }
marine-rs-sdk = "0.7.1"
fstrings = "0.2.3"
object-pool = "0.5.4"
once_cell = "1.16.0"
semver = "1.0.14"
serde_json = "1.0.89"
[features]
test_with_native_code = []