thru-grpc-client 0.2.21

Thru GRPC Client
# 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-grpc-client"
version = "0.2.21"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Thru GRPC Client"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Unto-Labs/thru"

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

[dependencies.bytes]
version = "1"

[dependencies.prost]
version = "0.14.3"

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

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

[dependencies.tonic-prost]
version = "0.14.5"

[build-dependencies.prost]
version = "0.14.3"

[build-dependencies.prost-types]
version = "0.14.3"

[build-dependencies.tonic-prost-build]
version = "0.14.5"

[build-dependencies.walkdir]
version = "2"