jsonwebtoken-jwks-cache 0.4.0

Resilient and blazingly fast async JWK Set cache
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85.0"
name = "jsonwebtoken-jwks-cache"
version = "0.4.0"
authors = ["Kostas Petrikas"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Resilient and blazingly fast async JWK Set cache"
homepage = "https://github.com/expl/rs-jsonwebtoken-jwks-cache"
readme = "README.md"
keywords = [
    "jwt",
    "api",
    "token",
    "jwk",
]
license = "MIT"
repository = "https://github.com/expl/rs-jsonwebtoken-jwks-cache"

[lib]
name = "jsonwebtoken_jwks_cache"
path = "src/lib.rs"

[dependencies.base64]
version = "0.23"

[dependencies.http]
version = "1"

[dependencies.http-cache-semantics]
version = "3"
features = ["reqwest"]
default-features = false

[dependencies.jsonwebtoken]
version = "11"
features = ["rust_crypto"]

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
version = "0.13"
features = [
    "rustls",
    "brotli",
    "json",
    "hickory-dns",
]
default-features = false

[dependencies.rustls-pki-types]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.spin]
version = "0.12"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
default-features = false

[dependencies.url]
version = "2"

[dependencies.x509-parser]
version = "0.18"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = ["full"]