[dependencies.async-trait]
version = "0.1"
[dependencies.ev-types]
version = "0.0.1"
[dependencies.futures]
version = "0.3"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.45"
[dependencies.tonic]
features = ["transport", "transport", "tls"]
version = "0.10"
[dependencies.tower]
features = ["full"]
version = "0.4"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tokio-test]
version = "0.4"
[dev-dependencies.tracing-subscriber]
version = "0.3"
[[example]]
name = "basic"
path = "examples/basic.rs"
[lib]
name = "ev_client"
path = "src/lib.rs"
[package]
authors = ["Ev Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "network-programming"]
description = "Rust client library for interacting with Ev nodes via gRPC"
documentation = "https://docs.rs/ev-client"
edition = "2021"
keywords = ["ev", "blockchain", "client", "grpc", "api"]
license = "Apache-2.0"
name = "ev-client"
readme = "README.md"
repository = "https://github.com/evstack/ev-node"
version = "0.0.1"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"