[package]
edition = "2021"
name = "g2jsonrt"
version = "0.1.0"
description = "grpc proxy over websocket and json runtime"
license = "Apache-2.0"
repository = "https://gitlab.com/hjiayz/g2json"
[dependencies.axum]
version = "0.6"
features = [
"macros",
"json",
"ws",
"headers",
]
[dependencies.futures-util]
version = "0.3"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
version = "1.29"
features = ["full"]
[dependencies.tokio-tungstenite]
version = "0.20"
[dependencies.tonic]
version = "0.9"
[dependencies.tungstenite]
version = "0.20"
[dependencies.url]
version = "2.4"