tarpc-plugins 0.6.1

Proc macros for tarpc.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "tarpc-plugins"
version = "0.6.1"
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
description = "Proc macros for tarpc."
homepage = "https://github.com/google/tarpc"
documentation = "https://docs.rs/tarpc-plugins"
readme = "../README.md"
keywords = ["rpc", "network", "server", "api", "microservices"]
categories = ["asynchronous", "network-programming"]
license = "MIT"
repository = "https://github.com/google/tarpc"

[lib]
proc-macro = true
[dependencies.proc-macro2]
version = "0.4"

[dependencies.quote]
version = "0.6"

[dependencies.syn]
version = "0.15"
features = ["full"]
[dev-dependencies.futures-preview]
version = "0.3.0-alpha.18"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[features]
serde1 = []
[badges.travis-ci]
repository = "google/tarpc"