[dependencies]
[lib]
name = "tonic_server_dispatch"
path = "src/lib.rs"
[package]
authors = ["Wu Bingzheng <wubingzheng@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "network-programming", "asynchronous"]
description = "A request-dispatch level for tonic-Server."
documentation = "https://docs.rs/tonic-server-dispatch"
edition = "2021"
keywords = ["tonic", "grpc", "rpc-server", "async"]
license = "MIT"
name = "tonic-server-dispatch"
readme = "README.md"
repository = "https://github.com/WuBingzheng/tonic-server-dispatch"
version = "0.3.1"