multi-rpc-macros 0.3.1

Internal procedural macros for the multi-rpc crate. Please use the main multi-rpc crate as a dependency.
Documentation
[dependencies.proc-macro2]
version = "1.0.101"

[dependencies.quote]
version = "1.0.41"

[dependencies.syn]
features = ["full"]
version = "2.0.106"

[features]
jsonrpsee = []
rest-axum = []
tarpc = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers"]
description = "Internal procedural macros for the multi-rpc crate. Please use the main multi-rpc crate as a dependency."
edition = "2021"
homepage = "https://github.com/dan-da/multi-rpc"
keywords = ["rpc", "macros", "internal"]
license = "Apache-2.0"
name = "multi-rpc-macros"
readme = "README.md"
repository = "https://github.com/dan-da/multi-rpc"
version = "0.3.1"