actix-grants-proc-macro 0.1.1

Proc macro to check user grants
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "derive", "extra-traits"]
version = "1.0"
[dev-dependencies.actix-web]
default-features = false
version = "3.0.0"

[lib]
proc-macro = true

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