# 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 = "2018" name = "actix-permissions" version = "2.0.0" authors = ["Ana Bujan "] include = [ "src/", "LICENSE-*", "README.md", ] description = "Permission and input validation extension for Actix Web. Alternative to actix guard, with access to HttpRequest and Payload." readme = "README.md" keywords = [ "actix", "permissions", "authorization", "actix-web", ] categories = ["web-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/eisberg-labs/actix-permissions" [lib] name = "actix_permissions" path = "src/lib.rs" [dependencies.actix-http] version = "3.0.0-beta.18" [dependencies.actix-web] version = "4.0.1" [dependencies.futures-util] version = "0.3.7" default-features = false [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_derive] version = "1.0.116" [dev-dependencies.serde_json] version = "1.0"