[package] name = "loco-keycloak-auth" version = "0.1.0" edition = "2024" authors = ["Gabriel Kaszewski"] license = "MIT" description = "A plug-and-play Keycloak authentication layer for Loco.rs, powered by axum-keycloak-auth. This crate allows you to easily add secure Keycloak authentication to your Loco web app, with full control over protected routes and clean YAML-based config." homepage = "https://github.com/GKaszewski/loco-keycloak-auth" repository = "https://github.com/GKaszewski/loco-keycloak-auth" readme = "README.md" keywords = ["loco", "keycloak", "authentication", "axum", "web"] categories = ["web"] [dependencies] axum-keycloak-auth = { version = "0.8.2" } axum = "0.8.3" loco-rs = "0.15.0" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" tokio = "1.44.2"