state-m-macro 0.1.4

The library implements convenient macros for state-m 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"
name = "state-m-macro"
version = "0.1.4"
authors = ["WonderBear<ximengwuheng@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The library implements convenient macros for state-m crate."
readme = "README.md"
keywords = [
    "state-m",
    "macro",
    "state",
    "machine",
]
license = "MIT"
repository = "https://github.com/xiongxiong/state-m-macro"

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

[dependencies.itertools]
version = "0.15"

[dependencies.macro_tools]
version = "0.88"

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

[dependencies.quote]
version = "1.0"

[dependencies.semver]
version = "1.0"

[dependencies.syn]
version = "2.0"