jsonwebtoken 9.3.0

Create and decode JWTs in a strongly typed way.
Documentation
[[bench]]
harness = false
name = "jwt"
[badges.maintenance]
status = "passively-maintained"
[dependencies.base64]
version = "0.21.0"

[dependencies.pem]
optional = true
version = "3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.simple_asn1]
optional = true
version = "0.6"
[dev-dependencies.wasm-bindgen-test]
version = "0.3.1"

[features]
default = ["use_pem"]
use_pem = ["pem", "simple_asn1"]

[package]
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
description = "Create and decode JWTs in a strongly typed way."
edition = "2021"
homepage = "https://github.com/Keats/jsonwebtoken"
include = ["src/**/*", "benches/**/*", "tests/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["jwt", "api", "token", "jwk"]
license = "MIT"
name = "jsonwebtoken"
readme = "README.md"
repository = "https://github.com/Keats/jsonwebtoken"
rust-version = "1.73.0"
version = "9.3.0"
[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.criterion]
default-features = false
version = "0.4"

[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.time]
features = ["wasm-bindgen"]
version = "0.3"
[target."cfg(not(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\")))))".dev-dependencies.criterion]
version = "0.4"

[target."cfg(not(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\")))))".dev-dependencies.time]
version = "0.3"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.ring]
features = ["std"]
version = "0.17.4"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3"

[target."cfg(target_arch = \"wasm32\")".dependencies.ring]
features = ["std", "wasm32_unknown_unknown_js"]
version = "0.17.4"