smpl_jwt 0.6.1

Very simple JWT generation lib.
Documentation
[package]
name = "smpl_jwt"
version = "0.6.1"
authors = ["Drazen Urch <github@drazenur.ch>"]
description = "Very simple JWT generation lib."
repository = "https://github.com/durch/rust-jwt"
readme = "README.md"
keywords = ["JWT"]
license = "MIT"
documentation = "https://durch.github.io/rust-jwt"
edition = "2018"

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

[dependencies]
serde = "^1.0"
serde_derive = "1.0"
serde_json = "1.0"
openssl = "0.10"
time = "0.2"
log = "0.4"
base64 = "0.13"
simpl = "0.1"