[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"] }