jsonwebtoken 7.1.0

Create and decode JWTs in a strongly typed way.
Documentation
[badges.maintenance]
status = "passively-maintained"
[dependencies.base64]
version = "0.11"

[dependencies.pem]
version = "0.7"

[dependencies.ring]
features = ["std"]
version = "0.16.5"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.simple_asn1]
version = "0.4"
[dev-dependencies.chrono]
version = "0.4"

[package]
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
description = "Create and decode JWTs in a strongly typed way."
edition = "2018"
homepage = "https://github.com/Keats/jsonwebtoken"
keywords = ["jwt", "web", "api", "token", "jwk"]
license = "MIT"
name = "jsonwebtoken"
readme = "README.md"
repository = "https://github.com/Keats/jsonwebtoken"
version = "7.1.0"