rorpc-parse 0.2.5

AST parsing utilities and code generation internals for rorpc proc macros
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-parse"
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 = "AST parsing utilities and code generation internals for rorpc proc macros"
homepage = "https://github.com/sabryio/rorpc"
documentation = "https://docs.rs/rorpc-parse"
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_parse"
path = "src/lib.rs"

[dependencies.inventory]
version = "0.3"

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

[dependencies.quote]
version = "1.0"

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

[dependencies.toml]
version = "1.1.5"