tvl-depot/Cargo.toml
2018-09-04 12:48:11 +02:00

15 lines
350 B
TOML

[package]
name = "alcoholic_jwt"
description = "Library for validation of RS256 JWTs"
version = "0.1.0"
authors = ["Vincent Ambo <vincent@aprila.no>"]
keywords = ["jwt", "token", "jwks"]
categories = ["authentication"]
license = "GPL-3.0-or-later"
[dependencies]
base64 = "0.9"
openssl = "0.10"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"