[package] name = "rusty-jwt" version = "0.1.14" edition = "2021" description = "A simple Rust library for encoding and decoding JSON Web Tokens (JWT)." homepage = "https://github.com/HashiramaSenjuhari/http_jwt" repository = "https://github.com/HashiramaSenjuhari/http_jwt" license = "MIT" authors = ["truebillionhari@gmail.com"] keywords = ["jwt", "jsonwebtoken", "rust", "authentication"] readme = "README.md" [dependencies] http-scrap = "0.1.1125" jsonwebtoken = "9.3.0" serde = "1.0.210" uuid = { version = "1.11.0", features = ["v4"] }