diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 15eccc357a4e..c1d1c158a255 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "alcoholic_jwt" +description = "Library for validation of RS256 JWTs" version = "0.1.0" authors = ["Vincent Ambo <vincent@aprila.no>"] +keywords = ["jwt", "token", "jwks"] +categories = ["authentication"] +license = "GPL-3.0-or-later" [dependencies] base64 = "0.9" |