# 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-keycloak-auth" version = "0.5.0" authors = ["David Sferruzza "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A middleware for Actix Web that handles authentication with a JWT emitted by Keycloak" documentation = "https://docs.rs/actix-web-middleware-keycloak-auth" readme = "README.md" keywords = [ "actix-web", "middleware", "authentication", "jwt", "keycloak", ] categories = [ "authentication", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/dsferruzza/actix-web-middleware-keycloak-auth" [lib] name = "actix_web_middleware_keycloak_auth" path = "src/lib.rs" [[example]] name = "custom_claims" path = "examples/custom_claims.rs" [[example]] name = "paperclip" path = "examples/paperclip.rs" required-features = ["paperclip_compat"] [[example]] name = "simple" path = "examples/simple.rs" [[test]] name = "middleware" path = "tests/middleware.rs" [dependencies.actix-web] version = "4.9.0" default-features = false [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.futures-util] version = "0.3.30" features = ["std"] default-features = false [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.log] version = "0.4.22" [dependencies.paperclip] version = "0.9.1" features = ["actix4"] optional = true default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.uuid] version = "1.10.0" features = ["serde"] [dev-dependencies.actix-web] version = "4.9.0" features = ["macros"] default-features = false [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.uuid] version = "1.10.0" features = [ "serde", "v4", ] [features] default = [] paperclip_compat = ["paperclip"]