json-web-key 0.1.1

A ser(de) for JWKS, and the basic structs for representing them.
Documentation
[package]
name = "json-web-key"
description = "A ser(de) for JWKS, and the basic structs for representing them."
edition = "2024"
homepage = "https://github.com/Ameelio/json-web-key/"
license = "MIT"
readme = "README.md"
repository = "https://github.com/Ameelio/json-web-key/"
version = "0.1.1"

[dependencies]

[dependencies.base64ct]
features = ["std"]
version = "1.8.0"

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

[dependencies.serde_json]
version = "1.0.142"

[dev-dependencies]

[dev-dependencies.serde_test]
version = "1.0.177"