github.com/renbou/grpcbridge@v0.0.2-0.20240416012907-bcbd8b12648a/examples/rstestapi/Cargo.toml (about) 1 [package] 2 edition = "2021" 3 name = "rstestapi" 4 version = "0.1.0" 5 6 [dependencies] 7 anyhow = "1.0.81" 8 prost = "0.12.3" 9 prost-types = "0.12.3" 10 tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "full"] } 11 tokio-stream = "0.1.15" 12 tonic = "0.11.0" 13 tonic-reflection = "0.11.0" 14 tower = "0.4.13" 15 tower-http = { version = "0.4.4", features = ["trace"] } 16 tracing = "0.1.40" 17 tracing-subscriber = { version = "0.3.18", features = ["json"] } 18 19 [build-dependencies] 20 tonic-build = "0.11.0"