actix-web-grants 4.0.0

Authorization extension `actix-web` to protect your endpoints
Documentation
[dependencies.actix-web]
default-features = false
features = ["macros"]
version = "4.3"

[dependencies.protect-endpoints-proc-macro]
features = ["actix-web"]
optional = true
version = "0.1.0"
[dev-dependencies.actix-rt]
version = "2"

[dev-dependencies.parse-display]
version = "0.8.2"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[features]
default = ["macro-check"]
macro-check = ["protect-endpoints-proc-macro"]

[lib]
name = "actix_web_grants"
path = "src/lib.rs"

[package]
authors = ["DDtKey <ddttkey@gmail.com>"]
categories = ["authentication"]
description = "Authorization extension `actix-web` to protect your endpoints"
edition = "2021"
homepage = "https://github.com/DDtKey/protect-endpoints"
keywords = ["actix", "auth", "security", "grants", "permissions"]
license = "MIT OR Apache-2.0"
name = "actix-web-grants"
readme = "README.md"
repository = "https://github.com/DDtKey/protect-endpoints"
version = "4.0.0"