[dependencies.anyhow]
version = "1.0.71"
[dependencies.auto_impl]
default-features = false
version = "1.1"
[dependencies.bytes]
version = "1.4.0"
[dependencies.criterion]
version = "0.5"
[dependencies.ethers-contract]
default-features = true
version = "2.0.3"
[dependencies.ethers-core]
version = "2.0"
[dependencies.ethers-providers]
version = "2.0"
[dependencies.evm]
features = ["with-codec"]
version = "0.39.1"
[dependencies.extism]
version = "0.4.0"
[dependencies.futures]
version = "0.3.27"
[dependencies.hex]
version = "0.4.3"
[dependencies.hex-literal]
version = "0.4"
[dependencies.parity-scale-codec]
version = "3.6.4"
[dependencies.primitive-types]
version = "0.12.1"
[dependencies.redgold-schema]
version = "0.1.46"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0"
[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"
[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.36.0"
[lib]
name = "redgold_executor"
path = "src/lib.rs"
[package]
authors = ["Redgold"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies"]
description = "Decentralized Portfolio Contracts & Data Lake"
documentation = "https://dev.docs.redgold.io/"
edition = "2021"
homepage = "https://redgold.io"
keywords = ["crypto", "cryptocurrency", "reputation", "decentralized", "p2p"]
license = "MIT"
name = "redgold-executor"
readme = "README.md"
repository = "https://github.com/redgold-io/redgold"
version = "0.1.46"