tvl-depot/Cargo.toml

17 lines
410 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"
2019-02-13 12:21:18 +01:00
version = "0.1.2"
2018-09-04 09:58:29 +02:00
authors = ["Vincent Ambo <vincent@aprila.no>"]
2018-09-04 12:45:07 +02:00
keywords = ["jwt", "token", "jwks"]
categories = ["authentication"]
license = "GPL-3.0-or-later"
repository = "https://github.com/aprilabank/alcoholic_jwt"
2018-09-04 09:58:29 +02:00
[dependencies]
2019-02-13 12:21:18 +01:00
base64 = "0.10"
2018-09-04 09:58:29 +02:00
openssl = "0.10"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"