# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "actix-web-grants" version = "4.1.1" authors = ["DDtKey "] description = "Authorization extension `actix-web` to protect your endpoints" homepage = "https://github.com/DDtKey/protect-endpoints" readme = "README.md" keywords = [ "actix", "auth", "security", "grants", "permissions", ] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/DDtKey/protect-endpoints" [lib] name = "actix_web_grants" path = "src/lib.rs" [dependencies.actix-web] version = "4.3" features = ["macros"] default-features = false [dependencies.protect-endpoints-proc-macro] version = "0.3.2" features = ["actix-web"] optional = true [dev-dependencies.actix-rt] version = "2" [dev-dependencies.actix-web-httpauth] version = "0.8.0" [dev-dependencies.chrono] version = "0.4.19" [dev-dependencies.jsonwebtoken] version = "9.1.0" [dev-dependencies.parse-display] version = "0.9.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] default = ["macro-check"] macro-check = ["protect-endpoints-proc-macro"]