about summary refs log blame commit diff
path: root/net/alcoholic_jwt/Cargo.toml
blob: 14b5f0bdc249c04c9888141428a873425858299d (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                      
                                                    

                                          


                                   

                                                                    

              
               

                
                    
                  
[package]
name = "alcoholic_jwt"
description = "Library for validation of RS256 JWTs"
version = "4084.0.0"
authors = ["Vincent Ambo <tazjin@tvl.su>"]
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"

[dependencies]
base64 = "0.13"
openssl = "0.10"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"