[package] name = "friperms_derive" description = "FriPerms is a framework for creating typed permission models for whatever system you could phatom." version = "0.1.1" edition = "2021" authors = ["Lukas Friman "] repository = "https://github.com/DreamplaySE/friperms" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = { version = "^1.0.69", features=["full", "fold", "printing"] } quote = "^1.0.10" proc-macro2 = "^1.0.34"