2018-09-04 09:58:29 +02:00
|
|
|
[package]
|
|
|
|
name = "alcoholic_jwt"
|
2018-09-04 12:45:07 +02:00
|
|
|
description = "Library for validation of RS256 JWTs"
|
2022-05-16 20:45:08 +02:00
|
|
|
version = "4091.0.0"
|
2022-05-16 19:49:45 +02:00
|
|
|
authors = ["Vincent Ambo <tazjin@tvl.su>"]
|
2018-09-04 12:45:07 +02:00
|
|
|
keywords = ["jwt", "token", "jwks"]
|
|
|
|
categories = ["authentication"]
|
|
|
|
license = "GPL-3.0-or-later"
|
2022-05-16 19:49:45 +02:00
|
|
|
homepage = "https://code.tvl.fyi/about/net/alcoholic_jwt"
|
|
|
|
repository = "https://code.tvl.fyi/depot.git:/net/alcoholic_jwt.git"
|
2018-09-04 09:58:29 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2022-05-16 20:32:49 +02:00
|
|
|
base64 = "0.13"
|
2018-09-04 09:58:29 +02:00
|
|
|
openssl = "0.10"
|
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
2018-09-04 12:33:30 +02:00
|
|
|
serde_json = "1.0"
|