about summary refs log tree commit diff
path: root/net/alcoholic_jwt/Cargo.toml
blob: 4430e0687978553475a061914cb8a5dfdde40241 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"