[gRPC] Native server: Rust crate (1/N) (#23506)

This commit is contained in:
Alex Nails
2026-05-18 22:31:38 -07:00
committed by GitHub
parent 4c9f31b85e
commit 1d19721394
11 changed files with 2569 additions and 40 deletions
+1 -2
View File
@@ -14,13 +14,12 @@ pyo3 = { version = "0.23", features = ["extension-module"] }
tokio = { version = "1", features = ["full"] }
tonic = { version = "0.12", features = ["gzip", "transport"] }
prost = "0.13"
crossbeam-channel = "0.5"
uuid = { version = "1", features = ["v4"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
serde_json = "1"
tokenizers = { version = "0.21", default-features = false, features = ["onig"] }
tokio-stream = "0.1"
tokio-stream = { version = "0.1", features = ["net"] }
async-stream = "0.3"
[build-dependencies]