[package]
edition = "2024"
name = "passcore"
version = "0.2.2"
authors = ["SandersonFan <elinelson992@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Passcore is a lightweight Rust library that scores password strength."
readme = "README.md"
keywords = [
"password",
"strength",
"security",
"scoring",
"rust",
]
categories = [
"security",
"authentication",
"cryptography",
]
license = "MIT"
repository = "https://github.com/Papaya-Voldemort/passcore"
[lib]
name = "passcore"
path = "src/lib.rs"
[dependencies.once_cell]
version = "1.21.3"