Prepare for Crates.io release (#140)

* Prepare tarpc-plugins for Crates.io release.

* Add a 0.7 bullet to RELEASES.md.

* Fix some outdated doc comments.

* Reexport ShutdownFuture.
This commit is contained in:
Tim
2017-03-31 14:15:20 -07:00
committed by GitHub
parent 5add81b5f3
commit f0ad99b900
6 changed files with 34 additions and 9 deletions

View File

@@ -1,7 +1,18 @@
[package]
name = "tarpc-plugins"
version = "0.1.0"
authors = ["Tim Kuehn <tikue@google.com>"]
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
license = "MIT"
documentation = "https://docs.rs/tarpc"
homepage = "https://github.com/google/tarpc"
repository = "https://github.com/google/tarpc"
keywords = ["rpc", "network", "server", "api", "tls"]
categories = ["asynchronous", "network-programming"]
readme = "../../README.md"
description = "Plugins for tarpc, an RPC framework for Rust with a focus on ease of use."
[badges]
travis-ci = { repository = "google/tarpc" }
[dependencies]
itertools = "0.5"