[package] name = "oters_macro" version = "0.1.8" edition = "2021" authors = ["Pablo Lanza Serrano"] description = "Macro definitions for the oters programming language" license = "MIT" repository = "https://github.com/PLanza/oters/oters_macro" documentation = "https://planza.github.io/Oters" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] quote = "1.0.23" syn = { version = "1.0.*", features = ["extra-traits", "full", "derive"] } proc-macro2 = "1.0.51" lazy_static = "1.4.0" [profile.dev.package.'*'] opt-level = 3