avant_jwks 0.2.2

JWKS + Redis
Documentation
[package]
name = "avant_jwks"
version = "0.2.2"
authors = ["Andrei Patseev <apatseev@avantstay.com>"]
edition = "2021"
keywords = []
categories = []
license = "MIT"
homepage = "https://github.com/avantstay/avant-jwks"
repository = "https://github.com/avantstay/avant-jwks"
description = "JWKS + Redis"
readme = "README.md"

[dependencies]
base64 = "^0.11.0"
reqwest = {version = "0.11.0", default-features = false, features = ["json", "rustls-tls", "rustls"] }
serde = {version = "1", features = ["derive"]}
serde_json = "1"
regex = "1"
ring = "^0.16.0"
redis = { version = "0.22.1", features = ["tokio-comp", "json"] }

[dev-dependencies]
tokio = {version = "1", features = ["macros", "rt-multi-thread"]}
tokio-test = "0.4"