statum-macros 0.3.2

Compile-time state machine magic for Rust: Zero-boilerplate typestate patterns with automatic transition validation
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 = "statum-macros"
version = "0.3.2"
authors = ["Eran Boodnero <eran@eran.codes>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compile-time state machine magic for Rust: Zero-boilerplate typestate patterns with automatic transition validation"
documentation = "https://docs.rs/statum"
readme = "README.md"
keywords = [
    "enum",
    "typestate",
    "fsm",
    "finite-state",
    "state-machine",
]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/eboody/statum"
resolver = "2"

[features]
default = []

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

[[test]]
name = "macro_errors"
path = "tests/macro_errors.rs"

[dependencies.moddef]
version = "0.2.6"

[dependencies.module_path_extractor]
version = "0.2.1"

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

[dependencies.quote]
version = "1.0"

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

[dev-dependencies.bon]
version = "3.3.2"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.statum-core]
version = "0.3.2"

[dev-dependencies.trybuild]
version = "1.0"