ethexe-node-wrapper 2.0.0-pre.1

Node process wrapper utilities for ethexe
# 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-node-wrapper"
version = "2.0.0-pre.1"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Node process wrapper utilities for ethexe"
homepage = "https://gear-tech.io"
documentation = "https://docs.rs/ethexe-node-wrapper"
readme = false
keywords = [
    "ethexe",
    "node",
    "process",
    "testing",
    "rpc",
]
categories = [
    "development-tools::testing",
    "asynchronous",
]
license = "GPL-3.0"
repository = "https://github.com/gear-tech/gear"

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

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

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

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

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

[dependencies.libc]
version = "0.2"
default-features = false

[dependencies.thiserror]
version = "2.0.12"
default-features = false

[dependencies.tokio]
version = "1.38.0"

[dependencies.which]
version = "4.4.2"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(fuzz)",
    "cfg(loom)",
    "cfg(substrate_runtime)",
    'cfg(build_type, values("debug"))',
]