[package] name = "iceportal_derive" version = "1.0.3" edition = "2021" authors = ["AdriDevelopsThings"] readme = "README.md" repository = "https://github.com/AdriDevelopsThings/iceportal_rs" license = "AGPL-3.0" description = "Derives for building the api's of iceportal" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "iceportal_derive" proc-macro = true [dependencies] darling = "0.13" proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0", features = ["full"] }