# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "helloworld-tonic-bsr" version = "0.3.0" build = "build.rs" description = "A Rust-based protobuf/gRPC example using buf.Build BSR." homepage = "https://www.abitofhelp.com" readme = "README.md" keywords = [ "rust", "protobuf", "grpc", "bsr", ] license-file = "LICENSE" repository = "https://github.com/abitofhelp/helloworld-tonic-bsr.git" [lib] name = "helloworld" path = "src/lib.rs" [[bin]] name = "helloworld-server" path = "src/server.rs" [[bin]] name = "helloworld-client" path = "src/client.rs" [dependencies.pbjson] version = "0.6.0" [dependencies.pbjson-types] version = "0.6.0" [dependencies.prost] version = "0.12.1" [dependencies.serde] version = "1.0.189" [dependencies.tokio] version = "1.33.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1" features = ["net"] [dependencies.tonic] version = "0.10.2" features = [ "gzip", "tls", ] [dependencies.tonic-reflection] version = "0.10.2" [dev-dependencies.anyhow] version = "1" [dev-dependencies.futures-util] version = "0.3.25" [dev-dependencies.uuid] version = "1.2.2" features = [ "v4", "fast-rng", ] [build-dependencies.tonic-build] version = "0.10.2"