[package] name = "jam_derive" version = "0.0.1" authors = ["bytesnake "] description = "This macro provides the struct to state machine transformation for the jam crate" license = "MIT" [lib] proc-macro = true test = false [dependencies] quote = "0.3" [dependencies.syn] version = "0.11.11" features = ["full"]