[package] name = "rpa_derives" version = "0.5.1" authors = ["jonathan ", "hebert "] edition = "2018" license-file = "LICENSE" description = "Derives Module for RPA." repository = "https://gitlab.com/artsoftwar3/public-libraries/rust/rpa_modules/rpa_derives" readme = "Readme.md" keywords = ["rpa", "database", "jpa", "persistence", "diesel"] categories = ["database", "database-implementations"] [dependencies] quote = "1.0.9" proc-macro2 = "1.0.27" [dependencies.syn] version = "1.0.72" features = ["full"] [lib] proc-macro = true