[package] name = "rtlola-interpreter-macros" version = "0.1.0" edition = "2021" description = "Derive macros to help with integrating the rtlola interpreter" readme = "README.md" homepage = "http://rtlola.org" repository = "https://github.com/reactive-systems/RTLola-Interpreter" license = "Apache-2.0" keywords = ["verification", "interpreter", "monitoring"] authors = ["Florian Kohn "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = { version = "2.0", features = ["derive"] } quote = "1.0" convert_case = "0.6.0" proc-macro-error = "1.0.4" proc-macro2 = "1.0.60" deluxe = "0.5.0" paste = "1.0.14" rtlola-interpreter = "0.10.0" [dev-dependencies] trybuild = "1.0.80" [lib] proc-macro = true