protochain-api 1.0.0

Protochain API Rust SDK - Generated protobuf and gRPC code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "protochain-api"
version = "1.0.0"
edition = "2021"
authors = ["meshtrade"]
description = "Protochain API Rust SDK - Generated protobuf and gRPC code"
repository = "https://github.com/meshtrade/protochain"
license = "MIT"

# Generated code - disable linting
# [lints]
# workspace = true

[dependencies]
prost = "0.13"
tonic = "0.12"
tokio = { version = "1.41", features = ["macros", "rt-multi-thread"] }