tvl-depot/net/alcoholic_jwt/Cargo.toml
Vincent Ambo 038cf39998 chore(alcoholic_jwt): Prepare 1.0.1 release
This release includes fixes for the audience claim. It has also been
pointed out to me that the repository URL on crates.io was pointing at
the old location.

Change-Id: Ie6265c86932a67a8f8c0210271f1d69b6394756b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3361
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
2021-08-15 14:18:59 +00:00

16 lines
405 B
TOML

[package]
name = "alcoholic_jwt"
description = "Library for validation of RS256 JWTs"
version = "1.0.1"
authors = ["Vincent Ambo <mail@tazj.in>"]
keywords = ["jwt", "token", "jwks"]
categories = ["authentication"]
license = "GPL-3.0-or-later"
repository = "https://code.tvl.fyi/tree/net/alcoholic_jwt"
[dependencies]
base64 = "0.10"
openssl = "0.10"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"