ethexe-sdk 2.0.0-pre.1

Rust SDK for the Vara.ETH execution layer
# 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 = "2024"
rust-version = "1.91"
name = "ethexe-sdk"
version = "2.0.0-pre.1"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for the Vara.ETH execution layer"
homepage = "https://gear-tech.io"
documentation = "https://docs.rs/ethexe-sdk"
readme = false
keywords = [
    "ethexe",
    "ethereum",
    "gear",
    "sdk",
    "rpc",
]
categories = [
    "api-bindings",
    "cryptography::cryptocurrencies",
    "asynchronous",
]
license = "GPL-3.0"
repository = "https://github.com/gear-tech/gear"

[lib]
name = "ethexe_sdk"
path = "src/lib.rs"

[dependencies.alloy]
version = "2.0"

[dependencies.anyhow]
version = "1.0.86"
default-features = false

[dependencies.ethexe-common]
version = "=2.0.0-pre.1"
default-features = false

[dependencies.ethexe-ethereum]
version = "=2.0.0-pre.1"
default-features = false

[dependencies.ethexe-node-wrapper]
version = "=2.0.0-pre.1"
default-features = false

[dependencies.ethexe-rpc-client]
version = "=2.0.0-pre.1"
default-features = false

[dependencies.ethexe-runtime-common]
version = "=2.0.0-pre.1"
default-features = false

[dependencies.futures]
version = "0.3"
default-features = false

[dependencies.gear-workspace-hack]
version = "0.1.0"

[dependencies.gprimitives]
version = "=2.0.0-pre.1"
default-features = false

[dependencies.gsigner]
version = "=2.0.0-pre.1"
default-features = false

[dependencies.jsonrpsee]
version = "^0.24"
features = ["client"]