tarpc-plugins 0.15.0

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 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 = "2024"
rust-version = "1.85.0"
name = "tarpc-plugins"
version = "0.15.0"
authors = [
    "Adam Wright <adam.austin.wright@gmail.com>",
    "Tim Kuehn <timothy.j.kuehn@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
resolver = "2"

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

[features]
serde1 = []

[lib]
name = "tarpc_plugins"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "server"
path = "tests/server.rs"

[[test]]
name = "service"
path = "tests/service.rs"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "3.0"
features = [
    "full",
    "extra-traits",
]

[dev-dependencies.assert-type-eq]
version = "0.1"

[dev-dependencies.futures]
version = "0.3"

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