easy-auth-sdk 0.2.0

A simple JWT-based authentication SDK with RBAC support
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.75"
name = "easy-auth-sdk"
version = "0.2.0"
authors = ["Jinyang Li <jinyang0524@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple JWT-based authentication SDK with RBAC support"
homepage = "https://github.com/a4501150/easy-auth-sdk"
readme = "README.md"
keywords = [
    "jwt",
    "authentication",
    "rbac",
    "authorization",
    "token",
]
categories = [
    "authentication",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/a4501150/easy-auth-sdk"

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

[dependencies.base64]
version = "0.22"

[dependencies.jsonwebtoken]
version = "9"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rsa]
version = "0.9"