From 4b3cdb619530e4406f95dfcd95958ed5d63e195b Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sun, 13 Apr 2025 02:21:19 +0200 Subject: [PATCH] Add package metadata to Cargo.toml --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 39b747e..1fa8469 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,13 @@ 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" }