[dependencies.base64]
version = "0.20.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.151"
[dependencies.serde_json]
version = "1.0.89"
[features]
reqwest = []
[package]
authors = ["Matous Dzivjak <matousdzivjak@gmail.com>"]
categories = ["cryptography", "authentication"]
description = "Rust librariry implementing various JWx (JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE) technologies."
edition = "2021"
homepage = "https://github.com/matoous/jwx"
keywords = ["jwa", "jwe", "jwk", "jws", "jwt"]
license = "MIT"
name = "jwx"
readme = "README.md"
repository = "https://github.com/matoous/jwx"
version = "0.1.0"