struct_error_macros 0.0.1

Procedural macros for struct_error: #[error], #[united_error], #[throws], match_error!
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 = "struct_error_macros"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for struct_error: #[error], #[united_error], #[throws], match_error!"
readme = false
keywords = [
    "macro",
    "proc-macro",
    "error",
    "error-handling",
]
categories = [
    "development-tools::procedural-macro-helpers",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/alex6357/struct_error"

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

[dependencies.macro_magic]
version = "0.6"

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "visit-mut",
]