[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits", "fold"]
version = "2.0"
[lib]
name = "macros_process_mining"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provides procedural macros required by the `rust4pm` project and the `process_mining` crate. Made for internal use only."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "macros_process_mining"
readme = "README.md"
version = "0.1.0"