g2jsonrt 0.1.0

grpc proxy over websocket and json runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "g2jsonrt"
version = "0.1.0"
edition = "2021"
description = "grpc proxy over websocket and json runtime"
license = "Apache-2.0"
repository = "https://gitlab.com/hjiayz/g2json"

[dependencies]
tokio-tungstenite="0.20"
tungstenite="0.20"
tokio = { version = "1.29", features = ["full"] }
tonic="0.9"
futures-util = "0.3"
url = "2.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
axum = { version = "0.6", features = ["macros","json","ws","headers"] }