tvl-depot/Cargo.toml

16 lines
350 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"
2018-09-04 09:58:29 +02:00
version = "0.1.0"
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"
2018-09-04 09:58:29 +02:00
[dependencies]
base64 = "0.9"
2018-09-04 09:58:29 +02:00
openssl = "0.10"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"