jsonwebtoken 7.1.0

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

[dependencies]
serde_json = "1.0"
serde = {version = "1.0", features = ["derive"] }
ring = { version = "0.16.5", features = ["std"] }
base64 = "0.11"
# For PEM decoding
pem = "0.7"
simple_asn1 = "0.4"

[dev-dependencies]
# For the custom chrono example
chrono = "0.4"

[badges]
maintenance = { status = "passively-maintained" }