6e364d3d54
Documentation updates & dependency bumps. Change-Id: I18c3e9ad34ebf970c3ce81183188508976c2d4e6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5624 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
17 lines
477 B
TOML
17 lines
477 B
TOML
[package]
|
|
name = "alcoholic_jwt"
|
|
description = "Library for validation of RS256 JWTs"
|
|
version = "4091.0.0"
|
|
authors = ["Vincent Ambo <tazjin@tvl.su>"]
|
|
keywords = ["jwt", "token", "jwks"]
|
|
categories = ["authentication"]
|
|
license = "GPL-3.0-or-later"
|
|
homepage = "https://code.tvl.fyi/about/net/alcoholic_jwt"
|
|
repository = "https://code.tvl.fyi/depot.git:/net/alcoholic_jwt.git"
|
|
|
|
[dependencies]
|
|
base64 = "0.13"
|
|
openssl = "0.10"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|