rorpc-macros 0.2.5

Procedural macros for rorpc — thin bridge over rorpc-parse
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"
name = "rorpc-macros"
version = "0.2.5"
authors = ["Sabry Awad <dr.sabry1997@gmail.com>"]
build = false
include = [
    "src/**/*",
    "README.md",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for rorpc — thin bridge over rorpc-parse"
homepage = "https://github.com/sabryio/rorpc"
documentation = "https://docs.rs/rorpc-macros"
readme = "README.md"
keywords = [
    "rpc",
    "axum",
    "codegen",
    "typescript",
    "proc-macro",
]
categories = [
    "development-tools::procedural-macro-helpers",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sabryio/rorpc"

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

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

[dependencies.rorpc-parse]
version = "0.2.5"

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