* Upgrade Tonic to Tokio 1.0 Work in progress for updating Tonic to Tokio 1.0. Since tower has not been released to crates.io, a git dependency is taken instead. * Upgrade Tonic to Tokio 1.0 phase 2 * tonic: remove tower-* deps * Apply suggestions from code review Co-authored-by: Ed Marshall <[email protected]> Co-authored-by: Lucio Franco <[email protected]>
23 lines
614 B
TOML
23 lines
614 B
TOML
[package]
|
|
name = "tonic-types"
|
|
version = "0.1.0"
|
|
authors = ["Lucio Franco <[email protected]>"]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
documentation = "https://docs.rs/tonic-types/0.1.0/tonic-types/"
|
|
repository = "https://github.com/hyperium/tonic"
|
|
homepage = "https://github.com/hyperium/tonic"
|
|
description = """
|
|
A collection of useful protobuf types that can be used with `tonic`.
|
|
"""
|
|
readme = "../README.md"
|
|
categories = ["web-programming", "network-programming", "asynchronous"]
|
|
keywords = ["rpc", "grpc", "protobuf"]
|
|
|
|
[dependencies]
|
|
prost = "0.7"
|
|
prost-types = "0.7"
|
|
|
|
[build-dependencies]
|
|
prost-build = "0.7"
|