moat_jwt_handler 0.2.0

This is a test of my first Cargo publish
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "moat_jwt_handler"
version = "0.2.0"
edition = "2021"
description = "This is a test of my first Cargo publish"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.19"
jsonwebtoken = "8.1.1"
rust-crypto = "0.2.36"
thiserror = "1.0.32"
serde = "1.0.143"