[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"
[dependencies]
chrono = "0.4.19"
jsonwebtoken = "8.1.1"
rust-crypto = "0.2.36"
thiserror = "1.0.32"
serde = "1.0.143"