miden-node-grpc-error-macro 0.12.8

Procedural macro for deriving GrpcError trait (internal implementation detail - use miden-node-proto)
Documentation
[dependencies.quote]
version = "1.0"

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

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

[lints.clippy]
cast_possible_truncation = "allow"
collapsible-if = "allow"
from_iter_instead_of_collect = "allow"
ignored_unit_patterns = "allow"
large_types_passed_by_value = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_for_each = "allow"
should_panic_without_expect = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = "Procedural macro for deriving GrpcError trait (internal implementation detail - use miden-node-proto)"
edition = "2024"
keywords = ["grpc", "miden", "node"]
license = "MIT"
name = "miden-node-grpc-error-macro"
readme = "README.md"
repository = "https://github.com/0xMiden/miden-node"
resolver = "2"
rust-version = "1.90"
version = "0.12.8"