rsauth 0.0.1

An authentication library for Rust (placeholder, work in progress)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rsauth"
version = "0.0.1"
edition = "2024"
authors = ["AprilNEA <github@sku.moe>"]
description = "An authentication library for Rust (placeholder, work in progress)"
license = "MIT OR Apache-2.0"
repository = "https://github.com/AprilNEA/rsauth"
homepage = "https://github.com/AprilNEA/rsauth"
documentation = "https://docs.rs/rsauth"
readme = "README.md"
keywords = ["auth", "authentication", "oauth", "jwt", "security"]
categories = ["authentication"]

[dependencies]