localauth 0.1.2

A simple local variable based authentication crate. NO encryption or data persistence yet
Documentation
[dependencies.rpassword]
version = "7.4.0"

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

[package]
authors = ["Raoul Kaleba raouldev@outlook.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple local variable based authentication crate. NO encryption or data persistence yet"
edition = "2024"
keywords = ["authentication", "auth", "simple"]
license = "MIT"
name = "localauth"
readme = "README.md"
repository = "https://github.com/raoulkdev/localauth"
version = "0.1.2"