[package]
name = "thru-client"
version = "0.2.13"
license = "Apache-2.0"
description = "High-level gRPC client library for the Thru blockchain"
repository = "https://github.com/Unto-Labs/thru"
edition = "2024"
keywords = ["thru", "grpc", "client", "blockchain", "rpc"]
categories = ["api-bindings", "asynchronous", "network-programming"]
[dependencies]
thru-grpc-client = { version = "0.2.13", path = "../thru-grpc-client" }
thru-base = { version = "0.2.13", path = "../thru-base" }
tokio = { version = "1.47", features = ["full"] }
tonic = { version = "0.14.2", features = ["transport", "tls-aws-lc", "tls-webpki-roots"] }
prost-types = "0.14"
tonic-health = "0.14"
anyhow = "1.0"
thiserror = "2.0"
base64 = "0.22"
url = "2.5"
[dev-dependencies]
tokio-test = "0.4"