tvl-depot/net/alcoholic_jwt/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
477 B
TOML
Raw Normal View History

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"
version = "4091.0.0"
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"
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]
base64 = "0.13"
2018-09-04 09:58:29 +02:00
openssl = "0.10"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"