fack-macro 0.2.0

Procedural macro implementation for fack error handling
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 = "fack-macro"
version = "0.2.0"
authors = ["wafkse"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macro implementation for fack error handling"
homepage = "https://github.com/wafkse/fack"
documentation = "https://docs.rs/fack-macro"
readme = "README.md"
keywords = [
    "error",
    "derive",
    "macro",
    "no-std",
]
categories = [
    "development-tools::procedural-macro-helpers",
    "no-std",
]
license = "GPL-3.0"
repository = "https://github.com/wafkse/fack"

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

[dependencies.fack-codegen]
version = "0.2.0"

[dependencies.syn]
version = "2.0"
features = [
    "parsing",
    "proc-macro",
    "printing",
    "derive",
    "extra-traits",
    "clone-impls",
]
default-features = false