token-handler 0.1.0

A library for handling tokens
Documentation
[dependencies.jsonwebtoken]
version = "9.3.1"

[dependencies.serde]
features = ["derive"]
version = "1"

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

[package]
authors = ["skim@bongkow.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "security"]
description = "A library for handling tokens"
edition = "2024"
exclude = ["test.rs"]
keywords = ["token", "jwt", "jsonwebtoken"]
license = "MIT"
name = "token-handler"
readme = "README.md"
repository = "https://github.com/bongkow/token-handler"
version = "0.1.0"