[dependencies.jsonwebtoken]
version = "9.3.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.thiserror]
version = "2.0.12"
[dev-dependencies]
[[example]]
name = "basic_ec"
path = "examples/basic_ec.rs"
[[example]]
name = "basic_rsa"
path = "examples/basic_rsa.rs"
[lib]
name = "lib_service_jwt"
path = "src/lib.rs"
[package]
authors = ["Jerry Maheswara <jerrymaheswara@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "web-programming"]
description = "Scalable JWT Management with Rust."
documentation = "https://docs.rs/lib_service_jwt"
edition = "2021"
keywords = ["auth", "jwt", "access-token", "refresh-token", "authentication"]
license = "Apache-2.0"
name = "lib_service_jwt"
readme = "README.md"
repository = "https://github.com/jerry-maheswara-github/lib_service_jwt"
version = "0.1.2"
[[test]]
name = "es256_test"
path = "tests/es256_test.rs"
[[test]]
name = "jwt_test"
path = "tests/jwt_test.rs"