[package] name = "rart-macros" version = "0.0.6" authors = ["Matheus T. dos Santos "] edition = "2021" repository = "https://github.com/RustAsyncRT/rart-rs" license-file = "../../LICENSE" readme = "../../README.md" documentation = "https://docs.rs/rart-rs" keywords = ["async", "embedded", "no-std"] categories = ["asynchronous", "embedded", "no-std"] description = "The macro submodule of rart-rs crate" [lib] proc-macro = true [dependencies] syn = { version = "1.0", features = ["full"] } quote = "1.0" proc-macro2 = "1.0"