[dependencies.derive_more]
version = "0.99"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.rustfsm_trait]
version = "0.1"
[dependencies.syn]
features = ["default", "extra-traits"]
version = "1.0"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0"
[lib]
proc-macro = true
[package]
authors = ["Spencer Judge <spencer@temporal.io>"]
description = "Procmacro sub-crate of the `rustfsm` crate"
edition = "2018"
license-file = "LICENSE.txt"
name = "rustfsm_procmacro"
version = "0.1.0"
[package.metadata.workspaces]
independent = true
[[test]]
name = "tests"
path = "tests/progress.rs"