# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "redgold-executor" version = "0.1.25" authors = ["Redgold"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "p2p database / compute engine & portfolio target models" homepage = "https://redgold.io" documentation = "https://dev.docs.redgold.io/" readme = "README.md" keywords = [ "crypto", "cryptocurrency", "reputation", "decentralized", "p2p", ] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/redgold-io/redgold" [lib] name = "redgold_executor" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.auto_impl] version = "1.1" default-features = false [dependencies.bytes] version = "1.4.0" [dependencies.criterion] version = "0.5" [dependencies.ethers-contract] version = "2.0.3" default-features = true [dependencies.ethers-core] version = "2.0" [dependencies.ethers-providers] version = "2.0" [dependencies.evm] version = "0.39.1" features = ["with-codec"] [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.25" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.tokio] version = "1.36.0" features = [ "rt-multi-thread", "macros", ]