actix-grants-proc-macro 0.1.1

Proc macro to check user grants
Documentation
[package]
name = "actix-grants-proc-macro"
version = "0.1.1"
authors = ["DDtKey <ddttkey@gmail.com>"]
description = "Proc macro to check user grants"
repository = "https://github.com/DDtKey/actix-web-grants"
homepage = "https://github.com/DDtKey/actix-web-grants"
keywords = ["actix", "security", "grants", "codegen", "proc_macro"]
categories = ["web-programming::http-server"]
license = "MIT OR Apache-2.0"
edition = "2018"

[lib]
proc-macro = true

[dependencies]
quote = "1"
proc-macro2 = "1.0"
syn = { version = "1.0", features = ["full", "derive", "extra-traits"] }

[dev-dependencies]
actix-web = { version = "3.0.0", default-features = false}
actix-web-grants =  { path = "../" }