thru-client 0.2.1

High-level gRPC client library for the Thru blockchain
# 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"
name = "thru-client"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level gRPC client library for the Thru blockchain"
readme = false
keywords = [
    "thru",
    "grpc",
    "client",
    "blockchain",
    "rpc",
]
categories = [
    "api-bindings",
    "asynchronous",
    "network-programming",
]
license = "Apache-2.0"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.prost-types]
version = "0.14"

[dependencies.thiserror]
version = "2.0"

[dependencies.thru-base]
version = "0.2.1"

[dependencies.thru-grpc-client]
version = "0.2.1"

[dependencies.tokio]
version = "1.47"
features = ["full"]

[dependencies.tonic]
version = "0.14.2"
features = [
    "transport",
    "tls-aws-lc",
    "tls-webpki-roots",
]

[dependencies.tonic-health]
version = "0.14"

[dependencies.url]
version = "2.5"

[dev-dependencies.tokio-test]
version = "0.4"