json-web-key 0.1.1

A ser(de) for JWKS, and the basic structs for representing them.
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"
name = "json-web-key"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A ser(de) for JWKS, and the basic structs for representing them."
homepage = "https://github.com/Ameelio/json-web-key/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Ameelio/json-web-key/"

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

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

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

[dependencies.serde_json]
version = "1.0.142"

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