# 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 = "grpc-ease" version = "0.1.1" authors = ["Arteii "] include = [ "**/*.rs", "Cargo.toml", ] description = "wrappers and helper structures for working with gRPC in Rust using the Tonic library" homepage = "https://arteiii.github.io" readme = "README.md" keywords = [ "protobuf", "grpc", "rpc", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/Arteiii/grpc-ease" [dependencies.prost] version = "0.12.6" [dependencies.prost-types] version = "0.12.6" [dependencies.tokio] version = "1.37.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tonic] version = "0.11.0" [dependencies.tonic-reflection] version = "0.11.0" [dependencies.tracing] version = "0.1"