stacksafe-macro 1.0.1

Procedural macro implementation for the stacksafe crate.
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"
rust-version = "1.85.0"
name = "stacksafe-macro"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macro implementation for the stacksafe crate."
documentation = "https://docs.rs/stacksafe-macro"
readme = "README.md"
keywords = [
    "recursion",
    "recursive",
    "stacker",
    "stack",
    "overflow",
]
categories = [
    "memory-management",
    "rust-patterns",
]
license = "Apache-2.0"
repository = "https://github.com/fast/stacksafe"
resolver = "2"

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

[dependencies.proc-macro-error2]
version = "2"

[dependencies.quote]
version = "1"

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