# 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-middleware-cognito" version = "0.4.0-beta.19" authors = ["Roberto Huertas "] exclude = [".github", ".vscode", "Makefile.toml"] description = "Middleware for actix-web that helps you validate Cognito tokens" readme = "README.md" keywords = ["middleware", "cognito", "actix-web", "actix"] categories = ["web-programming", "web-programming::http-server"] license = "MIT" repository = "https://github.com/robertohuertasm/actix-web-middleware-cognito" resolver = "2" [dependencies.actix-service] version = "2.0.0" [dependencies.actix-web] version = "4.0.0-beta.19" default-features = false [dependencies.actix-web-httpauth] version = "0.6.0-beta.7" [dependencies.futures] version = "0.3" [dependencies.jsonwebtokens] version = "1.0.0" [dependencies.jsonwebtokens-cognito] version = "0.1.0-alpha.9" [dependencies.log] version = "0.4" [dev-dependencies.actix-cors] version = "0.6.0-beta.8" [dev-dependencies.actix-rt] version = "2.2.0" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.env_logger] version = "0.9"