jsonwebtoken 4.0.1

Create and parse JWT in a strongly typed way.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "jsonwebtoken"
version = "4.0.1"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
description = "Create and parse JWT in a strongly typed way."
homepage = "https://github.com/Keats/rust-jwt"
readme = "README.md"
keywords = ["jwt", "web", "api", "token", "json"]
license = "MIT"
repository = "https://github.com/Keats/rust-jwt"
[dependencies.base64]
version = "0.9"

[dependencies.chrono]
version = "0.4"

[dependencies.error-chain]
version = "0.11"
default-features = false

[dependencies.ring]
version = "0.12.0"
features = ["rsa_signing", "dev_urandom_fallback"]

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.untrusted]
version = "0.5"