# 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 = "multiplex-tonic-hyper" version = "0.1.0" description = "Merge a gRPC service and other HTTP service into one service" readme = "README.md" keywords = [ "tonic", "hyper", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/eduardo-gomes/multiplex-tonic-hyper/" resolver = "2" [dependencies.futures] version = "0.3.24" [dependencies.hyper] version = "0.14.20" [dependencies.pin-project] version = "1.0.12" [dependencies.tower] version = "0.4.13" [dev-dependencies.http-body] version = "0.4.5" [dev-dependencies.prost] version = "0.11" [dev-dependencies.tokio] version = "1.20" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4.2" [dev-dependencies.tonic] version = "0.8"