2023-05-15 22:21:57 +07:00
|
|
|
[package]
|
|
|
|
name = "air-interpreter-signatures"
|
|
|
|
description = "AIR interpreter signatures util module"
|
2023-10-13 22:21:19 +03:00
|
|
|
version = "0.1.2"
|
2023-05-15 22:21:57 +07:00
|
|
|
authors = ["Fluence Labs"]
|
|
|
|
edition = "2018"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
documentation = "https://docs.rs/air-interpreter-signatures"
|
|
|
|
repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/air-lib/interpreter-signatures"
|
|
|
|
keywords = ["fluence", "air", "programming-language"]
|
|
|
|
categories = ["wasm"]
|
|
|
|
|
|
|
|
[dependencies]
|
2023-10-13 22:21:19 +03:00
|
|
|
air-interpreter-cid = { version = "0.4.0", path = "../interpreter-cid" }
|
2023-08-17 18:40:29 +07:00
|
|
|
fluence-keypair = { version = "0.10.1", default-features = false }
|
2023-05-15 22:21:57 +07:00
|
|
|
|
2023-08-03 13:02:55 +03:00
|
|
|
bs58 = "0.5.0"
|
2023-10-13 23:19:02 +04:00
|
|
|
borsh = "0.10.3"
|
|
|
|
borsh-derive = "0.10.3"
|
|
|
|
serde = { version = "1.0.164", features = ["derive"] }
|